MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus E-Assessment-Wiki
Wechseln zu:Navigation, Suche
Zeile 66: Zeile 66:
 
   border: 1px dashed #c06030;
 
   border: 1px dashed #c06030;
 
   width: 100%;
 
   width: 100%;
   margin-top: 3px;
+
   margin-top: 5px;
   margin-bottom: 3px;
+
   margin-bottom: 5px;
 
}
 
}

Version vom 26. Oktober 2009, 12:00 Uhr

/* CSS an dieser Stelle wirkt sich auf alle Skins aus */

/* Großbuchstaben in den Navigationsbereichen */
.portlet h5, .portlet h6, #p-personal ul, #p-cactions li a {
  text-transform:none;
}

/* Überschrift auf Startseite verbergen */
body.page-Hauptseite h1.firstHeading {
  display: none;
}
 
/* Hauptseiten-Spezialeinstellungen für Portalansicht */
#hauptseite h2 {
  background-color: #f0a050;
  border: 1px solid #d07030;
  font-size: 1em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.8em;
  padding-right: 0.8em;
}
#hauptseite .inhalt {
  background-color: #ffffff;
  border: 1px solid #d07030;
  border-top: 0px solid white;
  padding: 0.3em 0.8em 0.4em 0.8em;
}
#hauptseite .inhalt hr {
  background-color: #d07030;
  color: #df6b10;
  height: 1px;
  margin:0.5em 0;
  padding: 0;
}
#hauptseite .inhalt .mehr {
  clear: both;
  font-size: 95%;
  margin-top: 0.8em;
  text-align: right;
}
 
#hauptseite table {
  background-color: transparent;
}
 
.hauptseite-oben, .hauptseite-links, .hauptseite-rechts {
  margin-bottom: 1em;
}
.hauptseite-links {
  margin-right: 0.5em;
}
.hauptseite-rechts {
  margin-left: 0.5em;
}
 
.hauptseite-oben h2,
.hauptseite-unten h2 {
  text-align: center;
}

.adressbox {
  border: 1px dashed #c06030;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}