This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
amue-authentic2/extra-static/amue/style.css

90 lines
1.2 KiB
CSS

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 {
background: white;
width: 100%;
background: white url(bg_header.png) repeat-x bottom left;
padding-left: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
height: 108px;
}
#header h1 {
margin: 0;
padding-top: 0;
padding-left: 20px;
}
div#tabs {
display: none;
}
ul.ui-tabs-nav {
display: none;
}
input[type=submit] {
padding: 5px 10px;
background-color: #4f8cc8;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
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;
}