MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Webis
Zur Navigation springenZur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 20: | Zeile 20: | ||
font-size: 9px; | font-size: 9px; | ||
line-height: normal; | line-height: normal; | ||
background-color: #dddddd; | background-color: #dddddd; | ||
} | } | ||
.calendar a { | .calendar a { | ||
color: #000000; | color: #000000; | ||
} | } | ||
.calendar td { | .calendar td { | ||
text-align: center; | text-align: center; | ||
Zeile 32: | Zeile 32: | ||
margin: 0; | margin: 0; | ||
} | } | ||
.calendarTop td { | .calendarTop td { | ||
background-color: #bbbbbb; | background-color: #bbbbbb; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.calendarTop a { | .calendarTop a { | ||
color: #000000; | color: #000000; | ||
} | } | ||
.calendarDayNames { | .calendarDayNames { | ||
background-color: #dddddd; | background-color: #dddddd; | ||
} | } | ||
.calendarupcoming { | .calendarupcoming { | ||
border: 1px solid #bbbbbb; | border: 1px solid #bbbbbb; | ||
Zeile 53: | Zeile 53: | ||
margin-top: 6px; | margin-top: 6px; | ||
} | } | ||
.calendarupcomingTop { | .calendarupcomingTop { | ||
padding-top: 2px; | padding-top: 2px; | ||
Zeile 62: | Zeile 62: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.calendarupcomingBottom { | .calendarupcomingBottom { | ||
padding: 2px 3px 2px 3px; | padding: 2px 3px 2px 3px; | ||
Zeile 68: | Zeile 68: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.calendarupcomingBottom a { | .calendarupcomingBottom a { | ||
color: #000000; | color: #000000; | ||
} | } | ||
.calendarupcoming-today { | .calendarupcoming-today { | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.calendarupcomingRow1 { | .calendarupcomingRow1 { | ||
padding: 3px; | padding: 3px; | ||
} | } | ||
.calendarupcomingRow2 { | .calendarupcomingRow2 { | ||
padding: 3px; | padding: 3px; | ||
border-top: 1px dotted #bbbbbb; | border-top: 1px dotted #bbbbbb; | ||
} | } | ||
.calendarupcomingRow1 a { | .calendarupcomingRow1 a { | ||
color: #000000; | color: #000000; | ||
} | } | ||
.calendarupcomingRow1 a:visited { | .calendarupcomingRow1 a:visited { | ||
color: #000000; | color: #000000; | ||
} | } | ||
.calendarupcomingRow2 a { | .calendarupcomingRow2 a { | ||
color: #000000; | color: #000000; | ||
} | } | ||
.calendarupcomingRow2 a:visited { | .calendarupcomingRow2 a:visited { | ||
color: #000000; | color: #000000; | ||
} | } | ||
.cal-weekend { | .cal-weekend { | ||
} | } | ||
td.cal-today { | td.cal-today { | ||
font-weight: bold; | font-weight: bold; | ||
background-color: #BBBBBB; | background-color: #BBBBBB; | ||
} | } | ||
td.cal-eventday { | td.cal-eventday { | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
td.cal-eventtoday { | td.cal-eventtoday { | ||
background-color: #ff8800; | background-color: #ff8800; | ||
} | } | ||
td.cal-eventtoday a { | td.cal-eventtoday a { | ||
color:#ffffff; | color:#ffffff; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
/* increase sidebar width */ | |||
#column-content { margin-left: -15em } | |||
#column-content #content { margin-left: 15em } | |||
#p-logo a, #p-logo a:hover { width: 15em } | |||
#p-cactions { left: 14.5em } | |||
.portlet { width: 14em } | |||
div#column-content { margin-left: -14em } | |||
div#content { margin-left: 14em } |
Version vom 13. Januar 2012, 14:29 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
.tagcloud {
width: 98%;
text-align: center;
background-color: #FDFDFD;
border: 1px solid #EEEEEE;
padding: 15px 10px 15px 10px;
}
.tagcloud a {
color: #0052CB;
margin-left: 10px;
margin-right: 10px;
font-weight: bold;
}
.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: #dddddd;
}
.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 {
}
td.cal-today {
font-weight: bold;
background-color: #BBBBBB;
}
td.cal-eventday {
font-weight: bold;
}
td.cal-eventtoday {
background-color: #ff8800;
}
td.cal-eventtoday a {
color:#ffffff;
font-weight: bold;
}
/* increase sidebar width */
#column-content { margin-left: -15em }
#column-content #content { margin-left: 15em }
#p-logo a, #p-logo a:hover { width: 15em }
#p-cactions { left: 14.5em }
.portlet { width: 14em }
div#column-content { margin-left: -14em }
div#content { margin-left: 14em }