diff options
author | Thomas Willingham <founder@kakste.com> | 2013-10-10 19:18:33 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-10-10 19:18:33 +0100 |
commit | cdf608898a1371a0dd5071d72e95944d809e2d79 (patch) | |
tree | 98aa8e0e1ab89e727833796a9bd2b3db24040bef /view/theme/redbasic/css | |
parent | d05899fb5014db3d86e34788aaac609f80e659f5 (diff) | |
download | volse-hubzilla-cdf608898a1371a0dd5071d72e95944d809e2d79.tar.gz volse-hubzilla-cdf608898a1371a0dd5071d72e95944d809e2d79.tar.bz2 volse-hubzilla-cdf608898a1371a0dd5071d72e95944d809e2d79.zip |
Various schema issues.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 28dc12038..b460d7e89 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -10,11 +10,11 @@ body { font-family: arial,freesans,sans-serif; font-size: 12px; - background-color: #$background_colour; + background-color: $bgcolour; background-image: url('$background_image'); background-attachment: fixed; background-size: cover; - color: #$font_colour; + color: $font_colour; margin: 0px; } .jslider { @@ -117,7 +117,7 @@ blockquote { filter:alpha(opacity=100); } -nav {background-image: linear-gradient(bottom, #$nav_bg_1 26%, #$nav_bg_2 82%); +nav {background-image: linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%); background-image: -o-linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%); background-image: -moz-linear-gradient(bottom,$nav_bg_1 26%, $nav_bg_2 82%); background-image: -webkit-linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%); @@ -823,7 +823,7 @@ footer { margin-top: 10px; position: relative; border-radius: $radiuspx; - background-color: #$item_colour; + background-color: $item_colour; opacity: $item_opacity; } |