diff options
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/wittle/general.css.scss | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/app/assets/stylesheets/wittle/general.css.scss b/app/assets/stylesheets/wittle/general.css.scss index 9d893b6..c258734 100644 --- a/app/assets/stylesheets/wittle/general.css.scss +++ b/app/assets/stylesheets/wittle/general.css.scss | |||
@@ -1,11 +1,36 @@ | |||
1 | #wrap { | 1 | #banner { |
2 | 2 | background-image: image-url("wittle/wittle_header.png"); | |
3 | background-size: cover; | ||
4 | width: 600px; | ||
5 | height: 245px; | ||
6 | margin: 0 auto; | ||
7 | |||
8 | h1 { | ||
9 | margin: 0; | ||
10 | |||
11 | a { | ||
12 | display: block; | ||
13 | width: 1110px; | ||
14 | height: 454px; | ||
15 | text-indent: -5000px; | ||
16 | text-decoration: none; | ||
17 | margin: 0; | ||
18 | } | ||
19 | } | ||
3 | } | 20 | } |
4 | 21 | ||
5 | h1 { | 22 | h1 { |
6 | text-align: center; | 23 | text-align: center; |
7 | } | 24 | } |
8 | 25 | ||
26 | .puzzle-description { | ||
27 | text-align: center; | ||
28 | display: block; | ||
29 | margin-top: -1em; | ||
30 | margin-bottom: 2em; | ||
31 | font-size: 1.25em; | ||
32 | } | ||
33 | |||
9 | #trace-settings { | 34 | #trace-settings { |
10 | margin: 1em auto; | 35 | margin: 1em auto; |
11 | width: 540px; | 36 | width: 540px; |