MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Bündnis 90 / Die Grünen Mecklenburg-Vorpommern
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 4: Zeile 4:
}
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
.navbar-default .navbar-nav > li > a,
#footer  > li > a {
     color: #fff;
     color: #fff;
}
}
Zeile 10: Zeile 11:
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
.navbar-default .navbar-nav > li > a:focus,
#footer > li > a:hover,
#footer > li > a:focus {
     color: #ddd;
     color: #ddd;
}
}

Version vom 10. Mai 2020, 06:30 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#mw-head {
    background-color: #5b9136;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a,
#footer  > li > a {
    color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
#footer > li > a:hover,
#footer > li > a:focus {
    color: #ddd;
}

#content a, #siteNotice a, #content a:visited, #siteNotice a:visited {
    color: #5b9136;
}
#content a.new, #siteNotice a.new {
    color: darkred;
}
.btn-primary {
    color: #333;
    background-color: #72C059 !important;
    border-color: #72C059  !important;
    background-image: none;
}
.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: #5b9136 !important;
    border-color: #5b9136 !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;
}
#footer a {
    color: #5b9136 !important;
}
#footer a:hover,
#footer a:visited {
    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;
}