Difference between revisions of "MediaWiki:Common.css"

From AetoliaWiki
Jump to navigation Jump to search
m
m (Tested outside this time.)
 
Line 2: Line 2:


#portalHeader {
#portalHeader {
  background: url('http://i.imgur.com/30kL2.jpg') center center 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 th {
#portalHeader .portalTitle {
  font: 200% serif;
    font: bold 200% serif;
  color: #fee;
    color: #fff;
    text-align: center;
}
}


#portalHeader ul {
#portalHeader ul {
  list-style-type: none;
    list-style-type: none;
  text-align: center;
    text-align: center;
  width: 100%;
    margin: 10px 0;
    padding: 0;
}
}


#portalHeader ul li {
#portalHeader ul li {
    display: inline;
    padding: 3px;
}
}


#portalHeader a {
#portalHeader ul li a {
  display: block;
    color: #fff;
  padding: 3px;
    text-decoration: underline;
  color: #fff;
    padding: 3px;
  text-decoration: none;
}
}


#portalHeader a:hover {
#portalHeader ul li a:hover {
  display: block;
    color: #a00;
  padding: 3px;
    text-decoration: none;
  color: #202020;
    padding: 3px;
  background-color: #fee;
}
}

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;
}