diff options
Diffstat (limited to 'website/assets/css/style.css')
-rw-r--r-- | website/assets/css/style.css | 32 |
1 files changed, 32 insertions, 0 deletions
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 | } | ||