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)
(Der Seiteninhalt wurde durch einen anderen Text ersetzt: „div#content { background: transparent url(http://jedi-bibliothek.de/w/skins/monobook/75trans.png) 0 0 repeat; border: 0px solid #a…“) |
|||
Zeile 2: | Zeile 2: | ||
background: transparent url(http://jedi-bibliothek.de/w/skins/monobook/75trans.png) 0 0 repeat; | background: transparent url(http://jedi-bibliothek.de/w/skins/monobook/75trans.png) 0 0 repeat; | ||
border: 0px solid #aaa; | border: 0px solid #aaa; | ||
+ | -moz-border-radius-bottomleft:15px; | ||
+ | -moz-border-radius-topleft:15px; | ||
+ | font-family: Trebuchet MS, Gill Sans; | ||
} | } | ||
body { | body { | ||
− | background: #FFDEAD url(background.png) 0 0 no-repeat; | + | background: #FFDEAD url(http://jedi-bibliothek.de/w/skins/monobook/background.png) 0 0 no-repeat; |
background-attachment: fixed; | background-attachment: fixed; | ||
background-position: right bottom; | 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; | ||
} | } |
Version vom 1. Dezember 2011, 16:50 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; }