MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
.mw-body h1, .mw-body-content h1, .mw-body-content h2 { | .mw-body h1, .mw-body-content h1, .mw-body-content h2 { | ||
font-family: Verdana,Geneva,sans-serif !important; | font-family: Verdana,Geneva,sans-serif !important; | ||
} | |||
#p-logo { | |||
left: 25px; | |||
} | |||
#p-logo a { | |||
height: 80px; | |||
} | } | ||
| Line 142: | Line 150: | ||
} | } | ||
# | |||
div.vectorTabs li a:link, a:visited, a:active { | |||
color: #019cde; | |||
} | |||
div#mw-panel div.portal div.body ul li a:link, a:visited, a:active { | |||
color: #112a49; | |||
} | |||
#bodyContent a:link, a:visited, a:active { | |||
color: #019cde; | |||
text-decoration: none; | |||
font-weight: normal; | |||
} | } | ||