MediaWiki:Common.css: Unterschied zwischen den Versionen

132 Bytes hinzugefügt ,  09:57, 30. Jun. 2018
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 14: Zeile 14:
     background-color: #fff;
     background-color: #fff;
}
}


.clearfix:after {
.clearfix:after {
Zeile 23: Zeile 22:
     height: 0px;
     height: 0px;
}
}
/* Color utilities */
.text-white {
    color: #FFF;
}
.text-deafult {
    color: #212529;
}
.text-muted {
    color: #AEAEAE;
}
.bg-primary {
}
.bg-secondary {
}
.bg-dark {
    background: #333;
}
.bg-light {
    background: #EEE;
}
/* Scratchblocks */


code.blocks {
code.blocks {
Zeile 70: Zeile 95:
     padding: 5px;
     padding: 5px;
     overflow: auto;
     overflow: auto;
}
/** Wrappers */
.wrapper {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, .125);
}
.wrapper p:first-of-type {
    margin-top: 0;
    padding-top: 0;
}
.wrapper p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.quotebox {
    border: none;
    border-left: 8px solid #DDD;
    font-style: italic;
    font-size: 0.85rem;
}
.quote-source {
    font-style: normal !important;
    font-size: 0.8rem;
}
.hintbox {
    font-size: 0.95em;
    background: #EEE;
    /*border: 1px solid gray;*/
}
.taskbox {
    background: #BEE599;
    /*border: 1px solid #a6ca8a;*/
}
.solutionbox {
    background-color: #f5f599;
    /*border: 1px solid #d1d183;*/
}
.window {
    background: #E9E9E9;
    border: 1px solid rgba(0,0,0,.25);
    border-top: 10px solid rgba(0,0,0,.25);
    margin: 1em 0;
    padding: 9px;
}
.window > p:first-of-type {
    margin-top: 0;
    padding-top: 0;
}
.window > p:last-of-type {
  margin-bottom: 0;
    padding-bottom: 0;
}
}


Zeile 186: Zeile 146:
}
}


.text-white {
 
     color: #FFF;
/** Wrappers and boxes */
 
.wrapper, .box, .window {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, .25);
}
 
.wrapper > p:first-of-type,
.box > p:first-of-type,
.window > p:first-of-type {
    margin-top: 0;
    padding-top: 0;
}
 
.wrapper > p:last-of-type,
.box > p:last-of-type,
.window > p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
 
.hintbox {
     font-size: 0.95em;
    background: #EEE;
    /*border: 1px solid gray;*/
}
 
.taskbox {
    background: #BEE599;
    /*border: 1px solid #a6ca8a;*/
}
 
.solutionbox {
    background-color: #f5f599;
    /*border: 1px solid #d1d183;*/
}
 
.quotebox {
    border: none;
    border-left: 8px solid #DDD;
    font-style: italic;
    font-size: 0.85rem;
}
.quote-source {
    font-style: normal !important;
    font-size: 0.8rem;
}
 
.window {
    background: #E9E9E9;
    border-top: 17px solid rgba(0,0,0,.25);
}
}