MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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;
}