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
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

.mw-wiki-logo {
    background-size: 180px 180px;
}

#ca-talk { 
display:none !important; 
}

a.one:link, a.one:visited {
  background-color: #00b300;
  color: white;
  padding: 10px 50px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  box-shadow: 3px 3px 5px  #e6e6e6;
}

a.one:hover, a.one:active {
  background-color: #008000;
}

li#footer-info-viewcount {
    font-size: 0.9em;
    font-weight: bold;
}

#footer-info-viewcount {
    margin: 0px;

.timeline img {
	max-width:auto;
	height:100hv;
}

.timeline {
  width: 95%;
  background-image: url('https://schulgestaltungswiki.de/images/0/0d/Timeline.png');
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 2.5em;
"
}

/* comments */

.c-avatar img {
    padding: 0px;
    border: 0px solid #dcdcdc;
    background-color: #fff;
}
.comments-body {
    font-size: 1em;
    padding: 10px;
    background-color: #efeeee;
    border-radius: 10px;
}
.c-spy {
    display: none;
}
.c-order {
    float: right;
    padding: 0px;
}
#mw-content-text > div > div > div.c-order > div.c-order-select > form > select {
    border: 0px;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
}
.c-item {
    padding: 5px 10px;
    margin: 0px;
    margin-bottom: 10px;
    background: #fff;
    border: 0px;
    border-radius: 10px;
}
.c-item.reply {
    background: #efeeee !important;
    margin-bottom: 0px;
    margin-top: -5px;
}
.full {
    width: auto;
}
.c-container {
    margin: 0px
}
.c-user {
    margin: 0px;
}
div.c-container > div.c-user > p {
    margin: 0px;
}
.c-actions,
.c-time {
    font-size: 11px;
}
.c-score {
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
}
.f-message,
.r-message {
    width: auto;
}
div.c-container > div.c-actions {
    margin: 0px;
}
div.c-container > div.c-actions > p {
    margin: 0px;
}

div.c-container > div.c-user > a, div.c-container > div.c-user > p > a {
    color: #008037;
}

/* geht nicht weil der senkrechte strich da bleibt
div.c-container > div.c-actions > p > a:nth-child(1) {
    display: none;
} */
.c-time-reply,
.reply {
    margin-left: 30px;
    margin-right: 0px;
    width: auto;
}
div.c-container > div.c-comment.r-message > *, div.c-container > div.c-comment.f-message > * {
    margin: 0px;
}

.c-form-title {
    margin: 0px;
}

#mw-content-text > div > div > form > p:nth-child(3) {
    margin: 0px;
}

textarea#comment {
    width: 100%;
    border: none;
    border-radius: 10px;
    resize: vertical;
}

.c-form-button {
    height: 18px 
}

#mw-content-text > div > div > form {
    margin-top: 1px;
}

#comment {
    padding: 10px;
    font-family: sans-serif;
}

#mw-content-text > div > div > form > div.c-form-button > input:nth-child(2) {
    display: none;
}

#mw-content-text > div > div > form > div.c-form-button > input:nth-child(1) {
    float: right;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    background: #00b300;
    border: none;
    border-radius: 5px;
    transition: 0.2s;
    
}
#mw-content-text > div > div > form > div.c-form-button > input:nth-child(1):hover {
    background: #008037;
}