Template:Nevada Notebook CSS
From 2011.igem.org
m |
m |
||
Line 25: | Line 25: | ||
top: 0px; | top: 0px; | ||
left: -5px; | left: -5px; | ||
- | height: | + | height: 1450px; |
width: 225px; | width: 225px; | ||
display: block; | display: block; | ||
Line 40: | Line 40: | ||
left: 0px; | left: 0px; | ||
width: 635px; | width: 635px; | ||
- | height: | + | height: 1450px; |
border: rgba(0,0,0,0.6) solid 10px; | border: rgba(0,0,0,0.6) solid 10px; | ||
background-color: rgba(194,194,194,0.7); | background-color: rgba(194,194,194,0.7); |
Latest revision as of 02:44, 29 September 2011
#Nevada-Notebook-MainContent{ position: relative; float: left; top: 129px; left: -5px; height: 100%; width: 943px; display: block; border-left: rgba(0,0,0,1) groove 4px; border-right: rgba(0,0,0,1) ridge 4px; /*background-color: rgba(100,100,100,1);*/ /* Color Background */ background-color: transparent !important; /*background: -moz-linear-gradient(bottom, #858585 97%, rgba(0,0,26,1), #25324e); */ padding: 10px; padding-right: 2px !important; } #left-minor-content{ position: relative; float: left; top: 0px; left: -5px; height: 1450px; width: 225px; display: block; border: rgba(0,0,0,0.6) solid 10px; background-color: rgba(194,194,194,0.7); padding: 10px; } #right-major-content{ position: relative; display: block; float: left; top: 0px; left: 0px; width: 635px; height: 1450px; border: rgba(0,0,0,0.6) solid 10px; background-color: rgba(194,194,194,0.7); 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 */