MediaWiki: Tweeki.css: Unterschied zwischen den Versionen

Aus QR-KULTUR
Wechseln zu: Navigation, Suche
 
(24 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 7: Zeile 7:
 
     font-weight: bolder;
 
     font-weight: bolder;
 
     font-stretch: condensed;
 
     font-stretch: condensed;
 +
}
 +
 +
.navbar-brand img {
 +
    height: 120px;
 +
    margin-top: -38px;
 
}
 
}
  
 
.firstHeading {
 
.firstHeading {
     /* margin-bottom: .1em; */
+
     margin-top: 50px;
     /* line-height: 1.2em; */
+
     line-height: 1.2em;
     /* padding-bottom: 0; */
+
     padding-bottom: 0;
 +
    text-align: unset;
 +
    letter-spacing: unset;
 +
    font-weight: 800;
 +
}
 +
 
 +
.with-navbar.with-navbar-fixed {
 +
    padding-top: 115px;
 +
}
 +
 
 +
.navbar-default {
 +
    background-color: #9a0024!important;
 +
    border-color: #000000;
 +
    border-bottom: 15px solid;
 +
}
 +
 
 +
a {
 +
  color: #31708f;
 +
}
 +
 
 +
a:hover, a:focus {
 +
  color: #00224e;
 
}
 
}
 +
 +
#catlinks {display:block;}

Aktuelle Version vom 23. Dezember 2023, 14:29 Uhr

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

.navbar-brand img {
    height: 120px;
    margin-top: -38px;
}

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

.with-navbar.with-navbar-fixed {
    padding-top: 115px;
}

.navbar-default {
    background-color: #9a0024!important;
    border-color: #000000;
    border-bottom: 15px solid;
}

a {
   color: #31708f;
}

a:hover, a:focus {
   color: #00224e;
}

#catlinks {display:block;}