Difference between revisions of "MediaWiki:Common.css"

From CraftWare Pro User Manual
Jump to navigation Jump to search
(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...")
 
 
Line 31: Line 31:
#p-logo {
#p-logo {
margin: auto;
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;
}
}

Latest revision as of 13:16, 24 June 2022

/* 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;
}