MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 15: | Line 15: | ||
#portalHeader ul { | #portalHeader ul { | ||
list-style-type: none; | list-style-type: none; | ||
text-align: center; | text-align: center; | ||
width: 100%; | width: 100%; | ||
| Line 22: | Line 20: | ||
#portalHeader ul li { | #portalHeader ul li { | ||
} | } | ||
Revision as of 22:52, 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;
width: 100%;
border: 1px solid #a0a0a0;
padding: 15px 0;
}
#portalHeader th {
font: 200% serif;
color: #fee;
}
#portalHeader ul {
list-style-type: none;
text-align: center;
width: 100%;
}
#portalHeader ul li {
}
#portalHeader a {
display: block;
padding: 3px;
color: #fff;
text-decoration: none;
}
#portalHeader a:hover {
display: block;
padding: 3px;
color: #202020;
background-color: #fee;
}