update theme with Mathieu Pinto input

This commit is contained in:
Benjamin Dauvergne 2013-11-29 12:17:18 +01:00
parent c8026dcffc
commit 6cde0af416
3 changed files with 48 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -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;
}