MediaWiki:Erudite.css: Perbedaan revisi

Baris 41: Baris 41:
 
   width: auto;
 
   width: auto;
 
   color: white;
 
   color: white;
 +
}
 +
#nav a, #nav a:visited {
 +
    color: #white;
 
}
 
}

Revisi per 22 Februari 2014 10.56

#menu {
  background-color: #9A0000;
}
/* Set a background image for the top banner */
#top-wrap {
  background: url("http://wiki.isikhnas.com/skins/erudite/assets/images/stripes-dark.svg?2014-01-29T12:28:20Z") repeat scroll 0 0 #FAFAFA;
  color: black;
}
img#logo {
  margin-top:0px;
  margin-left:0px;
  position: absolute;
  padding-top:0px;
  padding-left:0px;
  padding-bottom:0px;
  border: 0px;
}
#top-banner h1, #tagline {
  max-width: none;
  width: auto;
  margin: 0px;
  margin-left: 200px;
  color: black;
}
#top-wrap a, #top-wrap a:visited {
    color: black;
}

#site-name {
  display: inline;
}

#top-banner {
  margin: 0 auto;
  max-width: 80em;
  width: 90%;
}

#nav {
  max-width: none;
  width: auto;
  color: white;
}
#nav a, #nav a:visited {
    color: #white;
}