Template:Nevada Home CSS
From 2011.igem.org
m |
m |
||
Line 24: | Line 24: | ||
display: block; | display: block; | ||
float: left; | float: left; | ||
- | top: | + | top: 158px; |
- | left: | + | left: -6px; |
- | width: | + | width: 570px; |
height: 800px; | height: 800px; | ||
- | border: #FFF | + | border: #FFF groove 4px; |
background-color: rgba(100,100,100,1); | background-color: rgba(100,100,100,1); | ||
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#25324e)); | background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#25324e)); |
Revision as of 02:02, 24 August 2011
#left-minor-content{ position: relative; float: left; top: 158px; left: -6px; height: 800px; width: 325px; display: block; border: #FFF groove 4px; background-color: rgba(100,100,100,1); background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#25324e)); background: -webkit-linear-gradient(top, #506cab, #25324e); background: -moz-linear-gradient(top, #506cab, #25324e); background: -ms-linear-gradient(top, #506cab, #25324e); background: -o-linear-gradient(top, #506cab, #25324e); padding: 10px; } #right-major-content{ position: relative; display: block; float: left; top: 158px; left: -6px; width: 570px; height: 800px; border: #FFF groove 4px; background-color: rgba(100,100,100,1); background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#25324e)); background: -webkit-linear-gradient(top, #506cab, #25324e); background: -moz-linear-gradient(top, #506cab, #25324e); background: -ms-linear-gradient(top, #506cab, #25324e); background: -o-linear-gradient(top, #506cab, #25324e); 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 */