MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Fahrradmonteur
Zur Navigation springenZur Suche springen| Zeile 8: | Zeile 8: | ||
a:active { color: #002bb8; } | a:active { color: #002bb8; } | ||
.editbutton { | .editbutton { | ||
| − | font-size:0.9em; color: | + | font-size:0.9em; color:black!important; font-family: Consolas, "Lucida Console", "Courier New", Courier, monospace; text-align:right; !important; |
| − | margin-top: 12px; background-color:#fafafa; padding: | + | display:inline; font-weight:bolder; |
| + | margin-top: 12px; background-color:#fafafa; padding:6px; border-left: 1px solid #ddd; border-right: 2px solid #999; border-top: 1px solid #ddd; border-bottom: 2px solid #999; -moz-border-radius:0.5em; | ||
} | } | ||
.portlet h5 { font-weight:bold; } /* alle Überschriften in der Sidebar fett */ | .portlet h5 { font-weight:bold; } /* alle Überschriften in der Sidebar fett */ | ||
Version vom 18. Februar 2013, 10:41 Uhr
body {
background: #eaeeed!important;
}
small {font-size: 0.88em;}
pre, code { font-family: Consolas, "Lucida Console", "Courier New", Courier, monospace; font-size:1em; }
a.internal { color:navy !important;}
a.external { color:#006600 !important;}
a:active { color: #002bb8; }
.editbutton {
font-size:0.9em; color:black!important; font-family: Consolas, "Lucida Console", "Courier New", Courier, monospace; text-align:right; !important;
display:inline; font-weight:bolder;
margin-top: 12px; background-color:#fafafa; padding:6px; border-left: 1px solid #ddd; border-right: 2px solid #999; border-top: 1px solid #ddd; border-bottom: 2px solid #999; -moz-border-radius:0.5em;
}
.portlet h5 { font-weight:bold; } /* alle Überschriften in der Sidebar fett */
sup.reference {
font-size: 0.8em;
vertical-align:top;
}
.prettytable {
background: #f9f9f9;
border: 1px solid #aaa;
border-collapse: collapse;
margin: 1em 1em 1em 0;
}
.prettytable th,
.prettytable td {
border: 1px solid #aaa;
padding: 0.2em;
}
.prettytable th {
text-align: center;
}
.prettytable caption {
font-weight: bold;
}
.liste_weisz {
background: #f9f9f9;
}
.liste_blau {
background: #c7e8ff;
}
.mitte {text-align: center;}
.box {
background-color: #FFFAEE;
color: #000000;
margin-bottom: 9px;
width: 99%;
-moz-border-radius: 1em;
border: 1px solid gray;
}
.boxtop{
background-color: #352C66;
border-bottom: 1px solid #000000;
color: #FFFFFF;
display: block;
font-weight: bold;
padding: 3px;
text-align: center;
background-image: url(http://www.fahrradmonteur.de/images/d/dd/Zahn.png);
background-position: top left;
background-repeat: no-repeat;
-moz-border-radius-topright: 1em;
}
.zahn {
background-image: url(http://www.fahrradmonteur.de/images/d/dd/Zahn.png);
background-position: top left;
background-repeat: no-repeat;
}
.li {
float: left;
width: 49%;
padding-left: 9px;
}
.re {
float: right;
width: 49%;
}
.in {
padding: 4px;
font-size: 85%;
padding-bottom: 5px;
}
#footer {
}
/* linke Naviagtion per CSS anpassen */
div#p-Nav1 h5 {
color:#ffffff;
background-color:#00b1eb;
padding-left:12px;
padding-top:2px;
padding-bottom:2px;
-moz-border-radius-topright:1.5em;
}
div#p-Nav2 h5 {
color:#ffffff;
background-color:#003c65;
padding-left:12px;
padding-top:2px;
padding-bottom:2px;
-moz-border-radius-topright:1.5em;
}
div#p-Nav3 h5 {
color:#ffffff;
background-color:#2274ac;
padding-left:12px;
padding-top:2px;
padding-bottom:2px;
-moz-border-radius-topright:1.5em;
}
div#p-Nav4 h5 {
color:#ffffff;
background-color:#51ae30;
padding-left:12px;
padding-top:2px;
padding-bottom:2px;
-moz-border-radius-topright:1.5em;
}
div#p-Nav5 h5 {
color:#ffffff;
background-color:#000000;
padding-left:12px;
padding-top:2px;
padding-bottom:2px;
-moz-border-radius-topright:1.5em;
}
div#p-Nav6 h5 {
color:#ffffff;
background-color:#33434c;
padding-left:12px;
padding-top:2px;
padding-bottom:2px;
-moz-border-radius-topright:1.5em;
}
div#p-Nav7 h5 {
color:#ffffff;
background-color:#8994a0;
padding-left:12px;
padding-top:2px;
padding-bottom:2px;
-moz-border-radius-topright:1.5em;
}
span[id ^='pedia'] {
padding-left: 15px;
background: transparent url(/images/0/05/Wp-favicon.png) no-repeat center left;
}
/* macht kleine Rahmen um die Personal-Bar oben rechts. sieht dann so aus wie bei den Artikellinks */
#p-personal ul li {
background-color: #f3f3ff;
border: 1px solid #aaa;
margin: 0 .3em 0 0;
padding: 0 .8em .3em .8em;
-moz-border-radius-bottomleft: 0.5em;
-moz-border-radius-bottomright: 0.5em;
}
/* Runde Fensterecken mit Gecko (Mozilla, Firefox etc.) */
#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; }
.pBody { background-color:#f3f3ff; } /* Hintergrund für die Sidebar-Elemente */