User:Proton/StepGuide.css

From Step Mods | Change The Game
Revision as of 01:09, July 18, 2015 by Proton (talk | contribs) (Created page with "<br /> <source lang="css" line> @font-face { font-family: 'Linux Libertine'; font-style: normal; font-weight: 400; src: url(//brick.a.ssl.fastly.net/fonts/linuxlibertine/400....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
<br />
<source lang="css" line>

@font-face { font-family: 'Linux Libertine'; font-style: normal; font-weight: 400; src: url(//brick.a.ssl.fastly.net/fonts/linuxlibertine/400.woff) format('woff'); }
.wikipedia-w:before { font-family: 'Linux Libertine', 'Times New Roman', Times, serif; font-weight: 400; text-shadow: 0 0 0.2em white; content: "\00e02f"; }

.noautonum .tocnumber { display: none; }

h1 {
}
h1 {
	background: #292B2C;
        font-weight: bold;
	text-transform: uppercase;
	color: #6D95AB;
	text-align:center;
	overflow: hidden;
	padding-top: 4px;
}

h2 {
	color: #7AB0CE;
	font-size: 1.85em;
	font-weight: bold;
	text-align: left;
	border-style: solid;
	border-bottom: 2px solid #5D7480;
}

h3 {
	color: #8DABBC;
	font-size: 1.5em;
	font-weight: bold;
}

h4 {
	color: #9BC1D5;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: underline;
}

h5 {
	color: #bbb;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	border-style: solid;
	border-bottom-width: 3px;
	border-color: rgb(200,100,20);
	padding-bottom: 10px;
}

hr {
	border: 0;
	color: #DDDDDD;
	background-color: #507F90;
	height: 2px;
	width: 100%;
	text-align: left;
}

.steptable {
	border: 0;
	background-color: transparent;
	width: 100%;
}

.steptable th.first {
	border-left: 0;
	width: 5px;
	padding: 0;
	background-color: #343434;
}

.steptable th {
	text-align: center;
	background-color: #343434;
	vertical-align: top;
	color: #999;
	border-bottom: 2px solid #626262;
	border-left: 1px solid #494949;
}

.steptable th.core {
	border-left: 0;
	width: 5px;
	padding: 0;
	background-color: #6B7E40;
}

.steptable td {
	text-align: left;
	vertical-align: middle;
	border-left: 1px solid #626262;
}

.steptable td.modname {
	width: 22%;
}

.steptable td.baseline {
	width: 11%;
	text-align: center;
}

.steptable td.quality {
	width: 72px;
	padding: 4px 6px 0;
}

.steptable td.dlc {
	text-align: center;
	padding: 0 5px ;
        vertical-align: middle;
	width: 65px;
}

.steptable td.dlc img {
	margin: 0 2px;
}

.steptable tr.stepborderA td, .steptable tr.stepborderA th {
	border-bottom: 1px solid #5B5751;
}

.steptable tr.stepborderB td, .steptable tr.stepborderB th {
	border-bottom: 1px solid #998341;
}

.steptable tr.stepborderC td, .steptable tr.stepborderC th {
	border-bottom: 1px solid #A67954;
}

.steptable tr.stepborderD td, .steptable tr.stepborderD th {
	border-bottom: 1px solid #A65454;
}

.steptable tr.stepborderE td, .steptable tr.stepborderE th {
	border-bottom: 1px solid #934A72;
}

.steptable tr.stepborderF td, .steptable tr.stepborderF th {
	border-bottom: 1px solid #5B8945;
}

.steptable tr.stepborderG td, .steptable tr.stepborderG th {
	border-bottom: 1px solid #408080;
}

.steptable tr.stepborderH td, .steptable tr.stepborderH th {
	border-bottom: 1px solid #8F92BF;
}

.steptable tr.stepborderI td, .steptable tr.stepborderI th {
	border-bottom: 1px solid #AFA29F;
}

.steptable tr.stepborderJ td, .steptable tr.stepborderJ th {
	border-bottom: 1px solid #8FB27F;
}

.steptable tr.stepborderK td, .steptable tr.stepborderK th {
	border-bottom: 1px solid #BF92AF;
}

.steptable tr.stepborderL td, .steptable tr.stepborderL th {
	border-bottom: 1px solid #8FC2BF;
}

.steptable tr.stepborderM td, .steptable tr.stepborderM th {
	border-bottom: 1px solid #9F92CF;
}

.steptable tr.stepborderN td, .steptable tr.stepborderN th {
	border-bottom: 1px solid #7B7740;
}

</source>