MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 5: | Zeile 5: | ||
margin-right: 4em; | margin-right: 4em; | ||
box-shadow: 0.1em 0.1em 0.5em rgba(0,0,0,0.75); | box-shadow: 0.1em 0.1em 0.5em rgba(0,0,0,0.75); | ||
border-radius: | border-radius: 0.5em; | ||
border: 0px; | |||
} | } | ||
Zeile 12: | Zeile 13: | ||
color:white; | color:white; | ||
text-align:left; | text-align:left; | ||
border-top-left-radius: | border-top-left-radius:0.5em; | ||
border-top-right-radius: | border-top-right-radius:0.5em; | ||
} | } | ||
table.beispielboxtable td{ | table.beispielboxtable td{ | ||
background:#ecffff | background:#ecffff; | ||
border-bottom-left: 0.5em; | |||
border-bottom-right: 0.5em; | |||
} | } |
Version vom 27. April 2023, 16:23 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ table.beispielboxtable, table.irgendneanderetable{ margin-left: 2em; margin-right: 4em; box-shadow: 0.1em 0.1em 0.5em rgba(0,0,0,0.75); border-radius: 0.5em; border: 0px; } table.beispielboxtable th{ background:#006ca2; color:white; text-align:left; border-top-left-radius:0.5em; border-top-right-radius:0.5em; } table.beispielboxtable td{ background:#ecffff; border-bottom-left: 0.5em; border-bottom-right: 0.5em; }