MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus COPD die Lungenwiki
(Die Seite wurde geleert.) |
|||
Zeile 1: | Zeile 1: | ||
+ | /* Runde Ecken auch im Internet Explorer (ab Version 9) - gemäß eines Firefox Beispiels angebpasst */ | ||
+ | #p-cactions ul li, #p-cactions ul li a { border-top-left-radius: 0.4em; border-top-right-radius: 0.4em; } | ||
+ | #content { border-top-left-radius: 0.6em; border-bottom-left-radius: 0.6em; } | ||
+ | div.pBody { border-top-right-radius: 0.4em; border-bottom-right-radius: 0.4em; } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | #content { | ||
+ | border-bottom-left-radius: 0.6em; | ||
+ | border-top-left-radius: 0.6em; | ||
+ | } | ||
+ | .mw-body { | ||
+ | |||
+ | background-image: url(http://files.homepagemodules.de/b526321/a_293_9eb0e279.jpg); | ||
+ | } |
Version vom 24. Februar 2015, 16:41 Uhr
/* Runde Ecken auch im Internet Explorer (ab Version 9) - gemäß eines Firefox Beispiels angebpasst */ #p-cactions ul li, #p-cactions ul li a { border-top-left-radius: 0.4em; border-top-right-radius: 0.4em; } #content { border-top-left-radius: 0.6em; border-bottom-left-radius: 0.6em; } div.pBody { border-top-right-radius: 0.4em; border-bottom-right-radius: 0.4em; } #content { border-bottom-left-radius: 0.6em; border-top-left-radius: 0.6em; } .mw-body { background-image: url(http://files.homepagemodules.de/b526321/a_293_9eb0e279.jpg); }