Vorlage:Beetbox/style.css: Unterschied zwischen den Versionen
Aus Green Campus Wiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 28: | Zeile 28: | ||
.beetbox td:not(first-child) { | .beetbox td:not(first-child) { | ||
text-align: left; | text-align: left; | ||
} | |||
@media screen and ( max-width: 550px ) { | |||
.beetbox { | |||
float: none; | |||
clear: none; | |||
} | |||
} | } | ||
Version vom 27. November 2023, 15:40 Uhr
.beetbox {
float: right;
clear: right;
background-color: #f8f9fa;
border-color: #eaecf0;
border-width: 1px 1px 0.2em;
border-style: solid;
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
border-spacing: 3px;
margin: 0 0 1.5em 2em;
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;
}
@media screen and ( max-width: 550px ) {
.beetbox {
float: none;
clear: none;
}
}