MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Schulgestaltungswiki
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 181: Zeile 181:
#mw-content-text > div > div > form > div.c-form-button > input:nth-child(1):hover {
#mw-content-text > div > div > form > div.c-form-button > input:nth-child(1):hover {
     background: #008037;
     background: #008037;
}
/* Button-Cluster für die Projektübersicht */
.flex-cluster {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 900px;
}
.flex-cluster > div {
    margin: 2.5px;
}
.flex-cluster > div > a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #efeeee;
    color: #000;
    font-weight: bold;
    font-size: larger;
    width: 200px;
    height: 7em;
    padding: 0px 10px;
    transition: 0.3s;
}
.flex-cluster > div > a:hover {
    background: #00b500;
    text-decoration: none;
}
}

Version vom 20. Oktober 2021, 19:11 Uhr

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


.c-avatar img {
    padding: 0px;
    border: 0px solid #dcdcdc;
    background-color: #fff;
    display:none;
}
.comments-body {
    max-width: 800px;
    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;
}

/* Button-Cluster für die Projektübersicht */
.flex-cluster {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 900px;
}
.flex-cluster > div {
    margin: 2.5px;
}
.flex-cluster > div > a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #efeeee;
    color: #000;
    font-weight: bold;
    font-size: larger;
    width: 200px;
    height: 7em;
    padding: 0px 10px;
    transition: 0.3s;
}
.flex-cluster > div > a:hover {
    background: #00b500;
    text-decoration: none;
}