MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Tested outside this time.) |
||
| (6 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 .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; | |||
} | } | ||
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;
}