MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Fahrradmonteur
Zur Navigation springenZur Suche springen| Zeile 13: | Zeile 13: | ||
#footer { | #footer { | ||
background-color:#fafafa; | background-color:#fafafa; | ||
| − | padding: | + | padding:4px; |
border-left: 1px solid #ddd; | border-left: 1px solid #ddd; | ||
border-right: 2px solid #999; | border-right: 2px solid #999; | ||
| Zeile 19: | Zeile 19: | ||
border-bottom: 2px solid #999; | border-bottom: 2px solid #999; | ||
-moz-border-radius: 1.0em; | -moz-border-radius: 1.0em; | ||
| − | + | margin: 6px; | |
} | } | ||
Version vom 24. Mai 2012, 12:59 Uhr
body {
background: #c7edfe!important;
}
small {font-size: 0.95em;}
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;
}
#footer {
background-color:#fafafa;
padding:4px;
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;
}