MediaWiki:Erudite.css: Perbedaan revisi
| Baris 6: | Baris 6: | ||
background: url("http://wiki.isikhnas.com/skins/erudite/assets/images/stripes-dark.svg?2014-01-29T12:28:20Z") repeat scroll 0 0 #FAFAFA; | 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; | color: black; | ||
| + | } | ||
| + | img#logo { | ||
| + | margin-top:0px; | ||
| + | margin-left:0px; | ||
| + | display: inline; | ||
| + | padding-top:0px; | ||
| + | padding-left:0px; | ||
| + | padding-bottom:0px; | ||
| + | border: 0px; | ||
| + | } | ||
| + | #site-name h1 { | ||
| + | max-width: none; | ||
| + | width: auto; | ||
| + | margin: 0px; | ||
| + | } | ||
| + | |||
| + | #site-name { | ||
| + | display: inline; | ||
| + | } | ||
| + | |||
| + | #top-banner { | ||
| + | margin: 0 auto; | ||
| + | max-width: 80em; | ||
| + | width: 90%; | ||
| + | } | ||
| + | |||
| + | #nav { | ||
| + | max-width: none; | ||
| + | width: auto; | ||
} | } | ||
Revisi per 22 Februari 2014 03.29
#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;
display: inline;
padding-top:0px;
padding-left:0px;
padding-bottom:0px;
border: 0px;
}
#site-name h1 {
max-width: none;
width: auto;
margin: 0px;
}
#site-name {
display: inline;
}
#top-banner {
margin: 0 auto;
max-width: 80em;
width: 90%;
}
#nav {
max-width: none;
width: auto;
}