Template:Nevada Home CSS
From 2011.igem.org
m |
m |
||
Line 12: | Line 12: | ||
border: #FFF groove 4px; | border: #FFF groove 4px; | ||
background-color: rgba(100,100,100,1); | background-color: rgba(100,100,100,1); | ||
- | background: -webkit-gradient(linear, | + | /* Color Background */ |
- | background: -webkit-linear-gradient(top, | + | background: -webkit-gradient(linear, 0 50%,0 100%, from(#969696), to(#25324e)); |
- | background: -moz-linear-gradient(top, # | + | background: -webkit-linear-gradient(top, rgba(150,150,150,1) 65%, rgba(0,0,26,1), #25324e); |
- | background: -ms-linear-gradient(top, | + | background: -moz-linear-gradient(top, #969696,rgba(0,0,26,1), #25324e 55%); |
- | background: -o-linear-gradient(top, | + | background: -ms-linear-gradient(top, rgba(150,150,150,1) 65%, rgba(0,0,26,1), #25324e); |
+ | background: -o-linear-gradient(top, rgba(150,150,150,1), rgba(0,0,26,1), #25324e) 65%; | ||
padding: 10px; | padding: 10px; | ||
} | } |
Revision as of 02:14, 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); /* Color Background */ background: -webkit-gradient(linear, 0 50%,0 100%, from(#969696), to(#25324e)); background: -webkit-linear-gradient(top, rgba(150,150,150,1) 65%, rgba(0,0,26,1), #25324e); background: -moz-linear-gradient(top, #969696,rgba(0,0,26,1), #25324e 55%); background: -ms-linear-gradient(top, rgba(150,150,150,1) 65%, rgba(0,0,26,1), #25324e); background: -o-linear-gradient(top, rgba(150,150,150,1), rgba(0,0,26,1), #25324e) 65%; padding: 10px; } #right-major-content{ position: relative; display: block; float: left; top: 158px; left: -7px; width: 582px; 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 */