MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus APWiki
Wechseln zu:Navigation, Suche
(Fixed Google Ads)
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 13: Zeile 13:
 
#p-personal li a {color:#ff6501;text-transform: capitalize;}
 
#p-personal li a {color:#ff6501;text-transform: capitalize;}
  
 +
/* Pad Google AdSense box in portlet in sidebar */
 +
#p-googleadsense .pBody {
 +
    padding-top: 5px;
 +
    text-align:  center;
 +
}
  
 
h1, h2, h3, h4, h5, h6 {color: #444444;font-weight: bold;border-bottom-color: #aaaaaa;}
 
h1, h2, h3, h4, h5, h6 {color: #444444;font-weight: bold;border-bottom-color: #aaaaaa;}
Zeile 18: Zeile 23:
 
h5 {font-size: 150%;}
 
h5 {font-size: 150%;}
  
.pBody {background-color: #fff3d8;}
+
.pBody {
 +
    background-color: #fff3d8;
 +
    -moz-border-radius-bottomright: 0.5em;
 +
    -khtml-border-radius-bottomright: 0.5em;
 +
    -webkit-border-radius-bottomright: 0.5em;
 +
    border-radius-bottomright: 0.5em;
 +
    -moz-border-radius-topright: 0.5em;
 +
    -khtml-border-radius-topright: 0.5em;
 +
    -webkit-border-radius-topright: 0.5em;
 +
    border-radius-topright: 0.5em;
 +
}
 
.portlet h5 {text-transform: capitalize;font-weight: bold;font-size: 100%;}
 
.portlet h5 {text-transform: capitalize;font-weight: bold;font-size: 100%;}
  
Zeile 24: Zeile 39:
 
/* rounded corners for browsers that support them */
 
/* rounded corners for browsers that support them */
 
   
 
   
#p-cactions ul li, #p-cactions ul li a, .pbody
+
#p-cactions ul li, #p-cactions ul li a
 
{   
 
{   
 
     -moz-border-radius-topright: 0.5em;
 
     -moz-border-radius-topright: 0.5em;
Zeile 30: Zeile 45:
 
     -webkit-border-radius-topright: 0.5em;
 
     -webkit-border-radius-topright: 0.5em;
 
     border-radius-topright: 0.5em;
 
     border-radius-topright: 0.5em;
 +
    -moz-border-radius-topleft: 0.5em;
 +
    -khtml-border-radius-topleft: 0.5em;
 +
    -webkit-border-radius-topleft: 0.5em;
 +
    border-radius-topleft: 0.5em;
 
}
 
}
  
#p-cactions ul li, #p-cactions ul li a {
+
#content {
 +
    -moz-border-radius-bottomleft: 0.5em;
 +
    -khtml-border-radius-bottomleft: 0.5em;
 +
    -webkit-border-radius-bottomleft: 0.5em;
 +
    border-radius-bottomleft: 0.5em;
 
     -moz-border-radius-topleft: 0.5em;
 
     -moz-border-radius-topleft: 0.5em;
 
     -khtml-border-radius-topleft: 0.5em;
 
     -khtml-border-radius-topleft: 0.5em;
Zeile 39: Zeile 62:
 
}
 
}
  
.pBody
+
.toc, #bodyContent div
{
 
    -moz-border-radius-bottomright: 0.5em;
 
    -khtml-border-radius-bottomright: 0.5em;
 
    -webkit-border-radius-bottomright: 0.5em;
 
    border-radius-bottomright: 0.5em;
 
}
 
 
#content, .toc, #bodyContent div
 
 
{
 
{
 
     -moz-border-radius: 0.5em;
 
     -moz-border-radius: 0.5em;

Aktuelle Version vom 7. Mai 2010, 12:56 Uhr

/* CSS an dieser Stelle wirkt sich auf alle Skins aus */

body {background-color: #ffe7b2;background-image:none;font-family: Verdana,Arial,Helvetica,sans-serif;}

a {color:#ff6501;}

a:visited {color:#ff6501;}

a:focus, a:hover, a:active {color: black;}

.editsection a {font-weight: normal;}
#p-cactions li a {color:#ff6501;text-transform: capitalize;}
#p-personal li a {color:#ff6501;text-transform: capitalize;}

/* Pad Google AdSense box in portlet in sidebar */
#p-googleadsense .pBody {
    padding-top: 5px;
    text-align:  center;
}

h1, h2, h3, h4, h5, h6 {color: #444444;font-weight: bold;border-bottom-color: #aaaaaa;}

h5 {font-size: 150%;}

.pBody {
    background-color: #fff3d8;
    -moz-border-radius-bottomright: 0.5em;
    -khtml-border-radius-bottomright: 0.5em;
    -webkit-border-radius-bottomright: 0.5em;
    border-radius-bottomright: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -khtml-border-radius-topright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    border-radius-topright: 0.5em;
}
.portlet h5 {text-transform: capitalize;font-weight: bold;font-size: 100%;}


/* rounded corners for browsers that support them */
 
#p-cactions ul li, #p-cactions ul li a
{  
    -moz-border-radius-topright: 0.5em;
    -khtml-border-radius-topright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    border-radius-topright: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -khtml-border-radius-topleft: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    border-radius-topleft: 0.5em;
}

#content {
    -moz-border-radius-bottomleft: 0.5em;
    -khtml-border-radius-bottomleft: 0.5em;
    -webkit-border-radius-bottomleft: 0.5em;
    border-radius-bottomleft: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -khtml-border-radius-topleft: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    border-radius-topleft: 0.5em;
}

.toc, #bodyContent div
{
    -moz-border-radius: 0.5em;
    -khtml-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}