Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Rand Linden (talk | contribs) |
Rand Linden (talk | contribs) |
||
Line 3: | Line 3: | ||
#navbox, .navbox | #navbox, .navbox | ||
{ | { | ||
border | border: 1px solid rgb(170, 170, 170); | ||
background-color: rgb(249, 249, 249); | background-color: rgb(249, 249, 249); | ||
padding: 5px 5px 5px 5px; | padding: 5px 5px 5px 5px; |
Revision as of 16:14, 28 January 2009
/** 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
}
/* This hides the Main Page title */
body.page-Main_Page h1.firstHeading { display:none; }