mirror of
https://github.com/moonlight-stream/moonlight-stream.github.io.git
synced 2026-02-16 10:31:12 +00:00
Bare bones of new site
This commit is contained in:
99
css/style-1000px.css
Normal file
99
css/style-1000px.css
Normal file
@@ -0,0 +1,99 @@
|
||||
/*
|
||||
Escape Velocity by HTML5 UP
|
||||
html5up.net | @n33co
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
*/
|
||||
|
||||
/*********************************************************************************/
|
||||
/* Basic */
|
||||
/*********************************************************************************/
|
||||
|
||||
body, input, select, textarea
|
||||
{
|
||||
font-size: 12pt;
|
||||
line-height: 1.5em;
|
||||
letter-spacing: 0.015em;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
min-width: 960px;
|
||||
}
|
||||
|
||||
/*********************************************************************************/
|
||||
/* Wrappers */
|
||||
/*********************************************************************************/
|
||||
|
||||
.wrapper
|
||||
{
|
||||
padding: 4em 0 7em 0;
|
||||
}
|
||||
|
||||
#intro-wrapper
|
||||
{
|
||||
padding-bottom: 7em;
|
||||
}
|
||||
|
||||
#footer-wrapper
|
||||
{
|
||||
}
|
||||
|
||||
#footer-wrapper hr
|
||||
{
|
||||
margin: 3em 0 3em 0;
|
||||
}
|
||||
|
||||
/*********************************************************************************/
|
||||
/* Header */
|
||||
/*********************************************************************************/
|
||||
|
||||
#header
|
||||
{
|
||||
padding: 10em 0;
|
||||
}
|
||||
|
||||
.homepage #header
|
||||
{
|
||||
padding: 14em 0;
|
||||
}
|
||||
|
||||
/*********************************************************************************/
|
||||
/* Logo */
|
||||
/*********************************************************************************/
|
||||
|
||||
#logo
|
||||
{
|
||||
margin-top: -0.5em !important;
|
||||
}
|
||||
|
||||
#logo h1
|
||||
{
|
||||
font-size: 1.75em;
|
||||
}
|
||||
|
||||
/*********************************************************************************/
|
||||
/* Intro */
|
||||
/*********************************************************************************/
|
||||
|
||||
#intro
|
||||
{
|
||||
}
|
||||
|
||||
#intro > .style1
|
||||
{
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
#intro > .style2
|
||||
{
|
||||
font-size: 2.25em;
|
||||
}
|
||||
|
||||
/*********************************************************************************/
|
||||
/* Copyright */
|
||||
/*********************************************************************************/
|
||||
|
||||
#copyright
|
||||
{
|
||||
margin: 3em 0 0 0;
|
||||
}
|
||||
Reference in New Issue
Block a user