diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/static/style.css b/static/style.css index a5ad5e0..1e60c12 100644 --- a/static/style.css +++ b/static/style.css @@ -159,7 +159,7 @@ background-color : #B9CEFF; input[type=button],[type=submit]{ background-color : #B9CEFF; color : black; --moz-border-radius : 5px; +-moz-border-radius : 5px; } textarea{ @@ -505,7 +505,17 @@ margin-right : auto; font-weight : bold; } +p.kadoscope{ + opacity : 0; + text-align : center; + color : #E61000; + font-size : 20px; + font-weight : bold; +} - - - +#kadobutton{ + background-image : url('gfx/gift.png'); + background-repeat : no-repeat; + background-position : center; + height : 130px; +} |
