MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus COPD die Lungenwiki
Wechseln zu: Navigation, Suche
 
(26 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
    /* runde einige Ecke, nur für Gecko-Browser */
+
/* Runde Ecken auch im Internet Explorer (ab Version 9) - gemäß eines Firefox Beispiels angebpasst */
    #p-cactions ul li, #p-cactions ul li a {
+
 
      -moz-border-radius-topleft: 1em;
+
#p-cactions ul li, #p-cactions ul li a { border-top-left-radius: 0.4em; border-top-right-radius: 0.4em; }
      -moz-border-radius-topright: 1em;
+
#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 {  
+
 
      -moz-border-radius-topleft: 1em;  
+
 
      -moz-border-radius-bottomleft: 1em;
+
 
    }
+
 
    div.pBody {
+
#content {
      -moz-border-radius-topright: 1em;
+
    border-bottom-left-radius: 0.6em;
      -moz-border-radius-bottomright: 1em;
+
    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;
 
      
 
      
    /* das selbe in CSS3-Spezifikation; gibt's Browser, die das unterstützen? */
+
}
    #p-cactions ul li, #p-cactions ul li a {
+
div.sideBox {
      border-radius-topleft: 1em;
+
background: white;
      border-radius-topright: 1em;
+
border: 1px solid gray;
    }
+
clear: right;
    #content {
+
float: right;
      border-radius-topleft: 1em;
+
margin-left: 1em;
      border-radius-bottomleft: 1em;
+
padding: .3em;
    }
+
width: 200px;
    div.pBody {
+
      border-radius-topright: 1em;
+
      border-radius-bottomright: 1em;
+

Aktuelle Version vom 25. Februar 2015, 13:22 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;
 
}
div.sideBox {
	background: white;
	border: 1px solid gray;
	clear: right;
	float: right;
	margin-left: 1em;
	padding: .3em;
	width: 200px;