Template:Nevada Team CSS
From 2011.igem.org
m |
m |
||
(13 intermediate revisions not shown) | |||
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; | ||
+ | } | ||
#top-team-content{ | #top-team-content{ | ||
position: relative; | position: relative; | ||
- | float: | + | float: left; |
- | left: | + | left: -5px; |
- | + | top: 5px; | |
- | width: | + | width: 905px; |
+ | height: 100%; | ||
display: block; | display: block; | ||
- | border | + | border: rgba(0,0,0,0.6) solid 10px; |
- | + | background-color: rgba(194,194,194,0.7); | |
- | + | ||
- | + | ||
- | background | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
padding: 10px; | padding: 10px; | ||
} | } | ||
Line 24: | Line 36: | ||
position: relative; | position: relative; | ||
display: block; | display: block; | ||
- | float: | + | float: left; |
- | left: | + | left: -5px; |
- | + | top: 15px; | |
- | + | width: 905px; | |
- | + | height: 100%; | |
- | border | + | border: rgba(0,0,0,0.6) solid 10px; |
- | + | background-color: rgba(194,194,194,0.7); | |
- | + | ||
- | background | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
padding: 10px; | padding: 10px; | ||
- | overflow: auto; | + | /*overflow: auto; */ |
} | } | ||
Line 49: | Line 55: | ||
} | } | ||
- | . | + | .galleryGroup{ |
position: relative; | position: relative; | ||
- | top: | + | display: block; |
- | left: | + | float: left: |
- | + | width: 100%; | |
- | + | height: 100%; | |
+ | top: 0px; | ||
+ | left: 100px; | ||
+ | } | ||
+ | |||
+ | .galleryName{ | ||
+ | position: relative; | ||
+ | display: block; | ||
+ | float: left: | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | top: 0px; | ||
+ | left: 0px; | ||
+ | z-index: 30; | ||
} | } | ||
Line 70: | Line 89: | ||
margin: 0px; | margin: 0px; | ||
padding: 0px; | padding: 0px; | ||
- | height: | + | height: 275px; |
+ | margin-bottom: 5px; | ||
+ | margin-top: 5px; | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
Line 104: | Line 125: | ||
line-height: 22px; | line-height: 22px; | ||
text-align: left; | text-align: left; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | #project-info{ | ||
+ | margin: 0px; | ||
+ | background: transparent; | ||
+ | } | ||
+ | |||
+ | .projectpic{ | ||
+ | float: left; | ||
+ | clear: both; | ||
+ | margin-right: 5px; | ||
+ | } | ||
+ | |||
+ | .projectdesc{ | ||
+ | font-size: 16px; | ||
+ | font-family:"Times New Roman", Tahoma; | ||
+ | line-height: 18px; | ||
+ | text-align: justify; | ||
font-weight: bold; | font-weight: bold; | ||
} | } |
Latest revision as of 23:18, 26 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; } #top-team-content{ position: relative; float: left; left: -5px; top: 5px; width: 905px; height: 100%; display: block; border: rgba(0,0,0,0.6) solid 10px; background-color: rgba(194,194,194,0.7); padding: 10px; } #bottom-profile-content{ position: relative; display: block; float: left; left: -5px; top: 15px; width: 905px; height: 100%; border: rgba(0,0,0,0.6) solid 10px; background-color: rgba(194,194,194,0.7); padding: 10px; /*overflow: auto; */ } .teamgroup{ position: relative; top: 0px; left: 15px; margin: 0px; padding: 0px; } .galleryGroup{ position: relative; display: block; float: left: width: 100%; height: 100%; top: 0px; left: 100px; } .galleryName{ position: relative; display: block; float: left: width: 100%; height: 100%; top: 0px; left: 0px; z-index: 30; } .galleryBottom{ position: relative; float: right; margin: 0px; padding: 0px; top: 270px; left: -230px; } #bio-box{ border: none; margin: 0px; padding: 0px; height: 275px; margin-bottom: 5px; margin-top: 5px; background-color: transparent; } .bio-image{ border: #000 solid 2px; float: left; clear: both; margin-right: 15px; } /* Text Classes For each block */ .membertitle{ font-size: 30px; font-family:Tahoma; line-height: 22px; text-align: left; font-weight: bold; } .memberdesc{ font-size: 20px; 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; } #project-info{ margin: 0px; background: transparent; } .projectpic{ float: left; clear: both; margin-right: 5px; } .projectdesc{ font-size: 16px; font-family:"Times New Roman", Tahoma; line-height: 18px; text-align: justify; font-weight: bold; } /* End of Text Style */