Thu, 16 Jan 2020 01:11:36 -0700
- Update .hgignore
- Bump
0 | 1 | body { |
2 | background-color:#202020; | |
3 | } | |
4 | ||
5 | div.main { | |
6 | width:1280px; | |
7 | margin-right: auto; | |
8 | margin-left: auto; | |
9 | max-width: 100%; | |
10 | } | |
11 | ||
12 | /* Header Styles */ | |
13 | img.headerlogo { | |
14 | width: 293px; | |
15 | height: 96px; | |
16 | display:block; | |
17 | margin:auto; | |
18 | } | |
19 | ul.buttons { | |
20 | color:#fafafa; | |
21 | padding: 0px; | |
22 | margin: 0px; | |
23 | border-bottom-color: #373737; | |
24 | border-bottom-width: 1px; | |
25 | border-bottom-style: solid; | |
26 | } | |
27 | ul.buttons li { | |
28 | font-family: 'Arimo', sans-serif; | |
29 | font-size: 18px; | |
30 | font-weight: 400; | |
31 | list-style-type: none; | |
32 | text-transform: uppercase; | |
33 | display: inline-block; | |
34 | padding: .25em; | |
35 | padding-left: .25em; | |
36 | padding-right: .25em; | |
37 | } | |
38 | ul.buttons li:hover { | |
39 | background-color: #484848; | |
40 | } | |
41 | li.active{ | |
42 | border-bottom-color: #f79a10; | |
43 | border-bottom-width: 1px; | |
44 | border-bottom-style: solid; | |
45 | background-color: #484848; | |
46 | } | |
47 | ul.buttons a { | |
48 | color:#FAFAFA; | |
49 | text-decoration: none; | |
50 | } | |
51 | ||
52 | ||
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
53 | /* Features Nav */ |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
54 | ul.featuresNav{ |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
55 | list-style-type: none; |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
56 | padding: inherit; |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
57 | font-size: inherit; |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
58 | } |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
59 | ul.featuresNav a{ |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
60 | color:#FAFAFA; |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
61 | text-decoration: none; |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
62 | } |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
63 | ul.featuresNav h1{ |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
64 | font-size:2em; |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
65 | margin-top: .1em; |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
66 | } |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
67 | div.featureShowcaseContainer { |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
68 | |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
69 | } |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
70 | img.featureShowcase{ |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
71 | |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
72 | } |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
73 | |
0 | 74 | /* Text Styles */ |
75 | div.content { | |
76 | font-family: 'Lato', sans-serif; | |
77 | color:#fafafa; | |
78 | margin: 1em; | |
79 | margin-right: 4em; | |
80 | word-wrap: break-word; | |
81 | overflow-wrap: break-word; | |
82 | } | |
83 | div.content h1 { | |
84 | margin-bottom: .25em; | |
85 | } | |
86 | div.content h3 { | |
87 | margin-top: .25em; | |
88 | margin-bottom: .25em; | |
89 | } | |
90 | div.content h4 { | |
91 | margin-top: .25em; | |
92 | margin-bottom: .25em; | |
93 | ||
94 | } | |
95 | div.content p { | |
96 | margin: 1em; | |
97 | margin-top: .25em; | |
98 | margin-bottom: .25em; | |
99 | font-size: 0.875em; | |
100 | } | |
1 | 101 | #textNotice { |
102 | width: max-content; | |
103 | background-image: url("missing_5p.png"); | |
104 | padding: 0.3em; | |
105 | border-radius: 4px; | |
106 | border-color: #f800f8d4; | |
107 | border-style: dashed; | |
108 | border-width: 1px; | |
109 | margin-left: 2em; | |
110 | margin-right: 2em; | |
111 | padding-right: 10%; | |
4
f43055fb4a5c
- Fixed overflow of textnotice
Glitchvid <Glitchvid@glitchvid.com>
parents:
2
diff
changeset
|
112 | max-width: 70%; |
1 | 113 | } |
114 | ||
0 | 115 | |
116 | /* Footer Styles */ | |
117 | div.footer { | |
118 | color:#fafafa; | |
119 | border-top-color: #373737; | |
120 | border-top-width: 1px; | |
121 | border-top-style: solid; | |
122 | } | |
123 | div.footer p{ | |
124 | font-family: "Arial", sans-serif; | |
125 | text-align: right; | |
126 | font-size: 12px; | |
127 | margin-top: 16px; | |
128 | margin-right: 2em; | |
129 | } | |
130 | ||
131 | ||
132 | /* Main Body Content Styles */ | |
133 | hr { | |
134 | display: block; | |
135 | margin-top: 0.5em; | |
136 | margin-bottom: 0.5em; | |
137 | margin-left: auto; | |
138 | margin-right: auto; | |
139 | border-style: none; | |
140 | border-width: 0px; | |
141 | border-bottom-color: #373737; | |
142 | border-bottom-style: solid; | |
143 | border-bottom-width: 1px; | |
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
144 | } |
0 | 145 | div.contentSection { |
146 | border-color: #282828; | |
147 | border-style: solid; | |
148 | border-width: 1px; | |
149 | border-radius: 3px; | |
150 | padding: 0.25em; | |
151 | /* width: max-content; */ | |
152 | background-color: #1e1e1e; | |
153 | margin-bottom: 0.5em; | |
154 | } | |
155 | div.contentSection a { | |
156 | color:#fafafa; | |
157 | text-decoration: none; | |
158 | } | |
2
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
159 | img.toolIconSM { |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
160 | float: right; |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
161 | margin-right: .25em; |
5322f0778cb1
- Add Features index properly
Glitchvid <Glitchvid@glitchvid.com>
parents:
1
diff
changeset
|
162 | } |
0 | 163 | |
164 | /* Media Styles */ | |
165 | div.mediaContainer { | |
166 | margin-left: auto; | |
167 | margin-right: auto; | |
168 | width: max-content; | |
169 | max-width: 100%; | |
170 | } | |
1 | 171 | div.mediaContainer video { |
172 | max-width: 100%; | |
173 | } | |
174 | img.mediaImage { | |
0 | 175 | max-width: 100%; |
176 | } | |
177 | ||
178 | /* External Fonts */ | |
179 | @import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap'); | |
180 | @import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&display=swap'); |