scrapeboard/www/style.css

344 lines
5.7 KiB
CSS

@import url("../../../lib/fonts/notcouriersans/regular/style.css");
@import url("../../../lib/fonts/notcouriersans/bold/style.css");
@import url("../../../lib/fonts/cantarell/bold/style.css");
body
{
background: url("background.png");
background-repeat: repeat;
margin: 0px;
font-family: NotCourierSans;
color: #000;
}
body a
{
color: #000;
text-decoration: underline;
}
body a:hover
{
text-decoration: none;
}
video#landing_video
{
width: 100%;
}
div#hero
{
display: grid;
margin: auto;
margin-top: 20px;
}
div#hero img
{
width: 100%;
margin: auto;
}
div#instructions
{
margin: auto;
width: 75%;
}
div#instructions img#line
{
display: block;
width: 100%;
}
div#instructions img#diagram
{
display: block;
margin: auto;
width: 60%;
margin-top: 40px;
border-radius: 30px;
}
img#description
{
display: block;
margin: 40px auto;
width: 75%;
}
/* div#description */
/* { */
/* width: 75%; */
/* margin: auto; */
/* margin-top: 20px; */
/* } */
/* div#description */
/* { */
/* position: relative; */
/* } */
/* div#description img */
/* { */
/* width: 100%; */
/* } */
/* div#description div.text */
/* { */
/* text-align: justify; */
/* text-align-last: center; */
/* } */
/* div#description div.text:after */
/* { */
/* content: ""; */
/* display: inline-block; */
/* width: 100%; */
/* } */
/* div#description div#first */
/* { */
/* font-size: 55px; */
/* font-weight: bold; */
/* } */
/* div#description div#second */
/* { */
/* font-size: 36px; */
/* } */
/* div#description div#third */
/* { */
/* font-size: 28px; */
/* } */
/* div#description div#fourth */
/* { */
/* font-size: 24px; */
/* } */
/* div#heading div#title */
/* { */
/* text-align: center; */
/* position: relative; */
/* margin-bottom: 40px; */
/* overflow: hidden; */
/* } */
/* div#heading div#title img#plank */
/* { */
/* border-top: 13px dotted lime; */
/* border-radius: 100px; */
/* border-bottom: 18px dashed lime; */
/* z-index: 0; */
/* } */
/* div#heading div#title img#board */
/* { */
/* width: 100px; */
/* transform: rotate(70deg); */
/* background-color: yellow; */
/* border: 3px groove pink; */
/* position: absolute; */
/* z-index: 1; */
/* top: 50px; */
/* left: 52%; */
/* border-radius: 40px; */
/* } */
/* div#heading div#title img#lizard */
/* { */
/* width: 1000px; */
/* background-color: rgba(255, 100, 100, .2); */
/* opacity: .9; */
/* position: absolute; */
/* top: 0px; */
/* z-index: 2; */
/* left: 40%; */
/* border-radius: 40px; */
/* } */
/* div#heading div#question */
/* { */
/* width: 65%; */
/* margin: auto; */
/* border: 5px double cyan; */
/* background: #B0D0D0E0; */
/* line-height: 28px; */
/* color: #282828; */
/* padding: 50px; */
/* border-radius: 18px; */
/* font-family: NotCourierSansBold; */
/* font-size: 34px; */
/* margin-bottom: 18px; */
/* position: absolute; */
/* top: -10px; */
/* z-index: 0; */
/* } */
/* div#blob */
/* { */
/* position: relative; */
/* width: 100%; */
/* overflow: hidden; */
/* word-break: break-all; */
/* } */
/* div#detail */
/* { */
/* font-family: NotCourierSans; */
/* font-size: 80px; */
/* text-align: justify; */
/* } */
/* div#detail a */
/* { */
/* position: absolute; */
/* top: 80px; */
/* left: 30px; */
/* font-size: 12px; */
/* z-index: 3; */
/* } */
/* div#detail a#blake */
/* { */
/* top: 95px; */
/* } */
/* div#detail a#clement */
/* { */
/* top: 110px; */
/* } */
/* div#detail2 */
/* { */
/* font-family: NotCourierSans; */
/* font-size: 80px; */
/* text-align: justify; */
/* position: absolute; */
/* top: 1px; */
/* left: 1px; */
/* } */
/* div#detail3 */
/* { */
/* font-family: NotCourierSans; */
/* font-size: 80px; */
/* text-align: justify; */
/* position: absolute; */
/* top: 2px; */
/* left: 2px; */
/* } */
/* div#detail4 */
/* { */
/* font-family: NotCourierSans; */
/* font-size: 80px; */
/* text-align: justify; */
/* position: absolute; */
/* top: 3px; */
/* left: 3px; */
/* /\* color: gray; *\/ */
/* /\* opacity: .5; *\/ */
/* } */
/* div#detail5 */
/* { */
/* font-family: NotCourierSans; */
/* font-size: 80px; */
/* text-align: justify; */
/* position: absolute; */
/* top: 4px; */
/* left: 4px; */
/* /\* opacity: .3; *\/ */
/* } */
div#photo
{
text-align: center;
margin-top: 20px;
}
div#photo img
{
width: 300px;
border: 18px ridge pink;
}
div.credits
{
margin-top: 40px;
font-family: NotCourierSans;
font-size: 24px;
text-align: center;
}
div.credits a
{
font-weight: bold;
font-family: Cantarell;
font-size: 28px;
}
div#boarding
{
display: grid;
margin: 40px auto;
}
div#boarding img
{
box-sizing: border-box;
border-radius: 30px;
border: 8px solid black;
width: 100%;
}
div#comedy
{
max-width: 889px;
max-height: 500px;
width: 90vw;
height: 50.85vw;
text-align: center;
margin: auto;
margin-top: 50px;
}
div#comedy iframe
{
/* border: 8px solid black; */
border-radius: 30px;
width: 100%;
height: 100%;
}
div#comedy_credits
{
font-size: 16px;
text-align: center;
}
div#ink
{
width: 100%;
margin: 0;
margin-top: 50px;
padding: 0;
text-align: center;
background: rgb(253, 255, 125);
overflow: hidden;
}
div#ink img
{
width: 100%;
max-width: 700px;
margin: -40px auto -55px;
padding: 0;
border: 0;
}