MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Fahrradmonteur
Zur Navigation springenZur Suche springen
Zeile 1: Zeile 1:
 
body {
 
body {
    background: #c7edfe!important;  
+
  background: #c7edfe!important;  
 
}
 
}
 
small {font-size: 0.95em;}
 
small {font-size: 0.95em;}
Zeile 10: Zeile 10:
 
   font-size: 0.8em;
 
   font-size: 0.8em;
 
   vertical-align:top;
 
   vertical-align:top;
 +
}
 +
#footer {
 +
  background: #ooo;
 
}
 
}

Version vom 24. Mai 2012, 13:51 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: #ooo;
}