MediaWiki: Common.css: Unterschied zwischen den Versionen
Aus wiki.climate-thinking.de
Admino (Diskussion | Beiträge) K |
Admino (Diskussion | Beiträge) K |
||
Zeile 4: | Zeile 4: | ||
body { | body { | ||
− | background: #f1f3f4; | + | background: #f1f3f4 !important; |
font-family: 'Work Sans', sans-serif; | font-family: 'Work Sans', sans-serif; | ||
color: #575757; | color: #575757; | ||
Zeile 14: | Zeile 14: | ||
#catlinks { | #catlinks { | ||
− | display:block | + | display:block |
} | } | ||
Zeile 23: | Zeile 23: | ||
#sidebar-right { | #sidebar-right { | ||
} | } | ||
+ | |||
+ | |||
#subnav { | #subnav { | ||
} | } | ||
− | |||
− | |||
.btn { | .btn { | ||
− | background-color: # | + | background-color: #e8e8e8 !important; |
border: 1px solid #575757; | border: 1px solid #575757; | ||
color: #575757; | color: #575757; | ||
− | |||
text-shadow: none; | text-shadow: none; | ||
} | } | ||
/*.btn:visited { | /*.btn:visited { | ||
− | background-color: # | + | background-color: #C7105C; |
border: 1px solid #575757; | border: 1px solid #575757; | ||
− | color: #ffffff; | + | color: #ffffff; }*/ |
− | }*/ | ||
− | |||
.btn:focus { | .btn:focus { | ||
− | background-color: #C7105C; | + | background-color: #C7105C ; |
border: 1px solid #575757; | border: 1px solid #575757; | ||
color: #ffffff; | color: #ffffff; | ||
} | } | ||
− | |||
.btn:hover { | .btn:hover { | ||
− | background-color: #C7105C; | + | background-color: #C7105C ; |
border: 1px solid #575757; | border: 1px solid #575757; | ||
color: #ffffff; | color: #ffffff; | ||
} | } | ||
− | |||
.btn:active { | .btn:active { | ||
− | background-color: #C7105C; | + | background-color: #C7105C !important; |
border: 1px solid #575757; | border: 1px solid #575757; | ||
color: #ffffff; | color: #ffffff; | ||
Zeile 65: | Zeile 60: | ||
border: 1px solid #575757 | border: 1px solid #575757 | ||
color: #ffffff; | color: #ffffff; | ||
− | box-shadow:none; | + | box-shadow:none;} |
− | } | ||
− | |||
a.btn:visited { | a.btn:visited { | ||
− | background-color: # | + | background-color: #e8e8e8; |
border: 1px solid #575757; | border: 1px solid #575757; | ||
color: #575757; | color: #575757; | ||
− | text-shadow: none; | + | text-shadow: none; } |
− | } | ||
− | |||
a.btn:hover { | a.btn:hover { | ||
− | background-color: #C7105C; | + | background-color: #C7105C !important; |
border: 1px solid #575757; | border: 1px solid #575757; | ||
− | color: #ffffff; | + | color: #ffffff;} |
− | } | ||
− | |||
a.btn:focus { | a.btn:focus { | ||
− | background-color: #C7105C; | + | background-color: #C7105C !important; |
− | border: 1px solid #575757; | + | border: 1px solid #575757 !important; |
color: #ffffff; | color: #ffffff; | ||
− | box-shadow:none; | + | box-shadow:none;} |
− | } | ||
− | |||
a.btn:active { | a.btn:active { | ||
− | background-color: #C7105C; | + | background-color: #C7105C ; |
− | border: 1px solid #575757; | + | border: 1px solid #575757 ; |
color: #ffffff; | color: #ffffff; | ||
− | box-shadow:none; | + | box-shadow:none;} |
− | } | ||
/* Folgend wird Schriftart und Farbe der Überschriften - h1, h2 etc. - geändert */ | /* Folgend wird Schriftart und Farbe der Überschriften - h1, h2 etc. - geändert */ | ||
Zeile 104: | Zeile 90: | ||
} | } | ||
− | #content h2 { | + | #content h2,h3 { |
font-family: 'Poppins', sans-serif; | font-family: 'Poppins', sans-serif; | ||
font-weight: 300; | font-weight: 300; | ||
Zeile 111: | Zeile 97: | ||
} | } | ||
− | + | $wgTweekiSkinImagePageTOCTabs = true; | |
− | + | $wgAllowCommonCSSOnRestrictedPages = true; | |
− | + | $wgAllowCommonCSSOnSpecialPages = true; | |
− | |||
− | |||
− |
Version vom 2. März 2021, 12:58 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@import url('https://fonts.googleapis.com/css?family=Poppins:500|Bree+Serif:400,700||Work+Sans:400,700');
body {
background: #f1f3f4 !important;
font-family: 'Work Sans', sans-serif;
color: #575757;
}
#footer {
background: #F3D8DD;
}
#catlinks {
display:block
}
#toc {
display:block;
}
#sidebar-right {
}
#subnav {
}
.btn {
background-color: #e8e8e8 !important;
border: 1px solid #575757;
color: #575757;
text-shadow: none;
}
/*.btn:visited {
background-color: #C7105C;
border: 1px solid #575757;
color: #ffffff; }*/
.btn:focus {
background-color: #C7105C ;
border: 1px solid #575757;
color: #ffffff;
}
.btn:hover {
background-color: #C7105C ;
border: 1px solid #575757;
color: #ffffff;
}
.btn:active {
background-color: #C7105C !important;
border: 1px solid #575757;
color: #ffffff;
}
a.btn:link {
background-color: #C7105C;
border: 1px solid #575757
color: #ffffff;
box-shadow:none;}
a.btn:visited {
background-color: #e8e8e8;
border: 1px solid #575757;
color: #575757;
text-shadow: none; }
a.btn:hover {
background-color: #C7105C !important;
border: 1px solid #575757;
color: #ffffff;}
a.btn:focus {
background-color: #C7105C !important;
border: 1px solid #575757 !important;
color: #ffffff;
box-shadow:none;}
a.btn:active {
background-color: #C7105C ;
border: 1px solid #575757 ;
color: #ffffff;
box-shadow:none;}
/* Folgend wird Schriftart und Farbe der Überschriften - h1, h2 etc. - geändert */
#content h1 {
font-family: 'Bree', serif;
font-weight: 500;
color: #C7105C;
text-align: left;
}
#content h2,h3 {
font-family: 'Poppins', sans-serif;
font-weight: 300;
color: #C7105C;
text-align: left;
}
$wgTweekiSkinImagePageTOCTabs = true;
$wgAllowCommonCSSOnRestrictedPages = true;
$wgAllowCommonCSSOnSpecialPages = true;