MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus COPD die Lungenwiki
Zeile 4: | Zeile 4: | ||
#content { border-top-left-radius: 0.6em; border-bottom-left-radius: 0.6em; } | #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; } | 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 10. Februar 2015, 10:43 Uhr
/* Runde Ecken auch im Internet Explorer (ab Version 9) - gemäß eines Firefox Beispiels angebpasst */ /* Juli 2011 von Bernhard Linz */ #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); }