MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Geschichtliches aus Bad Pyrmont
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
 
(20 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */


/* Images should be responsive */
.res-img {
max-width:100%;
height:auto;
}
.keywords {
  display: none;
}
/* Backgounds für Namespaces */
/* Backgounds für Namespaces */


Zeile 9: Zeile 18:
body.page-Oesdorf #content { background-image: url(https://pyrmowiki.schlutter.com/images/d/d1/Oesdorf-BG.png); background-repeat: no-repeat;  background-size: 50%; background-position: right center; }
body.page-Oesdorf #content { background-image: url(https://pyrmowiki.schlutter.com/images/d/d1/Oesdorf-BG.png); background-repeat: no-repeat;  background-size: 50%; background-position: right center; }


/*Notifications*/
/*Sidebar Panel Fontsize-Änderung*/
div.warning:before {
div#mw-panel {
content:url(http://wiki-commons.genealogy.net/images/thumb/f/f7/Nuvola_apps_important.svg/64px-Nuvola_apps_important.svg.png);
  font-size: 1.10em; /* default is 0.75em */
padding-left: 5px;
}
div.note:before {
content:url(http://wiki-commons.genealogy.net/images/thumb/e/eb/QA_icon.svg/64px-QA_icon.svg.png);
padding-left: 5px;
}
div.important:before {
content:url(http://wiki-commons.genealogy.net/images/thumb/9/9a/Ausgesuchter_Artikel.svg/64px-Ausgesuchter_Artikel.svg.png);
padding-left: 5px;
}
div.warning, div.note, div.important {
color: black;
margin: 0em;
padding: 0em;
background: none;
background-color: white;
margin-bottom: 1em;
border-bottom: 1px solid #aaaaaa;
}
div.warning span, div.note span,div.important span {
margin: 0em;
padding: 0em;
color: #eeeeec;
padding-top: 0px;
padding-bottom: 0px;
height: 1.4em;
line-height: 1.4em;
font-size: 1.4em;
display:inline;
}
div.admonition_header {
clear: both;
margin: 0em;
padding: 0em;
margin-top: -3.3em;
padding-left: 74px;
line-height: 1.0em;
font-size: 1.0em;
}
div.warning div.admonition_header {
background: url(http://wiki-commons.genealogy.net/images/3/31/Red.png) top left repeat-x;
background-color: #590000;
}
div.note div.admonition_header {
background: url(http://wiki-commons.genealogy.net/images/7/72/Green.png) top right repeat-x;
background-color: #597800;
}
div.important div.admonition_header {
background: url(http://wiki-commons.genealogy.net/images/9/92/Yellow.png) top right repeat-x;
background-color: #a6710f;
}
div.warning p, div.warning div.para,
div.note p, div.note div.para,
div.important p, div.important div.para {
padding: 0em;
margin: 0em;
}
div.admonition {
border: none;
border-left: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
padding:0em;
margin:0em;
padding-top: 1.5em;
padding-bottom: 1em;
padding-left: 2em;
padding-right: 1em;
background-color: #eeeeec;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
 


div.note {
  text-align: left;
}
}

Aktuelle Version vom 19. Juni 2024, 09:33 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

/* Images should be responsive */
.res-img {
 max-width:100%;
 height:auto;
}

.keywords {
   display: none;
}
/* Backgounds für Namespaces */

body.page-Pyrmont #content { background-image: url(https://pyrmowiki.schlutter.com/images/thumb/8/88/Pyrmont-BG.png/800px-Pyrmont-BG.png); background-repeat: no-repeat;  background-size: 50%; background-position: right center; }

body.page-Holzhausen #content { background-image: url(https://pyrmowiki.schlutter.com/images/a/ad/Holzhausen-BG.png); background-repeat: no-repeat;  background-size: 50%; background-position: right center; background-attachment: scroll;}

body.page-Oesdorf #content { background-image: url(https://pyrmowiki.schlutter.com/images/d/d1/Oesdorf-BG.png); background-repeat: no-repeat;  background-size: 50%; background-position: right center; }

/*Sidebar Panel Fontsize-Änderung*/
div#mw-panel {
   font-size: 1.10em; /* default is 0.75em */

}