Es gibt z.Z. Probleme mit einem Update, es ist nur Lesen möglich.
Currently there are issues with the installation, readonly possible for now.

Difference between revisions of "MediaWiki:Vector.css"

From Jigsaw-Wiki
Jump to: navigation, search
(Die Seite wurde neu angelegt: „Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen.: body { margin-top:5em; background-attachment: fixed ;or: scroll: b…“)
 
m
Line 5: Line 5:
 
   background-attachment: fixed ;/* or: scroll*/
 
   background-attachment: fixed ;/* or: scroll*/
 
   background-color: white;
 
   background-color: white;
   background-image: url(JigsawPuzzleBack.jpg) ;/* or: none*/
+
   background-image: url(Jigsaw-WikiBack.jpg) ;/* or: none*/
 
}
 
}
  

Revision as of 00:33, 20 November 2018

/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */

body {
  margin-top:5em;
  background-attachment: fixed ;/* or: scroll*/
  background-color: white;
  background-image: url(Jigsaw-WikiBack.jpg) ;/* or: none*/
}

#bodyContent {
  position: static;
  width: 100%;
}

#mw-page-base {
  height: auto;
}