Template:Nevada Home CSS
From 2011.igem.org
m (Created page with "<html> <style type="text/css" /> #left-minor-content{ position: relative; float: left; left: 150px; height: 800px; width: 325px; display: block; border: #FF...") |
m |
||
Line 5: | Line 5: | ||
position: relative; | position: relative; | ||
float: left; | float: left; | ||
- | left: | + | left: 0px; |
height: 800px; | height: 800px; | ||
width: 325px; | width: 325px; | ||
Line 23: | Line 23: | ||
display: block; | display: block; | ||
float: left; | float: left; | ||
- | left: | + | left: 0px; |
width: 635px; | width: 635px; | ||
height: 800px; | height: 800px; |
Revision as of 09:28, 4 August 2011
#left-minor-content{ position: relative; float: left; left: 0px; height: 800px; width: 325px; display: block; border: #FFF solid 2px; 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; left: 0px; width: 635px; height: 800px; border: #FFF solid 2px; 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: 17px; 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 */