MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus FuemoWiki
Wechseln zu: Navigation, Suche
(Logo Schwabach)
K (height 100px)
Zeile 19: Zeile 19:
 
.sponsor {
 
.sponsor {
 
   font-size: 80%;
 
   font-size: 80%;
   background-color: orange;
+
   background-color: white;
 
   color: black;
 
   color: black;
 
   border-collapse: collapse;
 
   border-collapse: collapse;
Zeile 28: Zeile 28:
 
   margin-bottom: 30px;
 
   margin-bottom: 30px;
 
   width: 169px;
 
   width: 169px;
   height: 95px;
+
   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;

Version vom 26. Oktober 2014, 17:46 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: 20px;
  margin-bottom: 30px;
  width: 169px;
  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;}