diff options
Diffstat (limited to 'chimere/static/styles.css')
-rw-r--r-- | chimere/static/styles.css | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/chimere/static/styles.css b/chimere/static/styles.css index 5b02d92..b56b2ab 100644 --- a/chimere/static/styles.css +++ b/chimere/static/styles.css @@ -1,3 +1,11 @@ +/* colors definition */ + +a, a:link, a:visited, legend{ +color: #5b80b2; +} + +/**/ + body{ background-color:#b488ff; font-family:arial; @@ -17,11 +25,6 @@ margin:4px 8px; legend{ font-weight:bold; -color:#b400Ff; -} - -a{ -color:#b400Ff; } h2{ @@ -512,15 +515,6 @@ color:#b488ff; .simple .cloud img{display:None;} -.upload{ -vertical-align:center; -background-image:url('img/upload.png'); -background-repeat:no-repeat; -padding:40px; -padding-left:80px; -font-size:20px;; -} - .window{ background-color:#FFF; } |