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
body {
margin: 0px;
background-attachment: fixed;
}
.specialbasic, .specialchars { /* Editieren*/
display: block !important
}
#column-one { /* Linke Spalte */
position: fixed;
padding-top: 0px;
height: 100%;
overflow: auto;
}
pre {
overflow: auto;
}
.interwiki-de, .interwiki-en { /* de.wp.org & en.wp.org markieren */
background-color: #ddb;
border: double 3px red;
}
table.metadata { /* Personendaten */
display:block;
}
a:link {
text-decoration: underline;
}
a:visited {
text-decoration: none;
}
#column-one > div {
max-height: 4em;
overflow: auto;
border: 1px solid black;
background-color: #aaa;
}
#column-one > div:hover {
max-height: 15em;
}
#p-logo, #n-help, #n-sitesupport, #n-topics, #n-aboutsite, #n-alphindex,
#p-cactions, #p-personal, #footer, #n-portal,
#n-Featured-content, #n-currentevents, #n-contact, #n-sitesupport,
#n-Contents, #n-About-Wikipedia, /* en.wp */
#n-welcome, #n-village-pump /* commons */ {
display: none !important;
}
.diffchange {
font-weight: bold;
color: red;
background-color: white;
}
.navpopup {
filter:alpha(opacity=90);
-moz-opacity:0.90;
opacity:0.90;
font-size: x-small !important;
color: #100 !important;
background-color: #E0E8FF !important;
}
/* a[href^="/wiki/Benutzer:"] {
color: #306 !important;
background-color: #3f9 !important;
} */
content {
max-width: 800px;
}