MediaWiki:Monobook.css: Unterschied zwischen den Versionen

aus LuftschiffWiki - http://www.luftschiff.org/
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
 
/* edit this file to customize the monobook skin for the entire site */
 
/* edit this file to customize the monobook skin for the entire site */
 +
body { background-color:#7d8787; font-family:Arial, sans-serif; text-align:justi
 +
fy; font-size:100%; color:white; margin:10; }
 +
h1 { font-variant:small-caps; }
 +
table {  padding:10px; vertical-align:top; }
 +
td {  padding:10px; vertical-align:top; }
 +
img {border:solid 1px black; }
 +
/* hier ist der schwarze rand von den bildern
 +
!! alle bilder kriegen einen schwarzen rahmen,
 +
wenn nicht implizit in daS IMG-tag folgendes reingeschriben wird:
 +
style="border:0px;" */
 +
/* img { margin:10; } */
 +
a:link { color:#ccc9d3; text-decoration:none }
 +
a:visited { color:#ccc9d3; text-decoration:none }
 +
a:hover { color:#64528c; text-decoration:none }
 +
a:active { color:#64528c; text-decoration:underline }
 +
a:focus { color:#64528c; text-decoration:underline }

Version vom 1. April 2006, 13:25 Uhr

/* edit this file to customize the monobook skin for the entire site */
body { background-color:#7d8787; font-family:Arial, sans-serif; text-align:justi
fy; font-size:100%; color:white; margin:10; }
h1 { font-variant:small-caps; }
table {  padding:10px; vertical-align:top; }
td {  padding:10px; vertical-align:top; }
img {border:solid 1px black; }
/* hier ist der schwarze rand von den bildern
!! alle bilder kriegen einen schwarzen rahmen,
wenn nicht implizit in daS IMG-tag folgendes reingeschriben wird:
style="border:0px;" */
/* img { margin:10; } */
a:link { color:#ccc9d3; text-decoration:none }
a:visited { color:#ccc9d3; text-decoration:none }
a:hover { color:#64528c; text-decoration:none }
a:active { color:#64528c; text-decoration:underline }
a:focus { color:#64528c; text-decoration:underline }