User:Leaf8/global.css

From Meta, a Wikimedia project coordination wiki

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.
/* modifies all wikis regardless of style used */

	/* link styling */
	.mw-body-content a:link {color: #202122;}
	.mw-body-content a:visited {color: #202122;}
	.mw-body-content a:hover {color: #202122;}
	.mw-body-content a:active {color: #202122;}
	
	/* removals */
	.mw-editsection { display: none; }

/* modifies fr.wiki style */
	.vector-page-toolbar { display: none; } /* removes all (editing) menus below article title */
	.mw-header { display: none; } /* removes all menus above article title (toolbar + personal account) and left link menu */
/*	.sidebar-toc-contents a:link {color: #54595d;} */
/*	.sidebar-toc-tex {color: grey;} */

/*	.mw-ui-button.mw-ui-progressive.mw-ui-quiet {
	    color: black;
	    background-color: transparent;
	    border-color: transparent;
	} /* Language menu upper right */
	.mw-ui-icon { display: none; } /* remove language icon (-> keep it in a different color as a link without the text) */

/* modifies en.wiki style */
	#mw-head { display: none; } /* removes all menus (edit and user account) above article */
	#mw-page-base { display: none; }  /* removes all menu space above article */

/*	#mw-panel { display: none; } /* removes all menus (links and language) to the left of article */
	#p-navigation { display: none; }
	#p-interaction { display: none; }
	#p-coll-print_export { display: none; }
	#p-wikibase-otherprojects { display: none; }
	#p-tb { display: none; }
	.wbc-editpage  { display: none; }
	.uls-settings-trigger { display: none; }


/*	#content { margin: auto;} /* adapts all menu space left of article (content margins) CHANGES fr.wiki STYLE UNLESS ADDED SPECIFICALLY IN en.wiki CSS*/
	
	#siteSub { display: none; }  /* removes "from wiki the free..." below title */

/* 
	#ca-talk { display: none; }
	#p-cactions { display: none; }
*/