So sah der Internetauftritt der Jedi-Bibliothek im Oktober 2011 aus. Fühlt euch frei, darin zu stöbern! Unsere aktuelle Hauptseite findet ihr unter jedi-bibliothek.de!
MediaWiki:Monobook.css
(Unterschied zwischen Versionen)
| Zeile 27: | Zeile 27: | ||
-moz-box-shadow:0 0 8px #800000; | -moz-box-shadow:0 0 8px #800000; | ||
-webkit-box-shadow:0 0 8px #800000; | -webkit-box-shadow:0 0 8px #800000; | ||
| + | } | ||
| + | |||
| + | #toc, | ||
| + | .toc, | ||
| + | .mw-warning { | ||
| + | font-family: Trebuchet MS, Gill Sans; | ||
| + | border: 1px solid sandybrown; | ||
| + | background-color: beige; | ||
| + | -moz-border-radius-bottomleft:15px; | ||
| + | -moz-border-radius-bottomright:15px; | ||
| + | -moz-border-radius-topleft:15px; | ||
| + | -moz-border-radius-topright:15px; | ||
| + | -moz-box-shadow:0 0 8px #800000; | ||
| + | -webkit-box-shadow:0 0 8px #800000; | ||
| + | } | ||
| + | |||
| + | /* thumbnails */ | ||
| + | div.thumb { | ||
| + | border-style: solid; | ||
| + | border-color: transparent; | ||
| + | } | ||
| + | div.thumbinner { | ||
| + | border: 1px solid #DEB887; | ||
} | } | ||
Version vom 1. Dezember 2011, 17:54 Uhr
div#content {
background: transparent url(http://jedi-bibliothek.de/w/skins/monobook/75trans.png) 0 0 repeat;
border: 0px solid #aaa;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-topleft:15px;
font-family: Trebuchet MS, Gill Sans;
}
body {
background: #FFDEAD url(http://jedi-bibliothek.de/w/skins/monobook/background.png) 0 0 no-repeat;
background-attachment: fixed;
background-position: right bottom;
}
h1, h2, h3, h4, h5, h6 {
border-bottom: 1px solid sandybrown;
}
.catlinks {
font-family: Trebuchet MS, Gill Sans;
border: 1px solid sandybrown;
background-color: beige;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
-moz-box-shadow:0 0 8px #800000;
-webkit-box-shadow:0 0 8px #800000;
}
#toc,
.toc,
.mw-warning {
font-family: Trebuchet MS, Gill Sans;
border: 1px solid sandybrown;
background-color: beige;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
-moz-box-shadow:0 0 8px #800000;
-webkit-box-shadow:0 0 8px #800000;
}
/* thumbnails */
div.thumb {
border-style: solid;
border-color: transparent;
}
div.thumbinner {
border: 1px solid #DEB887;
}