styles.css

Tue, 22 Sep 2020 16:52:46 -0600

author
Glitchvid <Glitchvid@glitchvid.com>
date
Tue, 22 Sep 2020 16:52:46 -0600
branch
lua
changeset 23
f7a5c623918d
parent 12
3851c5fc3f1e
permissions
-rw-r--r--

- Remove Zarth.xyz

/* NACL STATSPAGE STYLES
 Made by Glitchvid... nobody surprised.
*/

h1 {
	text-align: center;
	color: #CFCFCF;
	font-family: Arial,sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin: 1em auto;
	padding-top: 0.1em;
	border-top: solid;
	border-bottom: solid;
	border-width: 0.1.1em;
	border-color: #252525;
}

h2 {
	text-align: center;
	color: #CFCFCF;
	font-family: Roboto,sans-serif;
	font-size: 1.25em;
	font-weight: 700;
}

h4 {
	text-align:center;
	color:#5E5E5E;
	font-family:Arial,sans-serif;
	font-size:0.7em;
	font-weight:700;
	margin:0px;
	margin-top:0.5em;
}

h4.rotated {
	writing-mode: vertical-rl;
	text-align: left;
}

h6 {
	text-align: center;
	color: #CFCFCF;
	font-family: Arial,sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
}

gcomlink {
	text-align:center;
	color:#CFCFCF;
	font-family:Roboto,sans-serif;
	font-weight:500;
	margin-top:1em;
	font-size:1.25em;
}

iframe {
	margin: 0.25em;
	margin-top: 0em;
	margin-bottom: 0em;
	max-width: 100%;
}

body {
	font-family: Arial,sans-serif;
	margin: 0px;
}

table {
	border-spacing: 0px;
}

tabrow {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

img.meterbox {
	display: block;
	margin: 0.25em;
	margin-top: 0em;
	margin-bottom: 0em;
	height: 128px;
}
img.graphbox {
	display: block;
	margin: 0em auto;
	height: 240px;
}

img.linkbadge {
	margin: auto;
	max-height: 32px;
	max-width: 16vw;
	width: auto;
	height: auto;
	vertical-align: middle;
	padding-bottom: 0.2em;
}

a:link {
	transition:100ms ease-out;
	text-decoration: none;
	color: #FFA726;
}
a:visited {
	text-decoration: none;
	color: #FFA726;
}

a:hover {
  transition:.2s ease-in;
		color: #FFCC80;
}

a:active {
	text-decoration: underline;
}

a.stext {
	margin:1em;
}
a.stext, a.stext:visited,a.stext:hover,a.stext:active {
	text-decoration: none;
}

div.logobox {
	border-style: dotted;
	border-right-style: none;
	border-left-style: none;
	border-width: 1px;
	border-color: #272727;
}

div.linkbox {
	border-top: dotted;
	border-top-width: 1px;
	border-color: #272727;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

@-moz-document url-prefix() {
		div.logobox {
			border-color: #3f3f3f;	
		}
		
		div.linkbox {
			border-color: #3f3f3f;	
		}
	}

section.links {
	text-align: center;
	text-align: center;
}

ul.list {
	margin-top: 0px;
	list-style-type: none;
	display: inline-block;
	padding: 0;
	margin: 0px;
}

ul.list li {
	float: left;
	list-style-type: none;
	color: #CFCFCF;
	font-family: Roboto,sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	margin-top: 0.25em;
}

ul.list li.small {
	margin-top:0.75em;
	text-align: center;
	color: #CFCFCF;
	font-family: Roboto,sans-serif;
	font-size: 0.54em;
	font-weight: 700;
}

.flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	font-family: Roboto,sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	margin-top: 0.25em;
}

div.flex-start {
	align-self: flex-start;
}

div.flex-graphs {
	align-self: center;
}

div.flex-end {
	align-self: flex-end;
}

/* That's all she wrote. */

mercurial