MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus E-Assessment-Wiki
K |
K |
||
Zeile 90: | Zeile 90: | ||
h4 { | h4 { | ||
− | color: # | + | color: #a06a35; |
font-weight: normal; | font-weight: normal; | ||
} | } |
Version vom 20. März 2012, 10:14 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: 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;
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;
}
h4 {
color: #a06a35;
font-weight: normal;
}
/* Listeneinrückung für Aufzähllisten an andere Listen anpassen */
ol {
margin:0.3em 0 0 2em;
}