MediaWiki:Common.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 62: Zeile 62:
.mw-editform #wpTextbox1 {
.mw-editform #wpTextbox1 {
   font-size: 1rem !important;
   font-size: 1rem !important;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.hidden {
  display: none !important;
}
}
.text-small {
.text-small {
Zeile 106: Zeile 96:
   background-color: transparent;
   background-color: transparent;
   border: none;
   border: none;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
span.tab {
  display: inline-block;
  width: 4em;
}
span.tabtab {
  display: inline-block;
  width: 8em;
}
span.tabtabtab {
  display: inline-block;
  width: 12em;
}
span.tabtabtabtab {
  display: inline-block;
  width: 16em;
}
}
/* Color utilities */
/* Color utilities */
Zeile 159: Zeile 128:
.bg-secondary {
.bg-secondary {
   background-color: #97373d !important;
   background-color: #97373d !important;
}
.inline-img {
  display: inline-block;
  max-height: 1.1em;
  width: auto;
  /*vertical-align: middle;
vertical-align: initial;*/
  vertical-align: baseline;
}
}
.key,
.key,
Zeile 210: Zeile 171:
.herobutton span:hover {
.herobutton span:hover {
   background-color: rgba(10, 10, 10, 0.1);
   background-color: rgba(10, 10, 10, 0.1);
}
/* Layout */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.hidden {
  display: none !important;
}
span.tab {
  display: inline-block;
  width: 4em;
}
span.tabtab {
  display: inline-block;
  width: 8em;
}
span.tabtabtab {
  display: inline-block;
  width: 12em;
}
span.tabtabtabtab {
  display: inline-block;
  width: 16em;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-inline,
.inline-img {
  display: inline-block;
  max-height: 1.1em;
  width: auto;
  /*vertical-align: middle;
vertical-align: initial;*/
  vertical-align: baseline;
}
}
/* Tables */
/* Tables */
Zeile 264: Zeile 266:
}
}
table.code input {
table.code input {
  /*width: 30px;*/
   width: 2em;
   width: 2em;
}
}
Zeile 272: Zeile 273:
   -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
   -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
   box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
   box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}
.wikitable th {
  text-align: center;
}
.mw-tablefooter {
  font-size: 0.8em;
  color: #c8ccd1;
  text-align: right;
}
.mw-tablefooter:link,
.mw-tablefooter:active,
.mw-tablefooter:visited,
.mw-tablefooter:hover {
  color: #c8ccd1;
}
}
.binarytable tr:last-of-type td {
.binarytable tr:last-of-type td {
Zeile 292: Zeile 307:
   margin: 0.8em 0;
   margin: 0.8em 0;
}
}
.mw-tablefooter {
/* Navigation */
  font-size: 0.8em;
  color: #c8ccd1;
  text-align: right;
}
.mw-tablefooter a:link,
.mw-tablefooter a:visited,
.mw-tablefooter a:active,
.mw-tablefooter a:hover {
  color: #c8ccd1;
}
.lernpfad-nav .back {
.lernpfad-nav .back {
   float: left;
   float: left;
Zeile 311: Zeile 316:
   width: 48%;
   width: 48%;
   text-align: right;
   text-align: right;
}
.collapsible-info {
  border: 1px solid #3a3a3a;
  background-color: #f8f9fa;
  padding: 5px;
  overflow: auto;
}
}
/*********************
/*********************
Zeile 367: Zeile 366:
   Wrappers and boxes
   Wrappers and boxes
  **********************/
  **********************/
.collapsible-info {
  border: 1px solid #3a3a3a;
  background-color: #f8f9fa;
  padding: 5px;
  overflow: auto;
}
.wrapper,
.wrapper,
.hgbox,
.hgbox,
Zeile 396: Zeile 401:
}
}
.hgbox {
.hgbox {
   background: #eaecf0;
   background-color: #eaecf0;
}
}
.hgwindow {
.hgwindow {
   background: #c8ccd1;
   background-color: #c8ccd1;
   border-top: 17px solid rgba(0, 0, 0, 0.25);
   border-top: 17px solid rgba(0, 0, 0, 0.25);
}
}
.hgdrawer {
.hgdrawer {
  border-width: 2px;
   border-left: 9px solid rgba(0, 0, 0, 0.25);
   border-left: 9px solid rgba(0, 0, 0, 0.25);
}
}
.hgborder {
.hgborder {
   border: 2px solid #26292C;
   border: 2px solid #26292C;
   background: rgba(0, 0, 0, 0);
   background-color: rgba(0, 0, 0, 0);
}
}
.hgbox.inverted,
.hgbox.inverted,
Zeile 465: Zeile 471:
}
}
blockquote {
blockquote {
   border-left: 4px solid silver;
   border-left: 4px solid #3a3a3a;
   padding-left: 4px;
   padding-left: 4px;
}
}
8.581

Bearbeitungen