MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Informatik-Box
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */


body,.mw-body, .mw-body-content, .parsoid-body {
body,
/**
.mw-body,
.mw-body-content,
.parsoid-body {
    /**
Native Font-Stack from Bootstrap
Native Font-Stack from Bootstrap
See https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/
See https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/
Zeile 16: Zeile 19:


.mw-editform #wpTextbox1 {
.mw-editform #wpTextbox1 {
font-size: 1rem !important;
    font-size: 1rem !important;
}
}


Zeile 28: Zeile 31:


.text-center {
.text-center {
text-align: center !important;
    text-align: center !important;
}
}
.text-left {
.text-left {
text-align: left !important;
    text-align: left !important;
}
}
.text-right {
.text-right {
text-align: right !important;
    text-align: right !important;
}
}


/* Color utilities */
/* Color utilities */
.text-white {
.text-white {
     color: #FFF !important;
     color: #FFF !important;
}
}
.text-default {
.text-default {
     color: #212529 !important;
     color: #212529 !important;
}
}
.text-muted {
.text-muted {
     color: #AEAEAE !important;
     color: #AEAEAE !important;
}
}
.text-primary {


}
.text-primary {}
.text-secondary {
 
.text-secondary {}


}
.text-hg {
.text-hg {
     color: #00A651 !important;
     color: #00A651 !important;
}
}
.text-hgrot {
.text-hgrot {
     color: #97373d !important;
     color: #97373d !important;
}
}
.bg-primary {


}
.bg-primary {}
.bg-secondary {
 
.bg-secondary {}


}
.bg-dark {
.bg-dark {
     background: #333 !important;
     background: #333 !important;
}
}
.bg-light {
.bg-light {
     background: #EEE !important;
     background: #EEE !important;
}
}
.bg-hg {
.bg-hg {
     background: #00A651 !important;
     background: #00A651 !important;
}
}
.bg-hgrot {
.bg-hgrot {
     background: #97373d !important;
     background: #97373d !important;
Zeile 86: Zeile 97:
     vertical-align: baseline;
     vertical-align: baseline;
}
}
.key, .uibutton {
 
.key,
.uibutton,
.navbutton {
     background-color: #F7F7F7;
     background-color: #F7F7F7;
     background-image: -webkit-linear-gradient(rgba(255,255,255,.4),rgba(127,127,127,.2));
     background-image: -webkit-linear-gradient(rgba(255, 255, 255, .4), rgba(127, 127, 127, .2));
     background-image: -moz-linear-gradient(rgba(255,255,255,.4),rgba(127,127,127,.2));
     background-image: -moz-linear-gradient(rgba(255, 255, 255, .4), rgba(127, 127, 127, .2));
     background-image: -o-linear-gradient(rgba(255,255,255,.4),rgba(127,127,127,.2));
     background-image: -o-linear-gradient(rgba(255, 255, 255, .4), rgba(127, 127, 127, .2));
     background-image: linear-gradient(rgba(255,255,255,.4),rgba(127,127,127,.2));
     background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(127, 127, 127, .2));
border:1px solid;
    border: 1px solid;
border-color:#DDD #AAA #888 #CCC;
    border-color: #DDD #AAA #888 #CCC;
border-radius:2px;
    border-radius: 2px;
font-family:inherit;
    font-family: inherit;
padding:0 .4em;
    padding: 0 .4em;
text-shadow:0 1px rgba(255,255,255,.5);
    text-shadow: 0 1px rgba(255, 255, 255, .5);
white-space:nowrap;
    white-space: nowrap;
}
}
.uibutton {
.uibutton {
border-radius:4px;
    border-radius: 4px;
}
}
.uibutton img {
.uibutton img {
max-height: 1em;
    max-height: 1em;
padding: 1px 0;
    padding: 1px 0;
}
 
.navbutton {
    display: block;
}
}


/* Scratchblocks */
/* Scratchblocks */
Zeile 157: Zeile 178:
     overflow: auto;
     overflow: auto;
}
}




Zeile 205: Zeile 227:
     background: #17a2b8;
     background: #17a2b8;
}
}




/** Wrappers and boxes */
/** Wrappers and boxes */


.wrapper, .hgbox, .hgwindow, .hgdrawer, .hgborder {
.wrapper,
.hgbox,
.hgwindow,
.hgdrawer,
.hgborder {
     margin-top: 0.5em;
     margin-top: 0.5em;
     margin-bottom: 0.5em;
     margin-bottom: 0.5em;
Zeile 215: Zeile 242:
     border: 1px solid rgba(0, 0, 0, .25);
     border: 1px solid rgba(0, 0, 0, .25);
}
}
.wrapper {


}
.wrapper {}


