MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| (15 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
body, #mw-head { | body, #mw-head { | ||
background-color: #489422; | |||
font-size: 16px; | |||
} | |||
.mw-body-content { | |||
font-size: 1em; | |||
} | |||
#mw-panel .portal .body li { | |||
font-size: 0.85em; | |||
} | } | ||
a, | a, | ||
#mw-panel .portal .body li a { | #mw-panel .portal .body li a { | ||
color: #efea78; | |||
} | } | ||
a:hover, | a:hover, | ||
| Zeile 11: | Zeile 18: | ||
#mw-panel .portal .body li a:visited, | #mw-panel .portal .body li a:visited, | ||
#mw-panel .portal .body li a:focus { | #mw-panel .portal .body li a:focus { | ||
color: # | color: #f9f010; | ||
} | } | ||
a:visited, | a:visited, | ||
#mw-panel .portal .body li a:visited { | #mw-panel .portal .body li a:visited { | ||
color: # | color: #efea78; | ||
} | |||
a.new:visited, #p-personal a.new:visited { | |||
color: #d33; | |||
} | |||
#p-personal a.new { | |||
color: #f6f6f6; | |||
} | |||
#footer, #footer li { | |||
color: #efea78; | |||
} | |||
#footer a { | |||
border-bottom: 1px dashed #efea78; | |||
padding-bottom: 3px; | |||
/* text-decoration: underline dashed; */ | |||
} | } | ||
| Zeile 24: | Zeile 45: | ||
.toctogglelabel, | .toctogglelabel, | ||
.vectorTabs li a { | .vectorTabs li a { | ||
color: # | color: #489422; | ||
} | } | ||
#content a.new, #siteNotice a.new { | #content a.new, #siteNotice a.new { | ||
| Zeile 35: | Zeile 56: | ||
background-image: none; | background-image: none; | ||
} | } | ||
.mw-ui-button.mw-ui-progressive, | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | ||
color: #fff; | color: #fff; | ||
| Zeile 47: | Zeile 69: | ||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked + span, | .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked + span, | ||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:indeterminate + span { | .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:indeterminate + span { | ||
background-color: # | background-color: #489422 !important; | ||
border-color: # | border-color: #489422 !important; | ||
} | } | ||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked:hover + span, | .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked:hover + span, | ||
| Zeile 88: | Zeile 110: | ||
display: none; | display: none; | ||
} | } | ||
#simpleSearch input { | |||
background-color: #ffffff; | |||
} | |||
textarea { color: #333 !important; } | |||
textarea>fieldtext { color: #333 !important; } | |||
Aktuelle Version vom 7. November 2020, 19:33 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body, #mw-head {
background-color: #489422;
font-size: 16px;
}
.mw-body-content {
font-size: 1em;
}
#mw-panel .portal .body li {
font-size: 0.85em;
}
a,
#mw-panel .portal .body li a {
color: #efea78;
}
a:hover,
a:focus,
#mw-panel .portal .body li a:visited,
#mw-panel .portal .body li a:focus {
color: #f9f010;
}
a:visited,
#mw-panel .portal .body li a:visited {
color: #efea78;
}
a.new:visited, #p-personal a.new:visited {
color: #d33;
}
#p-personal a.new {
color: #f6f6f6;
}
#footer, #footer li {
color: #efea78;
}
#footer a {
border-bottom: 1px dashed #efea78;
padding-bottom: 3px;
/* text-decoration: underline dashed; */
}
#content a,
#siteNotice a,
#content a:visited,
#siteNotice a:visited,
.toctogglelabel,
.vectorTabs li a {
color: #489422;
}
#content a.new, #siteNotice a.new {
color: darkred;
}
.btn-primary {
color: #333;
background-color: #72C059 !important;
border-color: #72C059 !important;
background-image: none;
}
.mw-ui-button.mw-ui-progressive,
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
color: #fff;
background-color: #5b9136 !important;
border-color: #5b9136 !important;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
color: #fff;
background-color: #72C059 !important;
border-color: #265218 !important;
}
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked + span,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:indeterminate + span {
background-color: #489422 !important;
border-color: #489422 !important;
}
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked:hover + span,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:indeterminate:hover + span {
background-color: #265218 !important;
border-color: #265218 !important;
}
/* Include Glyphicon Font */
@font-face {
font-family: 'Glyphicons Halflings';
src: url('/resources/assets/fonts/glyphicons-halflings-regular.eot');
src: url('/resources/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
url('/resources/assets/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
url('/resources/assets/fonts/glyphicons-halflings-regular.woff') format('woff'),
url('/resources/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
url('/resources/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font: normal normal 16px/1 'Glyphicons Halflings';
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
margin-right: 4px;
}
/* Add icons you will be using below */
.glyphicon-fire:before {
content: '\e104';
}
.glyphicon-eye-open:before {
content: '\e105';
}
.mw-editsection-bracket {
display: inherit;
}
.noautonum .tocnumber {
display: none;
}
#simpleSearch input {
background-color: #ffffff;
}
textarea { color: #333 !important; }
textarea>fieldtext { color: #333 !important; }