scrapeboard/www/style.css

344 lines
5.7 KiB
CSS
Raw Normal View History

2018-07-25 22:02:44 -04:00
@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
{
2022-01-27 15:10:02 -05:00
background: url("background.png");
background-repeat: repeat;
margin: 0px;
font-family: NotCourierSans;
color: #000;
2018-07-25 22:02:44 -04:00
}
2022-01-27 15:10:02 -05:00
body a
2018-07-25 22:02:44 -04:00
{
2022-01-27 15:10:02 -05:00
color: #000;
text-decoration: underline;
2018-07-25 22:02:44 -04:00
}
2022-01-27 15:10:02 -05:00
body a:hover
2018-07-25 22:02:44 -04:00
{
2022-01-27 15:10:02 -05:00
text-decoration: none;
2018-07-25 22:02:44 -04:00
}
2022-01-27 15:10:02 -05:00
video#landing_video
2018-07-25 22:02:44 -04:00
{
2022-01-27 15:10:02 -05:00
width: 100%;
2018-07-25 22:02:44 -04:00
}
2022-01-27 15:10:02 -05:00
div#hero
2018-07-25 22:02:44 -04:00
{
2022-01-27 15:10:02 -05:00
display: grid;
margin: auto;
margin-top: 20px;
2018-07-25 22:02:44 -04:00
}
2022-01-27 15:10:02 -05:00
div#hero img
2018-07-25 22:02:44 -04:00
{
2022-01-27 15:10:02 -05:00
width: 100%;
2018-07-25 22:02:44 -04:00
margin: auto;
}
2022-01-27 15:10:02 -05:00
div#instructions
2018-07-25 22:02:44 -04:00
{
2022-01-27 15:10:02 -05:00
margin: auto;
width: 75%;
2018-07-25 22:02:44 -04:00
}
2022-01-27 15:10:02 -05:00
div#instructions img#line
2018-07-25 22:02:44 -04:00
{
2022-01-27 15:10:02 -05:00
display: block;
width: 100%;
2018-07-25 22:02:44 -04:00
}
2022-01-27 15:10:02 -05:00
div#instructions img#diagram
2018-07-25 22:02:44 -04:00
{
2022-01-27 15:10:02 -05:00
display: block;
margin: auto;
width: 60%;
margin-top: 40px;
border-radius: 30px;
2018-07-25 22:02:44 -04:00
}
2022-01-27 15:10:02 -05:00
img#description
2018-07-25 22:02:44 -04:00
{
2022-01-27 15:10:02 -05:00
display: block;
margin: 40px auto;
width: 75%;
2018-07-25 22:02:44 -04:00
}
2022-01-27 15:10:02 -05:00
/* div#description */
/* { */
/* width: 75%; */
/* margin: auto; */
/* margin-top: 20px; */
/* } */
2018-12-19 17:32:09 -05:00
2022-01-27 15:10:02 -05:00
/* div#description */
/* { */
/* position: relative; */
2018-07-25 22:02:44 -04:00
2022-01-27 15:10:02 -05:00
/* } */
2018-07-25 22:02:44 -04:00
2022-01-27 15:10:02 -05:00
/* div#description img */
/* { */
/* width: 100%; */
/* } */
2018-07-25 22:02:44 -04:00
2022-01-27 15:10:02 -05:00
/* 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; *\/ */
/* } */
2018-07-25 22:02:44 -04:00
div#photo
{
text-align: center;
margin-top: 20px;
}
div#photo img
{
width: 300px;
border: 18px ridge pink;
}
2022-01-27 15:10:02 -05:00
div.credits
2018-07-25 22:02:44 -04:00
{
2022-01-27 15:10:02 -05:00
margin-top: 40px;
font-family: NotCourierSans;
font-size: 24px;
2018-07-25 22:02:44 -04:00
text-align: center;
}
2022-01-27 15:10:02 -05:00
div.credits a
{
font-weight: bold;
font-family: Cantarell;
font-size: 28px;
}
div#boarding
{
display: grid;
margin: 40px auto;
}
2018-07-25 22:02:44 -04:00
div#boarding img
{
2022-01-27 15:10:02 -05:00
box-sizing: border-box;
2018-07-25 22:02:44 -04:00
border-radius: 30px;
border: 8px solid black;
2022-01-27 15:10:02 -05:00
width: 100%;
2018-07-25 22:02:44 -04:00
}
2018-12-19 17:32:09 -05:00
2022-01-27 15:10:02 -05:00
div#comedy
2018-12-19 17:32:09 -05:00
{
2022-01-27 15:10:02 -05:00
max-width: 889px;
max-height: 500px;
width: 90vw;
height: 50.85vw;
2018-12-19 17:32:09 -05:00
text-align: center;
2022-01-27 15:10:02 -05:00
margin: auto;
2018-12-19 17:32:09 -05:00
margin-top: 50px;
}
2022-01-27 15:10:02 -05:00
div#comedy iframe
2018-12-19 17:32:09 -05:00
{
2022-01-27 15:10:02 -05:00
/* border: 8px solid black; */
2018-12-19 17:32:09 -05:00
border-radius: 30px;
2022-01-27 15:10:02 -05:00
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;
2018-12-19 17:32:09 -05:00
}