.wrapper .code {
.wrapper .code {
     font-family: monospace,'Courier' !important;
     font-family: monospace, 'Courier' !important;
}
}
.wrapper code,
.wrapper code,
.wrapper pre {
.wrapper pre {
     background-color: rgba(248,249,250,0.75);
     background-color: rgba(248, 249, 250, 0.75);
}
}
.wrapper code.clean,
.wrapper code.clean,
.wrapper pre.clean {
.wrapper pre.clean {
Zeile 232: Zeile 260:
     padding: 0;
     padding: 0;
}
}
.hgbox {
.hgbox {
     background: #E9E9E9;
     background: #E9E9E9;
}
}
.hgwindow {
.hgwindow {
     background: #E9E9E9;
     background: #E9E9E9;
     border-top: 17px solid rgba(0,0,0,.25);
     border-top: 17px solid rgba(0, 0, 0, .25);
}
}
.hgdrawer {
.hgdrawer {
     border-left: 9px solid rgba(0,0,0,.25);
     border-left: 9px solid rgba(0, 0, 0, .25);
}
}
.hgborder {
.hgborder {
     border: 2px solid #212529;
     border: 2px solid #212529;
     background: rgba(0,0,0,0);
     background: rgba(0, 0, 0, 0);
}
}
.hgbox.inverted, .hgwindow.inverted, .hgdrawer.inverted, .hgborder.inverted {
 
     border-color: rgba(255,255,255,.4);
.hgbox.inverted,
.hgwindow.inverted,
.hgdrawer.inverted,
.hgborder.inverted {
     border-color: rgba(255, 255, 255, .4);
}
}




.hgborder > :first-child,
.hgborder> :first-child,
.wrapper > :first-child,
.wrapper> :first-child,
.hgbox > :first-child,
.hgbox> :first-child,
.hgwindow > :first-child,
.hgwindow> :first-child,
.hgdrawer > :first-child {
.hgdrawer> :first-child {
     margin-top: 0;
     margin-top: 0;
     padding-top: 0;
     padding-top: 0;
}
}


.hgborder > :last-child,
.hgborder> :last-child,
.wrapper > :last-child,
.wrapper> :last-child,
.hgbox > :last-child,
.hgbox> :last-child,
.hgwindow > :last-child,
.hgwindow> :last-child,
.hgdrawer > :last-child {
.hgdrawer> :last-child {
     margin-bottom: 0;
     margin-bottom: 0;
     padding-bottom: 0;
     padding-bottom: 0;
Zeile 290: Zeile 326:
}
}


.quote, blockquote {
.quote,
blockquote {
     font-style: italic;
     font-style: italic;
     font-size: 0.85rem;
     font-size: 0.85rem;
}
}
.quote-source {
.quote-source {
     font-style: normal !important;
     font-style: normal !important;
Zeile 305: Zeile 343:
     padding-left: 4px;
     padding-left: 4px;
}
}
.quote blockquote {
.quote blockquote {
     border: none;
     border: none;
Zeile 310: Zeile 349:
     margin: 0;
     margin: 0;
}
}


/* Spaltenlayouts */
/* Spaltenlayouts */
@media ( min-width:50em ){
 
  div.hgrow {
@media ( min-width:50em) {
    display: flex;
    div.hgrow {
    flex-direction: row
        display: flex;
  }
        flex-direction: row
  div.hgrow > .hgcol {
    }
    flex: 1 1 auto;
    div.hgrow>.hgcol {
    width: 100vw;
        flex: 1 1 auto;
    margin: 0 1em 0 0;
        width: 100vw;
  }
        margin: 0 1em 0 0;
  div.hgrow > .hgcol:last-child {
    }
    margin: 0;
    div.hgrow>.hgcol:last-child {
  }
        margin: 0;
  div.hgrow > .hgcol.hgcol-50 {
    }
    width: 50vw;
    div.hgrow>.hgcol.hgcol-50 {
  }
        width: 50vw;
    }
}
}


/* RQuiz */
/* RQuiz */
.rquiz-gapfill table.code input {
.rquiz-gapfill table.code input {
  width: 30px;
    width: 30px;
}
}

Version vom 30. September 2018, 13:57 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

body,
.mw-body,
.mw-body-content,
.parsoid-body {
    /**
Native Font-Stack from Bootstrap
See https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/
*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.mw-editform #wpTextbox1 {
    font-size: 1rem !important;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}


/* Color utilities */

.text-white {
    color: #FFF !important;
}

.text-default {
    color: #212529 !important;
}

.text-muted {
    color: #AEAEAE !important;
}

.text-primary {}

.text-secondary {}

.text-hg {
    color: #00A651 !important;
}

.text-hgrot {
    color: #97373d !important;
}

.bg-primary {}

.bg-secondary {}

.bg-dark {
    background: #333 !important;
}

.bg-light {
    background: #EEE !important;
}

.bg-hg {
    background: #00A651 !important;
}

.bg-hgrot {
    background: #97373d !important;
}

.inline-img {
    display: inline-block;
    max-height: 1.1em;
    width: auto;
    /*vertical-align: middle;
    vertical-align: initial;*/
    vertical-align: baseline;
}

.key,
.uibutton,
.navbutton {
    background-color: #F7F7F7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .4), rgba(127, 127, 127, .2));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, .4), rgba(127, 127, 127, .2));
    background-image: -o-linear-gradient(rgba(255, 255, 255, .4), rgba(127, 127, 127, .2));
    background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(127, 127, 127, .2));
    border: 1px solid;
    border-color: #DDD #AAA #888 #CCC;
    border-radius: 2px;
    font-family: inherit;
    padding: 0 .4em;
    text-shadow: 0 1px rgba(255, 255, 255, .5);
    white-space: nowrap;
}

