MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
 
(101 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/*
* Die folgende Regel kann ab dem 22. April 2016 entfernt werden, vgl.
* https://de.wikipedia.org/w/index.php?diff=prev&oldid=152770268
* Sie sollte dann auch entfernt werden, da sie jede sinnvolle Nutzung des
* «geo-microformat» verhindert.
*/
.geo {
/*display: none;*/
}
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/* ACHTUNG! Common.css enthält die gemeinsamen Skin-Anpassungen für Cowboy’s Wiki */
/* ACHTUNG! Common.css enthält die gemeinsamen Skin-Anpassungen für Cowboy’s Wiki */
Zeile 38: Zeile 28:


/* +++++ 1. (a) DEFINITIONEN PROJEKTWEITER KLASSEN UND IDS +++++ */
/* +++++ 1. (a) DEFINITIONEN PROJEKTWEITER KLASSEN UND IDS +++++ */
/* Sidebar */
/*body, #mw-panel, #mw-head {
background-color: #EACEA3 !important;
}*/
body {
    background: url('/skins/CowboyOfBottrop/resources/wood.jpg') repeat;
    color: #000;
}
#mw-head {
    background: #111;
    color: #fcc48d !important;
    /*padding: 20px 20px 0 0;*/
}
#mw-head a { color: #46b9d6; }
#mw-head a:hover { color: #5ec1ee; }
#mw-content { background: rgba(0,0,0,0.6); }
#pt-userpage a {
background-position: left 0.33333333em;
background-image: url(/skins/CowboyOfBottrop/resources/user-avatar.svg?943a0) !important;
background-repeat: no-repeat;
background-size: 1.16666667em;
padding-top: 0.5em;
padding-left: 1.5em;
}
#pt-notifications-alert a {
background-position: left 0.33333333em;
background-image: url(/skins/CowboyOfBottrop/resources/alert.svg?943a0) !important;
background-repeat: no-repeat;
background-size: 1.35em;
opacity: 1.0 !important;
padding-top: 0.5em;
padding-left: 0.5em;
}
#pt-notifications-notice a {
background-position: left 0.33333333em;
background-image: url(/skins/CowboyOfBottrop/resources/notice.svg?943a0) !important;
background-repeat: no-repeat;
background-size: 1.5em;
opacity: 1.0 !important;
padding-top: 0.5em;
padding-left: 0.5em;
}
.vector-search-box-input { background-color: rgba(255,255,255,0.8); }
div.left-navigation ul.vector-menu-content-list li,
div.right-navigation ul.vector-menu-content-list li {
background-color: #e5e5e5 !important;
background-image: none !important;
color: #01169e !important;
}
div.left-navigation ul.vector-menu-content-list li.selected,
div.right-navigation ul.vector-menu-content-list li.selected {
background-color: #fff !important;
background-image: none !important;
border: none !important;
color: #01169e !important;
}
div.left-navigation ul.vector-menu-content-list li a,
div.right-navigation ul.vector-menu-content-list li a {
color: #01169e !important;
}
.vector-menu-heading, .vector-menu-content { color: #fcc48d !important; }
h1#firstHeading, .mw-body { border-top: none !important; }
#footer, #mw-footer, #footer-info li {
    /*background: #111;*/
    color: #fcc48d !important;
}
#footer a, #mw-footer a { color: #46b9d6; }
#footer a:hover, #mw-footer a:hover { color: #5ec1ee; }
#mw-panel { background: rgba(0, 0, 0, 0.85); border-right: 1px solid rgba(255, 255, 255, 0.05); }
#mw-panel, #mw-panel h3 { color: #fcc48d; }
#mw-panel a { color: #46b9d6; }
#mw-panel a:hover { color: #5ec1ee; }
li.new a { color: #ba0000 !important; }


/* Personennamen in Kapitälchen */
/* Personennamen in Kapitälchen */
Zeile 50: Zeile 117:
div.NavFrame {
div.NavFrame {
border: 1px solid #aaa;
border: 1px solid #aaa;
border-radius: 7px !important;
clear: both;
clear: both;
font-size: 95%;
font-size: 95%;
Zeile 93: Zeile 161:
div.BoxenVerschmelzen {
div.BoxenVerschmelzen {
border: 1px solid #aaa;
border: 1px solid #aaa;
border-radius: 7px !important;
clear: both;
clear: both;
font-size: 95%;
font-size: 95%;
Zeile 133: Zeile 202:
}
}
@media screen and (min-width: 850px) {
@media screen and (min-width: 850px) {
p,
table > * > * > th,
table > * > * > th,
table > * > * > td {
table > * > * > td {
font-size: 1.1em;
/*font-size: 1.1em;*/
}
}
/* Elemente beim Drucken ausblenden */
}
}
@media print {
@media print {
Zeile 146: Zeile 218:
}
}
a {
a {
text-decoration: none !important;
text-decoration: none;
}
}
}
div#catlinks,
div.toc,
.wikitable {
border-radius: 7px !important;
}
}
/*
/*
Zeile 366: Zeile 444:
table.hintergrundfarbe6,
table.hintergrundfarbe6,
.hintergrundfarbe6 {
.hintergrundfarbe6 {
background-color: #b3b7ff;
background-color: #eacea3;
}
}
/* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
/* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
Zeile 785: Zeile 863:
#hauptseite-schwesterprojekte .inhalt a {
#hauptseite-schwesterprojekte .inhalt a {
font-weight: bold;
font-weight: bold;
}
/* Eigene Anpassungen */
.alignright { text-align: right !important; }
.alignleft { text-align: left !important; }
.button { display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-sizing: border-box;
  min-height: 32px;
  max-width: 28rem;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding-right: 11px;
  padding-left: 11px;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: none;
  transition-property: background-color,color,border-color,box-shadow;
  transition-duration: .1s;
  background-color: #2a2a2a !important;
  color: #ffffff !important;
}
.button a {color: white; text-decoration: none; font-weight: bold; }
@media print {
.noprint { display: none; }
a { text-decoration: none; border: none; }
}
}