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
/* Fix the horrible super long line-width*/
 .ns-talk #mw-content-text p, .ns-talk dl, .ns-talk dd, .ns-talk #mw-content-text dt, .ns-talk #mw-content-text ul:not(.gallery)>li{
    max-width: 60em;
}
.ns-talk dl, .ns-talk dd, .ns-talk dt{
    min-width: 26em;
}
table p, table dl, table dd,  #mw-content-text table :not(.gallery):not(#pagehistory):not(.special)>li{
    min-width: 0;
}

dl p, dd p{
    min-width: 15em;
}

#hauptseite p, #hauptseite li, #mw-content-text div p, #mw-content-text div li {
    max-width: none;
    min-width: 0;
}

/* Wrap in History */
#pagehistory .comment:before {
    content:'';
    display:block;
}

#mw-head{
	background-image: linear-gradient(#fff 50%, #f6f6f6 100%);
}
.mw-changeslist>ul{
    padding-left: 0;
    margin-left: 0;
}

.mw-line-even {
    background-color: #F6F6F6;
}

.mw-changeslist .mw-line-odd, .mw-changeslist .mw-line-even {
    padding: 1.1em 1.6em !important;
    margin: 0px;
    font-size: 0.8em;
    list-style: outside none none;
    border-top: 1px #E0E0E0 solid;
}

.mw-changeslist .mw-title  {
    font-size: 1.25em;
}

.mw-changeslist .mw-plusminus-neg:after, .mw-changeslist .mw-plusminus-pos:after, .mw-changeslist .mw-plusminus-null:after {
    display: block;
    content: '';
    height:0;
}

.mw-changeslist .mw-userlink {
    padding-left: 4.8em;
    display: inline-block;
}

.mw-changeslist .mw-changeslist-separator {
    display: none;
}

a[title^="Datei:"], a[title^="Datei Diskussion:"], a[title^="Vorlage:"], a[title^="Vorlage Diskussion:"], a[title^="Spezial:"]  {
    color: #AA2277!important;
}

a[title^="Benutzer:"], a[title^="Benutzer Diskussion:"], a[title^="Benutzerin:"], a[title^="Benutzerin Diskussion:"]  {
    color: #FF9900!important;
}

a[title^="Wikipedia Diskussion:"], a[title^="Wikipedia:"] , a[title^="Hilfe Diskussion:"], a[title^="Hilfe:"] {
    color: #339966 !important;
}

 a[title^="Diskussion:"]{
    color: #09A!important;
}

textarea {
    font-family: "Fira Sans OT", sans-serif;
    font-size: 0.9rem;
    background-color: #222;
    color: #CCC;
    font-weight: 300;
    padding: 1.5rem;
    max-width: 50rem;
}

.adminMark {
    font-weight: inherit !important;
}

/* +++++ 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;
}