User:Blue2/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-size: 0.8em;*/
}
 
body {
	color: black;
	font-family: sans-serif;
	margin: 0;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	background: white;
	font-size: 34px;
}
 
#globalWrapper {
	clear: both;
	margin: 0 8px;
}
 
#firstHeading {
	font-size: 1.7em;
}
 
.editsection {
	font-size: 85%;
}
 
#toc {
	display: none;
}
 
p, li, dl {
	line-height: 1.65;
}
 
h2 {
	font-size: 1.3em;
	padding-top: .3em;
	border-bottom: 1px solid #aaa;
}
 
h3 {
	font-size: 1.17em;
	font-weight: bold;
}
 
.thumb {
	border: 1px solid #aaa;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #f5f5f5;
	margin-bottom: 8px;
}
 
.image {
	margin: 15px auto 0 45px;
}
 
.image img {
	width: 90% !important;
	height: 680px !important;
}
 
.thumbinner {
	margin: 5px auto;
	width: 100% !important;
}
 
.thumbcaption {
	width: 100%;
	margin: 5px auto;
	text-align: center;
	width: 70% !important;
}
 
table {
	border-spacing: 0 !important;
	border-collapse: collapse !important;
	width: 100%;
}
 
table td, table th {
	border: 1px solid #aaa;
	padding: 3px;
}