about summary refs log tree commit diff stats
path: root/app/assets
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/images/wittle/wittle_header.pngbin0 -> 82868 bytes
-rw-r--r--app/assets/stylesheets/wittle/general.css.scss29
2 files changed, 27 insertions, 2 deletions
diff --git a/app/assets/images/wittle/wittle_header.png b/app/assets/images/wittle/wittle_header.png new file mode 100644 index 0000000..a082f8e --- /dev/null +++ b/app/assets/images/wittle/wittle_header.png
Binary files differ
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
5h1 { 22h1 {
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;