MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus E-Assessment-Wiki
(Die Seite wurde neu angelegt: „→CSS an dieser Stelle wirkt sich auf alle Skins aus: →Großbuchstaben in den Navigationsbereichen: .portlet h5, .portlet h6, #p-personal ul, #p-cactions …“) |
|||
Zeile 13: | Zeile 13: | ||
/* Hauptseiten-Spezialeinstellungen für Portalansicht */ | /* Hauptseiten-Spezialeinstellungen für Portalansicht */ | ||
#hauptseite h2 { | #hauptseite h2 { | ||
− | background-color: # | + | background-color: #e3933c; |
− | border: 1px solid # | + | border: 1px solid #df6b10; |
font-size: 1em; | font-size: 1em; | ||
font-weight: bold; | font-weight: bold; | ||
Zeile 26: | Zeile 26: | ||
#hauptseite .inhalt { | #hauptseite .inhalt { | ||
background-color: #ffffff; | background-color: #ffffff; | ||
− | border: 1px solid # | + | border: 1px solid #df6b10; |
border-top: 0px solid white; | border-top: 0px solid white; | ||
padding: 0.3em 0.8em 0.4em 0.8em; | padding: 0.3em 0.8em 0.4em 0.8em; | ||
} | } | ||
#hauptseite .inhalt hr { | #hauptseite .inhalt hr { | ||
− | background-color: # | + | background-color: #df6b10; |
− | color: # | + | color: #df6b10; |
height: 1px; | height: 1px; | ||
margin:0.5em 0; | margin:0.5em 0; |
Version vom 26. Oktober 2009, 10:12 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: #e3933c;
border: 1px solid #df6b10;
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 #df6b10;
border-top: 0px solid white;
padding: 0.3em 0.8em 0.4em 0.8em;
}
#hauptseite .inhalt hr {
background-color: #df6b10;
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;
}