MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Webis
Zur Navigation springenZur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 123: Zeile 123:
   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: 8em !important; color: green !important;}
div#column-content { margin-left: -14em }
div#content { margin-left: 14em }

Version vom 13. Januar 2012, 14:35 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;
}