MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus mediterraner Garten in Schwebsingen
K |
K |
||
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 114: | Zeile 114: | ||
div.fc { | div.fc { | ||
− | max-width: | + | max-width: 225px; |
+ | align:right; | ||
+ | } | ||
+ | |||
+ | .fc { | ||
+ | font-size: 0.9em; | ||
+ | } | ||
+ | .fc-header-title { | ||
+ | font-size: 0.8em; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | .fc-button { | ||
+ | height: 1.5em; | ||
+ | line-height: 1.5em; | ||
+ | margin-top: 0.2em; | ||
} | } |
Aktuelle Version vom 2. Mai 2015, 15:50 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ /*** Place in MediaWiki:Common.css ***/ .calendar { border: 1px solid #bbbbbb; font-size: 9px; line-height: normal; background-color: #dddddd; } .calendar a { color: #000000; } .calendar td { text-align: center; padding: 4px; margin: 0; } .calendarTop td { background-color: #bbbbbb; font-weight: bold; } .calendarTop a { color: #000000; } .calendarDayNames { background-color: #bbbbbb; } .calendarupcoming { border: 1px solid #bbbbbb; font-size: 10px; line-height: normal; margin-top: 6px; } .calendarupcomingTop { padding-top: 2px; padding-bottom: 2px; padding-left: 3px; padding-right: 3px; background-color: #bbbbbb; font-weight: bold; } .calendarupcomingBottom { padding: 2px 3px 2px 3px; background-color: #bbbbbb; font-weight: bold; } .calendarupcomingBottom a { color: #000000; } .calendarupcoming-today { font-weight: bold; } .calendarupcomingRow1 { padding: 3px; } .calendarupcomingRow2 { padding: 3px; border-top: 1px dotted #bbbbbb; } .calendarupcomingRow1 a { color: #000000; } .calendarupcomingRow1 a:visited { color: #000000; } .calendarupcomingRow2 a { color: #000000; } .calendarupcomingRow2 a:visited { color: #000000; } .cal-weekend { background-color: #dddddd; font-weight: bold; color: #8B5756; } td.cal-today { font-weight: bold; background-color: #BBBBBB; } td.cal-eventday { font-weight: bold; background-color: #c4d82e; } td.cal-eventtoday { background-color: #ff8800; } td.cal-eventtoday a { color:#ffffff; font-weight: bold; } div.fc { max-width: 225px; align:right; } .fc { font-size: 0.9em; } .fc-header-title { font-size: 0.8em; vertical-align: top; } .fc-button { height: 1.5em; line-height: 1.5em; margin-top: 0.2em; }