MediaWiki: Tweeki.css: Unterschied zwischen den Versionen

Aus QR-KULTUR
Wechseln zu: Navigation, Suche
Zeile 4: Zeile 4:
 
     font-size: 50px;
 
     font-size: 50px;
 
     line-height: 20px;
 
     line-height: 20px;
     height: 100px;
+
     height: 200px;
 
     font-weight: bolder;
 
     font-weight: bolder;
 
     font-stretch: condensed;
 
     font-stretch: condensed;

Version vom 12. August 2018, 12:46 Uhr

.navbar-brand {
    float: left;
    padding: 40px 15px;
    font-size: 50px;
    line-height: 20px;
    height: 200px;
    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;
}

.with-navbar {
    padding-top: 100px;
}