|
|
Line 1: |
Line 1: |
- | <!--DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"--> | + | <html> |
- | <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
| + | |
- | | + | |
| <head> | | <head> |
- | <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
| + | <meta charset="utf-8"> |
- | <meta name="description" content=""/>
| + | <style type="text/css"> |
- | <meta name="keywords" content="" />
| + | <!-- |
- | <meta name="author" content="" />
| + | |
- | <style type="text/css">
| + | |
- | /*
| + | |
- | Reset
| + | |
- | ------------------------------------------------------------------- */ | + | |
- | | + | |
- | html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
| + | |
- | table {border-collapse: collapse; border-spacing: 0;}
| + | |
- | caption, th, td {text-align: left; font-weight: normal;}
| + | |
- | table, td, th {vertical-align: middle;}
| + | |
- | blockquote:before, blockquote:after, q:before, q:after {content: "";}
| + | |
- | blockquote, q {quotes: "" "";}
| + | |
- | a img {border: none;}
| + | |
- | :focus {outline: 0;}
| + | |
- | | + | |
- | | + | |
- | /*
| + | |
- | General
| + | |
- | ------------------------------------------------------------------- */
| + | |
- | | + | |
- | html {
| + | |
- | height: 100%;
| + | |
- | padding-bottom: 1px; /* force scrollbars */
| + | |
- | }
| + | |
- | | + | |
| body { | | body { |
- | background: #A9A9A9; | + | background-color: #3299CC; |
- | color: #444;
| + | margin: 0; |
- | font: normal 75% sans-serif;
| + | padding: 0; |
- | line-height: 1.5;
| + | color: #666; |
- | }
| + | font-family: Verdana, Arial, Helvetica, sans-serif; |
- | | + | font-size: 100%; |
- | | + | line-height: 1.4; |
- | /*
| + | background-attachment: scroll; |
- | Typography
| + | background-image: url(file:///E|/360data/%E9%87%8D%E8%A6%81%E6%95%B0%E6%8D%AE/%E6%A1%8C%E9%9D%A2/site/CD-SCU-BACKGROUND.jpg); |
- | ------------------------------------------------------------------- */
| + | background-repeat: repeat-y; |
- | | + | background-position: center; |
- | /* Headings */
| + | |
- | | + | |
- | h1,h2,h3,h4,h5,h6 {
| + | |
- | color: #444;
| + | |
- | font-weight: normal;
| + | |
- | line-height: 1;
| + | |
- | margin-bottom: 0.3em; | + | |
- | }
| + | |
- | h4,h5,h6 {font-weight: bold;}
| + | |
- | | + | |
- | h1 {font-size: 1.6em;}
| + | |
- | h2 {font-size: 2em;}
| + | |
- | h3 {font-size: 1.5em;}
| + | |
- | h4 {font-size: 1.25em;}
| + | |
- | h5 {font-size: 1.1em;}
| + | |
- | h6 {font-size: 1em;}
| + | |
- | | + | |
- | h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}
| + | |
- | | + | |
- | | + | |
- | /* Text elements */
| + | |
- | | + | |
- | p {margin-bottom: 1em;}
| + | |
- | | + | |
- | a:focus,a:hover {color: #002;}
| + | |
- | a {
| + | |
- | color: #246; | + | |
- | text-decoration: underline;
| + | |
- | }
| + | |
- | | + | |
- | abbr, acronym {border-bottom: 1px dotted #666;}
| + | |
- | address {margin-bottom: 1.5em;}
| + | |
- | blockquote {margin: 1.2em; line-height: 1.4em;}
| + | |
- | blockquote span {font-size: 1.4em; color: #000;}
| + | |
- | del {color:#666;}
| + | |
- | em, dfn, blockquote, address {font-style: italic;}
| + | |
- | strong, dfn {font-weight: bold;}
| + | |
- | sup, sub {line-height: 0;}
| + | |
- | cite {color: #666;}
| + | |
- | | + | |
- | pre {
| + | |
- | margin: 1.5em 0;
| + | |
- | white-space: pre;
| + | |
- | }
| + | |
- | pre,code,tt {
| + | |
- | font: 1em monospace;
| + | |
- | line-height: 1.5;
| + | |
- | }
| + | |
- | | + | |
- | | + | |
- | /* Lists */
| + | |
- | | + | |
- | li ul, li ol {margin-left: 1.5em;}
| + | |
- | ul, ol {margin: 0 1.5em 1.5em 1.5em;}
| + | |
- | | + | |
- | ul {list-style-type: disc;}
| + | |
- | ol {list-style-type: decimal;}
| + | |
- | | + | |
- | dl {margin: 0 0 1.5em 0;}
| + | |
- | dl dt {font-weight: bold;}
| + | |
- | dd {margin-left: 1.5em;}
| + | |
- | | + | |
- | | + | |
- | /* Tables */
| + | |
- | | + | |
- | table {margin-bottom: 1.4em; width: 100%;}
| + | |
- | th {font-weight: bold;}
| + | |
- | thead th {background: #C3D9FF;}
| + | |
- | th,td,caption {padding: 4px 10px 4px 5px;}
| + | |
- | tr.even td {background: #F2F6FA;}
| + | |
- | tfoot {font-style: italic;}
| + | |
- | caption {background: #EEE;}
| + | |
- | | + | |
- | table.data-table {
| + | |
- | border: 1px solid #EEE;
| + | |
- | margin-bottom: 2em;
| + | |
- | width: 100%;
| + | |
- | }
| + | |
- | table.data-table th {
| + | |
- | background: #EEE;
| + | |
- | border: 1px solid #DDD;
| + | |
- | color: #555; | + | |
- | text-align: left;
| + | |
- | }
| + | |
- | table.data-table tr {border-bottom: 1px solid #EEE;}
| + | |
- | table.data-table td, table th {padding: 8px 10px;}
| + | |
- | table.data-table td {
| + | |
- | background: #F6F6F6;
| + | |
- | border: 1px solid #E6E6E6;
| + | |
- | }
| + | |
- | table.data-table tr.even td {background: #FCFCFC;}
| + | |
- | | + | |
- | | + | |
- | /* Misc classes */
| + | |
- | | + | |
- | .small {font-size: 0.9em;}
| + | |
- | .smaller {font-size: 0.8em;}
| + | |
- | .smallest {font-size: 0.7em;}
| + | |
- | | + | |
- | .large {font-size: 1.1em;}
| + | |
- | .larger {font-size: 1.2em;}
| + | |
- | .largest {font-size: 1.3em;}
| + | |
- | | + | |
- | .hidden {display: none;}
| + | |
- | | + | |
- | .quiet {color: #666;}
| + | |
- | .loud {color: #000;}
| + | |
- | .highlight {background: #FF0;}
| + | |
- | | + | |
- | .text-left {text-align: left;}
| + | |
- | .text-right {text-align: right;}
| + | |
- | .text-center {text-align: center;}
| + | |
- | | + | |
- | .error, .notice, .success {
| + | |
- | border: 1px solid #DDD; | + | |
- | margin-bottom: 1em;
| + | |
- | padding: 0.6em 0.8em;
| + | |
- | }
| + | |
- | | + | |
- | .error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
| + | |
- | .error a {color: #8A1F11;}
| + | |
- | | + | |
- | .notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
| + | |
- | .notice a {color: #514721;}
| + | |
- | | + | |
- | .success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
| + | |
- | .success a {color: #264409;}
| + | |
- | | + | |
- | div.more {padding-top: 6px;}
| + | |
- | .more a, a.more {color: #666;}
| + | |
- | .more a:hover, a.more:hover {color: #002;}
| + | |
- | | + | |
- | | + | |
- | /*
| + | |
- | Forms
| + | |
- | ------------------------------------------------------------------- */
| + | |
- | | + | |
- | label {font-weight: bold; cursor: pointer;}
| + | |
- | fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #DDD; background: #F6F6F6;}
| + | |
- | legend {font-weight: bold; font-size: 1.2em;}
| + | |
- | textarea {overflow: auto;}
| + | |
- | input.text, textarea, select {
| + | |
- | background: #FCFCFC;
| + | |
- | border: 1px inset #AAA;
| + | |
- | margin: 0.5em 0;
| + | |
- | padding: 4px 5px;
| + | |
- | }
| + | |
- | input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}
| + | |
- | | + | |
- | input.button {
| + | |
- | background: #DDD;
| + | |
- | border: 1px outset #AAA;
| + | |
- | padding: 4px 5px;
| + | |
- | }
| + | |
- | input.button:active {border-style: inset;}
| + | |
- | | + | |
- | .form-error {border-color: #F00;}
| + | |
- | | + | |
- | | + | |
- | /*
| + | |
- | Alignment
| + | |
- | ------------------------------------------------------------------- */
| + | |
- | | + | |
- | /* General */
| + | |
- | | + | |
- | .center,.aligncenter {
| + | |
- | display: block;
| + | |
- | margin-left: auto;
| + | |
- | margin-right: auto;
| + | |
- | }
| + | |
- | | + | |
- | | + | |
- | /* Images */
| + | |
- | | + | |
- | img.bordered,img.alignleft,img.alignright,img.aligncenter {
| + | |
- | background-color: #FFF;
| + | |
- | border: 1px solid #DDD;
| + | |
- | padding: 3px;
| + | |
- | }
| + | |
- | img.alignleft, img.left {margin: 0 1.5em 1em 0;}
| + | |
- | img.alignright, img.right {margin: 0 0 1em 1.5em;}
| + | |
- | | + | |
- | | + | |
- | /* Floats */
| + | |
- | | + | |
- | .left,.alignleft {float: left;}
| + | |
- | .right,.alignright {float: right;}
| + | |
- | | + | |
- | .clear,.clearer {clear: both;}
| + | |
- | .clearer {
| + | |
- | display: block;
| + | |
- | font-size: 0; | + | |
- | line-height: 0; | + | |
- | }
| + | |
- | | + | |
- | | + | |
- | /* Columns */
| + | |
- | | + | |
- | .col2 {width: 47%;} | + | |
- | | + | |
- | | + | |
- | | + | |
- | /*
| + | |
- | Separators
| + | |
- | ------------------------------------------------------------------- */
| + | |
- | | + | |
- | .content-separator, .archive-separator {
| + | |
- | background: #EEE; | + | |
- | clear: both;
| + | |
- | color: #FFE;
| + | |
- | display: block;
| + | |
- | font-size: 0;
| + | |
- | height: 1px; | + | |
- | line-height: 0;
| + | |
- | margin: 12px 0 24px;
| + | |
- | }
| + | |
- | .archive-separator {margin: 0 0 14px;}
| + | |
- | | + | |
- | .separator-vertical {background: url('https://static.igem.org/mediawiki/2012/e/e3/Cd-scu_2012_separator-vertical.gif']) repeat-y center top;}
| + | |
- | | + | |
- | | + | |
- | /*
| + | |
- | Posts
| + | |
- | ------------------------------------------------------------------- */
| + | |
- | | + | |
- | .post {margin-bottom: 24px;}
| + | |
- | | + | |
- | .post a {text-decoration: none;}
| + | |
- | .post a:hover, .post-body a {text-decoration: underline;}
| + | |
- | | + | |
- | .post-title {border-bottom: 1px solid #E5E5E5;}
| + | |
- | | + | |
- | .post-date {
| + | |
- | color: #777;
| + | |
- | font-size: 0.9em;
| + | |
- | padding: 8px 0 0;
| + | |
- | }
| + | |
- | .post-date a {color: #444;}
| + | |
- | | + | |
- | .post-body {padding-top: 12px;}
| + | |
- | | + | |
- | .post-meta {
| + | |
- | background: #FCFCFC; | + | |
- | border: 1px solid #ECECEC;
| + | |
- | color: #777;
| + | |
- | font-size: 0.9em;
| + | |
- | padding: 6px 10px;
| + | |
- | }
| + | |
- | .post-meta a {color: #345; }
| + | |
- | .post-meta a:hover {color: #001;}
| + | |
- | | + | |
- | | + | |
- | ul.nice-list {
| + | |
- | border-top: 1px solid #F0F0F0;
| + | |
- | margin-left: 0;
| + | |
- | margin-right: 0;
| + | |
- | }
| + | |
- | ul.nice-list li {
| + | |
- | border-bottom: 1px solid #F0F0F0;
| + | |
- | list-style: none;
| + | |
- | padding: 6px 5px;
| + | |
- | }
| + | |
- | ul.nice-list li a {text-decoration: none;}
| + | |
- | ul.nice-list li a:hover {text-decoration: underline;}
| + | |
- | ul.nice-list span {color: #666;}
| + | |
- | | + | |
- | #sidebar ul.nice-list li,#sidebar ul.nice-list {border-color: #E0E0E0;}
| + | |
- | | + | |
- | | + | |
- | /* Archives */
| + | |
- | .archive-pagination {margin-bottom: 1.6em;}
| + | |
- | .archive-pagination a {text-decoration: none;}
| + | |
- | .archive-pagination a:hover {text-decoration: underline;}
| + | |
- | .archive-post {margin-bottom: 14px;}
| + | |
- | .archive-post-date {
| + | |
- | background: #F5F5F5; | + | |
- | border-bottom: 1px solid #C5C5C5;
| + | |
- | border-right: 1px solid #CFCFCF;
| + | |
- | float: left;
| + | |
- | margin-right: 12px;
| + | |
- | padding: 2px 0 5px;
| + | |
- | text-align: center;
| + | |
- | width: 46px;
| + | |
| } | | } |
- | .archive-post .post-date {
| + | ul, ol, dl { |
- | border: none;
| + | |
| padding: 0; | | padding: 0; |
| + | margin: 0; |
| } | | } |
- | .archive-post-day {font: normal 1.6em Georgia,serif;}
| + | h1, h2, h3, h4, h5, h6, p { |
- | .archive-post .post-date,.archive-post-title {padding-top: 3px;}
| + | margin-top: 0; |
- | | + | padding-right: 10px; |
- | | + | padding-left: 15px; |
- | /*
| + | |
- | Thumbnails
| + | |
- | ------------------------------------------------------------------- */
| + | |
- | | + | |
- | .thumbnails {margin: 0 0 1em -8px;}
| + | |
- | .thumbnails a.thumb {
| + | |
- | background: #DAD6D0; | + | |
- | display: block; | + | |
- | float: left;
| + | |
- | margin: 0 0 8px 8px;
| + | |
- | padding: 1px;
| + | |
| } | | } |
- | .thumbnails a.thumb:hover {background: #AAA;}
| + | a:link { |
- | .thumbnails .thumb img {display: block;}
| + | color: #42413C; |
- | | + | text-decoration: red; |
- | | + | |
- | /*
| + | |
- | Box
| + | |
- | ------------------------------------------------------------------- */
| + | |
- | | + | |
- | .box {
| + | |
- | background: url('https://static.igem.org/mediawiki/2012/c/cb/CD-SCU-CHINA_box.gif') no-repeat left top; | + | |
- | border-bottom: 1px solid #DFDFDA;
| + | |
- | border-top: 1px solid #FFF; | + | |
- | padding: 16px 20px 0;
| + | |
| } | | } |
- | .box a {color: #951;}
| + | a:visited { |
- | .box a:hover {color: #310;}
| + | color: #6E6C64; |
- | .box-title {
| + | text-decoration: underline; |
- | color: #665; | + | |
- | font: normal 1.6em sans-serif; | + | |
- | }
| + | |
- | .box-content {padding: 8px 0;}
| + | |
- | | + | |
- | | + | |
- | | + | |
- | /*
| + | |
- | Comments
| + | |
- | ------------------------------------------------------------------- */
| + | |
- | | + | |
- | div.comment-list {
| + | |
- | border-top: 1px solid #EEE;
| + | |
- | margin: 1em 0 2em;
| + | |
- | }
| + | |
- | | + | |
- | .comment {
| + | |
- | border-bottom: 1px solid #EEE;
| + | |
- | padding: 10px 8px 0;
| + | |
| } | | } |
- | .comment-date {font-size: 0.9em;}
| + | a:hover, a:active, a:focus { |
- | .comment-date a {
| + | |
- | color: #567;
| + | |
| text-decoration: none; | | text-decoration: none; |
| } | | } |
- | .comment-date a:hover {
| |
- | color: #001;
| |
- | text-decoration: underline;
| |
- | }
| |
- | .comment-body {padding-top: 4px;}
| |
| | | |
- | .comment-gravatar {width: 48px;} | + | .container { |
- | .comment-gravatar img {
| + | |
- | background: #FFF;
| + | |
- | border: 1px solid #DDD;
| + | |
- | padding: 2px;
| + | |
- | }
| + | |
- | | + | |
- | | + | |
- | /*
| + | |
- | Layout
| + | |
- | ------------------------------------------------------------------- */
| + | |
- | | + | |
- | /* Common */
| + | |
- | .center-wrapper {
| + | |
| width: 960px; | | width: 960px; |
| + | background-color: #FFFFFF; |
| margin: 0 auto; | | margin: 0 auto; |
| } | | } |
- | | + | header { |
- | /* Header */
| + | background-image: url('https://static.igem.org/mediawiki/2012/b/b3/Header_gradient_blue.jpg'); |
- | | + | background-position: center; |
- | #header-wrapper {background: #2F2F2F url('https://static.igem.org/mediawiki/2012/d/de/SCU_team.jpg') repeat-x left top;}
| + | font-family: "Arial Black", Gadget, sans-serif; |
- | #header-wrapper-2 {background: url('https://static.igem.org/mediawiki/2012/9/93/CD-SCU-CHINA_header-wrapper-2.gif') repeat-y center top;}
| + | font-size: 48px; |
- | #header {
| + | |
- | background: blue url('https://static.igem.org/mediawiki/2012/d/de/SCU_team.jpg')200px repeat-x left top; | + | |
- | padding: 64px 64px 0 92px; | + | |
| } | | } |
- | | + | .sidebar1 { |
- | #logo {color: #FFF;}
| + | float: left; |
- | #site-title a {text-decoration: none;}
| + | width: 180px; |
- | #site-title, #site-title a {color: #FFF;}
| + | background-color: #555D63; |
- | #site-title span, #site-title a span {color: #DDD;}
| + | padding-bottom: 15px; |
- | #site-slogan {
| + | background-image: url(file:///E|/360data/%E9%87%8D%E8%A6%81%E6%95%B0%E6%8D%AE/%E6%A1%8C%E9%9D%A2/site/date-bg2.gif); |
- | color: #B58361;
| + | |
- | font-size: 1.3em; | + | |
| } | | } |
- | | + | .content { |
- | | + | width: 700px; |
- | /* Navigation */
| + | float: left; |
- | | + | font-family: Arial, Helvetica, sans-serif; |
- | ul.tabbed {
| + | font-size: 16px; |
- | display: inline; | + | background-color: #FFF; |
- | margin: 0; | + | padding-top: 15px; |
- | padding: 0; | + | padding-right: 0; |
| + | padding-bottom: 15px; |
| + | padding-left: 0; |
| } | | } |
- | ul.tabbed li {
| + | aside { |
| float: left; | | float: left; |
- | list-style: none; | + | width: 180px; |
| + | background-color: #EADCAE; |
| + | padding: 10px 0; |
| } | | } |
- | ul.tabbed a {text-decoration: none;}
| |
| | | |
- | #navigation-wrapper {background: url('https://static.igem.org/mediawiki/2012/1/1f/CD-SCU-CHINA_navigation.gif') repeat-x left top;}
| + | .content ul, .content ol { |
- | #navigation-wrapper-2 {background: url('https://static.igem.org/mediawiki/2012/a/aa/CD-SCU-CHINA_navigation-wrapper-2.gif') no-repeat center top;}
| + | |
- | #navigation {
| + | |
- | background: url('https://static.igem.org/mediawiki/2012/1/1f/CD-SCU-CHINA_navigation.gif') repeat-x left top;
| + | |
- | min-height: 46px;
| + | |
- | padding: 0 8px;
| + | |
| } | | } |
| | | |
- | #navigation a {
| + | |
- | color: #EAE6DD; | + | ul.nav { |
- | display: block; | + | list-style: none; |
| + | border-top: 1px solid #666; |
| + | margin-bottom: 0px; |
| + | font-family: "MS Serif", "New York", serif; |
| + | font-size: 16px; |
| + | line-height: normal; |
| font-weight: bold; | | font-weight: bold; |
- | font-size: 1.3em; | + | font-variant: small-caps; |
- | padding: 12px 12px 11px; | + | color: #000; |
| } | | } |
- | #navigation a:hover {color: #FFF;}
| + | ul.nav li { |
- | #navigation li.current_page_item a, #navigation li.current_page_parent a {color: #FFE;}
| + | border-bottom: 1px solid #666; |
- | #navigation li.current_page_item a {background: url('https://static.igem.org/mediawiki/2012/5/58/CD-SCU-CHINA_navigation-arrow-2.gif') no-repeat center bottom;}
| + | |
- | #navigation li.current_page_parent a {background: url('https://static.igem.org/mediawiki/2012/8/85/CD-SCU-CHINA_navigation-arrow.gif') no-repeat center bottom;}
| + | |
- | | + | |
- | /* Subnav */
| + | |
- | | + | |
- | #subnav-wrapper {background: #E9E9E9 url('https://static.igem.org/mediawiki/2012/b/b8/CD-SCU-CHINA_subnav-wrapper.gif;) repeat-x left bottom;}
| + | |
- | #subnav-wrapper-2 {background: url('https://static.igem.org/mediawiki/2012/9/98/CD-SCU-CHINA_subnav-wrapper-2.gif') no-repeat center bottom;}
| + | |
- | #subnav {padding: 0 8px;}
| + | |
- | | + | |
- | #subnav a {
| + | |
- | color: #666;
| + | |
- | display: block;
| + | |
- | font: bold 1.1em sans-serif;
| + | |
- | padding: 12px 12px;
| + | |
| } | | } |
- | #subnav a:hover {color: #111;}
| + | ul.nav a, ul.nav a:visited { |
- | #subnav li.current_page_item a {color: #333;}
| + | padding: 5px 5px 5px 15px; |
- | | + | display: block; |
- | | + | width: 160px; |
- | /* Content */
| + | text-decoration: red; |
- | | + | background-color: #C6D580; |
- | .content {font-size: 1.1em;}
| + | |
- | #content-wrapper {background: #F6F6F6 url('https://static.igem.org/mediawiki/2012/8/86/CD-SCU-CHINA_content-wrapper.gif') repeat-y center top;}
| + | |
- | .content#content-two-columns {background: url('https://static.igem.org/mediawiki/2012/6/69/CD-SCU-CHINA_content-two-columns.gif') repeat-y left top;}
| + | |
- | | + | |
- | | + | |
- | /* Main */
| + | |
- | | + | |
- | #main-wrapper {
| + | |
- | float: right;
| + | |
- | width: 698px; | + | |
| } | | } |
- | #main {padding: 24px;}
| + | ul.nav a:hover, ul.nav a:active, ul.nav a:focus { |
- | | + | background-color: #23238E; |
- | #main .text-separator, #featured .text-separator {
| + | color: #FFF; |
- | color: #AAA; | + | |
- | padding: 0 5px; | + | |
| } | | } |
- | | + | footer { |
- | | + | padding: 10px 0; |
- | /* Sidebar */
| + | background-color: #E9C2A6; |
- | | + | position: relative; |
- | #sidebar-wrapper {
| + | clear: both; |
- | float: left; | + | background-image: url('https://static.igem.org/mediawiki/2012/e/eb/CD-SCU-CHINA_footer-wrapper.gif'); |
- | width: 260px; | + | background-attachment: scroll; |
| + | background-position: center center; |
| + | background-repeat: repeat-x; |
| } | | } |
- | | + | .fltrt { |
- | | + | float: right; |
- | /* Footer */
| + | margin-left: 8px; |
- | | + | |
- | #footer-wrapper {
| + | |
- | background: url('https://static.igem.org/mediawiki/2012/5/5d/Cd-scu_2012_footer-wrapper.gif') no-repeat center bottom; | + | |
- | border-top: 1px solid #999;
| + | |
- | padding-bottom: 20px; | + | |
| } | | } |
- | #footer {
| + | .fltlft { |
- | background: #808080; | + | float: left; |
- | font-size: 1.1em; | + | margin-right: 8px; |
- | padding: 12px 16px;
| + | |
| } | | } |
- | #footer a {
| + | .clearfloat { |
- | color: #DDD; | + | clear:both; |
- | text-decoration: none; | + | height:0; |
- | }
| + | font-size: 1px; |
- | #footer a:hover {color: #FFF;}
| + | line-height: 0px; |
- | #footer span.text-separator {
| + | |
- | color: #999;
| + | |
- | padding: 0 3px; | + | |
| } | | } |
| | | |
- | /* Bottom */
| |
| | | |
- | #bottom {
| + | header, section, footer, aside, article, figure { |
- | color: #666; | + | display: block; |
- | padding: 0 6px 12px; | + | font-family: "Times New Roman", Times, serif; |
- | margin-top: -6px; | + | font-weight: bold; |
| + | font-size: large; |
| + | color: #009; |
| + | background-color: #CCC; |
| } | | } |
- | #bottom a {
| + | .container .sidebar1 .nav li a { |
- | color: #555; | + | font-family: "Times New Roman", Times, serif; |
- | text-decoration: none; | + | font-size: 18px; |
| + | font-weight: bold; |
| + | list-style-type: upper-alpha; |
| + | position: static; |
| } | | } |
- | #bottom a:hover, #bottom .right a:hover {color: #002;}
| + | .container header h1 { |
- | #bottom span.text-separator {
| + | font-family: Comic Sans MS, cursive; |
- | color: #888;
| + | |
- | padding: 0 3px;
| + | |
| } | | } |
- | #bottom .right, #bottom .right a {color: #777;}
| + | .container header h1 { |
- | | + | font-family: Arial, Helvetica, sans-serif; |
- | | + | |
- | /* Featured Box */
| + | |
- | #featured-wrapper {
| + | |
- | background: url('https://static.igem.org/mediawiki/2012/5/55/CD-SCU-CHINA_gradient-light.gif') repeat-x left bottom; | + | |
- | border-bottom: 1px solid #E0E0E0;
| + | |
- | padding-bottom: 22px;
| + | |
| } | | } |
- | #featured {padding: 42px 124px 12px 48px;}
| + | --> |
- | | + | </style><!--[if lt IE 9]> |
- | #featured h2 {
| + | <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
- | font: normal 3em sans-serif;
| + | <![endif]--></head> |
- | margin: 0;
| + | |
- | }
| + | |
- | #featured h2 span {color: #43B16C;}
| + | |
- | | + | |
- | | + | |
- | /*
| + | |
- | Misc overriding classes
| + | |
- | ------------------------------------------------------------------- */ | + | |
- | | + | |
- | /* Border */
| + | |
- | | + | |
- | .noborder {border: 0;}
| + | |
- | .notborder {border-top: 0;}
| + | |
- | .norborder {border-right: 0;}
| + | |
- | .nobborder {border-bottom: 0;}
| + | |
- | .nolborder {border-left: 0;}
| + | |
- | | + | |
- | /* Margin */
| + | |
- | | + | |
- | .nomargin {margin: 0;}
| + | |
- | .notmargin {margin-top: 0;}
| + | |
- | .normargin {margin-right: 0;}
| + | |
- | .nobmargin {margin-bottom: 0;}
| + | |
- | .nolmargin {margin-left: 0;}
| + | |
- | | + | |
- | /* Padding */
| + | |
- | | + | |
- | .nopadding {padding: 0;}
| + | |
- | .notpadding {padding-top: 0;}
| + | |
- | .norpadding {padding-right: 0;}
| + | |
- | .nobpadding {padding-bottom: 0;}
| + | |
- | .nolpadding {padding-left: 0;}
| + | |
- | | + | |
- | /* Single Line IE Fixes */
| + | |
- | * html .separator-vertical, * html .content {height: 0.01%; min-height: 0.01%;}
| + | |
- | </style>
| + | |
- | | + | |
- | </head> | + | |
- | | + | |
- | <body id="top">
| + | |
- | | + | |
- | <div id="header-wrapper">
| + | |
- | <div id="header-wrapper-2">
| + | |
- | <div class="center-wrapper">
| + | |
- | | + | |
- | <div id="header">
| + | |
- | | + | |
- | <div id="logo">
| + | |
- | <h1 id="site-title"><a href="#">2012 IGEM <span>SCU</span></a></h1>
| + | |
- | <h2 id="site-slogan"> </h2>
| + | |
- | </div>
| + | |
- | | + | |
- | <div id="help-wrapper">
| + | |
- | <div id="help"></div>
| + | |
- | </div>
| + | |
- | | + | |
- | </div>
| + | |
- | | + | |
- | </div>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | | + | |
- | <div id="navigation-wrapper">
| + | |
- | <div id="navigation-wrapper-2">
| + | |
- | <div class="center-wrapper">
| + | |
- |
| + | |
- | <div id="navigation">
| + | |
- | | + | |
- | <ul class="tabbed">
| + | |
- | <li class="current_page_item"><a href="index.html">Home</a></li>
| + | |
- | <li><a href="Projects.html">Projects</a></li>
| + | |
- | <li><a href="Team.html">Team</a></li>
| + | |
- | <li><a href="Pars.html">Pars Submitted to the Registry</a></li>
| + | |
- | <li><a href="Modeling.html">Modeling</a></li>
| + | |
- | <li><a href="Notebook.html">Notebook</a></li>
| + | |
- | <li><a href="Safty.html">Safty</a></li>
| + | |
- | </ul>
| + | |
- | | + | |
- | <div class="clearer"> </div>
| + | |
- | | + | |
- | </div>
| + | |
- | | + | |
- | </div>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | <div id="content-wrapper">
| + | |
- | <div class="center-wrapper">
| + | |
- |
| + | |
- | <div class="content">
| + | |
- | | + | |
- | <div id="featured-wrapper">
| + | |
- | <div id="featured">
| + | |
- | | + | |
- | <div class="left" style="width: 330px">
| + | |
- |
| + | |
- | <p><img src="https://static.igem.org/mediawiki/2012/e/ef/CD-SCU-CHINA.jpg" width="360" height="320" alt="" /></p>
| + | |
- | | + | |
- | | + | |
- | </div>
| + | |
- | | + | |
- | <div class="right">
| + | |
- | <img src="https://static.igem.org/mediawiki/2012/d/d6/CD-SCU-CHINA_logo.png" width="360" height="320" alt="" />
| + | |
- | </div>
| + | |
- | | + | |
- | <div class="clearer"> </div>
| + | |
- | | + | |
- | </div>
| + | |
- | </div>
| + | |
- | | + | |
- | <div id="main">
| + | |
- | | + | |
- | <div class="separator-vertical">
| + | |
- | | + | |
- | <div class="col2 left">
| + | |
- | | + | |
- | <h2 class="left">Our Projects</h2>
| + | |
- | <div class="right more large"><a href="Projects.html">All Projects »</a></div>
| + | |
- |
| + | |
- | <div class="clearer"> </div>
| + | |
- | | + | |
- | <div class="content-separator"></div>
| + | |
- | | + | |
- | <img src="sample-thumbnail.jpg" width="64" height="64" alt="" class="left bordered" />
| + | |
- | | + | |
- | <h3><a href="Projects.html">Project1</a></h3>
| + | |
- |
| + | |
- | <p>Project1--content</p>
| + | |
- | | + | |
- | <div class="clearer"> </div>
| + | |
- | | + | |
- | <div class="content-separator"></div>
| + | |
- |
| + | |
- | <img src="sample-thumbnail.jpg" width="64" height="64" alt="" class="left bordered" />
| + | |
- | | + | |
- | <h3><a href="Projects.html">Project2</a></h3>
| + | |
- |
| + | |
- | <p>Project2--content</p>
| + | |
- | | + | |
- | <div class="clearer"> </div>
| + | |
- | | + | |
- | <div class="content-separator"></div>
| + | |
- | | + | |
- | <img src="sample-thumbnail.jpg" width="64" height="64" alt="" class="left bordered" />
| + | |
- | | + | |
- | <h3><a href="Projects.html">Project3</a></h3>
| + | |
- |
| + | |
- | <p>Project3--content</p>
| + | |
- | | + | |
- | <div class="clearer"> </div>
| + | |
- | | + | |
- | </div>
| + | |
- | | + | |
- | <div class="col2 right">
| + | |
- | | + | |
- | <h2 class="left">Notebook</h2>
| + | |
- | <div class="right more large"><a href="Notebook.html">View More »</a></div>
| + | |
- | | + | |
- | <div class="clearer"> </div>
| + | |
- | | + | |
- | <ul class="nice-list">
| + | |
- | <li><span>2012-07-01 |</span> <a href="Notebook.html">Notebook--content</a></li>
| + | |
- | <li><span>2012-07-08 |</span> <a href="Notebook.html">Notebook--content</a></li>
| + | |
- | <li><span>2012-07-15 |</span> <a href="Notebook.html">Notebook--content</a></li>
| + | |
- | <li><span>2012-07-22 |</span> <a href="Notebook.html">Notebook--content</a></li>
| + | |
- | <li><span>2012-07-29 |</span> <a href="Notebook.html">Notebook--content</a></li>
| + | |
- | </ul>
| + | |
- |
| + | |
- | <h2 class="left">Our Team</h2>
| + | |
- | <div class="right more large"><a href="Team.html">View More »</a></div>
| + | |
- | | + | |
- | <div class="clearer"> </div>
| + | |
- | | + | |
- | <blockquote>
| + | |
- | <p><span>"</span> content<span>"</span></p>
| + | |
- | <cite>content</cite>
| + | |
- | </blockquote>
| + | |
- | | + | |
- | <blockquote>
| + | |
- | <p><span>"</span>content<span>"</span></p>
| + | |
- | <cite>content</cite>
| + | |
- | </blockquote>
| + | |
- | | + | |
- | </div>
| + | |
- | | + | |
- | <div class="clearer"> </div>
| + | |
- | | + | |
- | </div>
| + | |
- | | + | |
- | </div>
| + | |
- | | + | |
- | </div>
| + | |
- | | + | |
- | </div>
| + | |
- | </div>
| + | |
- | | + | |
- | <div id="footer-wrapper">
| + | |
- | | + | |
- | <div class="center-wrapper">
| + | |
- | | + | |
- | <div id="footer">
| + | |
- | | + | |
- | <div class="left">
| + | |
- | <a href="index.html">Home</a> <span class="text-separator">|</span> <a href="Projects.html">Projects</a> <span class="text-separator">|</span> <a href="Team.html">Team</a> <span class="text-separator">|</span> <a href="Pars.html">Pars Submitted to the Registry</a> <span class="text-separator">|</span> <a href="Modeling.html">Modeling</a> <span class="text-separator">|</span> <a href="Notebook.html">Notebook</a><span class="text-separator">|</span> <a href="Safty.html">Safty</a>
| + | |
- | </div>
| + | |
- | | + | |
- | <div class="right">
| + | |
- | <a href="#">Top ^</a>
| + | |
- | </div>
| + | |
- |
| + | |
- | <div class="clearer"> </div>
| + | |
- | | + | |
- | </div>
| + | |
- | | + | |
- | </div>
| + | |
- | | + | |
- | </div>
| + | |
- | | + | |
- | <div id="bottom">
| + | |
- | | + | |
- | <div class="center-wrapper">
| + | |
- | <div class="clearer"> </div>
| + | |
- | | + | |
- | </div>
| + | |
| | | |
- | </div> | + | <body> |
| | | |
| + | <div class="container"> |
| + | <header> |
| + | <h1 align="center">2012 SCU-IGEM</h1> |
| + | <p> </p> |
| + | </header> |
| + | <div class="sidebar1"> |
| + | <ul class="nav"> |
| + | <li><a href="#">main page</a></li> |
| + | <li><a href="#">experiment</a></li> |
| + | <li><a href="#">model</a></li> |
| + | <li><a href="#">team</a></li> |
| + | <li><a href="#">page1</a></li> |
| + | <li><a href="#">page2</a></li> |
| + | <li><a href="#">page3</a></li> |
| + | <li><a href="#">page4</a></li> |
| + | <li><a href="#">page5</a></li> |
| + | </ul> |
| + | <!-- end .sidebar1 --></div> |
| + | <article class="content"> |
| + | <h2>project</h2> |
| + | <section> |
| + | <h3> </h3> |
| + | </section> |
| + | <section> |
| + | </section><h2>project</h2> |
| + | <section> |
| + | <h3> </h3> |
| + | </section> |
| + | <section> </section><h2>project</h2> |
| + | <section> |
| + | <h3> </h3> |
| + | </section> |
| + | <section> </section> |
| + | <!-- end .content --></article> |
| + | <footer> |
| + | <p>sponsers: </p> |
| + | </footer> |
| + | <!-- end .container --></div> |
| </body> | | </body> |
| </html> | | </html> |