diff options
Diffstat (limited to 'website/assets/css')
-rw-r--r-- | website/assets/css/marketing.css | 15 | ||||
-rw-r--r-- | website/assets/css/style.css | 32 |
2 files changed, 33 insertions, 14 deletions
diff --git a/website/assets/css/marketing.css b/website/assets/css/marketing.css index 56da20b..c7faaf3 100644 --- a/website/assets/css/marketing.css +++ b/website/assets/css/marketing.css | |||
@@ -136,7 +136,7 @@ a.pure-button-primary { | |||
136 | /* absolute center .splash within .splash-container */ | 136 | /* absolute center .splash within .splash-container */ |
137 | width: 80%; | 137 | width: 80%; |
138 | height: 50%; | 138 | height: 50%; |
139 | overflow: auto; | 139 | /*overflow: auto;*/ |
140 | margin: auto; | 140 | margin: auto; |
141 | position: absolute; | 141 | position: absolute; |
142 | top: 100px; | 142 | top: 100px; |
@@ -271,16 +271,3 @@ a.pure-button-primary { | |||
271 | font-size: 300%; | 271 | font-size: 300%; |
272 | } | 272 | } |
273 | } | 273 | } |
274 | |||
275 | /* | ||
276 | * Mods | ||
277 | */ | ||
278 | |||
279 | .pure-menu-heading { | ||
280 | text-transform: none !important; | ||
281 | } | ||
282 | |||
283 | .anchor { | ||
284 | position: relative; | ||
285 | margin-top: -5%; | ||
286 | } | ||
diff --git a/website/assets/css/style.css b/website/assets/css/style.css index e69de29..8a277f7 100644 --- a/website/assets/css/style.css +++ b/website/assets/css/style.css | |||
@@ -0,0 +1,32 @@ | |||
1 | /* | ||
2 | * Mods | ||
3 | */ | ||
4 | |||
5 | .pure-menu-heading { | ||
6 | text-transform: none !important; | ||
7 | } | ||
8 | |||
9 | .anchor { | ||
10 | position: relative; | ||
11 | margin-top: -5%; | ||
12 | } | ||
13 | |||
14 | .fullscreen { | ||
15 | position: fixed; | ||
16 | top: 0; | ||
17 | left: 0; | ||
18 | width: 100%; | ||
19 | height: 100%; | ||
20 | border: none; | ||
21 | z-index: 3; | ||
22 | overflow: hidden; | ||
23 | background-color: #2d3e50; | ||
24 | } | ||
25 | |||
26 | .overbox { | ||
27 | display: none; | ||
28 | } | ||
29 | |||
30 | .overbox:target { | ||
31 | display: block; | ||
32 | } | ||