Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 47: Line 47:
.infobox.bordered td, .infobox.bordered th { border: 1px solid #aaa; }
.infobox.bordered td, .infobox.bordered th { border: 1px solid #aaa; }
.infobox.bordered .borderless td, .infobox.bordered .borderless th { border: 0; }
.infobox.bordered .borderless td, .infobox.bordered .borderless th { border: 0; }
/* Design changes 1.7.2016 by Felix */
h1#firstHeading {
background-color: #e8e8e8;
border: 1px solid #d0d0d0;
color: #000000;
margin-bottom: 10px;
margin-top: 0px;
text-align: center;
font-size: 1.5em;
padding: 4px 10px 2px;
}
#article {
    padding-top: 10px;
}