MediaWiki:Refreshed.css: Unterschied zwischen den Versionen

Aus Schauungen, Visionen & Prophezeiungen
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 74: Zeile 74:
   box-shadow: 0 0 0.25em 0.25em rgba(50, 50, 50, 0.75);
   box-shadow: 0 0 0.25em 0.25em rgba(50, 50, 50, 0.75);
}
}
@media screen and (max-width: 719px) and (max-width: 1000px) {
@media screen and (max-width: 719px) {
  #sidebar-wrapper {
    width: 15em;
background-color: #f4f4f4;
  }
  #sidebar-wrapper, #sidebar {
    margin-top: 0;
    padding-top: 0;
  }
  #site-navigation-sidebar-heading-categories-sidebar-wrapper {
    display: initial;
  }
}
@media screen and (max-width: 1000px) {
   #sidebar-wrapper {
   #sidebar-wrapper {
     width: 15em;
     width: 15em;

Version vom 9. Januar 2023, 10:03 Uhr

body {
  background: #f7f4ef;
  background-image: url("gewebe.jpg") !important;
  background-repeat: repeat;
  background-attachment: fixed;
}
body, #content-wrapper {
  font-family: "Segoe UI", "Calibri", "DejaVu Sans", Caliban, sans-serif;
}

a {
  color: #00c;
  text-decoration: none;
}
a:visited {
 color: #a03472;
}
a:hover, a:focus {
 text-decoration: underline;
}
a:active {
 color: #bb2200;
}
a.sidebar-item:focus, a.sidebar-item:hover, a.sidebar-item:active, a.sidebar-item.selected {
  border-left-color: unset;
  border-bottom-color: currentColor;
}

#header-wrapper {
 background: linear-gradient(to left, #f0f0f1 0, #fafafb 50%, #f0f0f1 100%);
 color: #000;
}
.header-button:hover, .header-button:active, .header-button:focus, .refreshed-dropdown-checkbox:checked ~ .header-button.refreshed-dropdown-button, .refreshed-collapsible-checkbox:checked ~ .header-button.refreshed-collapsible-button, #sidebar-toggler-checkbox:checked ~ #header-wrapper #sidebar-toggler-button {
  background: #cbcee6;
  text-decoration: none;
}
#header-wrapper .refreshed-logo {
  background: unset;
  text-decoration: none;
}
#sidebar .header-button {
  background-color: #f4f4f4;
}
#sidebar-toggler-checkbox:checked ~ #sidebar-wrapper {
  box-shadow: 0 0 0.25em 0.25em rgba(50, 50, 50, 0.75);
}
#content {
  line-height: unset;
  font-size: 1em;
  text-align: justify;
}
blockquote {
  margin: 0 1em 0 1em;
  padding: 0.5em;
  background-color: ghostwhite;
}
.site-navigation-logo-img, .site-navigation-logo-text {
  padding-left: 0;
  padding-right: 0;
}
.refreshed-logo-current, .site-navigation-logo-text {
  font-family: "Nocturne Serif",Constantia,Georgia,Times,serif;
  font-variant: small-caps;
  color: #000;
}
@media screen and (min-width: 720px) {
  .refreshed-toolbox-stuck {
    box-shadow: 0 2px 5px 0 rgba(75,75,75,0.4) !important;
}
#sidebar-wrapper, #footer-wrapper {
  color: #000;
}
#sidebar-toggler-checkbox:checked ~ #sidebar-wrapper {
  box-shadow: 0 0 0.25em 0.25em rgba(50, 50, 50, 0.75);
}
@media screen and (max-width: 719px) {
  #sidebar-wrapper {
    width: 15em;
	background-color: #f4f4f4;
  }
  #sidebar-wrapper, #sidebar {
    margin-top: 0;
    padding-top: 0;
  }
  #site-navigation-sidebar-heading-categories-sidebar-wrapper {
    display: initial;
  }
}
@media screen and (max-width: 1000px) {
  #sidebar-wrapper {
    width: 15em;
	background-color: #f4f4f4;
  }
  #sidebar-wrapper, #sidebar {
    margin-top: 0;
    padding-top: 0;
  }
  #site-navigation-sidebar-heading-categories-sidebar-wrapper {
    display: initial;
  }
}
.sidebar-heading {
  margin: 0;
  width: 100%;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: lightgray;
  justify-content: center;
  font-variant: small-caps;
}

a.sidebar-item {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: currentColor;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 1em !important;
  margin-right: 1em !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 1px solid transparent;
  border-bottom-color: transparent;
  border-right: 0.3em solid transparent;
  text-decoration: none;
  display: inline-block !important;
}
@media screen and (min-width: 1001px) {
#header-search-dropdown-tray {
  width: 30em;
}
#p-namespaces li.selected a, #p-views li.selected a, #p-namespaces a, #p-views a {
  border-bottom: 0;
}
.firstHeading {
  font-size: 2em;
}

/*
Manuelle Änderungen in /skins/Refreshed/refreshed/styles/screen/config-default.less:
Zeile 10: @header-sidebar-footer-font-color: #000;
Zeile 13: @header-button-focus-background: #cbcee6;
 */