MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus APWiki
Wechseln zu:Navigation, Suche
(Testing rounded borders)
Zeile 10: Zeile 10:
  
 
.editsection a {font-weight: normal;}
 
.editsection a {font-weight: normal;}
#p-cactions li a {color:#ff6501;text-transform: capitalize;}
+
#p-cactions li a {color:#ff6501;text-transform: capitalize;border-radius-topright: 0.5em;border-radius-topleft: 0.5em;}
 
#p-personal li a {color:#ff6501;text-transform: capitalize;}
 
#p-personal li a {color:#ff6501;text-transform: capitalize;}
  
Zeile 18: Zeile 18:
 
h5 {font-size: 150%;}
 
h5 {font-size: 150%;}
  
.pBody {background-color: #fff3d8;}
+
.pBody {background-color: #fff3d8;border-radius: 0.5em;}
 
.portlet h5 {text-transform: capitalize;font-weight: bold;font-size: 100%;}
 
.portlet h5 {text-transform: capitalize;font-weight: bold;font-size: 100%;}
 +
 +
#content, .toc {border-radius: 0.5em;}

Version vom 7. Mai 2010, 11:29 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;border-radius-topright: 0.5em;border-radius-topleft: 0.5em;}
#p-personal li a {color:#ff6501;text-transform: capitalize;}


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

h5 {font-size: 150%;}

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

#content, .toc {border-radius: 0.5em;}