Vorlage:Beetbox/style.css

Aus Green Campus Wiki
.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;
}