diff options
Diffstat (limited to 'app/assets/stylesheets')
| -rw-r--r-- | app/assets/stylesheets/application.css (renamed from app/assets/stylesheets/wittle/application.css) | 6 | ||||
| -rw-r--r-- | app/assets/stylesheets/general.css.scss (renamed from app/assets/stylesheets/wittle/general.css.scss) | 14 |
2 files changed, 10 insertions, 10 deletions
| diff --git a/app/assets/stylesheets/wittle/application.css b/app/assets/stylesheets/application.css index 0ebd7fe..288b9ab 100644 --- a/app/assets/stylesheets/wittle/application.css +++ b/app/assets/stylesheets/application.css | |||
| @@ -2,11 +2,11 @@ | |||
| 2 | * This is a manifest file that'll be compiled into application.css, which will include all the files | 2 | * This is a manifest file that'll be compiled into application.css, which will include all the files |
| 3 | * listed below. | 3 | * listed below. |
| 4 | * | 4 | * |
| 5 | * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, | 5 | * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's |
| 6 | * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. | 6 | * vendor/assets/stylesheets directory can be referenced here using a relative path. |
| 7 | * | 7 | * |
| 8 | * You're free to add application-wide styles to this file and they'll appear at the bottom of the | 8 | * You're free to add application-wide styles to this file and they'll appear at the bottom of the |
| 9 | * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS | 9 | * compiled file so the styles you add here take precedence over styles defined in any other CSS |
| 10 | * files in this directory. Styles in this file should be added after the last require_* statement. | 10 | * files in this directory. Styles in this file should be added after the last require_* statement. |
| 11 | * It is generally better to create a new file per style scope. | 11 | * It is generally better to create a new file per style scope. |
| 12 | * | 12 | * |
| diff --git a/app/assets/stylesheets/wittle/general.css.scss b/app/assets/stylesheets/general.css.scss index 12e5486..7ee3169 100644 --- a/app/assets/stylesheets/wittle/general.css.scss +++ b/app/assets/stylesheets/general.css.scss | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | } | 3 | } |
| 4 | 4 | ||
| 5 | #banner { | 5 | #banner { |
| 6 | background-image: image-url("wittle/wittle_header.png"); | 6 | background-image: image-url("wittle_header.png"); |
| 7 | background-size: cover; | 7 | background-size: cover; |
| 8 | width: 600px; | 8 | width: 600px; |
| 9 | height: 245px; | 9 | height: 245px; |
| @@ -65,7 +65,7 @@ input[type="range"]::-webkit-slider-thumb { | |||
| 65 | appearance: none; | 65 | appearance: none; |
| 66 | -moz-appearance: none; | 66 | -moz-appearance: none; |
| 67 | -webkit-appearance: none; | 67 | -webkit-appearance: none; |
| 68 | background: image-url('wittle/slider.png'); | 68 | background: image-url('slider.png'); |
| 69 | background-size: 17px 33px; | 69 | background-size: 17px 33px; |
| 70 | height: 33px; | 70 | height: 33px; |
| 71 | width: 17px; | 71 | width: 17px; |
| @@ -74,7 +74,7 @@ input[type="range"]::-moz-range-thumb { | |||
| 74 | appearance: none; | 74 | appearance: none; |
| 75 | -moz-appearance: none; | 75 | -moz-appearance: none; |
| 76 | -webkit-appearance: none; | 76 | -webkit-appearance: none; |
| 77 | background: image-url('wittle/slider.png'); | 77 | background: image-url('slider.png'); |
| 78 | background-size: 17px 33px; | 78 | background-size: 17px 33px; |
| 79 | height: 33px; | 79 | height: 33px; |
| 80 | width: 17px; | 80 | width: 17px; |
| @@ -83,7 +83,7 @@ input[type="range"]::-ms-thumb { | |||
| 83 | appearance: none; | 83 | appearance: none; |
| 84 | -moz-appearance: none; | 84 | -moz-appearance: none; |
| 85 | -webkit-appearance: none; | 85 | -webkit-appearance: none; |
| 86 | background: image-url('wittle/slider.png'); | 86 | background: image-url('slider.png'); |
| 87 | background-size: 17px 33px; | 87 | background-size: 17px 33px; |
| 88 | height: 33px; | 88 | height: 33px; |
| 89 | width: 17px; | 89 | width: 17px; |
| @@ -190,7 +190,7 @@ input[type="range"]::-ms-thumb { | |||
| 190 | margin-right: 1em; | 190 | margin-right: 1em; |
| 191 | 191 | ||
| 192 | a { | 192 | a { |
| 193 | background-image: image-url("wittle/wittle_normal.png"); | 193 | background-image: image-url("wittle_normal.png"); |
| 194 | background-size: cover; | 194 | background-size: cover; |
| 195 | display: block; | 195 | display: block; |
| 196 | width: 215px; | 196 | width: 215px; |
| @@ -206,7 +206,7 @@ input[type="range"]::-ms-thumb { | |||
| 206 | margin-right: 1em; | 206 | margin-right: 1em; |
| 207 | 207 | ||
| 208 | a { | 208 | a { |
| 209 | background-image: image-url("wittle/wittle_hard.png"); | 209 | background-image: image-url("wittle_hard.png"); |
| 210 | background-size: cover; | 210 | background-size: cover; |
| 211 | display: block; | 211 | display: block; |
| 212 | width: 215px; | 212 | width: 215px; |
| @@ -221,7 +221,7 @@ input[type="range"]::-ms-thumb { | |||
| 221 | width: 215px; | 221 | width: 215px; |
| 222 | 222 | ||
| 223 | a { | 223 | a { |
| 224 | background-image: image-url("wittle/wittle_expert.png"); | 224 | background-image: image-url("wittle_expert.png"); |
| 225 | background-size: cover; | 225 | background-size: cover; |
| 226 | display: block; | 226 | display: block; |
| 227 | width: 215px; | 227 | width: 215px; |
