Difference between revisions of "MediaWiki:Vector.css"

From No Subject - Encyclopedia of Psychoanalysis
Jump to: navigation, search
(Tags: Mobile edit, Mobile web edit)
(Tags: Mobile edit, Mobile web edit)
Line 6: Line 6:
 
#left-navigation {
 
#left-navigation {
 
     left: 14em;
 
     left: 14em;
 +
}
 +
 +
/* increase Vector sidebar width */
 +
div#mw-panel {
 +
width: 14em;
 +
}
 +
 +
/* div#footer, #mw-head-base, div#content { margin-left: 12em; } */
 +
 +
/* left-navigation { margin-left: 12em; } */
 +
 +
/*
 +
#left-navigation {
 +
  left: 14em;
 +
}
 +
*/
 +
 +
#mw-head-base,
 +
div#content,
 +
div#footer {
 +
  margin-left: 14em;
 
}
 
}

Revision as of 05:39, 24 May 2019

/* CSS placed here will affect users of the Vector skin */
#content,
#footer {
    margin-left: 14em;
}
#left-navigation {
    left: 14em;
}

/* increase Vector sidebar width */ 
div#mw-panel { 
width: 14em; 
} 

/* div#footer, #mw-head-base, div#content { margin-left: 12em; } */

/* left-navigation { margin-left: 12em; } */

/*
#left-navigation {
  left: 14em;
}
*/

#mw-head-base,
div#content,
div#footer {
  margin-left: 14em;
}