Template:Nevada Home CSS
From 2011.igem.org
m |
m |
||
Line 20: | Line 20: | ||
float: left; | float: left; | ||
top: 15px; | top: 15px; | ||
- | left: | + | left: 0px; |
width: 635px; | width: 635px; | ||
height: 100%; | height: 100%; |
Revision as of 01:27, 5 September 2011
#left-minor-content{ position: relative; float: left; top: 15px; left: -5px; height: 100%; width: 225px; display: block; border: rgba(0,0,0,0.6) solid 10px; background-color: rgba(194,194,194,0.7); padding: 10px; } #right-major-content{ position: relative; display: block; float: left; top: 15px; left: 0px; width: 635px; height: 100%; border: rgba(0,0,0,0.6) solid 10px; background-color: rgba(194,194,194,0.7); 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 */