Template:Nevada Home CSS
From 2011.igem.org
m |
m |
||
Line 12: | Line 12: | ||
border: rgba(0,0,0,0.6) solid 10px; | border: rgba(0,0,0,0.6) solid 10px; | ||
background-color: rgba(150,150,150,0.6); | background-color: rgba(150,150,150,0.6); | ||
- | padding: | + | padding: 10px; |
} | } | ||
Line 19: | Line 19: | ||
display: block; | display: block; | ||
float: left; | float: left; | ||
- | top: | + | top: 15px; |
left: -5px; | left: -5px; | ||
width: 585px; | width: 585px; | ||
- | height: | + | height: 100%; |
- | + | border: rgba(0,0,0,0.6) solid 10px; | |
- | + | background-color: rgba(150,150,150,0.6); | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | background | + | |
- | + | ||
padding: 10px; | padding: 10px; | ||
} | } |
Revision as of 00:52, 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: 585px; 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 */