MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 12: | Zeile 12: | ||
.smw-template-furtherresults { | .smw-template-furtherresults { | ||
font-weight:bold; | font-weight:bold; | ||
display:table; | |||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
| Zeile 19: | Zeile 20: | ||
.smw-template-furtherresults:before { | .smw-template-furtherresults:before { | ||
font-family: FontAwesome; | font-family: FontAwesome; | ||
content: " | content: "\f061"; | ||
padding-right:0.4em; | padding-right:0.4em; | ||
} | } | ||
Version vom 29. August 2017, 12:42 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:table;
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, td.vortrag-tabelle-1 {
width:10%;
}
th.vortrag-tabelle-2, td.vortrag-tabelle-2 {
width:auto;
}
th.vortrag-tabelle-3, td.vortrag-tabelle-3 {
width:10%;
}
.bluebox {
background-color: #e3e8f2;
border: 1px solid #4664aa;
padding: 0.2em 0.4em;
}
.redbox {
background-color: #fbeaea;
border: 1px solid #a22223;
padding: 0.2em 0.4em;
}