MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus FuemoWiki
Wechseln zu: Navigation, Suche
Zeile 33: Zeile 33:
 
/** Hintergrund-Bild */
 
/** Hintergrund-Bild */
 
body {background: #f0f0c0 url(myheaderbackground.gif) 0 0 ;}
 
body {background: #f0f0c0 url(myheaderbackground.gif) 0 0 ;}
 +
 +
/** Footer */
 +
#footer {position: relative; margin-bottom: 1em;}

Version vom 27. Juli 2008, 20:48 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(myheaderbackground.gif) 0 0 ;}

/** Footer */
#footer {position: relative; margin-bottom: 1em;}