MediaWiki:Erudite.css: Perbedaan revisi

Baris 8: Baris 8:
 
img#logo {
 
img#logo {
 
   margin-top:0px;
 
   margin-top:0px;
  /*float:left;*/
 
 
   display:inline;
 
   display:inline;
 
   padding-top:0px;
 
   padding-top:0px;
 
   padding-bottom:0px;
 
   padding-bottom:0px;
 
   border: 0px;
 
   border: 0px;
 +
}
 +
 +
#top-banner {
 +
  margin: 0 auto;
 +
  max-width: 80em;
 +
  width: 90%;
 
}
 
}

Revisi per 22 Februari 2014 09.57

#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;
}
img#logo {
  margin-top:0px;
  display:inline;
  padding-top:0px;
  padding-bottom:0px;
  border: 0px;
}

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