MediaWiki:Monobook.css
From FridaV
.wdbi-thumbnail { | .wdbi-thumbnail { | ||
| - | max-width: | + | max-width: 100px; |
| - | max-height: | + | max-height: 100px; |
} | } | ||
.wdbi-query { display: none; } | .wdbi-query { display: none; } | ||
Revision as of 23:26, 21 March 2009
/* CSS placed here will affect users of the Monobook skin */
body {
background: white;
}
#footer {
position: fixed;
bottom: 0px;
z-index: 100;
width: 100%;
}
#content {
position: fixed;
top: 0;
bottom: 70px;
overflow: auto;
left: 0;
right: 0;
}
#firstHeading {
background: white;
position: fixed;
width: 84%;
}
#bodyContent {
margin-top: 3.8em;
}
.wdbi-result { font-size: 90%; }
.wdbi-result td {
background-color: #eee;
}
.wdbi-result th {
background-color: #ddd;
}
.wdbi-thumbnail {
max-width: 100px;
max-height: 100px;
}
.wdbi-query { display: none; }
