MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
font-family: Verdana,Geneva,sans-serif; | font-family: Verdana,Geneva,sans-serif; | ||
} | } | ||
a {color: #008ACC; | |||
text-decoration: underline; | |||
font-weight: bold; | |||
} | |||
a:hover a:focus { | |||
text-decoration: none; | |||
} | |||
#p-navigation a { | |||
text-decoration: none; | |||
} | |||
#p-navigation a:hover { | |||
text-decoration: underline; | |||
} | |||
body.page-Main_Page h1.firstHeading { display:none; } | body.page-Main_Page h1.firstHeading { display:none; } | ||