You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
185 lines
2.5 KiB
185 lines
2.5 KiB
body, html{ |
|
position: absolute; |
|
top: 0; |
|
margin: 0; |
|
width: 100%; |
|
font-family: Lato; |
|
font-weight: 300; |
|
} |
|
|
|
#slogan { |
|
text-align: center; |
|
margin-top: -26px; |
|
color: #fff; |
|
} |
|
#splash { |
|
overflow: hidden; |
|
background-color: #425565; |
|
// background: linear-gradient(90deg, #eb6b8f, #ffee75); |
|
} |
|
|
|
#logo-wrap { |
|
margin-top: 50px; |
|
text-align: center; |
|
position: relative; |
|
} |
|
|
|
#logo-canvas { |
|
margin-left: auto; |
|
margin-right: auto; |
|
pointer-events: none; |
|
z-index: 0; |
|
position: absolute; |
|
} |
|
|
|
#logo-img { |
|
max-width: 100%; |
|
} |
|
|
|
#get-started-wrap { |
|
text-align: center; |
|
position: relative; |
|
} |
|
|
|
#get-started { |
|
display: inline-block; |
|
color: #714d26; |
|
background: #fff; |
|
padding: 17px 25px; |
|
font-size: 30px; |
|
margin: 50px 0; |
|
border-radius: 7px; |
|
} |
|
|
|
#demo-title { |
|
padding: 40px 0; |
|
color: #714d26; |
|
font-size: 30px; |
|
text-align: center; |
|
} |
|
|
|
|
|
#options { |
|
display: flex; |
|
justify-content: space-around; |
|
font-size: 20px; |
|
color: #714d26; |
|
padding: 0 15px; |
|
max-width: 700px; |
|
margin-left: auto; |
|
margin-right: auto; |
|
} |
|
|
|
.option { |
|
padding: 10px; |
|
border-radius: 5px; |
|
cursor: pointer; |
|
} |
|
|
|
.option.selected { |
|
color: #fff; |
|
background: #5781a5; |
|
font-weight: 400; |
|
} |
|
|
|
#input { |
|
max-width: 100%; |
|
box-sizing: border-box; |
|
padding: 20px; |
|
margin-top: 30px; |
|
} |
|
|
|
#input-overlay { |
|
position: absolute; |
|
max-width: 100%; |
|
box-sizing: border-box; |
|
margin-top: 30px; |
|
padding: 20px; |
|
} |
|
|
|
#github { |
|
height: 1em; |
|
width: 1em; |
|
margin-bottom: -3px; |
|
margin-right: 10px; |
|
} |
|
|
|
#github path { |
|
fill: #826f5c; |
|
} |
|
|
|
#arrow { |
|
text-align: center; |
|
font-size: 30px; |
|
color: #826f5c; |
|
} |
|
|
|
#arrow::before { |
|
content: '\2193' |
|
} |
|
|
|
#output { |
|
max-width: 100%; |
|
box-sizing: border-box; |
|
padding: 20px; |
|
} |
|
|
|
#footer { |
|
color: #826f5c; |
|
background-color: #ffffff; |
|
text-align: right; |
|
padding: 0 20px; |
|
} |
|
|
|
#lengle { |
|
margin-top: 8%; |
|
margin-bottom: 8%; |
|
|
|
line-height: normal; |
|
display: inline-block; |
|
vertical-align: middle; |
|
} |
|
|
|
#lengle img { |
|
height: .7em; |
|
} |
|
|
|
@media (min-width: 900px) { |
|
#demo-content { |
|
display: flex; |
|
align-items: center; |
|
} |
|
|
|
#demo-content > div { |
|
position: relative; |
|
} |
|
|
|
#input, #input-overlay { |
|
margin-top: 0; |
|
} |
|
|
|
#arrow::before { |
|
content: '\2192' |
|
} |
|
|
|
#options { |
|
margin: 40px auto; |
|
} |
|
|
|
#demo-title { |
|
width: 250px; |
|
background: #fff; |
|
margin-top: -70px; |
|
position: relative; |
|
padding: 20px 0; |
|
} |
|
|
|
#demo-title::after { |
|
border-right: 40px solid transparent; |
|
border-bottom: 70px solid white; |
|
content: ' '; |
|
position: absolute; |
|
top: 0; |
|
left: 100%; |
|
} |
|
} |