MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Fahrradmonteur
Zur Navigation springenZur Suche springen| Zeile 3: | Zeile 3: | ||
background-image: url(http://www.fahrradmonteur.de/images/wiki2.png); | background-image: url(http://www.fahrradmonteur.de/images/wiki2.png); | ||
} | } | ||
| − | small {font-size: 0. | + | small {font-size: 0.88em;} |
pre, code { font-family: Consolas, "Lucida Console", "Courier New", Courier, monospace; } | pre, code { font-family: Consolas, "Lucida Console", "Courier New", Courier, monospace; } | ||
a.internal { color:navy !important;} | a.internal { color:navy !important;} | ||
| Zeile 136: | Zeile 136: | ||
background: transparent url(/images/0/05/Wp-favicon.png) no-repeat center left; | 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 */ | ||
Version vom 13. August 2012, 12:47 Uhr
body {
background: #c7e8ff!important;
background-image: url(http://www.fahrradmonteur.de/images/wiki2.png);
}
small {font-size: 0.88em;}
pre, code { font-family: Consolas, "Lucida Console", "Courier New", Courier, monospace; }
a.internal { color:navy !important;}
a.external { color:#006600 !important;}
a:active { color: #002bb8; }
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;
}
.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(../pixel/boxtop.gif);
background-position: top left;
background-repeat: no-repeat;
-moz-border-radius-topright: 1em;
}
.li {
float: left;
width: 49%;
padding-left: 9px;
}
.re {
float: right;
width: 49%;
}
.in {
padding: 4px;
font-size: 85%;
padding-bottom: 5px;
}
#footer {
background-color:#fafafa;
padding:14px;
border-left: 1px solid #ddd;
border-right: 2px solid #999;
border-top: 1px solid #ddd;
border-bottom: 2px solid #999;
-moz-border-radius: 1.0em;
margin: 6px;
}
/* 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 */