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

Revision as of 16:41, 21 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;
}

/** Hide sidebar **/
/*
div#mw-panel { display: none;}
#left-navigation { left: 1em;}
#mw-head-base, div#content, div#footer { margin-left: 1em;}
*/