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)
K |
|||
| Zeile 61: | Zeile 61: | ||
.pBody { | .pBody { | ||
border: 0px solid #aaa; | border: 0px solid #aaa; | ||
| − | + | background: transparent url(http://jedi-bibliothek.de/w/skins/monobook/75trans.png) 0 0 repeat; | |
| − | + | ||
} | } | ||
| Zeile 69: | Zeile 68: | ||
} | } | ||
| + | ** Search portlet | ||
| + | */ | ||
#p-search { | #p-search { | ||
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; | ||
| + | } | ||
| + | input.searchButton { | ||
| + | -moz-border-radius-bottomleft:15px; | ||
| + | -moz-border-radius-topleft:15px; | ||
| + | -moz-border-radius-bottomright:15px; | ||
| + | -moz-border-radius-topright:15px; | ||
| + | } | ||
| + | #searchGoButton { | ||
| + | -moz-border-radius-bottomleft:15px; | ||
| + | -moz-border-radius-topleft:15px; | ||
| + | -moz-border-radius-bottomright:15px; | ||
| + | -moz-border-radius-topright:15px; | ||
| + | } | ||
| + | #searchInput { | ||
| + | background: beige; | ||
| + | -moz-border-radius-bottomleft:10px; | ||
| + | -moz-border-radius-topleft:10px; | ||
| + | -moz-border-radius-bottomright:10px; | ||
| + | -moz-border-radius-topright:10px; | ||
| + | } | ||
| + | #p-search .pBody { | ||
| + | background: transparent url(http://jedi-bibliothek.de/w/skins/monobook/75trans.png) 0 0 repeat; | ||
| + | border: 0px solid #aaa; | ||
| + | } | ||
| + | |||
| + | /* Personal Toolbar */ | ||
| + | #p-personal ul { | ||
| + | background: transparent; | ||
| + | } | ||
| + | |||
| + | #p-personal li a:hover { | ||
| + | background: transparent url(http://jedi-bibliothek.de/w/skins/monobook/90trans.png) 0 0 repeat; | ||
} | } | ||
Version vom 1. Dezember 2011, 17:12 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 {
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;
}
.portlet {
background: transparent url(http://jedi-bibliothek.de/w/skins/monobook/75trans.png) 0 0 repeat;
background-attachment: fixed;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topright:15px;
}
.pBody {
border: 0px solid #aaa;
background: transparent url(http://jedi-bibliothek.de/w/skins/monobook/75trans.png) 0 0 repeat;
}
#p-logo {
background: transparent;
}
** Search portlet
*/
#p-search {
background: transparent url(http://jedi-bibliothek.de/w/skins/monobook/75trans.png) 0 0 repeat;
}
input.searchButton {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topright:15px;
}
#searchGoButton {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topright:15px;
}
#searchInput {
background: beige;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topright:10px;
}
#p-search .pBody {
background: transparent url(http://jedi-bibliothek.de/w/skins/monobook/75trans.png) 0 0 repeat;
border: 0px solid #aaa;
}
/* Personal Toolbar */
#p-personal ul {
background: transparent;
}
#p-personal li a:hover {
background: transparent url(http://jedi-bibliothek.de/w/skins/monobook/90trans.png) 0 0 repeat;
}