Files
junisaber/site/index.css

308 lines
5.0 KiB
CSS
Raw Normal View History

2018-10-02 05:34:09 -07:00
body {
2018-09-28 01:21:32 +02:00
background: url(assets/grid.jpg);
background-size: 1920px auto;
background-position: center 0px;
background-color: #03080c;
margin: 0;
2018-12-11 03:51:54 +01:00
font: 26px "Roboto Condensed", arial, sans-serif;
2018-09-28 01:21:32 +02:00
color: white;
line-height: 30px;
}
2018-10-02 05:34:09 -07:00
.laser {
2018-09-28 01:21:32 +02:00
position: absolute;
width: 100%;
height: 407px;
top: 510px;
background-image: url('assets/laser.png');
background-repeat: repeat-x;
background-size: contain;
z-index: -1;
}
2018-10-02 05:34:09 -07:00
#lightbox {
2018-09-28 01:55:37 +02:00
cursor: pointer;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.8);
z-index: 999999;
opacity: 0;
display: none;
align-items: center;
justify-content: center;
transition: opacity 3s;
}
2018-10-02 05:34:09 -07:00
#lightbox.opened {
2018-09-28 01:55:37 +02:00
display: flex;
opacity: 1;
}
2018-10-02 05:34:09 -07:00
#lightbox img {
2018-09-28 01:55:37 +02:00
width: 100%;
max-width: 1000px;
border: 1px solid #005a83;
box-shadow: 0 0 25px rgba(144, 226, 222, 0.6);
}
2018-10-02 05:34:09 -07:00
#all {
2018-09-28 01:21:32 +02:00
width: 95%;
min-width: 360px;
max-width: 1000px;
2018-12-10 00:48:54 -08:00
margin: 30px auto 0 auto;
2018-09-28 01:21:32 +02:00
}
2018-10-02 05:34:09 -07:00
.headerglow {
2018-09-28 01:21:32 +02:00
background-image: url('assets/supermediumheader.png');
background-repeat: no-repeat;
background-size: contain;
}
2018-10-02 05:34:09 -07:00
.imgfill {
2018-09-28 01:21:32 +02:00
width: 100%;
max-width: 1000px;
}
2018-10-02 05:34:09 -07:00
#video {
2018-09-28 01:21:32 +02:00
background: black;
2018-12-09 04:57:33 -08:00
border: 1px solid #90e2de;
2018-09-28 01:21:32 +02:00
box-shadow: 0 0 40px rgba(144, 226, 222, 0.8);
2018-12-09 04:57:33 -08:00
height: 560px;
margin: 60px 0;
max-width: 1000px;
width: 100%;
2018-09-28 01:21:32 +02:00
}
2018-12-09 04:57:33 -08:00
#video iframe {
2018-09-28 01:21:32 +02:00
width: 100%;
height: 100%;
}
2018-12-09 04:57:33 -08:00
2018-10-02 05:34:09 -07:00
b {
2018-12-09 21:47:40 -08:00
color: #FAFAFA;
2018-09-28 01:21:32 +02:00
}
2018-10-02 05:34:09 -07:00
a {
2018-12-09 21:47:40 -08:00
color: #fb82c9;
transition: color .1s;
2018-09-28 01:21:32 +02:00
}
2018-10-02 05:34:09 -07:00
a:hover {
2018-12-09 21:47:40 -08:00
color: #ff66cc;
2018-09-28 01:21:32 +02:00
}
2018-10-02 05:34:09 -07:00
h1, h2, h3 {
2018-09-28 01:21:32 +02:00
font-family: 'Teko', sans-serif;
color: #fff;
margin: 0px 0 40px 0;
}
2018-10-02 05:34:09 -07:00
section {
2018-12-09 04:57:33 -08:00
margin: 80px 0;
2018-09-28 01:21:32 +02:00
}
2018-10-02 05:34:09 -07:00
.short {
2018-09-28 01:21:32 +02:00
margin-bottom: 9px;
}
2018-10-02 05:34:09 -07:00
.short+section {
2018-09-28 01:21:32 +02:00
margin-top: 70px;
}
2018-10-02 05:34:09 -07:00
a {
2018-09-28 01:21:32 +02:00
text-decoration: none;
}
2018-10-02 05:34:09 -07:00
h1 {
2018-09-28 01:21:32 +02:00
font-size: 57px;
font-weight: normal;
2018-12-09 04:57:33 -08:00
line-height: 57px;
2018-09-28 01:21:32 +02:00
text-align: center;
}
2018-10-02 05:34:09 -07:00
h2 {
2018-09-28 01:21:32 +02:00
text-align: center;
font-size: 57px;
background: url('assets/h2.png');
background-position: center 0px;
background-repeat: no-repeat;
line-height: 173px;
color: #001927;
text-shadow: 0 0 2px #fff;
font-weight: bold;
margin: 0;
padding-top: 51px;
}
2018-10-02 05:34:09 -07:00
h2.other {
2018-09-28 01:21:32 +02:00
font-size: 50px;
}
2018-10-02 05:34:09 -07:00
.supermedium-h1 {
2018-09-28 01:21:32 +02:00
width: 400px;
min-width: 55%;
vertical-align: middle;
margin: 20px 0;
}
2018-10-02 05:34:09 -07:00
.cyan {
2018-09-28 01:21:32 +02:00
color: #68e0d3;
}
2018-10-02 05:34:09 -07:00
.pink {
2018-09-28 01:21:32 +02:00
color: #ff7abc;
}
2018-10-02 05:34:09 -07:00
.cyanglow {
2018-09-28 01:21:32 +02:00
text-shadow: 0 0 12px #68e0d3;
}
2018-10-02 05:34:09 -07:00
.pinkglow {
2018-09-28 01:21:32 +02:00
text-shadow: 0 0 12px #ff7abc;
}
2018-10-02 05:34:09 -07:00
.storebuttons {
2018-09-28 01:21:32 +02:00
text-align: justify;
display: flex;
justify-content: space-between;
}
2018-10-02 05:34:09 -07:00
footer .storebuttons {
2018-09-28 01:21:32 +02:00
width: 50%;
margin: 0 auto;
height: 70px;
overflow: hidden;
}
2018-10-02 05:34:09 -07:00
.storebuttons a {
2018-09-28 01:21:32 +02:00
display: inline-block;
width: 470px;
height: 137px;
background-image: url('assets/steam.png');
background-size: contain;
background-repeat: no-repeat;
transition: transform 100ms, background-image 200ms;
}
2018-10-02 05:34:09 -07:00
.storebuttons a:hover {
2018-09-28 01:21:32 +02:00
background-image: url('assets/steamhover.png');
transform: scale(1.02, 1.02);
}
2018-10-02 05:34:09 -07:00
.storebuttons a:first-child {
2018-09-28 01:21:32 +02:00
background-image: url('assets/oculus.png');
}
2018-10-02 05:34:09 -07:00
.storebuttons a:first-child:hover {
2018-09-28 01:21:32 +02:00
background-image: url('assets/oculushover.png');
}
2018-12-09 04:57:33 -08:00
#intro {
text-align: center;
}
2018-10-02 05:34:09 -07:00
#intro img {
2018-09-28 01:21:32 +02:00
width: 160px;
vertical-align: bottom;
}
2018-10-02 05:34:09 -07:00
ul {
2018-09-28 01:21:32 +02:00
margin: 0;
padding-left: 40px;
list-style: url('assets/bullet.png');
list-style-position: outside;
}
2018-10-02 05:34:09 -07:00
li p {
2018-09-28 01:21:32 +02:00
vertical-align: middle;
display: inline-block;
height: 50px;
}
2018-10-02 05:34:09 -07:00
#features {
2018-09-28 01:21:32 +02:00
display: flex;
justify-content: space-between;
}
2018-10-02 05:34:09 -07:00
#features>div {
2018-09-28 01:21:32 +02:00
width: 28%;
float: left;
text-align: center;
}
2018-10-02 05:34:09 -07:00
#features p {
2018-09-28 01:21:32 +02:00
margin: 0;
}
2018-10-02 05:34:09 -07:00
footer {
2018-12-09 04:57:33 -08:00
margin: 80px 0;
2018-09-28 01:21:32 +02:00
font-size: 14px;
color: #aaa;
text-align: center;
}
2018-10-02 05:34:09 -07:00
.screenshots {
2018-09-28 01:21:32 +02:00
margin-top: 40px;
display: flex;
justify-content: space-between;
}
2018-10-02 05:34:09 -07:00
.screenshots a {
2018-09-28 01:21:32 +02:00
width: 30%;
}
2018-10-02 05:34:09 -07:00
.screenshots img {
2018-09-28 01:21:32 +02:00
cursor: pointer;
border: 1px solid #005a83;
box-shadow: 0 0 18px rgba(144, 226, 222, 0.3);
width: 100%;
transition: box-shadow 120ms, border-color 120ms, transform 120ms;
}
2018-10-02 05:34:09 -07:00
.screenshots>img {
max-height: 300px;
2018-09-28 01:55:37 +02:00
width: 30%;
}
2018-10-02 05:34:09 -07:00
.screenshots img:hover {
2018-09-28 01:21:32 +02:00
box-shadow: 0 0 30px rgba(144, 226, 222, 0.8);
border-color: white;
transform: scale(1.02, 1.02);
}
2018-10-02 05:34:09 -07:00
h1 span {
2018-09-28 01:21:32 +02:00
display: block;
}
2018-10-02 05:34:09 -07:00
@media (max-width: 1070px) {
body, body:before {
2018-09-28 01:21:32 +02:00
background-size: 200% auto;
}
2018-10-02 05:34:09 -07:00
.laser {
2018-09-28 01:21:32 +02:00
top: 45vw;
}
2018-10-02 05:34:09 -07:00
#video {
2018-09-28 01:21:32 +02:00
margin: 5% auto;
}
2018-10-02 05:34:09 -07:00
.storebuttons a {
2018-09-28 01:21:32 +02:00
width: 100%;
}
}
2018-10-02 05:34:09 -07:00
@media (max-width: 750px) {
h2.other {
2018-09-28 01:21:32 +02:00
line-height: 1em;
padding-top: 90px;
padding-bottom: 10px;
}
2018-10-02 05:34:09 -07:00
footer .storebuttons {
2018-09-28 01:21:32 +02:00
width: 75%;
}
}
2018-10-02 05:34:09 -07:00
@media (max-width: 700px) {
.screenshots, #features {
2018-09-28 01:21:32 +02:00
display: block;
}
2018-10-02 05:34:09 -07:00
.laser {
2018-09-28 01:21:32 +02:00
display: none;
2018-10-02 05:34:09 -07:00
}
#features>div {
2018-09-28 01:21:32 +02:00
float: none;
width: 100%;
margin: 10% 0;
}
2018-10-02 05:34:09 -07:00
h3 {
2018-09-28 01:21:32 +02:00
margin-bottom: 3%;
}
2018-10-02 05:34:09 -07:00
.screenshots>img, .screenshots>a {
2018-09-28 01:21:32 +02:00
display: block;
width: 100%;
margin: 5% 0;
}
}
2018-10-02 05:34:09 -07:00
@media (max-width: 400px) {
body, body:before {
2018-09-28 01:21:32 +02:00
background-size: 800px auto;
background-position: -220px 0px;
}
2018-10-02 05:34:09 -07:00
.laser {
2018-09-28 01:21:32 +02:00
top: 80px;
2018-10-02 05:34:09 -07:00
}
}
2018-12-09 04:57:33 -08:00
#credit {
font-size: 16px;
}
2018-12-09 05:02:04 -08:00
#header,
footer,
.short h2 {
text-transform: uppercase;
}