westdc-zf1/htdocs/css/register.css

65 lines
1.5 KiB
CSS
Raw Normal View History

2009-03-06 03:20:46 +00:00
#info{
width:80%; margin-left:10%; margin-right:10%;
}
.loginform,.registerform{list-style-type: none;float:left;}
.element-group{width:400px;padding-left:100px;}
.submit-group{text-align:center;}
2009-12-25 10:53:51 +00:00
ul{list-style-type: none;}
2009-03-06 03:20:46 +00:00
dd {float:left;padding-top:5px;margin-left:5px;}
2009-12-25 10:53:51 +00:00
dt {clear:left;float:left;width:150px;padding-top:5px;}
2009-03-06 03:20:46 +00:00
img { border:0; vertical-align:middle; }
2009-12-25 10:53:51 +00:00
input{width:200px;}
#submitbutton{width:100px;}
2009-03-06 03:20:46 +00:00
/* < forms styles */
/*
form { display:inline; }
fieldset { border:0; }
legend { display:none; }
textarea { overflow:hidden; }
input,select,textarea,button {
font:1em Tahoma;
color:#444444;
width:100%;
border-width: 1px;
border-style: solid;
border-color: #444;
}
input{}
input.submit {
cursor: pointer;
height:30px;
margin-top: 10px;
float: bottom;
margin-left: 0px;
background-color: #cce5ea;
font: 1.1em Tahoma;
text-transform: uppercase;
color: #444;
align: right;
}
*/
label {
float:left;
vertical-align: bottom;
text-align:right;
width:100px;
}
label.required { background:url(/images/req-asterisk.gif) right no-repeat; padding-right:26px; }
.errors { color: #ff3333; font-weight: bold; }
/* forms styles > */
#tool{clear:both;width:80%; margin-left:20%; margin-right:10%;padding-top:10px;}
#tool a {
color: Blue;
text-decoration:none;
background: url(../images/linkOpaque.gif) no-repeat;
padding-left:15px;
}
#message{
width:400px; margin-left:20%; margin-right:10%;padding:10px;
background:#F6F6B9;
border:1px dotted #E9C821;
2009-03-06 03:20:46 +00:00
}