diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2012-11-08 23:47:20 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2012-11-08 23:47:20 -0500 |
| commit | f57da10d8c51b2a71e7d85705439c4082aa6c507 (patch) | |
| tree | 68ca34e5ac87079c5a02aa4e3e7305188403b23b /static/style.css | |
| parent | 57d26a3c5241083be4167483728cbf1188f07d49 (diff) | |
| download | famille-flask-f57da10d8c51b2a71e7d85705439c4082aa6c507.tar.gz | |
add the kadoscope
Diffstat (limited to 'static/style.css')
| -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; +} |
