MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* Hide Main Page title */ | |||
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } | |||
/* Custom colors - top bar*/ | /* Custom colors - top bar*/ | ||
| Line 48: | Line 51: | ||
border-left: 1px solid #ccc; | border-left: 1px solid #ccc; | ||
border-right: 1px solid #ccc; | border-right: 1px solid #ccc; | ||
} | |||
/* controls the logo styling */ | |||
#p-logo { | |||
height: 100px; | |||
} | } | ||
| Line 140: | Line 148: | ||
display: none; | display: none; | ||
} | } | ||
/** | /** | ||