User:Beckonmuse/common.css

From mediawiki.org

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.
/*
p, h1, h2, h3, h4, li {
	font-family: "Garamond Premier Pro";
}

/* Main body
div#bodyContent {
	width: 550px;
}

remove purple background
#content {
	background-color: #fff !important;
}

/* top user bar (e.g. Talk, Prefs, etc.)
#p-personal {
	font-size: larger;
	top: 0.45em;
}

/* navigation tabs above content body
.vectorTabs {
	font-weight: 700;
}

MediaWiki flower logo in top-right of page
#p-logo {
	left: 0;
}

/* Left side navigation panel
#mw-panel {
	font-family: "Bookerly";
}

p, li {
	font-size: 14pt;
	line-height: 1.5em;
	hyphens: auto;
	text-align: justify;
}

p {
	padding-bottom: 3px;
}

h3 {
	font-size: 1.6em !important;
}

/* Inline code excerpts
p > code {
	font-size: 0.7em;
	background-color: #f9f2f4;
	color: #c7254e;
	border-radius: 4px;
	padding: 2px 4px;
	border-color: rgba(199, 37, 78, 0.28);
}

/* Source code examples
pre, code, tt, kbd, samp, .mw-code {
	font-family: "Source Code Pro";
	font-size: 0.8em;
}

input {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

*/