Template:Nevada Home CSS
From 2011.igem.org
m |
m |
||
Line 21: | Line 21: | ||
top: 15px; | top: 15px; | ||
left: -5px; | left: -5px; | ||
- | width: | + | width: 565px; |
height: 100%; | height: 100%; | ||
border: rgba(0,0,0,0.6) solid 10px; | border: rgba(0,0,0,0.6) solid 10px; |
Revision as of 00:53, 5 September 2011
#left-minor-content{ position: relative; float: left; top: 15px; left: -5px; height: 100%; width: 275px; display: block; border: rgba(0,0,0,0.6) solid 10px; background-color: rgba(150,150,150,0.6); padding: 10px; } #right-major-content{ position: relative; display: block; float: left; top: 15px; left: -5px; width: 565px; height: 100%; border: rgba(0,0,0,0.6) solid 10px; background-color: rgba(150,150,150,0.6); padding: 10px; } /* Text Classes For each block */ .abstracttitle{ font-size: 20px; font-family:Tahoma; line-height: 22px; text-align: left; font-weight: bold; } .abstractdesc{ font-size: 16px; font-family:"Times New Roman", Tahoma; line-height: 20px; text-align: justify; font-weight: bold; } .newstitle{ font-size: 40px; font-family:"Times New Roman", serif; line-height: 22px; text-align: left; font-weight: bold; } /* End of Text Style */