MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus FuemoWiki
Wechseln zu: Navigation, Suche
K (Footer)
(Neues Hintergrundbild Br_HeGe.jpg)
Zeile 32: Zeile 32:
  
 
/** Hintergrund-Bild */
 
/** Hintergrund-Bild */
body {background: #f0f0c0 url(myheaderbackground.gif) 0 0 ;}
+
body {background: #f0f0c0 url(images/Br_HeGe.jpg) 0 0 ;}
  
 
/** Footer */
 
/** Footer */
 
#footer {bottom: 0px;}
 
#footer {bottom: 0px;}

Version vom 11. August 2008, 12:59 Uhr

/** CSS an dieser Stelle wirkt sich auf alle Skins aus */

/** Breite der Sidebar anpassen */
#column-content { margin-left: -195px }
#content { margin-left: 195px }
#p-logo a, #p-logo a:hover { width: 195px }
.portlet { width: 190px }
#p-cactions { left: 190px }

*/** Breite der Sidebar anpassen - IE-6.0-Fix */
#column-content #content {
	margin-left: 195px;
}

/** Größe des Logos anpassen */
#p-logo, #p-logo a, #p-logo a:hover {height: 180px;}

/* css für Sponsoren-Logos */
.sponsor {
  font-size: 80%;
  background-color: white;
  color: black;
  border-collapse: collapse;
  border: 1px solid #aaa;
  padding: 4px 0 2px 1px;
  position: relative;
  top: 20px;
  margin-bottom: 30px;
  width: 187px;
  text-align: center;
}

/** Hintergrund-Bild */
body {background: #f0f0c0 url(images/Br_HeGe.jpg) 0 0 ;}

/** Footer */
#footer {bottom: 0px;}