MediaWiki:Common.css

Aus Delixs
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

/* CharInsert-Extension */
#specialchars {
  margin-top: 10px;
  padding:1px;
  border: 1px solid #aaaaaa;
  text-align: center;
  display: block;
}
#specialchars a {
  color: blue;
}
 
/* Inhaltsverzeichnis (TOC) */
.toc td {
  padding: 5px 10px;
}

/* Vorlage TOC */
.tocleft {
  float: left;
  margin-right: 1.5em;
  border-right: 1em solid white;
}
.tocright {
  float: right;
  margin-left: 1.5em;
  border-left: 1em solid white;
}
.toclimit-1 .toclevel-1 ul,
.toclimit-2 .toclevel-2 ul,
.toclimit-3 .toclevel-3 ul,
.toclimit-4 .toclevel-4 ul,
.toclimit-5 .toclevel-5 ul,
.toclimit-6 .toclevel-6 ul {
  display: none;
}

/* Infoboxen:  Achtung, Hinweis, Info, ToDo, Löschen, URLMove */
/* allgemein */
.note-box {
  border: solid 1px;
  font-size: 100%;
  margin: 10px 0;
}
.note-box-title {
  margin: 0;
  font-size: 102%;
  font-weight: bold;
  padding: 2px 10px;
  color: #fff;
}
.note-box-text {
  padding: 4px 12px;
  background-color: #fff;
  color: #000;
}

/* Achtung */
.note-box-attention {
  border-color: #d30;
  background-color: #d30;
}

/* Löschen */
.note-box-question {
  border-color: #fc0;
  background-color: #fc0;
}
.note-box-question .note-box-title {
  color: black;
}

/* Hinweis */
.note-box-advice {
  border-color: #690;
  background-color: #690;
}

/* Info */
.note-box-info {
  border-color: #aaa;
  background-color: #aaa;
}

/* ToDo, URLmove */
.note-box-private1 {
  border-color: #69c;
  background-color: #69c;
}

/* n.v. */
.note-box-private2 {
  border-color: #ccc;
  background-color: #ccc;
}

/* AutorBox */
.note-box-autor .note-box-title {
  margin: 0;
  padding: 2px 4px;
  font-weight: bold;
  font-size: 92%;
  color: #fff;
}
.note-box-autor .note-box-text {
  padding: 2px 4px;
}
.note-box-autor {
  width: 350px;
  border-color: #aaa;
  background-color: #aaa;
}
.note-box-autor-text {
  margin: 0 5px 0 0;
  padding: 0;
  font-weight: bold;
  font-size: 90%;
  float: left;
}
.note-box-autor-info {
  margin: 0;
  padding: 0;
  font-size: 90%;
}

/* Vorlagen Beachten und Empfehlung */
.vorlage_beachten {
  padding-left: 15px;
  margin: 10px 0;
  border-left: 5px solid #fcc;
}
.vorlage_empfehlung {
  padding-left: 15px;
  margin: 10px 0;
  border-left: 5px solid #8fc;
}

/* Vorlage HtmlElement */
.vorlage_htmlelement,
.vorlage_htmlelement th,
.vorlage_htmlelement td {
  border: 1px solid silver;
  border-collapse: collapse;
}
.vorlage_htmlelement th {
  vertical-align: top;
  text-align: left;
  padding-right: 1em;
}
.vorlage_htmlelement td {
}

/* Vorlage Verbergen */
.verbergen_alles a,
a.verbergen_schalter {
  color: blue;
}
 
/* Vorlage Beispiel */
.vorlage_beispiel {
  margin: 10px 0;
  overflow: auto;
}
 
.vorlage_beispiel_head {
  background-color: #edc;
  padding: 2px 5px;
  font-weight: bold;
}
.beispiel_url {
  float: right;
  padding-right: 18px;
  margin-left: .5em;
  background: url("http://www.delixs.de/dwiki/images/f/fa/Dokf.gif") no-repeat right center;
}
.beispiel_url_code {
  float: right;
  padding-right: 18px;
  margin-left: .5em;
  background: url("http://www.delixs.de/dwiki/images/2/2c/Dok.gif") no-repeat right center;
}
 
