Benutzer:Martin Kraft/hauptseite.css

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/* +++++ 3. [[Wikipedia:Hauptseite|HAUPTSEITE]] (seit 2006) +++++ */


/*
grün: #339966
blau: #006699
rot: #990000
*/


/* Überschrift, Weiterleitungshinweis und Kategorie verbergen */

.action-view.page-Wikipedia_Hauptseite h1.firstHeading,
.action-view.page-Wikipedia_Hauptseite #contentSub,
.action-view.page-Wikipedia_Hauptseite #catlinks,
div#hauptseite .toparrow {
    display: none;
}

div#hauptseite td>div {
    /* border-radius: 0.2em; */
    /* box-shadow: 0.2em 0.2em 0.5em rgba(0,0,0,0.2); */
    border: none; /*1px solid rgba(0,0,0,0.1); */
    overflow: hidden;
    padding: 0.7em 1.7em 1em;
}

div#hauptseite h2 {
    background: transparent;
    color: #000;
    border: none;
    font-family: inherit;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5;
    text-transform: none;
    margin: 0;
    padding: .5em 0 .3em;
    font-family: "Linux Libertine",Georgia,Times,serif;
    letter-spacing: 0.03em;
    border-bottom: 2px solid rgb(131, 189, 77);
    text-indent: 0;
    font-weight: normal;
    text-align: left;
}

#hauptseite .inhalt {
    background: transparent;
    border: none;
    border-top: 0;
    min-height: 0;
    padding: 0.7em 0 2em;
}

#hauptseite .inhalt ul {
    margin: 0.3em 0 0 0;
    padding: 0;
    list-style: none;
}

#hauptseite .inhalt li {
    margin-bottom: .6em;
    line-height: 1.3;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 0.6em !important;
}

#hauptseite .inhalt li > div, #hauptseite .inhalt li > span {
    margin-top: -0.6em !important;
    padding-top: 0 !important;
}

#hauptseite .inhalt hr {
    background: #8898bf;
    color: #8898bf;
    /* IE 7 */
    height: 1px;
    margin: .5em 0;
}
#hauptseite .inhalt .mehr {
    clear: both;
    font-size: 95%;
    margin-top: .8em;
    text-align: right;
}
.hauptseite-oben,
.hauptseite-links,
.hauptseite-rechts {
    margin-bottom: 1em;
}
.hauptseite-links {
    margin-right: .5em;
}
.hauptseite-rechts {
    margin-left: .5em;
}
.hauptseite-oben h2,
.hauptseite-unten h2 {
    text-align: center;
}
.hauptseite-oben .inhalt .portale {
    font-weight: bold;
    margin: .2em 0;
}
.hauptseite-oben .inhalt .intern {
    font-size: 90%;
    text-align: center;
}
.hauptseite-links h2,
.hauptseite-rechts h2 {
    text-indent: .8em;
}
#hauptseite-schwesterprojekte .inhalt a {
    font-weight: bold;
}
#hauptseite .mw-headline-anchor {
    display: none;
}
#hauptseite-willkommen{
    display: none;
}
#hauptseite .inhalt {
    position: relative;
    padding: 0.7em 0 0;
}
#hauptseite .inhalt .mehr{
    position: absolute;
    margin: 0px;
    font-size: 0.74em;
    right: 0px;
    bottom: 100%;
    padding: 0.55em 0px;
}
#hauptseite .inhalt li:last-child{
    border-bottom: none;
}