MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Technische Spezifikationen
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 37: Zeile 37:
   float:right;
   float:right;
   margin-left:1em;
   margin-left:1em;
}
.branding-box a span {
    background-image: url(/de/resources/assets/iq-digital.png?53da3);
    background-repeat: no-repeat;
    background-size: auto 75%;
    background-position: left center;
padding-left:30px;
}
}

Version vom 3. Mai 2019, 14:21 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

.cb {
clear:both;
}

.underline {
  text-decoration:underline;
}

.blue {
  color:#0099ff;
}
.orange{
  color:#ef7f00;
}
.red{
  color:#ff0000;
}

table.standardtable {
  border: 1px solid black;
  border-collapse:collapse;
}

table.standardtable td, table.standardtable th{
  padding:5px;
  border: 1px solid black;
}

ul.widegallery {
text-align:left;
}

.specsBoxRight {
  width:320px;
  float:right;
  margin-left:1em;
}