Team:USTC-Software/team
From 2011.igem.org
(Difference between revisions)
(footer) |
|||
Line 16: | Line 16: | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | mbody { | |
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
Line 22: | Line 22: | ||
font-family: Georgia, "Times New Roman", Times, serif; | font-family: Georgia, "Times New Roman", Times, serif; | ||
font-size: 12px; | font-size: 12px; | ||
- | |||
- | |||
} | } | ||
Line 48: | Line 46: | ||
.float_r { float: right; } | .float_r { float: right; } | ||
- | # | + | #mheader_wrapper { |
width: 100%; | width: 100%; | ||
height: 265px; | height: 265px; | ||
Line 54: | Line 52: | ||
} | } | ||
- | # | + | #mheader { |
position: relative; | position: relative; | ||
width: 980px; | width: 980px; | ||
height: 265px; | height: 265px; | ||
- | padding: | + | padding: 0px; |
margin: 0 auto; | margin: 0 auto; | ||
background: url(https://static.igem.org/mediawiki/2011/0/04/USTC_Software_header.jpg) no-repeat top center; | background: url(https://static.igem.org/mediawiki/2011/0/04/USTC_Software_header.jpg) no-repeat top center; | ||
Line 65: | Line 63: | ||
/* site title */ | /* site title */ | ||
- | # | + | #mheader #site_title { |
float: left; | float: left; | ||
width: 220px; | width: 220px; | ||
Line 144: | Line 142: | ||
/* back to igem.org*/ | /* back to igem.org*/ | ||
- | # | + | #mheader #to_org_box { |
position:fixed; | position:fixed; | ||
width: 73px; | width: 73px; | ||
Line 161: | Line 159: | ||
/* end of back to igem.org*/ | /* end of back to igem.org*/ | ||
- | /* | + | /* mcontent */ |
- | # | + | #mcontent_wrapper { |
width: 920px; | width: 920px; | ||
margin: 0 auto; | margin: 0 auto; | ||
Line 170: | Line 168: | ||
} | } | ||
- | # | + | #mcontent_wrapper_bottom { |
width: 1000px; | width: 1000px; | ||
height: 15px; | height: 15px; | ||
Line 177: | Line 175: | ||
} | } | ||
- | # | + | #mcontent { |
width:auto; | width:auto; | ||
} | } | ||
- | # | + | #mcontent p { |
text-align: justify; | text-align: justify; | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
} | } | ||
- | . | + | .mcontent_section { |
clear: both; | clear: both; | ||
width: 100%; | width: 100%; | ||
} | } | ||
- | # | + | #mcontent h2 { |
color: #3a5909; | color: #3a5909; | ||
font-size: 24px; | font-size: 24px; | ||
Line 200: | Line 198: | ||
- | # | + | #mcontent .em_text { |
color: #537c11; | color: #537c11; | ||
} | } | ||
- | /* end of | + | /* end of mcontent */ |
/* mfooter */ | /* mfooter */ | ||
Line 265: | Line 263: | ||
- | < | + | <mbody> |
- | <div id=" | + | <div id="mheader_wrapper"> |
- | <div id=" | + | <div id="mheader"> |
<div id="site_title"> | <div id="site_title"> | ||
Line 289: | Line 287: | ||
<div class="cleaner"></div> | <div class="cleaner"></div> | ||
- | </div> <!-- end of | + | </div> <!-- end of mheader --> |
</div> | </div> | ||
<!-- end of header_wrapper --> | <!-- end of header_wrapper --> | ||
- | <div id=" | + | <div id="mcontent_wrapper"> |
- | <div id=" | + | <div id="mcontent"> |
- | <div class=" | + | <div class="mcontent_section"> |
<h2>Sorry,this is an unfinished feature...</h2> | <h2>Sorry,this is an unfinished feature...</h2> | ||
Line 309: | Line 307: | ||
- | </div> <!-- end of | + | </div> <!-- end of mcontent --> |
<div class="cleaner"> </div> | <div class="cleaner"> </div> | ||
Line 315: | Line 313: | ||
</div> | </div> | ||
- | <div id=" | + | <div id="mcontent_wrapper_bottom"> </div> |
- | <!-- end of | + | <!-- end of mcontent_wrapper --> |
Line 340: | Line 338: | ||
</div> <!-- end of footer --> | </div> <!-- end of footer --> | ||
- | </ | + | </mbody> |
</html> | </html> |
Revision as of 03:50, 17 July 2011