Template:Nevada Home CSS
From 2011.igem.org
#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 */