Still working to recover. Please don't edit quite yet.

Difference between revisions of "MediaWiki:Common.css"

Aus <a href="http://deu.anarchopedia.org/Common.css">Anarchopedia</a>, dem offenen Wissensportal für und von AnarchistInnen
Jump to: navigation, search
(Die Seite wurde neu angelegt: * CSS an dieser Stelle wirkt sich auf alle Skins aus: Nombre de caractères modifiés dans les modifications récentes et la liste de suivi.: .mw-plusminus-pos...)
 
 
Line 1: Line 1:
 
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
 
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* Nombre de caractères modifiés dans les modifications récentes et la liste de suivi. */
+
/* Coloured watchlist numbers */
.mw-plusminus-pos { color:#00B000 }
+
.mw-plusminus-pos {
.mw-plusminus-neg { color:#FF2050 }
+
    color: #006400; /* darkgreen */
.mw-plusminus-null { color:#999 }
+
 
+
/* Symbole de modification non vérifiée dans les modifications récentes
+
  et la liste de suivi. */
+
span.unpatrolled { color:#999 }
+
 
+
/* REDIRECTIONS */
+
 
+
/* Redirections sur [[Special:Allpages]] et [[Special:Watchlist/edit]]. */
+
.allpagesredirect a, .watchlistredir a {
+
color:#0B0;
+
font-style:italic;
+
 
}
 
}
  
/* HISTORIQUE ET PAGES LIÉES */
+
/* .mw-plusminus-null currently at developer default */
  
/* Révisions dans l'historique et "(← liens)" dans les pages liées. */
+
.mw-plusminus-neg {
.history-size, .mw-whatlinkshere-tools { font-size:80% }
+
    color: #8B0000; /* darkred */
 
+
/* DIFFS */
+
 
+
/* Mise en évidence des diffs par du gras et de la couleur. */
+
table.diff {
+
padding:.5em;
+
}
+
table.diff td {
+
vertical-align:top;
+
}
+
td.diff-addedline {
+
background:#D8E4F6;
+
}
+
td.diff-addedline .diffchange {
+
background:#B0C0F0;
+
color:#001040;
+
font-weight:bold;
+
 
}
 
}
td.diff-deletedline {
+
.Person {
  background:#E4F6D8;
+
    display: inline;
 +
    font-variant: small-caps;
 +
    font-style: normal;
 +
}
 +
 +
 +
p.Zitat {
 +
    font-style: normal;
 +
    margin-bottom: 0em;
 +
  }
 +
p.cite {
 +
    margin-top: 0em;
 +
    padding-left: 1em;
 +
}
 +
 +
 +
cite {
 +
    font-style: normal;
 +
}
 +
 +
/* Stylesheet-Ergänzung zu Standard */
 +
 +
div.BoxenVerschmelzen,
 +
div.NavFrame {
 +
    margin: 0px;
 +
    padding: 2px;
 +
    border: 1px solid #aaaaaa;
 +
    text-align: center;
 +
    border-collapse: collapse;
 +
    font-size: 95%;
 +
    clear:both;
 +
}
 +
div.BoxenVerschmelzen div.NavFrame {
 +
    border-style: none;
 +
    border-style: hidden;
 +
}
 +
div.NavFrame + div.NavFrame {
 +
    border-top-style: none;
 +
    border-top-style: hidden;
 +
}
 +
div.NavPic {
 +
    background-color: #ffffff;
 +
    margin: 0px;
 +
    padding: 2px;
 +
    float: left;
 +
}
 +
div.NavFrame div.NavHead {
 +
    font-weight: bold;
 +
    font-size: 100%;
 +
    background-color: #efefef;
 +
}
 +
div.NavFrame p {
 +
    font-size: 100%;
 +
}
 +
div.NavFrame div.NavContent {
 +
    font-size: 100%;
 +
}
 +
div.NavFrame div.NavContent p {
 +
    font-size: 100%;
 +
}
 +
div.NavEnd {
 +
    margin: 0px;
 +
    padding: 0px;
 +
    line-height: 1px;
 +
    clear: both;
 +
}
 +
 +
/* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
 +
.NavToggle {
 +
    font-size: x-small;
 +
    float:right;
 
}
 
}
td.diff-deletedline .diffchange {
+
background:#B0E897;
+
/* Workaround für Internet Explorer 6 */
color:#104000;
+
div.NavFrame, div.NavPic, .NavToggle {
font-weight:bold;
+
    position:relative;
 
}
 
}
td.diff-context {
+
  background:#FEFEFE;
+
/* Abstand vor Navigationsleisten */
 +
 +
div.BoxenVerschmelzen,
 +
div.NavFrame {
 +
  margin-top: 1.5em;
 +
}
 +
div.BoxenVerschmelzen div.NavFrame {
 +
  margin-top: 0;
 +
}
 +
div.NavFrame + div.NavFrame {
 +
  margin-top: 0;
 +
}
 +
 +
/* Stylesheet-Ergänzung zu SideBoxen */
 +
 +
div.sideBox {
 +
    position: relative;
 +
    float: right;
 +
    background: white;
 +
    margin-left: 1em;
 +
    border: 1px solid gray;
 +
    padding: 0.3em;
 +
    width: 200px;
 +
    overflow: hidden;
 +
    clear: right;
 +
}
 +
div.sideBox dl {
 +
    padding: 0;
 +
    margin: 0 0 0.3em 0;
 +
    font-size: 96%;
 +
}
 +
div.sideBox dl dt {
 +
    background: none;
 +
    margin: 0.4em 0 0 0;
 +
}
 +
div.sideBox dl dd {
 +
    margin: 0.1em 0 0 1.1em;
 +
    background-color: #f3f3f3;
 +
}
 +
 +
/* Stylesheet-Ergänzung zu Taxoboxen */
 +
 +
table.taxobox {
 +
        border-collapse: collapse;
 +
        border: 1px solid gray;
 +
        float: right;
 +
        clear: right;
 +
        margin-left: 0.5em;
 +
        background-color:white;
 +
}
 +
table.taxobox th {
 +
        background-color: #9BCD9B;
 +
        border: solid 1px gray;
 +
        text-align: center;
 +
        font-weight: bold;
 +
}
 +
table.taxobox td {
 +
        vertical-align:top;
 +
}
 +
table.taxobox .Person {
 +
        font-style: normal;
 +
}
 +
table.taxobox div.thumb,
 +
table.taxobox div.thumb * {
 +
        margin: auto;
 +
        padding: 0;
 +
        float: none;
 +
        border: none;
 +
        background-color:#F9F9F9;
 +
  }
 +
table.taxobox div.magnify {
 +
        display: none;
 +
}
 +
table.taxobox tr td div.thumb div div.thumbcaption {
 +
        text-align:center;
 +
}
 +
table.taxobox td.Person {
 +
        text-align:center;
 +
        display:block;
 +
}
 +
table.taxobox td.taxo-name {
 +
        text-align:center;
 +
}
 +
table.taxobox td.taxo-bild {
 +
        text-align:center;
 +
}
 +
/* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */
 +
.wikitable,
 +
.prettytable {
 +
  margin: 1em 1em 1em 0;
 +
  background: #f9f9f9;
 +
  border: 1px #AAA solid;
 +
  border-collapse: collapse;
 +
  empty-cells:show;
 +
}
 +
 +
.wikitable th, .wikitable td,
 +
.prettytable th, .prettytable td {
 +
  border: 1px #AAA solid;
 +
  padding: 0.3em;
 +
}
 +
 +
.wikitable caption,
 +
.prettytable caption {
 +
  margin-left: inherit;
 +
  margin-right: inherit;
 +
  font-weight: bold;
 +
}
 +
 +
.nogrid th, .nogrid td {border: none;}
 +
.float-left { float: left; clear: left; }
 +
.float-right { float: right; clear: right; margin: 1em 0 1em 1em; }
 +
.centered { margin-left: auto; margin-right: auto; }
 +
 +
* Keine Vergrößerung der Zeilenhöhe durch hochgestellte Zahlen der Fußnoten */
 +
 +
.reference, .references sup {
 +
    font-size: 91%;
 +
    vertical-align: text-top;
 +
    position: relative;
 +
    top: -0.3em;
 +
    white-space: nowrap;
 +
}
 +
 +
/* Hervorhebung der angeklickten Fußnoten und der Rückverweise in blau */
 +
 +
ol.references > li:target {
 +
    background-color: #DEF;
 +
}
 +
 +
sup.reference:target {
 +
    background-color: #DEF;
 +
}
 +
 +
/* Für <hiero></hiero> */
 +
 +
.mw-hierotable,
 +
.mw-hierotable th,
 +
.mw-hierotable td {
 +
border: 0px;
 +
padding: 0px;
 +
}
 +
 +
/* Für [[MediaWiki:Anoneditwarning]] */
 +
 +
#mw-anon-edit-warning {
 +
background-color: #ffce7b;
 +
border: 1px solid #ffa500;
 +
color: black;
 +
font-weight: bold;
 +
margin: 2em 0 1em;
 +
padding: .5em 1em;
 +
vertical-align: middle;
 
}
 
}
 +
/* Markierung von Redirects in [[Special:Allpages]], [[Special:Watchlist]], Kategorien */
 +
 +
.allpagesredirect, .watchlistredir, .redirect-in-category {
 +
        font-style: italic;
 +
}
 +
 +
/* Fettformatierung von Admin-Spezialseiten in [[Special:Specialpages]] abschalten */
 +
.mw-specialpagerestricted {
 +
        font-weight:normal;
 +
}
 +
/* Legende auf [[Special:Specialpages]] ebenfalls abschalten */
 +
div.mw-specialpages-notes {
 +
        display:none;
 +
}
 +
/* change the bullets for links to special articles */
 +
#p-lang li.FA {
 +
    /* hier immer auch linkFA_bullet in Common.js mit anpassen für die älteren skins! */
 +
    list-style-image: url("http://upload.wikimedia.org/wikipedia/commons/d/d0/Monobook-bullet-star-transparent.png");
 +
}

Latest revision as of 07:29, 3 November 2008

/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* Coloured watchlist numbers */
.mw-plusminus-pos {
    color: #006400; /* darkgreen */
}

/* .mw-plusminus-null currently at developer default */

.mw-plusminus-neg {
    color: #8B0000; /* darkred */
}
 .Person {
    display: inline;
    font-variant: small-caps;
    font-style: normal;
 }
 
 
 p.Zitat {
    font-style: normal;
    margin-bottom: 0em;
 }
 p.cite {
    margin-top: 0em;
    padding-left: 1em;
 }
 
 
 cite {
    font-style: normal;
 }
 
 /* Stylesheet-Ergänzung zu Standard */
 
 div.BoxenVerschmelzen,
 div.NavFrame {
    margin: 0px;
    padding: 2px;
    border: 1px solid #aaaaaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
    clear:both;
 }
 div.BoxenVerschmelzen div.NavFrame {
    border-style: none;
    border-style: hidden;
 }
 div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
 }
 div.NavPic {
    background-color: #ffffff;
    margin: 0px;
    padding: 2px;
    float: left;
 }
 div.NavFrame div.NavHead {
    font-weight: bold;
    font-size: 100%;
    background-color: #efefef;
 }
 div.NavFrame p {
    font-size: 100%;
 }
 div.NavFrame div.NavContent {
    font-size: 100%;
 }
 div.NavFrame div.NavContent p {
    font-size: 100%;
 }
 div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
 }
 
/* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
.NavToggle {
    font-size: x-small;
    float:right;
}
 
/* Workaround für Internet Explorer 6 */
div.NavFrame, div.NavPic, .NavToggle {
    position:relative;
}
 
 /* Abstand vor Navigationsleisten */
 
 div.BoxenVerschmelzen,
 div.NavFrame {
   margin-top: 1.5em;
 }
 div.BoxenVerschmelzen div.NavFrame {
   margin-top: 0;
 }
 div.NavFrame + div.NavFrame {
   margin-top: 0;
 }
 
 /* Stylesheet-Ergänzung zu SideBoxen */
 
 div.sideBox {
    position: relative;
    float: right;
    background: white;
    margin-left: 1em;
    border: 1px solid gray;
    padding: 0.3em;
    width: 200px;
    overflow: hidden;
    clear: right;
 }
 div.sideBox dl {
    padding: 0;
    margin: 0 0 0.3em 0;
    font-size: 96%;
 }
 div.sideBox dl dt {
    background: none;
    margin: 0.4em 0 0 0;
 }
 div.sideBox dl dd {
    margin: 0.1em 0 0 1.1em;
    background-color: #f3f3f3;
 }
 
 /* Stylesheet-Ergänzung zu Taxoboxen */
 
 table.taxobox {
        border-collapse: collapse;
        border: 1px solid gray;
        float: right;
        clear: right;
        margin-left: 0.5em;
        background-color:white;
 }
 table.taxobox th {
        background-color: #9BCD9B;
        border: solid 1px gray;
        text-align: center;
        font-weight: bold;
 }
 table.taxobox td {
        vertical-align:top;
 }
 table.taxobox .Person {
        font-style: normal;
 }
 table.taxobox div.thumb,
 table.taxobox div.thumb * {
        margin: auto;
        padding: 0;
        float: none;
        border: none;
        background-color:#F9F9F9;
 }
 table.taxobox div.magnify {
        display: none;
 }
 table.taxobox tr td div.thumb div div.thumbcaption {
        text-align:center;
 }
 table.taxobox td.Person {
        text-align:center;
        display:block;
 }
 table.taxobox td.taxo-name {
        text-align:center;
 }
 table.taxobox td.taxo-bild {
        text-align:center;
 }
/* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */
 .wikitable,
 .prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #AAA solid;
  border-collapse: collapse;
  empty-cells:show;
 }
 
 .wikitable th, .wikitable td,
 .prettytable th, .prettytable td {
  border: 1px #AAA solid;
  padding: 0.3em;
 }
 
 .wikitable caption,
 .prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
 }
 
 .nogrid th, .nogrid td {border: none;}
 .float-left { float: left; clear: left; }
 .float-right { float: right; clear: right; margin: 1em 0 1em 1em; }
 .centered { margin-left: auto; margin-right: auto; }
 
* Keine Vergrößerung der Zeilenhöhe durch hochgestellte Zahlen der Fußnoten */
 
 .reference, .references sup {
     font-size: 91%;
     vertical-align: text-top;
     position: relative;
     top: -0.3em;
     white-space: nowrap;
 }
 
 /* Hervorhebung der angeklickten Fußnoten und der Rückverweise in blau */
 
 ol.references > li:target {
     background-color: #DEF;
 }
 
 sup.reference:target {
     background-color: #DEF;
 }
 
 /* Für <hiero></hiero> */
 
 .mw-hierotable,
 .mw-hierotable th,
 .mw-hierotable td {
	border: 0px;
	padding: 0px;
 }
 
 /* Für [[MediaWiki:Anoneditwarning]] */
 
 #mw-anon-edit-warning {
	background-color: #ffce7b;
	border: 1px solid #ffa500;
	color: black;
	font-weight: bold;
	margin: 2em 0 1em;
	padding: .5em 1em;
	vertical-align: middle;
}
/* Markierung von Redirects in [[Special:Allpages]], [[Special:Watchlist]], Kategorien */
 
 .allpagesredirect, .watchlistredir, .redirect-in-category {
        font-style: italic;
 }
 
 /* Fettformatierung von Admin-Spezialseiten in [[Special:Specialpages]] abschalten */
 .mw-specialpagerestricted {
        font-weight:normal;
 }
 /* Legende auf [[Special:Specialpages]] ebenfalls abschalten */
 div.mw-specialpages-notes {
        display:none;
 }
/* change the bullets for links to special articles */
 #p-lang li.FA {
     /* hier immer auch linkFA_bullet in Common.js mit anpassen für die älteren skins! */
     list-style-image: url("http://upload.wikimedia.org/wikipedia/commons/d/d0/Monobook-bullet-star-transparent.png");
 }