MediaWiki:Common.css
Revision as of 15:54, 2 October 2009 by Rand Linden (talk | contribs)
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: 1px solid rgb(170, 170, 170);
background-color: rgb(249, 249, 249);
padding: 5px 5px 5px 5px;
font-size: 95%;
}
div.imagemap-inline div { display: inline; }
.signature p {
font: 10pt courier;
padding: 0 5px 0 25px;
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 {
padding: 5px;
line-height: 120%;
}
.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
}
.lltable {
margin: 1em 1em 1em 0;
border: 1px solid black;
border-collapse: collapse;
background-color: #F9F9F9;
font-size: 95%;
empty-cells:show;
}
.lltable td, .lltable th {
padding: 7px;
line-height: 120%;
vertical-align: top;
}
.lltable tr th {
background-color: #A7C1F2;
font-size: 110%;
}
code {
font-size: 120%;
}
/* This hides the Main Page title */
body.page-Main_Page h1.firstHeading { display:none; }