MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus FuemoWiki
Wechseln zu: Navigation, Suche
K (top: 25px)
(background-img Logo Stadt Stein deaktiviert)
 
Zeile 30: Zeile 30:
 
   height: 100px;
 
   height: 100px;
 
   text-align: center;
 
   text-align: center;
   background: url(images/Logo_Stadt_SC03.png) 0 0 ;background-repeat: repeat-y;
+
   /** background: url(images/Logo_Stadt_SC03.png) 0 0 ;background-repeat: repeat-y; **/
 
}
 
}
  

Aktuelle Version vom 26. Juli 2015, 16:39 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: white;
  color: black;
  border-collapse: collapse;
  border: 1px solid #aaa;
  padding: 4px 0 2px 1px;
  position: relative;
  top: 25px;
  margin-bottom: 30px;
  width: 161px;
  height: 100px;
  text-align: center;
  /** background: url(images/Logo_Stadt_SC03.png) 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;}