MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus COPD die Lungenwiki
Wechseln zu: Navigation, Suche
(Die Seite wurde geleert.)
Zeile 1: Zeile 1:
 
+
    /* runde einige Ecke, nur für Gecko-Browser */
 +
    #p-cactions ul li, #p-cactions ul li a { 
 +
      -moz-border-radius-topleft: 1em;
 +
      -moz-border-radius-topright: 1em;
 +
    }
 +
    #content {
 +
      -moz-border-radius-topleft: 1em;
 +
      -moz-border-radius-bottomleft: 1em;
 +
    }
 +
    div.pBody {
 +
      -moz-border-radius-topright: 1em;
 +
      -moz-border-radius-bottomright: 1em;
 +
    }
 +
   
 +
    /* das selbe in CSS3-Spezifikation; gibt's Browser, die das unterstützen? */
 +
    #p-cactions ul li, #p-cactions ul li a { 
 +
      border-radius-topleft: 1em;
 +
      border-radius-topright: 1em;
 +
    }
 +
    #content {
 +
      border-radius-topleft: 1em;
 +
      border-radius-bottomleft: 1em;
 +
    }
 +
    div.pBody {
 +
      border-radius-topright: 1em;
 +
      border-radius-bottomright: 1em;

Version vom 10. Februar 2015, 08:38 Uhr

    /* runde einige Ecke, nur für Gecko-Browser */
    #p-cactions ul li, #p-cactions ul li a {  
      -moz-border-radius-topleft: 1em;
      -moz-border-radius-topright: 1em;
    }
    #content { 
      -moz-border-radius-topleft: 1em; 
      -moz-border-radius-bottomleft: 1em;
    }
    div.pBody {
      -moz-border-radius-topright: 1em;
      -moz-border-radius-bottomright: 1em;
    }
 
    /* das selbe in CSS3-Spezifikation; gibt's Browser, die das unterstützen? */
    #p-cactions ul li, #p-cactions ul li a {  
      border-radius-topleft: 1em;
      border-radius-topright: 1em;
    }
    #content { 
      border-radius-topleft: 1em;
      border-radius-bottomleft: 1em;
    }
    div.pBody {
      border-radius-topright: 1em;
      border-radius-bottomright: 1em;