MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus FuemoWiki
Wechseln zu: Navigation, Suche
K
(background-img Logo Stadt Stein deaktiviert)
 
(32 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 5: Zeile 5:
 
#content { margin-left: 195px }
 
#content { margin-left: 195px }
 
#p-logo a, #p-logo a:hover { width: 195px }
 
#p-logo a, #p-logo a:hover { width: 195px }
.portlet { width: 190px }
+
.portlet { width: 150px }
 
#p-cactions { left: 190px }
 
#p-cactions { left: 190px }
  
/** Breite der Sidebar anpassen - IE-6.0-Fix */
+
*/** Breite der Sidebar anpassen - IE-6.0-Fix */
 
#column-content #content {
 
#column-content #content {
 
margin-left: 195px;
 
margin-left: 195px;
Zeile 16: Zeile 16:
 
#p-logo, #p-logo a, #p-logo a:hover {height: 180px;}
 
#p-logo, #p-logo a, #p-logo a:hover {height: 180px;}
  
/** Navigation nach unten schieben */
+
/* css für Sponsoren-Logos */
#p-navigation {margin-top: 20px;}
+
.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;}
  
#column-one #p-navigation {margin-top: 60px;}
+
/** Footer */
 +
#footer {bottom: 0px;}

Aktuelle Version vom 26. Juli 2015, 17: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;}