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 |
||
(14 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css" /> | <style type="text/css" /> | ||
+ | |||
+ | #Nevada-MainContent{ | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | top: 159px; | ||
+ | left: -5px; | ||
+ | height: 100%; | ||
+ | width: 943px; | ||
+ | display: block; | ||
+ | border-left: rgba(0,0,0,1) groove 4px; | ||
+ | border-right: rgba(0,0,0,1) ridge 4px; | ||
+ | /*background-color: rgba(100,100,100,1);*/ | ||
+ | /* Color Background */ | ||
+ | background-color: transparent !important; | ||
+ | /*background: -moz-linear-gradient(bottom, #858585 97%, rgba(0,0,26,1), #25324e); */ | ||
+ | padding: 10px; | ||
+ | padding-right: 2px !important; | ||
+ | } | ||
+ | |||
+ | #top-team-content{ | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | left: -5px; | ||
+ | top: 5px; | ||
+ | width: 905px; | ||
+ | height: 100%; | ||
+ | display: block; | ||
+ | border: rgba(0,0,0,0.6) solid 10px; | ||
+ | background-color: rgba(255,255,255,0.9); | ||
+ | padding: 10px; | ||
+ | } | ||
#box-content{ | #box-content{ | ||
position: relative; | position: relative; | ||
float: left; | float: left; | ||
- | top: | + | top: 159px; |
left: 0px; | left: 0px; | ||
- | + | width: 935px; | |
- | width: | + | |
display: block; | display: block; | ||
border: #FFF solid 4px; | border: #FFF solid 4px; | ||
Line 17: | Line 47: | ||
background: -ms-linear-gradient(left, #506cab, #25324e); | background: -ms-linear-gradient(left, #506cab, #25324e); | ||
background: -o-linear-gradient(left, #506cab, #25324e); | background: -o-linear-gradient(left, #506cab, #25324e); | ||
+ | padding: 10px; | ||
} | } | ||
Line 28: | Line 59: | ||
.refsubtitle{ | .refsubtitle{ | ||
- | font-size: | + | font-size: 22px; |
font-family:Tahoma; | font-family:Tahoma; | ||
line-height: 22px; | line-height: 22px; | ||
Line 35: | Line 66: | ||
} | } | ||
- | . | + | .referencedesc{ |
- | font-size: | + | font-size: 18px; |
font-family:"Times New Roman", Tahoma; | font-family:"Times New Roman", Tahoma; | ||
line-height: 20px; | line-height: 20px; | ||
text-align: justify; | text-align: justify; | ||
- | |||
} | } | ||
.safetytitle{ | .safetytitle{ | ||
- | font-size: | + | font-size: 30px; |
font-family: serif; | font-family: serif; | ||
- | line-height: | + | line-height: 32px; |
text-align: left; | text-align: left; | ||
font-weight: bold; | font-weight: bold; |
Latest revision as of 08:53, 28 September 2011
#Nevada-MainContent{ position: relative; float: left; top: 159px; left: -5px; height: 100%; width: 943px; display: block; border-left: rgba(0,0,0,1) groove 4px; border-right: rgba(0,0,0,1) ridge 4px; /*background-color: rgba(100,100,100,1);*/ /* Color Background */ background-color: transparent !important; /*background: -moz-linear-gradient(bottom, #858585 97%, rgba(0,0,26,1), #25324e); */ padding: 10px; padding-right: 2px !important; } #top-team-content{ position: relative; float: left; left: -5px; top: 5px; width: 905px; height: 100%; display: block; border: rgba(0,0,0,0.6) solid 10px; background-color: rgba(255,255,255,0.9); padding: 10px; } #box-content{ position: relative; float: left; top: 159px; left: 0px; width: 935px; 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); padding: 10px; } .referencetitle{ font-size: 40px; font-family:"Times New Roman", serif; line-height: 22px; text-align: left; font-weight: bold; } .refsubtitle{ font-size: 22px; font-family:Tahoma; line-height: 22px; text-align: left; font-weight: bold; } .referencedesc{ font-size: 18px; font-family:"Times New Roman", Tahoma; line-height: 20px; text-align: justify; } .safetytitle{ font-size: 30px; font-family: serif; line-height: 32px; 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; }