MediaWiki:Common.css

From CraftWare Pro User Manual
Revision as of 14:51, 1 June 2022 by Pistika (talk | contribs) (Created page with ": #mw-panel div.portal .body ul li, #mw-panel div.portal h3 { font-size: 1em; : } #mw-panel { width: 12em; : } .mw-body { margin-left: 22em; : } .fancytree-container { width: 25em; } #left-navigation { : margin-left: 22em; } #mw-panel { width: 22em; } #footer.mw-f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
#mw-panel div.portal .body ul li,
#mw-panel div.portal h3 {
    font-size: 1em; /* original was 0.75em */
}

#mw-panel {
    width: 12em; /* increase width of the container; was 10em */
}
.mw-body {
    margin-left: 22em; /* move content to a fitting place; was 13em */
}

.fancytree-container {
	width: 25em;
}

#left-navigation {
	/*border: 1px solid red;*/
	margin-left: 22em;
}

#mw-panel {
	width: 22em;
}

#footer.mw-footer {
	margin-left: 22em;
}

#p-logo {
	margin: auto;
}