site-content/style.css
changeset 18 07408d1ced76
parent 10 aa30740e6e31
child 20 272dced1685b
equal deleted inserted replaced
17:08a47999f316 18:07408d1ced76
    17 	font-size: 13px;
    17 	font-size: 13px;
    18 	color: #666666;
    18 	color: #666666;
    19 }
    19 }
    20 
    20 
    21 form {
    21 form {
    22 }
    22   margin:10px 15px; padding: 0;
    23 
    23   border: 1px solid #f2f2f2; 
    24 form br {
    24   background-color: #FAFAFA;
       
    25   padding-bottom: 20px; 
       
    26 }
       
    27 
       
    28 label {
       
    29   float: left;
       
    30   width: 40%;
       
    31   font-weight:bold;
       
    32   margin:5px 0; 
       
    33   text-align: right; 
       
    34 }
       
    35 
       
    36 label.accept {
    25 }
    37 }
    26 
    38 
    27 input, textarea {
    39 input, textarea {
    28 	padding: 5px;
    40   padding: 3px;
    29 	font: bold 1em Georgia, "Times New Roman", Times, serif;
    41   margin-left: 1%;
    30 	color: #333333;
    42   width: 30%;
    31 	background: #F9F3DF;
    43   position: relative;
    32 	border-top: 1px solid #CB960F;
    44   left: -13%;
    33 	border-right: 1px solid #CCCC99;
    45   border:1px solid #eee;
    34 	border-bottom: 1px solid #CCCC99;
    46   font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
    35 	border-left: 1px solid #CB960F;
    47   color:#777;
       
    48 }
       
    49 
       
    50 textarea {
       
    51 	background-color: white;
       
    52 }
       
    53 
       
    54 input.accept {
       
    55 	position: relative;
       
    56 	top: 6px;
       
    57 	left: -28%;
       
    58 }
       
    59 
       
    60 select {
       
    61   width: 30%;
       
    62   position: relative;
       
    63   left: -13%;
    36 }
    64 }
    37 
    65 
    38 h1, h2, h3 {
    66 h1, h2, h3 {
    39 	padding-bottom: 10px;
    67 	padding-bottom: 10px;
    40 	margin-bottom: 15px;
    68 	margin-bottom: 15px;
    58 	margin-top: 1.5em;
    86 	margin-top: 1.5em;
    59 }
    87 }
    60 
    88 
    61 ul, ol {
    89 ul, ol {
    62 	margin-left: 3em;
    90 	margin-left: 3em;
       
    91 }
       
    92 
       
    93 ul.errorlist {
       
    94   width: auto;
       
    95   color: #ff0000;
       
    96   margin:5px 0;
       
    97   margin-right: 1em;  
       
    98   text-align: center;
    63 }
    99 }
    64 
   100 
    65 blockquote {
   101 blockquote {
    66 	margin-left: 3em;
   102 	margin-left: 3em;
    67 	margin-right: 3em;
   103 	margin-right: 3em;
   179 	font-size: 10px;
   215 	font-size: 10px;
   180 	font-weight: normal;
   216 	font-weight: normal;
   181 	color: #FFFFFF;
   217 	color: #FFFFFF;
   182 }
   218 }
   183 
   219 
       
   220 #submit {
       
   221 	width: auto;
       
   222 	position: relative;
       
   223 	left: -7%;
       
   224 }
   184 /* Footer */
   225 /* Footer */
   185 
   226 
   186 #footer {
   227 #footer {
   187 	clear: both;
   228 	clear: both;
   188 	width: 960px;
   229 	width: 960px;