Vorlage:Beetbox/style.css: Unterschied zwischen den Versionen

Aus Green Campus Wiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
.beetbox {
.beetbox {
  border: 1px solid black;
   float: right;
   float: right;
  clear: right;
  background-color: #f8f9fa;
  border: 1px solid #a2a9b1;
  border-spacing: 3px;
  margin: .5em;
  padding: .2em;
  font-size: 88%;
  line-height: 1.5em;
  width: 22em;
}
}


.beetbox td:not([colspan]):first-child {
.beetbox th {
  background-color: lightgrey;
}
 
.beetbox td {
   text-align: center;
   text-align: center;
}
.beetbox td:not(first-child) {
  text-align: left;
}
}

Version vom 27. November 2023, 16:27 Uhr

.beetbox {
  float: right;
  clear: right;

  background-color: #f8f9fa;
  border: 1px solid #a2a9b1;

  border-spacing: 3px;
  margin: .5em;
  padding: .2em;

  font-size: 88%;
  line-height: 1.5em;
  width: 22em;
}

.beetbox th {
  background-color: lightgrey;
}

.beetbox td {
  text-align: center;
}

.beetbox td:not(first-child) {
  text-align: left;
}