MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Geschichtliches aus Bad Pyrmont
KKeine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(42 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. */
#body.page-Hauptseite2 #content { background-image: url([[Pyrmont-transparent-3.png]]); }
 
#body.page-Hauptseite2 #content { background-image: url(https://pyrmowiki.schlutter.com/images/5/5e/Pyrmont-transparent-3.png); background-position: center; background-repeat: no-repeat;  background-size: 50%;}
/* Images should be responsive */
#body.page-Hauptseite2 #content { background-image: url(https://pyrmowiki.schlutter.com/images/5/5e/Pyrmont-transparent-3.png); background-repeat: no-repeat;  background-size: 50%; background-position: top center; }
.res-img {
body.page-Pyrmont #content { background-image: url(https://pyrmowiki.schlutter.com/images/5/5e/Pyrmont-transparent-3.png); background-repeat: no-repeat;  background-size: 50%; background-position: 80% 130%; }
max-width:100%;
#body.page-Hauptseite2 #content { background-image: url({{filepath:{{PAGENAME:File:Pyrmont-transparent-3.png}}}}); background-repeat: no-repeat;  background-size: 50%; }
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 */
 
}

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 */

}