MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus GaretienWiki
Zur Navigation springen Zur Suche springen
(rückgängig...)
VolkoV (D | B)
K
Zeile 35: Zeile 35:
 
#zeitrechts{
 
#zeitrechts{
 
background:url(/garetienwiki/images/Zeitrechts.png);
 
background:url(/garetienwiki/images/Zeitrechts.png);
 +
width:28px;
 +
}
 +
 +
#zeitlinksgross{
 +
background:url(/garetienwiki/images/ZeitlinksGroß.png);
 +
width:28px;
 +
}
 +
 +
#zeitmittegross{
 +
background:url(/garetienwiki/images/ZeitGroß.png);
 +
}
 +
 +
#zeitrechtsgross{
 +
background:url(/garetienwiki/images/ZeitrechtsGroß.png);
 
width:28px;
 
width:28px;
 
}
 
}

Version vom 7. Januar 2007, 07:27 Uhr

/** Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
}

body { background-color:#ffe884;}


div.meisterinfo {
color:white;
padding-left:5px;
border-left:5px solid black;
}

div.meisterinfo a{
color:white;
}

div.meisterinfo a:visited{
color:white;
}

#zeitlinks{
background:url(/garetienwiki/images/Zeitlinks.png);
width:28px;
}

#zeitmitte{
background:url(/garetienwiki/images/Zeit.png);
}

#zeitrechts{
background:url(/garetienwiki/images/Zeitrechts.png);
width:28px;
}

#zeitlinksgross{
background:url(/garetienwiki/images/ZeitlinksGroß.png);
width:28px;
}

#zeitmittegross{
background:url(/garetienwiki/images/ZeitGroß.png);
}

#zeitrechtsgross{
background:url(/garetienwiki/images/ZeitrechtsGroß.png);
width:28px;
}