User:MordantMaenad/myskin.css

From RationalWiki
Jump to navigation Jump to search

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 / Edge: 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.
html, body {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 1.25;
	color: black;
}

a {
	text-decoration: none;
	color: navy;
}

a:hover {
	text-decoration: underline;
}

#globalWrapper {
	width: 1000px;
	margin: -1.1em auto 0em auto;
}

#column-one {
	width: 220px;
}

#column-content {
	position: absolute;
	top: 200px;
	width: 775px;
	border-top: .9em solid #f5f5f5;
	padding-top: .4em;
}

.editsection {
	font-size: 60%;
}

#p-personal {
	position: absolute;
	top: 0px;
	float: left;
	width: 1000px;
	background-color: #EBEBEB;
	height: 2.3em;
	padding: 0em;
	margin: 0em;
}

#p-personal h5 {
	display: none;
}

#p-personal ul {
	list-style: none;
	float: left;
	margin: 0em 0em 0em -3.35em;
}

#p-personal li {
	float: left;
	padding: .5em .6em;
	border-right: 1px solid silver;
	margin: 0em;
}

#p-personal li:last-child {
	border-right: none !important;
}

#p-personal li:hover {
	background-color: #f5f5f5;
}

#p-cactions {
	float: right;
	margin-top: 160px;
	width: 100%;
}

#p-cactions h5 {
	display: none;
}

#p-cactions ul {
	list-style: none;
	float: right;
}

#p-cactions li {
	float: right;
	padding: .4em .5em;
}

#p-search  {
	z-index: 1000;
	margin: .1em 0em 0em 730px;
	position: absolute;
	top: 0px;
}

#p-search h5 {
	display: none;
}

#p-support {
	display: none;
}

#p-tb {
	position: relative;
	top: 450px;
	left: 790px;
}

#p-navigation {
	position: relative;
	top: 240px;
	left: 790px;
}

#p-community {
	position: relative;
	top: 350px;
	left: 790px;
}

#p-navigation h5, #p-community h5, #p-tb h5 {
	width: 100%;
	background-color: #f5f5f5;
	border-top: 2px solid silver;
	padding: .4em;
	font-size: 14px;
}

#firstHeading {
	width: 100%;
	border-bottom: 2px solid #EBEBEB;
}

#siteSub {
	display: none;
}

#footer {
	position: relative;
	top: 550px;
	left: 790px;
}