-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprimar.css
88 lines (74 loc) · 1.38 KB
/
primar.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
html, body {
position: relative;
height: 100%;
padding: 0;
margin: 0;
font-family: 'ChiselMark';
font-size: 14pt;
}
@font-face {
font-family: 'ChiselMark';
src: url('ChiselMark.ttf');
}
a:link, a:visited {
color: black;
text-decoration: none;
}
a:hover, a:active {
color: #7c0dd8;
text-decoration: none;
}
.background {
background-color: black;
background-image: -webkit-linear-gradient(top, #300851 0%, black 80%, #1a032d 100%); /* Chrome10+,Safari5.1+ */
background-image: -moz-linear-gradient(top, #300851 0%, black 80%, #1a032d 100%); /* FF3.6+ */
background-image: linear-gradient(top, #300851 0%, black 80%, #1a032d 100%); /* W3C */
background-repeat: no-repeat;
background-attachment: fixed;
}
.centered {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.logo {
width: 25%;
}
.bar {
width: 100%;
background-color: white;
text-align: center;
position: absolute;
color: black;
}
.videoContainer {
width: 50%;
max-width: 50%;
}
.videoWrapper {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
}
.video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.gamePremise {
display: inline-block;
font-size: 18pt;
vertical-align: middle;
}
.store {
width: 13%;
min-width: 140px;
vertical-align: middle;
}
.pressKit {
vertical-align: middle;
}