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*/
p, dl, dd, #mw-content-text dt, #mw-content-text :not(.gallery):not(#pagehistory):not(.special)>li {
max-width: 60em;
}
dl p, dd p{
min-width: 15em;
}
/* 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: #E0E0E0;
}
.mw-line-odd,.mw-line-even {
padding: 0.4em 0.8em !important;
margin: 0;
list-style: none outside none;
}
a[title^="Datei:"], a[title^="Datei Diskussion:"] {
color: #A51400 !important;
}
a[title^="Benutzer:"], a[title^="Benutzer Diskussion:"] {
color: #009768 !important;
}
a[title^="Wikipedia Diskussion:"], a[title^="Wikipedia:"] {
color: #339966 !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;
}