Difference between revisions of "MediaWiki:Common.css"

From AetoliaWiki
Jump to navigation Jump to search
m
m (Tested outside this time.)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:


#portalHeader {
#portalHeader {
  background: url('http://i.imgur.com/30kL2.jpg') no-repeat #202020;
    background: url(http://i.imgur.com/30kL2.jpg) center center no-repeat #202020;
  width: 100%;
    padding: 15px 0;
  border: 1px solid #a0a0a0;
    border-bottom: 3px solid #aaa;
  padding: 15px 0;
}
 
#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;
}