Template:Nevada Home CSS
From 2011.igem.org
m |
m |
||
Line 11: | Line 11: | ||
display: block; | display: block; | ||
border: rgba(0,0,0,0.6) solid 10px; | border: rgba(0,0,0,0.6) solid 10px; | ||
- | background-color: rgba(194,194,194, | + | background-color: rgba(194,194,194,0.9); |
padding: 10px; | padding: 10px; | ||
} | } | ||
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(194,194,194, | + | background-color: rgba(194,194,194,0.7); |
padding: 10px; | padding: 10px; | ||
} | } |
Revision as of 01:17, 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.9); 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(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 */