MediaWiki:Common.css

From CraftWare Pro User Manual
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;
}


/* ISTVÁN MODS */
/* EDIT SOURCE LINK HIDE*/
#ca-viewsource {
	display: none !important;
}

/* VIEW HISTORY LINK HIDE*/
#ca-history {
	display: none !important;
}

/* DISCUSSION LINK HIDE*/
#ca-talk {
	display: none !important;
}

/* TOP RIGHT LOGIN LINK HIDE */
#pt-login {
	display: none !important;
}

/* TOOLS SIDEBAR HIDE */
#p-tb {
	display: none !important;
}