MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus COPD die Lungenwiki
Wechseln zu: Navigation, Suche
 
(30 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
+
/* Runde Ecken auch im Internet Explorer (ab Version 9) - gemäß eines Firefox Beispiels angebpasst */
/* on-click-Event */
+
 
a:active {
+
#p-cactions ul li, #p-cactions ul li a { border-top-left-radius: 0.4em; border-top-right-radius: 0.4em; }
text-decoration: underline;
+
#content { border-top-left-radius: 0.6em; border-bottom-left-radius: 0.6em; }
color: #995522;
+
div.pBody { border-top-right-radius: 0.4em; border-bottom-right-radius: 0.4em; }
font-weight: bold;
+
 
}
+
 
a:visited {
+
 
text-decoration: none;
+
 
color: #995522;
+
#content {
font-weight: bold;
+
     border-bottom-left-radius: 0.6em;
}
+
     border-top-left-radius: 0.6em;
.rahmenfarbe1 { /* Wie Inhaltsverzeichnis */
+
}
    border-color: #aaaaaa;
+
.mw-body {
    border-width: 1px;
+
 
}
+
background-image: url(http://files.homepagemodules.de/b526321/a_293_9eb0e279.jpg);
.rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
+
}
    border-color: #e9e9e9;
+
div.body ul li {
    border-width: 1px;
+
     font-size: 1.0em;
}
+
   
.rahmenfarbe3 { /* "Rot", auffällig */
+
}
    border-color: #c00000;
+
div.sideBox {
    border-width: 1px;
+
background: white;
}
+
border: 1px solid gray;
.rahmenfarbe4 { /* Neutrale Farbe, deutlich */
+
clear: right;
    border-color: #8888aa;
+
float: right;
    border-width: 1px;
+
margin-left: 1em;
}
+
padding: .3em;
.rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
+
width: 200px;
     border-color: #000000;
+
     border-width: 1px;
+
}
+
table.wikitable tr.hintergrundfarbe1 th,
+
table.wikitable tr th.hintergrundfarbe1,
+
table.hintergrundfarbe1,
+
.hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
+
    background-color: #f9f9f9;
+
}
+
table.wikitable tr.hintergrundfarbe2 th,
+
table.wikitable tr th.hintergrundfarbe2,
+
table.hintergrundfarbe2,
+
.hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
+
    background-color: #ffffff;
+
}
+
table.wikitable tr.hintergrundfarbe3 th,
+
table.wikitable tr th.hintergrundfarbe3,
+
table.hintergrundfarbe3,
+
.hintergrundfarbe3 { /* "Gelb", auffällig */
+
     background-color: #ffff40;
+
}
+
table.wikitable tr.hintergrundfarbe4 th,
+
table.wikitable tr th.hintergrundfarbe4,
+
table.hintergrundfarbe4,
+
.hintergrundfarbe4 { /* Sehr auffällig */
+
    background-color: #ffaa00;
+
}
+
table.wikitable tr.hintergrundfarbe5 th,
+
table.wikitable tr th.hintergrundfarbe5,
+
table.hintergrundfarbe5,
+
.hintergrundfarbe5 { /* Neutral, abgesetzt */
+
    background-color: #e0e0e0;
+
}
+
table.wikitable tr.hintergrundfarbe6 th,
+
table.wikitable tr th.hintergrundfarbe6,
+
table.hintergrundfarbe6,
+
.hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
+
    background-color: #b3b7ff;
+
}
+
table.wikitable tr.hintergrundfarbe7 th,
+
table.wikitable tr th.hintergrundfarbe7,
+
table.hintergrundfarbe7,
+
.hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
+
    background-color: #ffcbcb;
+
}
+
table.wikitable tr.hintergrundfarbe8 th,
+
table.wikitable tr th.hintergrundfarbe8,
+
table.hintergrundfarbe8,
+
.hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
+
    background-color: #ffebad;
+
}
+
table.wikitable tr.hintergrundfarbe9 th,
+
table.wikitable tr th.hintergrundfarbe9,
+
table.hintergrundfarbe9,
+
.hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
+
    background-color: #b9ffc5;
+
}
+

Aktuelle Version vom 25. Februar 2015, 13:22 Uhr

/* Runde Ecken auch im Internet Explorer (ab Version 9) - gemäß eines Firefox Beispiels angebpasst */
 
#p-cactions ul li, #p-cactions ul li a { border-top-left-radius: 0.4em; border-top-right-radius: 0.4em; }
#content { border-top-left-radius: 0.6em; border-bottom-left-radius: 0.6em; }
div.pBody { border-top-right-radius: 0.4em; border-bottom-right-radius: 0.4em; }
 
 
 
 
#content {
    border-bottom-left-radius: 0.6em;
    border-top-left-radius: 0.6em;
}
.mw-body {
 
background-image: url(http://files.homepagemodules.de/b526321/a_293_9eb0e279.jpg);
}
div.body ul li {
    font-size: 1.0em;
 
}
div.sideBox {
	background: white;
	border: 1px solid gray;
	clear: right;
	float: right;
	margin-left: 1em;
	padding: .3em;
	width: 200px;