Add rule to ifef theme about the GCU box

This commit is contained in:
Benjamin Dauvergne 2010-12-17 16:46:41 +01:00
parent 2f95b12bfc
commit 10736e4e4b
1 changed files with 148 additions and 0 deletions

148
theme/ifef/authentic.css Normal file
View File

@ -0,0 +1,148 @@
#top h1 {
background: transparent url(logoportail.png) no-repeat;
height:86px;
width:439px;
text-indent:1000em;
overflow: hidden;
}
div#page {
width: 600px;
margin: 40px auto 0px auto;
font: 80%/1.4 "Lucida Grande", Verdana, sans-serif;
}
div#content {
background: #f6f6f6;
padding: 10px;
margin-top: 10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
input {
font: 120% Arial, Helvetica, sans-serif;
padding: 5px;
border: 1px solid #cccccc;
color:#666666;
}
textarea {
font: 120% Arial, Helvetica, sans-serif;
border: solid 1px #cccccc;
padding: 5px;
color:#666666;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
border: 1px solid #4690d6;
color:#333333;
}
div.widget div.title {
font-size: 1.2em;
color:gray;
}
span.required {
background: transparent url(/qo/css/required.png) 0px 0.5ex no-repeat;
padding: 0 0 0 24px;
margin-left: 1ex;
overflow: hidden;
color: white;
}
div.widget {
margin-bottom: 1em;
}
div.SubmitWidget input, input[type=submit] {
font: 12px/100% Arial, Helvetica, sans-serif;
color: #ffffff;
background:#4690d6 url(bg_button.gif) left top repeat-x;
border: 1px solid #4690d6;
width: auto;
height: 25px;
padding: 2px 8px 2px 8px;
margin:10px;
cursor: pointer;
}
div.SubmitWidget input:hover, input[type=submit]:hover {
background: #405F90;
border-color: #FFF;
}
input[type="submit"][name="submit"] {
font-weight: bold;
}
#breadcrumb {
background:transparent url(navbar.jpg) repeat-x;
list-style:none;
height:29px;
overflow:hidden;
-moz-border-radius: 6px;
-webkit-border-radius:6px;
border-radius: 6px;
margin:0;
-moz-box-shadow: 0 0 4px rgba(0,0,0,0.75);
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.75);
border:1px solid #D2D2CD;
padding:0px;
}
#breadcrumb p {
margin: 0 2em;
line-height: 29px;
}
#breadcrumb p a {
color: white;
text-decoration: none;
}
#footer {
text-align: center;
color: #666;
font-size: 80%;
}
#content h1 {
margin-top: 0;
color: #305080;
}
div.buttons div.SubmitWidget,
div.buttons div.SubmitWidget div.content {
display: inline;
}
div.buttons br {
display: none;
}
div.errornotice {
background: #fd6;
border: 1px solid #ffae15;
margin: 0em 1em 1em 1em;
padding: 5px;
-moz-border-radius: 6px;
-webkit-border-radius:6px;
border-radius: 6px;
-moz-box-shadow: 0 0 4px rgba(0,0,0,0.75);
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.75);
}
div.error {
color: orange;
font-weight: bold;
}
div#conditions {
background: white;
border: 1px solid #DDD;
height: 30em;
overflow-y: scroll;
padding: 1em;
}