Team:UCSF UCB/CSS
From 2014.igem.org
(Difference between revisions)
(20 intermediate revisions not shown) | |||
Line 684: | Line 684: | ||
.landing #Title { | .landing #Title { | ||
+ | width: 500px; | ||
+ | height: 450px; | ||
+ | padding: 50px 0; | ||
+ | float: left; | ||
+ | color: white; } | ||
+ | |||
+ | #bodyContent .landing #Title { | ||
width: 500px; | width: 500px; | ||
height: 450px; | height: 450px; | ||
Line 692: | Line 699: | ||
.landing #Title h1 { | .landing #Title h1 { | ||
font-size: 2.5em; | font-size: 2.5em; | ||
- | line-height: 1em; } | + | line-height: 1em; |
+ | color: white; } | ||
+ | |||
+ | #bodyContent .landing #Title h1 { | ||
+ | font-size: 2.5em; | ||
+ | line-height: 1em; | ||
+ | color: white; } | ||
+ | |||
+ | .notebooks-container .home { | ||
+ | color: black; } | ||
+ | .notebooks-container .home .call { | ||
+ | color: black; | ||
+ | border: 1px black solid; } | ||
+ | |||
+ | #bodyContent .notebooks-container .home { | ||
+ | color: black; } | ||
+ | #bodyContent .notebooks-container .home .call { | ||
+ | color: black; | ||
+ | border: 1px black solid; } | ||
+ | |||
+ | #bodyContent .home { | ||
+ | color: white; } | ||
+ | #bodyContent .home article { | ||
+ | float: left; | ||
+ | margin: 150px 0; | ||
+ | width: 500px; } | ||
+ | #bodyContent .home article h1 { | ||
+ | font-size: 2.5em; | ||
+ | color: white; } | ||
+ | #bodyContent .home svg { | ||
+ | float: left; } | ||
+ | #bodyContent .home svg.right { | ||
+ | float: right; } | ||
+ | |||
+ | .home { | ||
+ | color: white; } | ||
+ | .home article { | ||
+ | float: left; | ||
+ | margin: 150px 0; | ||
+ | width: 500px; } | ||
+ | .home article h1 { | ||
+ | font-size: 2.5em; } | ||
+ | .home svg { | ||
+ | float: left; } | ||
+ | .home svg.right { | ||
+ | float: right; } | ||
+ | |||
+ | .landing .call, .home .call { | ||
+ | float: right; | ||
+ | padding: 5px 20px; | ||
+ | border: 1px white solid; | ||
+ | margin: 0 20px; | ||
+ | color: white; | ||
+ | text-decoration: none; } | ||
+ | .landing a.call:hover, .home a.call:hover { | ||
+ | background: white; | ||
+ | color: #3d4c53; } | ||
+ | .landing a.call:active, .home a.call:active { | ||
+ | top: 1; } | ||
.notebooks-container { | .notebooks-container { | ||
Line 876: | Line 941: | ||
.team-container { | .team-container { | ||
background: #0cdbe8; | background: #0cdbe8; | ||
- | width: 1026px | + | width: 1026px; } |
- | + | ||
.team-container .menu a:hover h2 { | .team-container .menu a:hover h2 { | ||
+ | border: 1px #0cdbe8 solid; } | ||
+ | |||
+ | #bodyContent .team-container .menu a:hover h2 { | ||
border: 1px #0cdbe8 solid; } | border: 1px #0cdbe8 solid; } | ||
Line 919: | Line 986: | ||
.project-container .menu a:hover h2 { | .project-container .menu a:hover h2 { | ||
+ | border: 1px #3d4c53 solid; } | ||
+ | |||
+ | #bodyContent .project-container .menu a:hover h2 { | ||
border: 1px #3d4c53 solid; } | border: 1px #3d4c53 solid; } | ||
Line 935: | Line 1,005: | ||
#project table tr .active a { | #project table tr .active a { | ||
color: white; } | color: white; } | ||
+ | #project #biobricks table a { | ||
+ | text-decoration: underline; } | ||
#project table tr:nth-child(2n) { | #project table tr:nth-child(2n) { | ||
background-color: #f8f8f8; } | background-color: #f8f8f8; } | ||
Line 942: | Line 1,014: | ||
text-align: left; | text-align: left; | ||
font-weight: bold; | font-weight: bold; | ||
- | padding: | + | padding: 0px 13px; } |
#project table tr td { | #project table tr td { | ||
border: 1px solid #cccccc; | border: 1px solid #cccccc; | ||
margin: 0; | margin: 0; | ||
- | padding: | + | padding: 0px 13px; |
font-size: 0.9em; } | font-size: 0.9em; } | ||
#project table tr th :first-child, #project table tr td :first-child { | #project table tr th :first-child, #project table tr td :first-child { | ||
Line 962: | Line 1,034: | ||
text-align: center; | text-align: center; | ||
font-family: "Helvetica Neue", Arial, sans-serif; | font-family: "Helvetica Neue", Arial, sans-serif; | ||
- | margin: 0; } | + | margin: 0; |
+ | padding: 0; } | ||
+ | #project #future .direction { | ||
+ | overflow: hidden; | ||
+ | padding: 10px; | ||
+ | margin: 10px 10px 0 0; | ||
+ | float: left; | ||
+ | border: 1px solid #ccc; | ||
+ | width: 280px; } | ||
+ | #project #future .direction h3 { | ||
+ | margin: 5px; | ||
+ | padding: 0; } | ||
+ | #project #results { | ||
+ | background: #eee; | ||
+ | padding: 10px 0; } | ||
+ | #project #results h2 { | ||
+ | padding-top: 10px; | ||
+ | background: white; } | ||
+ | #project #results .graph-description { | ||
+ | width: 300px; | ||
+ | margin: 50px 0; | ||
+ | padding: 10px 10px; | ||
+ | float: left; | ||
+ | border-left: 1px #888 solid; } | ||
+ | #project #results .result-graph { | ||
+ | float: left; } | ||
+ | #project #results .result-graph svg { | ||
+ | margin-right: 20px; } | ||
+ | #project #results .result-graph h3 { | ||
+ | padding-top: 30px; | ||
+ | text-align: center; | ||
+ | margin-bottom: 0; } | ||
+ | #project #model img { | ||
+ | float: right; | ||
+ | border: 1px #ccc solid; | ||
+ | margin: 20px; | ||
+ | padding: 10px; } | ||
+ | #project #model img.formula { | ||
+ | float: none; | ||
+ | display: block; | ||
+ | margin: 0 auto; | ||
+ | clear: both; | ||
+ | border: none; } | ||
#project #design #project-circuit table { | #project #design #project-circuit table { | ||
float: left; | float: left; | ||
Line 1,075: | Line 1,189: | ||
padding: 0 25px; } | padding: 0 25px; } | ||
#project #biobricks article .biobrick-tidbit { | #project #biobricks article .biobrick-tidbit { | ||
- | width: | + | width: 240px; |
padding: 10px 10px; | padding: 10px 10px; | ||
border: 1px #ddd solid; | border: 1px #ddd solid; | ||
Line 1,091: | Line 1,205: | ||
border: 1px #ea2e49 solid; } | border: 1px #ea2e49 solid; } | ||
- | #hp | + | #bodyContent .hp-container .menu a:hover h2 { |
+ | border: 1px #ea2e49 solid; } | ||
+ | |||
+ | #hp #super_science { | ||
position: relative; } | position: relative; } | ||
- | #hp # | + | #hp #super_science img { |
border: 1px solid #ccc; | border: 1px solid #ccc; | ||
padding: 10px; | padding: 10px; | ||
float: right; | float: right; | ||
margin: 10px; } | margin: 10px; } | ||
- | #hp # | + | #hp #super_science ul { |
list-style-position: inside; } | list-style-position: inside; } | ||
- | #hp # | + | #hp #super_science ul li { |
padding: 5px 0; } | padding: 5px 0; } | ||
- | #hp # | + | #hp #super_science #dna-man { |
float: left; | float: left; | ||
shape-outside: polygon(nonzero, 0px 2px, 309px 8px, 359px 38px, 340px 91px, 343px 156px, 318px 212px, 436px 265px, 458px 378px, 454px 475px, 469px 533px, 455px 600px, 462px 674px, 3px 674px); | shape-outside: polygon(nonzero, 0px 2px, 309px 8px, 359px 38px, 340px 91px, 343px 156px, 318px 212px, 436px 265px, 458px 378px, 454px 475px, 469px 533px, 455px 600px, 462px 674px, 3px 674px); | ||
Line 1,116: | Line 1,233: | ||
margin-bottom: 30px; } | margin-bottom: 30px; } | ||
- | . | + | .judging-container { |
background: #98c000; | background: #98c000; | ||
width: 1024px; } | width: 1024px; } | ||
- | . | + | .judging-container .menu a:hover h2 { |
border: 1px #98c000 solid; } | border: 1px #98c000 solid; } | ||
+ | |||
+ | #bodyContent .judging-container .menu a:hover h2 { | ||
+ | border: 1px #98c000 solid; } | ||
+ | |||
+ | #medal article { | ||
+ | margin: 1em 0; } | ||
+ | #medal article svg { | ||
+ | float: left; } | ||
+ | #medal article ol { | ||
+ | float: left; | ||
+ | width: 750px; } | ||
+ | #medal article ol p { | ||
+ | margin: .2em; } | ||
+ | #medal article ol p.requirement { | ||
+ | border-top: 1px #ccc solid; | ||
+ | font-weight: normal; } | ||
+ | |||
+ | #implications img { | ||
+ | float: right; | ||
+ | padding: 5px; | ||
+ | border: 1px solid #ccc; | ||
+ | margin: 10px; } | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
Line 1,132: | Line 1,271: | ||
width: 1026px; | width: 1026px; | ||
position: relative; | position: relative; | ||
- | margin-top: - | + | margin-top: -2em; |
background: #efefef; } | background: #efefef; } | ||
Line 1,176: | Line 1,315: | ||
display: block; } | display: block; } | ||
- | nav a:hover, nav .on-page { | + | nav ul li a:hover, nav ul li a.on-page { |
color: #fff; | color: #fff; | ||
- | text-shadow: 0 0 2px #222; } | + | text-shadow: 0 0 2px #222; |
+ | text-decoration: none; } | ||
+ | |||
+ | nav a:visited { | ||
+ | color: black; } | ||
nav a:active { | nav a:active { | ||
Line 1,187: | Line 1,330: | ||
background: #3d4c53; } | background: #3d4c53; } | ||
- | nav . | + | nav .judging a:hover, nav .judging .on-page { |
background: #98c000; } | background: #98c000; } | ||
Line 1,198: | Line 1,341: | ||
nav .team a:hover, nav .team .on-page { | nav .team a:hover, nav .team .on-page { | ||
background: #0cdbe8; } | background: #0cdbe8; } | ||
- | |||
- | |||
- | |||
nav .igem a { | nav .igem a { | ||
Line 1,222: | Line 1,362: | ||
WIDE: Main | WIDE: Main | ||
============ */ | ============ */ | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
.wrapper { | .wrapper { | ||
width: 1000px; | width: 1000px; | ||
Line 1,243: | Line 1,375: | ||
width: 100%; } | width: 100%; } | ||
- | .landing-container, .notebooks-container, .team-container, .hp-container, . | + | .landing-container, .notebooks-container, .team-container, .hp-container, .judging-container, .project-container { |
width: 100%; } } | width: 100%; } } | ||
.main-container h2, .main-container h3, .main-container h4 { | .main-container h2, .main-container h3, .main-container h4 { | ||
Line 1,410: | Line 1,542: | ||
.footer-container { | .footer-container { | ||
- | |||
background: #3d4c53; } | background: #3d4c53; } | ||
Latest revision as of 07:19, 17 October 2014