site/style.css

Wed, 26 Feb 2020 00:03:21 -0700

author
Glitchvid <Glitchvid@glitchvid.com>
date
Wed, 26 Feb 2020 00:03:21 -0700
changeset 12
0f4c203ec467
parent 11
7dfd6ac82d72
child 13
29c252b93909
permissions
-rw-r--r--

- Add Arimo back to styles

body {
	background-color:#202020;
}

div.main {
	width:1280px;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}

/* Header Styles */
img.headerlogo {
	width: 293px;
	height: 96px;
	display:block;
	margin:auto;
}
ul.buttons {
	color:#fafafa;
	padding: 0px;
	margin: 0px;
	border-bottom-color: #373737;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
ul.buttons li {
	font-family: 'Arimo', sans-serif;
	font-size: 18px;
	font-weight: 400;
	list-style-type: none;
	text-transform: uppercase;
	display: inline-block;
	padding: .25em;
	padding-left: .25em;
	padding-right: .25em;
}
ul.buttons li:hover {
	background-color: #484848;
}
li.active{
	border-bottom-color: #f79a10;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #484848;
}
ul.buttons a {
	color:#FAFAFA;
	text-decoration: none;	
}


/* Features Nav */
ul.featuresNav{
	list-style-type: none;
	padding: inherit;
	font-size: inherit;
}
ul.featuresNav a{
	color:#FAFAFA;
	text-decoration: none;
}
ul.featuresNav h1{
	font-size:2em;
	margin-top: .1em;
}
div.featureShowcaseContainer {

}
img.featureShowcase{

}

/* Text Styles */
div.content {
	font-family: 'Lato', sans-serif;
	color:#fafafa;
	margin: 1em;
	margin-right: 4em;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
div.content h1 {
	margin-bottom: .25em;
	font-family: 'Nunito', sans-serif;
	letter-spacing: -0.0125em;
}
div.content h3 {
	margin-top: .25em;
	margin-bottom: .25em;
	font-family: 'Nunito', sans-serif;
	letter-spacing: -0.0125em;
}
div.content h4 {
	margin-top: .25em;
	margin-bottom: .25em;
	font-family: 'Nunito', sans-serif;
}
div.content p {
	margin: 1em;
	margin-top: .25em;
	margin-bottom: .25em;
	font-size: 0.875em;
}
#textNotice {
	width: max-content;
	background-image: url("missing_5p.png");
	padding: 0.3em;
	border-radius: 4px;
	border-color: #f800f8d4;
	border-style: dashed;
	border-width: 1px;
	margin-left: 2em;
	margin-right: 2em;
	padding-right: 10%;
	max-width: 70%;
}


/* Footer Styles */
div.footer {
	color:#fafafa;
	border-top-color: #373737;
	border-top-width: 1px;
	border-top-style: solid;
}
div.footer p{
	font-family: "Arial", sans-serif;
	text-align: right;
	font-size: 12px;
	margin-top: 16px;
	margin-right: 2em;
}


/* Main Body Content Styles */
hr {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-width: 0px;
	border-bottom-color: #373737;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
div.contentSection {
	border-color: #282828;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	padding: 0.25em;
	/* width: max-content; */
	background-color: #1e1e1e;
	margin-bottom: 0.5em;
}
div.contentSection a {
	color:#fafafa;
	text-decoration: none;
}
img.toolIconSM {
	float: right;
	margin-right: .25em;
}

/* Media Styles */
div.mediaContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: max-content;
	max-width: 100%;
}
div.mediaContainer video {
	max-width: 100%;
}
img.mediaImage {
	max-width: 100%;
}

/* External Fonts */
@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap');

mercurial