Template:Nevada Home CSS
From 2011.igem.org
#left-minor-content{ position: relative; float: left; top: 159px; left: -5px; height: 800px; width: 330px; display: block; background-color: rgba(0,0,0,0.6); /* Color Background */ background: -webkit-gradient(linear, 0 75%,0 100%, from(rgba(152,152,152,.5)), to(#25324e)); background: -moz-linear-gradient(bottom, #969696 97%, rgba(0,0,26,1), #25324e); padding: 10px; } #right-major-content{ position: relative; display: block; float: left; top: 159px; left: -5px; width: 585px; height: 800px; border-right: rgba(0,0,0,1) ridge 4px; background-color: rgba(100,100,100,1); /* Color Background */ background: -webkit-gradient(linear, 0 50%,0 100%, from(#969696), to(#25324e)); background: -webkit-linear-gradient(bottom, rgba(150,150,150,1) 97%, rgba(0,0,26,1), #25324e); background: -moz-linear-gradient(bottom, #969696 97%, rgba(0,0,26,1), #25324e); background: -ms-linear-gradient(bottom, rgba(150,150,150,1) 97%, rgba(0,0,26,1), #25324e); background: -o-linear-gradient(bottom, rgba(150,150,150,1) 97%, rgba(0,0,26,1), #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 */