Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
m (Tested outside this time.) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
#portalHeader { | #portalHeader { | ||
background: url(http://i.imgur.com/30kL2.jpg) center center no-repeat #202020; | |||
padding: 15px 0; | |||
border-bottom: 3px solid #aaa; | |||
} | } | ||
#portalHeader | #portalHeader .portalTitle { | ||
font: bold 200% serif; | |||
color: #fff; | |||
text-align: center; | |||
} | } | ||
#portalHeader ul { | #portalHeader ul { | ||
list-style-type: none; | |||
text-align: center; | |||
margin: 10px 0; | |||
padding: 0; | |||
} | } | ||
#portalHeader ul li { | #portalHeader ul li { | ||
display: inline; | |||
padding: 3px; | |||
} | } | ||
#portalHeader a { | #portalHeader ul li a { | ||
color: #fff; | |||
text-decoration: underline; | |||
padding: 3px; | |||
} | } | ||
#portalHeader a:hover { | #portalHeader ul li a:hover { | ||
color: #a00; | |||
text-decoration: none; | |||
padding: 3px; | |||
} | } |
Latest revision as of 23:05, 15 August 2016
/* CSS placed here will be applied to all skins */ #portalHeader { background: url(http://i.imgur.com/30kL2.jpg) center center no-repeat #202020; padding: 15px 0; border-bottom: 3px solid #aaa; } #portalHeader .portalTitle { font: bold 200% serif; color: #fff; text-align: center; } #portalHeader ul { list-style-type: none; text-align: center; margin: 10px 0; padding: 0; } #portalHeader ul li { display: inline; padding: 3px; } #portalHeader ul li a { color: #fff; text-decoration: underline; padding: 3px; } #portalHeader ul li a:hover { color: #a00; text-decoration: none; padding: 3px; }