MediaWiki:Common.css

From Second Life Wiki
Revision as of 00:54, 23 January 2009 by Rand Linden (talk | contribs)
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/** CSS placed here will be applied to all skins */

#navbox, .navbox
{
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(170, 170, 170);
    border-right-color: rgb(170, 170, 170);
    border-bottom-color: rgb(170, 170, 170);
    border-left-color: rgb(170, 170, 170);
    background-color: rgb(249, 249, 249);
    padding-top: 5px;
    padding-right-value: 5px;
    padding-bottom: 5px;
    padding-left-value: 5px;
    padding-left-ltr-source: physical;
    padding-left-rtl-source: physical;
    padding-right-ltr-source: physical;
    padding-right-rtl-source: physical;
    font-size: 95%;
}

div.imagemap-inline div { display: inline; }

.signature p {
    font: 10pt courier; 
    padding: 0 10px 0 30px;
    text-indent: -20px;
    white-space: pre;
}

.apitable {
    margin: 1em 1em 1em 0; 
    border: solid 1px #AAAAAA; 
    border-collapse: collapse; 
    background-color: #F9F9F9; 
    font-size: 90%; 
    empty-cells:show;
}

.apitable td {
    line-height: 90%;
    padding: 10px;
}

.api-constructor p {
    border:solid 1px #AAAAAA; 
    font: 10pt courier; 
    white-space: pre; 
    color: black; 
    background: #F9F9F9; 
    padding: 10px 0 10px 30px; 
    text-indent: -20px
}