MediaWiki: Tweeki.css: Unterschied zwischen den Versionen

Aus QR-KULTUR
Wechseln zu: Navigation, Suche
Zeile 15: Zeile 15:
 
     text-align: unset;
 
     text-align: unset;
 
     letter-spacing: unset;
 
     letter-spacing: unset;
 +
    font-weight: 800;
 
}
 
}

Version vom 21. Mai 2018, 20:52 Uhr

.navbar-brand {
    float: left;
    padding: 40px 15px;
    font-size: 50px;
    line-height: 20px;
    height: 100px;
    font-weight: bolder;
    font-stretch: condensed;
}

.firstHeading {
    margin-top: 50px;
    line-height: 1.2em;
    padding-bottom: 0;
    text-align: unset;
    letter-spacing: unset;
    font-weight: 800;
}