MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 27: | Zeile 27: | ||
table.vortrag-tabelle { | table.vortrag-tabelle { | ||
width:100%; | width:100%; | ||
} | |||
th.vortrag-tabelle-1, t3.vortrag-tabelle-1 { | |||
width:auto; | |||
} | |||
th.vortrag-tabelle-2, t3.vortrag-tabelle-2 { | |||
width:auto; | |||
} | |||
th.vortrag-tabelle-3, t3.vortrag-tabelle-3 { | |||
width:auto; | |||
} | } |
Version vom 8. August 2017, 11:37 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ /* FontAwesome-Icons */ @import url('skins/Font-Awesome/css/font-awesome.css'); /* rechtsbündig (Boxen etc.) */ .float-right { float:right; } /* Suchergebnisse SMW */ .smw-template-furtherresults { font-weight:bold; display:block; float:right; background-color: #f9f9f9; border: 1px solid #aaa; padding: 0.2em 0.4em; } .smw-template-furtherresults:before { font-family: FontAwesome; content: "\f061"; padding-right:0.4em; } table.vortrag-tabelle { width:100%; } th.vortrag-tabelle-1, t3.vortrag-tabelle-1 { width:auto; } th.vortrag-tabelle-2, t3.vortrag-tabelle-2 { width:auto; } th.vortrag-tabelle-3, t3.vortrag-tabelle-3 { width:auto; }