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