Template:Nevada Team CSS
From 2011.igem.org
(Created page with "<html> <style type="text/css" /> #top-team-content{ position: relative; float: center; left: 150px; height: 400px; width: 980px; display: block; border: #FF...") |
m |
||
Line 5: | Line 5: | ||
position: relative; | position: relative; | ||
float: center; | float: center; | ||
- | left: | + | left: 0px; |
height: 400px; | height: 400px; | ||
width: 980px; | width: 980px; | ||
Line 13: | Line 13: | ||
border-right: #FFF solid 4px; | border-right: #FFF solid 4px; | ||
background-color: rgba(100,100,100,1); | background-color: rgba(100,100,100,1); | ||
- | background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), | + | background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#25324e)); |
- | + | ||
- | to(#25324e)); | + | |
background: -webkit-linear-gradient(top, #506cab, #25324e); | background: -webkit-linear-gradient(top, #506cab, #25324e); | ||
background: -moz-linear-gradient(top, #506cab, #25324e); | background: -moz-linear-gradient(top, #506cab, #25324e); | ||
Line 27: | Line 25: | ||
display: block; | display: block; | ||
float: center; | float: center; | ||
- | left: | + | left: 0px; |
width: 980px; | width: 980px; | ||
height: 400px; | height: 400px; | ||
Line 34: | Line 32: | ||
border-right: #FFF solid 4px; | border-right: #FFF solid 4px; | ||
background-color: rgba(100,100,100,1); | background-color: rgba(100,100,100,1); | ||
- | background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), | + | background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#25324e)); |
- | + | ||
- | to(#25324e)); | + | |
background: -webkit-linear-gradient(top, #506cab, #25324e); | background: -webkit-linear-gradient(top, #506cab, #25324e); | ||
background: -moz-linear-gradient(top, #506cab, #25324e); | background: -moz-linear-gradient(top, #506cab, #25324e); |
Revision as of 09:19, 4 August 2011
#top-team-content{ position: relative; float: center; left: 0px; height: 400px; width: 980px; display: block; border: #FFF solid 2px; border-left: #FFF solid 4px; border-right: #FFF solid 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; } #bottom-profile-content{ position: relative; display: block; float: center; left: 0px; width: 980px; height: 400px; border: #FFF solid 2px; border-left: #FFF solid 4px; border-right: #FFF solid 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; overflow: auto; } .teamgroup{ position: relative; top: 0px; left: 15px; margin: 0px; padding: 0px; } .galleryTop{ position: relative; top: -140px; left: 95px; margin: 0px; padding: 0px; } .galleryBottom{ position: relative; float: right; margin: 0px; padding: 0px; top: 270px; left: -230px; } #bio-box{ border: none; margin: 0px; padding: 0px; height: 250px; 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; } /* End of Text Style */