.uibutton {
    border-radius: 4px;
}

.uibutton img {
    max-height: 1em;
    padding: 1px 0;
}

.navbutton {
    display: block;
}


/* Scratchblocks */

code.blocks {
    border: none;
    margin: 0 4px;
    padding: 0;
    background-color: transparent;
    vertical-align: middle;
}

pre.blocks {
    padding: 0;
    background-color: transparent;
    border: none;
    margin: 0.8em 0;
}

.mw-tablefooter {
    font-size: 0.8em;
    color: gray;
    text-align: right;
}

.mw-tablefooter a:link,
.mw-tablefooter a:visited,
.mw-tablefooter a:active,
.mw-tablefooter a:hover {
    color: gray;
}

.lernpfad-nav {}

.lernpfad-nav .back {
    float: left;
    width: 48%;
}

.lernpfad-nav .next {
    float: right;
    width: 48%;
    text-align: right;
}

.collapsible-info {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 5px;
    overflow: auto;
}



/** Alerts */

.alert {
    /*border-radius: 4px;*/
    padding: 8px;
    margin: 8px;
    font-size: 0.9em;
    border: 1px solid rgba(0, 0, 0, .125);
    color: #fff;
}

.alert-title {
    font-weight: 600;
    text-transform: uppercase;
}

.alert p {
    margin: 0;
}

.alert-icon {}

.alert-error {
    /*background: #ffecec;
    border: 1px solid #f5aca6;*/
    background: #dc3545;
}

.alert-success {
    /*background: #e9ffd9;
    border: 1px solid #a6ca8a;*/
    background: #28a745;
}

.alert-warning {
    /*background: #fff8c4;
    border: 1px solid #f2c779;*/
    background: #ffc107;
    color: #212529;
}

.alert-notice {
    /*background: #e3f7fc;
    border: 1px solid #8ed9f6;*/
    background: #17a2b8;
}



/** Wrappers and boxes */

.wrapper,
.hgbox,
.hgwindow,
.hgdrawer,
.hgborder {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, .25);
}

.wrapper {}

.wrapper .code {
    font-family: monospace, 'Courier' !important;
}

.wrapper code,
.wrapper pre {
    background-color: rgba(248, 249, 250, 0.75);
}

.wrapper code.clean,
.wrapper pre.clean {
    background: none;
    border: none;
    padding: 0;
}

.hgbox {
    background: #E9E9E9;
}

.hgwindow {
    background: #E9E9E9;
    border-top: 17px solid rgba(0, 0, 0, .25);
}

.hgdrawer {
    border-left: 9px solid rgba(0, 0, 0, .25);
}

.hgborder {
    border: 2px solid #212529;
    background: rgba(0, 0, 0, 0);
}

.hgbox.inverted,
.hgwindow.inverted,
.hgdrawer.inverted,
.hgborder.inverted {
    border-color: rgba(255, 255, 255, .4);
}


.hgborder> :first-child,
.wrapper> :first-child,
.hgbox> :first-child,
.hgwindow> :first-child,
.hgdrawer> :first-child {
    margin-top: 0;
    padding-top: 0;
}

.hgborder> :last-child,
.wrapper> :last-child,
.hgbox> :last-child,
.hgwindow> :last-child,
.hgdrawer> :last-child {
    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;*/
}


.importantbox {
    border-color: #ff593f;
}

.quote,
blockquote {
    font-style: italic;
    font-size: 0.85rem;
}

.quote-source {
    font-style: normal !important;
    font-size: 0.8rem;
    display: block;
    margin-top: 0.5em;
}

blockquote {
    border-left: 4px solid silver;
    padding-left: 4px;
}

.quote blockquote {
    border: none;
    padding: 0;
    margin: 0;
}


/* Spaltenlayouts */

@media ( min-width:50em) {
    div.hgrow {
        display: flex;
        flex-direction: row
    }
    div.hgrow>.hgcol {
        flex: 1 1 auto;
        width: 100vw;
        margin: 0 1em 0 0;
    }
    div.hgrow>.hgcol:last-child {
        margin: 0;
    }
    div.hgrow>.hgcol.hgcol-50 {
        width: 50vw;
    }
}


/* RQuiz */

.rquiz-gapfill table.code input {
    width: 30px;
}