MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus FuemoWiki
Wechseln zu: Navigation, Suche
K (Testhalber background für .sponsor gesetzt)
(Gutmann-Logo)
Zeile 29: Zeile 29:
 
   width: 187px;
 
   width: 187px;
 
   text-align: center;
 
   text-align: center;
   background: url(images/Br_HeGe_hor.jpg) 0 0 ;background-repeat: repeat-y;
+
   background: url(images/Gutmann_logo.gif) 0 0 ;background-repeat: repeat-y;
 
}
 
}
  

Version vom 26. Oktober 2014, 17:34 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: 150px }
#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: orange;
  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;
  background: url(images/Gutmann_logo.gif) 0 0 ;background-repeat: repeat-y;
}

/** Hintergrund-Bild */
body {background: #da9426 url(images/Br_HeGe_hor.jpg) 0 0 ;background-repeat: repeat-y;}

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