Template:Nevada Home CSS
From 2011.igem.org
m |
m |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css" /> | <style type="text/css" /> | ||
+ | |||
+ | #Nevada-MainContent{ | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | top: 159px; | ||
+ | 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{ | #left-minor-content{ |
Revision as of 23:35, 12 September 2011
#Nevada-MainContent{ position: relative; float: left; top: 159px; 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: 15px; left: -5px; height: 100%; 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: 15px; left: 0px; width: 635px; height: 100%; 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 */