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
m
 
Line 16: Line 16:
 
   height: auto;
 
   height: auto;
 
}
 
}
 
/** Hide sidebar **/
 
/*
 
div#mw-panel { display: none;}
 
#left-navigation { left: 1em;}
 
#mw-head-base, div#content, div#footer { margin-left: 1em;}
 
*/
 

Latest revision as of 22:59, 22 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;
}