MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus GaretienWiki
Zur Navigation springen Zur Suche springen
VolkoV (D | B)
K
Zeile 25: Zeile 25:
  
 
#zeitlinks{
 
#zeitlinks{
background:url(/garetienwiki/images/Zeitlinks.png);
+
background:url(/images/Zeitlinks.png);
 
width:28px;
 
width:28px;
 
}
 
}
  
 
#zeitmitte{
 
#zeitmitte{
background:url(/garetienwiki/images/Zeit.png);
+
background:url(/images/Zeit.png);
 
}
 
}
  
 
#zeitrechts{
 
#zeitrechts{
background:url(/garetienwiki/images/Zeitrechts.png);
+
background:url(/images/Zeitrechts.png);
 
width:28px;
 
width:28px;
 
}
 
}
  
 
#zeitlinksgross{
 
#zeitlinksgross{
background:url(/garetienwiki/images/ZeitlinksGroß.png);
+
background:url(/images/ZeitlinksGroß.png);
 
width:28px;
 
width:28px;
 
}
 
}
  
 
#zeitmittegross{
 
#zeitmittegross{
background:url(/garetienwiki/images/ZeitGroß.png);
+
background:url(/images/ZeitGroß.png);
 
}
 
}
  
 
#zeitrechtsgross{
 
#zeitrechtsgross{
background:url(/garetienwiki/images/ZeitrechtsGroß.png);
+
background:url(/images/ZeitrechtsGroß.png);
 
width:28px;
 
width:28px;
 
}
 
}

Version vom 19. Januar 2007, 11:08 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(/images/Zeitlinks.png);
width:28px;
}

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

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

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

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

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