diff --git a/extra-static/amue/fd_bg_amue.png b/extra-static/amue/fd_bg_amue.png new file mode 100644 index 0000000..dc13551 Binary files /dev/null and b/extra-static/amue/fd_bg_amue.png differ diff --git a/extra-static/amue/img_logo_web_13.png b/extra-static/amue/img_logo_web_13.png index 4170fd2..6190634 100644 Binary files a/extra-static/amue/img_logo_web_13.png and b/extra-static/amue/img_logo_web_13.png differ diff --git a/extra-static/amue/style.css b/extra-static/amue/style.css index 1b95207..186800b 100644 --- a/extra-static/amue/style.css +++ b/extra-static/amue/style.css @@ -1,6 +1,17 @@ +html { + background: #F9F9F7 url(fd_bg_amue.png) no-repeat; + background-position: 60% 70% ; +color: #715f62; + } + +body { +color: #715f62; +} + div#wrap { padding-left: 0; padding-right: 0; + border : 1px solid #cacaca; } #header { @@ -39,3 +50,40 @@ input[type=submit]:hover { background-color: #0a73b8; } +img { +border:none; +} + +a { + color: #00539f; +} + +.ui-widget-content { +color:#715f62; +} + +.ui-widget-content a { + color: #00539f; +} + +#footer{ +color:#715f62; +} + +div.errors { + margin: 0; + padding: 0; + color: #e80404; + list-style: none; +} + +ul.messages li.error { + color: #00b0ea; +} + +ul.errorlist { + margin: 0; + padding: 0; + color: #00b0ea; + list-style: none; +}