|
|
Zeile 1: |
Zeile 1: |
| /* WINTERSDAY DECORATIONS */
| |
|
| |
|
| /* attempted IE fix */
| |
| table { background-color: transparent; }
| |
|
| |
| /* Wiki logo */
| |
| #p-logo a { background-image:url(http://images4.wikia.nocookie.net/gw/images/0/09/Gwwintersday.png) !important; }
| |
|
| |
| /* outside background */
| |
| body { background:url(http://images1.wikia.nocookie.net/gw/images/d/d6/Field-with-snow-champ-enneige.jpg) repeat; }
| |
|
| |
| /* article background */
| |
| div#bodyContent { background:transparent ; }
| |
| div#content { background:url(http://images2.wikia.nocookie.net/gw/images/1/14/Snow_tree-bright-2000.jpg) no-repeat right bottom fixed; }
| |
| div#p-cactions div.pBody ul li { background:url(http://images2.wikia.nocookie.net/gw/images/1/14/Snow_tree-bright-2000.jpg) no-repeat right bottom fixed; }
| |
| div#p-cactions div.pBody ul li a { background:transparent ; }
| |
|
| |
| /* special boxes */
| |
| div#catlinks , div#footer , div#siteNotice { background: transparent ; }
| |
| div.thumb { border-color:transparent; }
| |
|
| |
| /* the image looks good, but the sitenotice position makes it fail */
| |
| /* div#siteNotice { background-image:url(http://images2.wikia.nocookie.net/gw/images/7/7c/Drops_Imapct-cropped.jpg) ; } */
| |
|
| |
| /* widgets etc. */
| |
| /* div.pBody { background: url(http://images2.wikia.nocookie.net/gw/images/thumb/d/d9/Rime_ice-bright.jpg/450px-Rime_ice-bright.jpg) fixed; } */
| |
| div.pBody { background:url(http://images1.wikia.nocookie.net/gw/images/0/08/Ice_crystal_background.jpg) 120px 120px repeat ; }
| |
| div#p-cactions div.pBody { background: transparent; }
| |
|
| |
| /* tables in articles */
| |
| table#toc { background:url(http://images1.wikia.nocookie.net/gw/images/0/08/Ice_crystal_background.jpg) 80px 380px repeat ; }
| |
| table.stdt, table.qr { background:url(http://images1.wikia.nocookie.net/gw/images/0/08/Ice_crystal_background.jpg) 200px 180px repeat ; }
| |
| table.infobox, table.skillbox, div.thumbinner { background:url(http://images1.wikia.nocookie.net/gw/images/0/08/Ice_crystal_background.jpg) 310px 70px repeat ; }
| |