MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus COPD die Lungenwiki
Wechseln zu: Navigation, Suche
(Die Seite wurde geleert.)
(Änderung 1313 von Andrea.F (Diskussion) rückgängig gemacht.)
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);
 +
}
 +
div.body ul li {
 +
    font-size: 1.0em;
 +
   
 +
}

Version vom 25. Februar 2015, 13:00 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);
}
div.body ul li {
    font-size: 1.0em;
 
}