.vorlage_beispiel_body {
  margin: 0;
  padding: 10px 5px;
  border: #edc 1px solid;
  border-top: none;
  background-color: #ffe;
  overflow: auto;
}
 
div.vorlage_beispiel_code {
  font-family: monospace;
  font-size: 1em;
  white-space: pre;
}
 
div.vorlage_beispiel_code .ln-xtra,
div.vorlage_beispiel_code li.ln-xtra,
div.vorlage_beispiel_code div.ln-xtra {
  background-color: #fcc;
}
 
div.vorlage_beispiel_code pre {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
 
.vorlage_beispiel_comment {
  margin: 0;
  padding: 5px;
  border: #edc 1px solid;
  border-top: none;
}
 
/* Vorlagen ÜsimX */

.vorlage_heading {
  font-family: Verdana,sans-serif;
  background: none repeat scroll 0 0 transparent;
  color: black;
  margin-bottom: 0.3em;
  margin-top: 0.5em;
  padding-bottom: 0.17em;
  padding-top: 0.5em;
}
 
.vorlage_h1 {
  font-size: 160%;
  font-weight: normal;
  border-bottom: 1px solid #AAAAAA;
}
 
.vorlage_h2 {
  font-size: 150%;
  font-weight: normal;
  border-bottom: 1px solid #AAAAAA;
}
 
.vorlage_h3 {
  font-size: 120%;
  font-weight: bold;
}
 
.vorlage_h4 {
  font-size: 100%;
  font-weight: bold;
}
 
.vorlage_h5 {
  font-size: 90%;
  font-weight: bold;
}
 
.vorlage_h6 {
  font-size: 90%;
  font-weight: bold;
}

/* Vorlage Editstatus */ 
.vorlage_editstatus_container {
  margin: 20px 0;
}
.vorlage_editstatus_clear {
  clear: both;
}
 
.vorlage_editstatus {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.vorlage_editstatus li {
  width: 150px;
  height: 40px;
  float: left;
  margin: 1px;
  border: 1px solid #aaa;
}
 
.vorlage_editstatus div {
  float: left;
  width: 35px;
  height: 30px;
  padding: 10px 0 0 0;
  background-color: #ddd;
  text-align: center;
  font-size: 14pt;
}
 
.vorlage_editstatus p {
  margin: 0;
  padding: 5px 0 0 40px;
  font-size: 8pt;
  line-height: 1.25em;
}
 
.vorlage_editstatus0 .vorlage_editstatus0 {
  border: 1px solid red;
}
.vorlage_editstatus0 .vorlage_editstatus0 div {
  background-color: red;
}
 
.vorlage_editstatus1 .vorlage_editstatus1 {
  border: 1px solid #f60;
}
.vorlage_editstatus1 .vorlage_editstatus1 div {
  background-color: #f60;
}
 
.vorlage_editstatus2 .vorlage_editstatus2 {
  border: 1px solid #fd3;
}
.vorlage_editstatus2 .vorlage_editstatus2 div {
  background-color: #fd3;
}
 
.vorlage_editstatus3 .vorlage_editstatus3 {
  border: 1px solid #9e0;
}
.vorlage_editstatus3 .vorlage_editstatus3 div {
  background-color: #bf3;
}
 
.vorlage_editstatus4 .vorlage_editstatus4 {
  border: 1px solid #3c3;
}
.vorlage_editstatus4 .vorlage_editstatus4 div {
  background-color: #3c3;
}

/* Calendar extension */

.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;
}

/* Sonstiges */

div.wikisyntaxsample {
  border: 1px solid #ccc;
  padding: 10px;
  background: #eee;
}

table { 
  border-collapse: collapse;
  border-color: #BBBBBB;
}
th {
  vertical-align: top;
}