MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus E-Assessment-Wiki
Wechseln zu:Navigation, Suche
(Änderung 3850 von Schmees (Diskussion) rückgängig gemacht.)
 
Zeile 58: Zeile 58:
 
}
 
}
 
   
 
   
.hauptseite-oben, .hauptseite-links, .hauptseite-rechts, .hauptseite-beide {
+
.hauptseite-oben, .hauptseite-links, .hauptseite-rechts {
 
   margin-bottom: 1em;
 
   margin-bottom: 1em;
 
}
 
}
Zeile 67: Zeile 67:
 
   margin-left: 0.5em;
 
   margin-left: 0.5em;
 
}
 
}
.hauptseite-beide {
 
  margin-left: 0.5em;
 
  margin-right: 0.5em;
 
}
 
 
  
 
.adressbox {
 
.adressbox {

Aktuelle Version vom 26. Oktober 2015, 08:32 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;
  color: #ffffff;
  text-shadow:black 1px 1px 1px; 
  border: 1px solid #d07030;
  font-size: 1.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 h4 {
  color: #a06a35;
  font-weight: normal;
}
#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 {
  min-width: 900px;
}
 
#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;
}

.adressbox {
  border: 1px dashed #c06030;
  max-width: 350px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}

/* Tabelle für Systemvergleich */
.wikitable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #AAA solid;
  border-collapse: collapse;
  empty-cells:show;
}
 
.wikitable th, .wikitable td {
  border: 1px #AAA solid;
  padding: 0.3em;
}

/* Listeneinrückung für Aufzähllisten an andere Listen anpassen */
ol {
  margin:0.3em 0 0 2em;
}