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.
ifef-registration/theme/centreressources/authentic.css

162 lines
2.4 KiB
CSS

#top h1 {
background: transparent url(logo-fepem.jpg) no-repeat;
height:193px;
width:460px;
text-indent:1000em;
overflow: hidden;
}
div#page {
width: 460px;
margin: 40px auto 0px auto;
font: 80%/1.4 arial, sans-serif;
}
div#content {
background: #f5f4f4;
padding: 20px 30px;
margin-top: 10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
input {
padding: 3px 5px;
border: 1px solid #cccccc;
color:#666666;
width:200px;
}
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: 12px;
color:#000;
}
span.required {
color: #d61589;
margin-left: 5px;
}
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(breadcrumb.jpg) repeat-x;
list-style:none;
height:55px;
overflow:hidden;
margin:0;
padding:0px;
}
#breadcrumb p {
margin: 0px 0px 0px 10px;
line-height: 29px;
}
#breadcrumb p a {
color: black;
text-decoration: none;
}
#footer {
text-align: center;
color: #666;
font-size: 80%;
}
#content h1 {
margin-top: 0;
color: #d61589;
font-size: 20px;
}
div.buttons div.SubmitWidget,
div.buttons div.SubmitWidget div.content {
display: inline;
}
div.buttons br {
display: none;
}
.error-notice {
font-size:11px;
font-weight:bold;
}
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;
}
#forgot-password,
#forgot-identifier,
#register {
margin: 3px 0px;
}
#forgot-password,
#forgot-identifier,
#register {
font-size: 11px;
color: #0379aa
}
.cr_hidden { display: none; }
div#conditions {
background: white;
border: 1px solid #DDD;
height: 30em;
overflow-y: scroll;
padding: 1em;
font-size: 80%;
}