MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(22 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 50: Zeile 40:
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 84:
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 125:
}
}
@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 144: Zeile 139:
footer {
footer {
display: none;
display: none;
}
a {
text-decoration: none;
}
}
}
div#catlinks,
div.toc,
.wikitable {
border-radius: 7px !important;
}
}
/*
/*
Zeile 782: Zeile 786:
#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: blue;
}
.button a {color: white; text-decoration: none; font-weight: bold; }
@media print {
.noprint { display: none; }
a { text-decoration: none; border: none; }
}
}