MediaWiki: Tweeki.css: Unterschied zwischen den Versionen
Aus wiki.climate-thinking.de
Admino (Diskussion | Beiträge) K (Die Seite wurde geleert.) Markierung: Geleert |
Admino (Diskussion | Beiträge) K |
||
Zeile 1: | Zeile 1: | ||
+ | /* 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; | ||
+ | font-family: 'Work Sans', sans-serif; | ||
+ | color: #575757; | ||
+ | } | ||
+ | |||
+ | #footer { | ||
+ | background: #F3D8DD; | ||
+ | } | ||
+ | |||
+ | #catlinks { | ||
+ | display:block | ||
+ | } | ||
+ | |||
+ | #toc { | ||
+ | display:block; | ||
+ | } | ||
+ | |||
+ | #sidebar-right { | ||
+ | } | ||
+ | |||
+ | #subnav { | ||
+ | } | ||
+ | |||
+ | /* Folgend wird die Darstellung der Button in der Sidebar geändert */ | ||
+ | |||
+ | .btn { | ||
+ | background-color: #f1f3f4 | ||
+ | border: 1px solid #575757; | ||
+ | color: #575757; | ||
+ | text-shadow: none; | ||
+ | } | ||
+ | |||
+ | .btn:visited { | ||
+ | background-color: yellow; | ||
+ | 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; | ||
+ | border: 1px solid #575757; | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | |||
+ | a.btn { | ||
+ | background-color: #f1f3f4; | ||
+ | border: 1px solid #575757; | ||
+ | color: #575757; | ||
+ | text-shadow: none; | ||
+ | } | ||
+ | |||
+ | a.btn:link { | ||
+ | background-color: #C7105C; | ||
+ | border: 1px solid #575757 | ||
+ | color: #ffffff; | ||
+ | box-shadow:none; | ||
+ | } | ||
+ | |||
+ | a.btn:visited { | ||
+ | background-color: #f1f3f4; | ||
+ | border: 1px solid #575757; | ||
+ | color: #575757; | ||
+ | text-shadow: none; | ||
+ | } | ||
+ | a.btn:hover { | ||
+ | background-color: #C7105C; | ||
+ | border: 1px solid #575757; | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | |||
+ | a.btn:focus { | ||
+ | background-color: #C7105C; | ||
+ | border: 1px solid #575757; | ||
+ | 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; | ||
+ | } |
Version vom 2. März 2021, 11:49 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;
font-family: 'Work Sans', sans-serif;
color: #575757;
}
#footer {
background: #F3D8DD;
}
#catlinks {
display:block
}
#toc {
display:block;
}
#sidebar-right {
}
#subnav {
}
/* Folgend wird die Darstellung der Button in der Sidebar geändert */
.btn {
background-color: #f1f3f4
border: 1px solid #575757;
color: #575757;
text-shadow: none;
}
.btn:visited {
background-color: yellow;
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;
border: 1px solid #575757;
color: #ffffff;
}
a.btn {
background-color: #f1f3f4;
border: 1px solid #575757;
color: #575757;
text-shadow: none;
}
a.btn:link {
background-color: #C7105C;
border: 1px solid #575757
color: #ffffff;
box-shadow:none;
}
a.btn:visited {
background-color: #f1f3f4;
border: 1px solid #575757;
color: #575757;
text-shadow: none;
}
a.btn:hover {
background-color: #C7105C;
border: 1px solid #575757;
color: #ffffff;
}
a.btn:focus {
background-color: #C7105C;
border: 1px solid #575757;
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;
}