MediaWiki:Common.css

From Cross the Hurdles
Revision as of 05:05, 11 September 2020 by Lalit Kumar (talk | contribs) (Replaced content with "CSS placed here will be applied to all skins: body{ background:#f2f2f2; font-size: 14px; color: black; margin: 0; padding: 0; direction: ltr; /* Needed for RTL...")

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
body{
	background:#f2f2f2;
	font-size: 14px;
	color: black;
	margin: 0;
	padding: 0;
	direction: ltr; /* Needed for RTL flipping */
	unicode-bidi: embed;
}

#column-content {
	width: 100%;
	padding: 0;
}
#content {
	margin: 3.4em 0 0 15em;
	padding: 0 1em 0.5em 1em;
	position: relative;
	z-index: 2;
}
#column-one {
	background: #fff none repeat scroll 0 0;
    display: table;
    margin: 0 auto;
    padding-top: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
#content {
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#bodyContent{
	background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    margin: 0 auto;
    max-width: 930px;
    padding: 20px;
}

#globalWrapper{
	background-image: none;
}