Team:ZJU-China/CSS/toolstyle.css

From 2014.igem.org

(Difference between revisions)
(Created page with "* { margin: 0; padding: 0; } body { font-family: Helvetica, Arial, Sans-Serif; background: #2c2c2c url(../images/bg.jpg) top center no-repeat; } #page-wrap { width: 96...")
 
(One intermediate revision not shown)
Line 27: Line 27:
margin: 0 0 15px 0;  
margin: 0 0 15px 0;  
}
}
-
h1 span {  
+
h1 span {  
-
color: #1f8cc5;  
+
color: #1f8cc5;  
}
}
Line 77: Line 77:
.name_wrap {  
.name_wrap {  
-
margin: 5px 0;  
+
margin: 5px 0;
-
}
+
float: left; 
-
.name_wrap label {  
+
}
-
font-size: 12px;  
+
.name_wrap label {  
-
display: block;  
+
font-size: 12px;  
-
width: 102px;  
+
display: block;  
-
float: left;  
+
width: 102px;  
-
}
+
float: left;  
 +
}
.push {
.push {

Latest revision as of 12:10, 16 October 2014

  • {

margin: 0; padding: 0; }

body { font-family: Helvetica, Arial, Sans-Serif; background: #2c2c2c url(../images/bg.jpg) top center no-repeat; }

  1. page-wrap {

width: 960px; margin: 40px auto; overflow: hidden; }

.hidden { position:absolute; left:-999em; top:-999em; width:1%; }

h1 { font-size: 48px; letter-spacing: -1px; color: white; margin: 0 0 15px 0; } h1 span { color: #1f8cc5; }

h3 { font-size: 18px; letter-spacing: -1px; margin: 0 0 5px 0; }

p, label { font-family: Georgia, serif; font-style: italic; font-size: 18px; margin: 4px 0; }


fieldset { width: 280px; padding: 15px; float: left; border: none; margin: 0 10px 0 0; } fieldset#step_1 { background: #b2e7ca; } fieldset#step_2 { background: #b2d9e7; } fieldset#step_3 { background: #e7c7b2; }

legend { font-weight: bold; font-size: 20px; background: white; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 5px 10px; letter-spacing: -1px; }

option { padding: 0 5px; }

.name_wrap { margin: 5px 0; float: left; } .name_wrap label { font-size: 12px; display: block; width: 102px; float: left; }

.push { margin: 20px 0 0 0; }

  1. special_accommodations_wrap,
  2. company_name_wrap {

margin: 8px 0 0 0; }

  1. company_name_wrap label,
  2. special_accommodations_wrap label {

font-size: 12px; }

  1. special_accommodations_wrap textarea {

width: 100%; height: 100px; }