Template:Nevada Box CSS
From 2011.igem.org
(Created page with "<html> <style type="text/css" /> #box-content{ position: relative; float: left; top: -33px; left: 0px; height: 150px; width: 955px; display: block; borde...") |
m |
||
Line 7: | Line 7: | ||
top: -33px; | top: -33px; | ||
left: 0px; | left: 0px; | ||
- | |||
width: 955px; | width: 955px; | ||
display: block; | display: block; |
Revision as of 10:43, 4 August 2011
#box-content{ position: relative; float: left; top: -33px; left: 0px; width: 955px; display: block; border: #FFF solid 4px; background-color: rgba(100,100,100,1); background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#25324e)); background: -webkit-linear-gradient(left, #506cab, #25324e); background: -moz-linear-gradient(left, #506cab, #25324e); background: -ms-linear-gradient(left, #506cab, #25324e); background: -o-linear-gradient(left, #506cab, #25324e); } .referencetitle{ font-size: 40px; font-family:"Times New Roman", serif; line-height: 22px; text-align: left; font-weight: bold; } .refsubtitle{ font-size: 20px; font-family:Tahoma; line-height: 22px; text-align: left; font-weight: bold; } .safetydesc{ font-size: 16px; font-family:"Times New Roman", Tahoma; line-height: 20px; text-align: justify; font-weight: bold; } .safetytitle{ font-size: 40px; font-family: serif; line-height: 22px; text-align: left; font-weight: bold; } .safetysubtitle{ font-size: 20px; font-family:Tahoma, serif; line-height: 22px; text-align: left; font-weight: bold; } .safetydesc{ font-size: 16px; font-family:"Times New Roman", Tahoma, serif; line-height: 20px; text-align: justify; font-weight: bold; }