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…“)
(No difference)

Revision as of 22:18, 28 February 2016

/* 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(JigsawPuzzleBack.jpg) ;/* or: none*/
}

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

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