Team:Glendale CC AZ/css

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
    <style type="text/css">
+
<html>
-
/*<![CDATA[*/
+
<head>
-
    body {
+
<link
-
    margin: 0;
+
href="http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic"
-
    padding: 0;
+
rel="stylesheet" type="text/css">
-
    background: rgb(230,230,230);
+
<link
 +
href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,300italic"
 +
rel="stylesheet" type="text/css">
 +
<meta charset="UTF-8">
 +
<style type="text/css">
 +
body {
 +
  margin: 0;
 +
  padding: 0;
 +
  background: rgb(230,230,230);
 +
 
 +
  color: rgb(50,50,50);
 +
  font-family: 'Open Sans', sans-serif;
 +
  font-size: 112.5%;
 +
  line-height: 1.6em;
 +
}
-
    color: rgb(50,50,50);
+
/* ================ The Timeline ================ */
-
    font-family: 'Open Sans', sans-serif;
+
-
    font-size: 112.5%;
+
-
    line-height: 1.6em;
+
-
    }
+
-
    /* ================ The Timeline ================ */
+
.timeline {
 +
  position: relative;
 +
  width: 660px;
 +
  margin: 0 auto;
 +
  margin-top: 20px;
 +
  padding: 1em 0;
 +
  list-style-type: none;
 +
}
 +
p list {
 +
  text-align: left;
 +
}
-
    .timeline {
+
.timeline:before {
-
    position: relative;
+
  position: absolute;
-
    width: 660px;
+
  left: 50%;
-
    margin: 0 auto;
+
  top: 0;
-
    margin-top: 20px;
+
  content: ' ';
-
    padding: 1em 0;
+
  display: block;
-
    list-style-type: none;
+
  width: 6px;
-
    }
+
  height: 100%;
-
    p list {
+
  margin-left: -3px;
-
    text-align: left;  
+
  background: rgb(80,80,80);
-
    }
+
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
 +
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
 +
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
 +
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
 +
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
 +
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
 +
 
 +
  z-index: 5;
 +
}
-
    .timeline:before {
+
.timeline li {
-
    position: absolute;
+
  padding: 1em 0;
-
    left: 50%;
+
}
-
    top: 0;
+
-
    content: ' ';
+
-
    display: block;
+
-
    width: 6px;
+
-
    height: 100%;
+
-
    margin-left: -3px;
+
-
    background: rgb(80,80,80);
+
-
    background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
+
-
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
+
-
    background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
+
-
    background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
+
-
    background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
+
-
    background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
+
-
    z-index: 5;
+
.timeline li:after {
-
    }
+
  content: "";
 +
  display: block;
 +
  height: 0;
 +
  clear: both;
 +
  visibility: hidden;
 +
}
-
    .timeline li {
+
.direction-l {
-
    padding: 1em 0;
+
  position: relative;
-
    }
+
  width: 300px;
 +
  float: left;
 +
  text-align: right;
 +
}
-
    .timeline li:after {
+
.direction-r {
-
    content: "";
+
  position: relative;
-
    display: block;
+
  width: 300px;
-
    height: 0;
+
  float: right;
-
    clear: both;
+
}
-
    visibility: hidden;
+
-
    }
+
-
    .direction-l {
+
.flag-wrapper {
-
    position: relative;
+
  position: relative;
-
    width: 300px;
+
  display: inline-block;
-
    float: left;
+
 
-
    text-align: right;
+
  text-align: center;
-
    }
+
}
-
    .direction-r {
+
.flag {
-
    position: relative;
+
  position: relative;
-
    width: 300px;
+
  display: inline;
-
    float: right;
+
  background: rgb(248,248,248);
-
    }
+
  padding: 6px 10px;
 +
  border-radius: 5px;
 +
 
 +
  font-weight: 600;
 +
  text-align: left;
 +
}
-
    .flag-wrapper {
+
.direction-l .flag {
-
    position: relative;
+
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
-
    display: inline-block;
+
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
 +
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
 +
}
-
    text-align: center;
+
.direction-r .flag {
-
    }
+
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
 +
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
 +
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
 +
}
-
    .flag {
+
.direction-l .flag:before,
-
    position: relative;
+
.direction-r .flag:before {
-
    display: inline;
+
  position: absolute;
-
    background: rgb(248,248,248);
+
  top: 50%;
-
    padding: 6px 10px;
+
  right: -40px;
-
    border-radius: 5px;
+
  content: ' ';
 +
  display: block;
 +
  width: 12px;
 +
  height: 12px;
 +
  margin-top: -10px;
 +
  background: #fff;
 +
  border-radius: 10px;
 +
  border: 4px solid rgb(255,80,80);
 +
  z-index: 10;
 +
}
-
    font-weight: 600;
+
.direction-r .flag:before {
-
    text-align: left;
+
  left: -40px;
-
    }
+
}
-
    .direction-l .flag {
+
.direction-l .flag:after {
-
    -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
+
  content: "";
-
    -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
+
  position: absolute;
-
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
+
  left: 100%;
-
    }
+
  top: 50%;
 +
  height: 0;
 +
  width: 0;
 +
  margin-top: -8px;
 +
  border: solid transparent;
 +
  border-left-color: rgb(248,248,248);
 +
  border-width: 8px;
 +
  pointer-events: none;
 +
}
-
    .direction-r .flag {
+
.direction-r .flag:after {
-
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
+
  content: "";
-
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
+
  position: absolute;
-
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
+
  right: 100%;
-
    }
+
  top: 50%;
 +
  height: 0;
 +
  width: 0;
 +
  margin-top: -8px;
 +
  border: solid transparent;
 +
  border-right-color: rgb(248,248,248);
 +
  border-width: 8px;
 +
  pointer-events: none;
 +
}
-
    .direction-l .flag:before,
+
.time-wrapper {
-
    .direction-r .flag:before {
+
  display: inline;
-
    position: absolute;
+
 
-
    top: 50%;
+
  line-height: 1em;
-
    right: -40px;
+
  font-size: 0.66666em;
-
    content: ' ';
+
  color: rgb(250,80,80);
-
    display: block;
+
  vertical-align: middle;
-
    width: 12px;
+
}
-
    height: 12px;
+
-
    margin-top: -10px;
+
-
    background: #fff;
+
-
    border-radius: 10px;
+
-
    border: 4px solid rgb(255,80,80);
+
-
    z-index: 10;
+
-
    }
+
-
    .direction-r .flag:before {
+
.direction-l .time-wrapper {
-
    left: -40px;
+
  float: left;
-
    }
+
}
-
    .direction-l .flag:after {
+
.direction-r .time-wrapper {
-
    content: "";
+
  float: right;
-
    position: absolute;
+
}
-
    left: 100%;
+
-
    top: 50%;
+
-
    height: 0;
+
-
    width: 0;
+
-
    margin-top: -8px;
+
-
    border: solid transparent;
+
-
    border-left-color: rgb(248,248,248);
+
-
    border-width: 8px;
+
-
    pointer-events: none;
+
-
    }
+
-
    .direction-r .flag:after {
+
.time {
-
    content: "";
+
  display: inline-block;
-
    position: absolute;
+
  padding: 4px 6px;
-
    right: 100%;
+
  background: rgb(248,248,248);
-
    top: 50%;
+
}
-
    height: 0;
+
-
    width: 0;
+
-
    margin-top: -8px;
+
-
    border: solid transparent;
+
-
    border-right-color: rgb(248,248,248);
+
-
    border-width: 8px;
+
-
    pointer-events: none;
+
-
    }
+
-
    .time-wrapper {
+
.desc {
-
    display: inline;
+
  margin: 1em 0.75em 0 0;
 +
 
 +
  font-size: 0.77777em;
 +
  font-style: italic;
 +
  line-height: 1.5em;
 +
}
-
    line-height: 1em;
+
.direction-r .desc {
-
    font-size: 0.66666em;
+
  margin: 1em 0 0 0.75em;
-
    color: rgb(250,80,80);
+
}
-
    vertical-align: middle;
+
-
    }
+
-
    .direction-l .time-wrapper {
+
/* ================ Timeline Media Queries ================ */
-
    float: left;
+
-
    }
+
-
    .direction-r .time-wrapper {
+
@media screen and (max-width: 660px) {
-
    float: right;
+
-
    }
+
-
    .time {
+
.timeline {
-
    display: inline-block;
+
width: 100%;
-
    padding: 4px 6px;
+
padding: 4em 0 1em 0;
-
    background: rgb(248,248,248);
+
}
-
    }
+
-
    .desc {
+
.timeline li {
-
    margin: 1em 0.75em 0 0;
+
padding: 2em 0;
 +
}
-
    font-size: 0.77777em;
+
.direction-l,
-
    font-style: italic;
+
.direction-r {
-
    line-height: 1.5em;
+
float: none;
-
    }
+
width: 100%;
-
    .direction-r .desc {
+
text-align: center;
-
    margin: 1em 0 0 0.75em;
+
}
-
    }
+
-
    /* ================ Timeline Media Queries ================ */
+
.flag-wrapper {
 +
text-align: center;
 +
}
-
    @media screen and (max-width: 660px) {
+
.flag {
 +
background: rgb(255,255,255);
 +
z-index: 15;
 +
}
-
    .timeline {
+
.direction-l .flag:before,
-
        width: 100%;
+
.direction-r .flag:before {
-
        padding: 4em 0 1em 0;
+
  position: absolute;
-
    }
+
 
 +
  top: -30px;
 +
left: 50%;
 +
content: ' ';
 +
display: block;
 +
width: 12px;
 +
height: 12px;
 +
margin-left: -9px;
 +
background: #fff;
 +
border-radius: 10px;
 +
border: 4px solid rgb(255,80,80);
 +
z-index: 10;
 +
}
-
    .timeline li {
+
.direction-l .flag:after,
-
        padding: 2em 0;
+
.direction-r .flag:after {
-
    }
+
content: "";
 +
position: absolute;
 +
left: 50%;
 +
top: -8px;
 +
height: 0;
 +
width: 0;
 +
margin-left: -8px;
 +
border: solid transparent;
 +
border-bottom-color: rgb(255,255,255);
 +
border-width: 8px;
 +
pointer-events: none;
 +
}
-
    .direction-l,
+
.time-wrapper {
-
    .direction-r {
+
display: block;
-
        float: none;
+
position: relative;
-
        width: 100%;
+
margin: 4px 0 0 0;
 +
z-index: 14;
 +
}
-
        text-align: center;
+
.direction-l .time-wrapper {
-
    }
+
float: none;
 +
}
-
    .flag-wrapper {
+
.direction-r .time-wrapper {
-
        text-align: center;
+
float: none;
-
    }
+
}
-
    .flag {
+
.desc {
-
        background: rgb(255,255,255);
+
position: relative;
-
        z-index: 15;
+
margin: 1em 0 0 0;
-
    }
+
padding: 1em;
 +
background: rgb(245,245,245);
 +
-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
 +
-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
 +
box-shadow: 0 0 1px rgba(0,0,0,0.20);
 +
 +
  z-index: 15;
 +
}
-
    .direction-l .flag:before,
+
.direction-l .desc,
-
    .direction-r .flag:before {
+
.direction-r .desc {
-
    position: absolute;
+
position: relative;
-
    top: -30px;
+
margin: 1em 1em 0 1em;
-
        left: 50%;
+
padding: 1em;
-
        content: ' ';
+
-
        display: block;
+
  z-index: 15;
-
        width: 12px;
+
}
-
        height: 12px;
+
-
        margin-left: -9px;
+
-
        background: #fff;
+
-
        border-radius: 10px;
+
-
        border: 4px solid rgb(255,80,80);
+
-
        z-index: 10;
+
-
    }
+
-
    .direction-l .flag:after,
+
}
-
    .direction-r .flag:after {
+
-
        content: "";
+
-
        position: absolute;
+
-
        left: 50%;
+
-
        top: -8px;
+
-
        height: 0;
+
-
        width: 0;
+
-
        margin-left: -8px;
+
-
        border: solid transparent;
+
-
        border-bottom-color: rgb(255,255,255);
+
-
        border-width: 8px;
+
-
        pointer-events: none;
+
-
    }
+
-
    .time-wrapper {
+
@media screen and (min-width: 400px ?? max-width: 660px) {
-
        display: block;
+
-
        position: relative;
+
-
        margin: 4px 0 0 0;
+
-
        z-index: 14;
+
-
    }
+
-
    .direction-l .time-wrapper {
+
.direction-l .desc,
-
        float: none;
+
.direction-r .desc {
-
    }
+
margin: 1em 4em 0 4em;
 +
}
-
    .direction-r .time-wrapper {
+
-
        float: none;
+
* {
-
    }
+
-webkit-box-sizing: border-box;
 +
-moz-box-sizing: border-box;
 +
box-sizing: border-box;
 +
}
-
    .desc {
+
html {
-
        position: relative;
+
font-size:50%;
-
        margin: 1em 0 0 0;
+
-webkit-font-smoothing: antialiased;
-
        padding: 1em;
+
}
-
        background: rgb(245,245,245);
+
-
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
+
-
        -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
+
-
        box-shadow: 0 0 1px rgba(0,0,0,0.20);
+
-
       
+
-
    z-index: 15;
+
-
    }
+
-
    .direction-l .desc,
+
body {
-
    .direction-r .desc {
+
font-family: "Source Sans Pro";
-
        position: relative;
+
font-size:1.4rem;
-
        margin: 1em 1em 0 1em;
+
line-height: 2.3rem;
-
        padding: 1em;
+
color:#444;
-
       
+
background: #fff;
-
    z-index: 15;
+
margin:0;
-
    }
+
}
-
    }
+
a {
 +
color: #06c;
 +
transition: color .3s;
 +
}
-
    @media screen and (min-width: 400px ?? max-width: 660px) {
+
a:hover {
 +
color: #012c57;
 +
}
-
    .direction-l .desc,
+
h1, h2, h3, h4, h5, h6, h7 {
-
    .direction-r .desc {
+
font-family: "Futura";
-
        margin: 1em 4em 0 4em;
+
line-height:2.6rem;
-
    }
+
font-weight:normal;
 +
color: #111;
 +
}
-
    } 
+
.content-area {
-
    * {
+
width:850px;
-
    -webkit-box-sizing: border-box;
+
padding:2rem;
-
    -moz-box-sizing: border-box;
+
margin:auto;
-
    box-sizing: border-box;
+
background: #f9f9f9;
-
    }
+
}
-
    html {
+
.content-area h1 {
-
    font-size:50%;
+
font-size: 2.7rem;
-
    -webkit-font-smoothing: antialiased;
+
}
-
    }
+
-
    body {
+
.content-area h2 {
-
    font-family: "Source Sans Pro";
+
font-size: 2.2rem;
-
    font-size:1.3rem;
+
}
-
    line-height: 2.3rem;
+
-
    color:#444;
+
-
    background: #fff;
+
-
    margin:0;
+
-
    }
+
-
    a {
+
.content-area h3 {
-
    color: #06c;
+
font-size: 2.7rem;
-
    transition: color .3s;
+
}
-
    }
+
-
    a:hover {
+
.content-area h4 {
-
    color: #012c57;
+
font-size: 4.0rem;
-
    }
+
}
-
    h1, h2, h3, h4, h5, h6, h7 {
+
.content-area h5 {
-
    font-family: "Futura";
+
font-size: 1.4rem;
-
    line-height:2.6rem;
+
}
-
    font-weight:normal;
+
-
    color: #111;
+
-
    }
+
-
    .content-area {
+
.content-area h6 {
-
    width:850px;
+
font-size: 1.2rem;
-
    padding:2rem;
+
}
-
    margin:auto;
+
-
    background: #f9f9f9;
+
-
    }
+
-
    .content-area h1 {
+
.content-area aside {
-
    font-size: 2.7rem;
+
float:right;
-
    }
+
width:50%;
 +
padding:2rem;
-
    .content-area h2 {
+
.blockquote {
-
    font-size: 2.2rem;
+
font-family: Georgia, serif;
-
    }
+
font-size: 18px;
 +
font-style: italic;
 +
width: 500px;
 +
margin: 0.25em 0;
 +
padding: 0.35em 40px;
 +
line-height: 1.45;
 +
position: relative;
 +
color: #383838;
 +
}
-
    .content-area h3 {
+
.blockquote:before {
-
    font-size: 2.7rem;
+
display: block;
-
    }
+
padding-left: 10px;
 +
content: "\201C";
 +
font-size: 80px;
 +
position: absolute;
 +
left: -20px;
 +
top: -20px;
 +
color: #7a7a7a;
 +
}
-
    .content-area h4 {
+
.blockquote cite {
-
    font-size: 4.0rem;
+
color: #999999;
-
    }
+
font-size: 14px;
 +
display: block;
 +
margin-top: 5px;
 +
}
-
    .content-area h5 {
+
.blockquote cite:before {
-
    font-size: 1.4rem;
+
content: "\2014 \2009";
-
    }
+
}
-
    .content-area h6 {
 
-
    font-size: 1.2rem;
 
-
    }
 
-
    .content-area aside {
+
</style>
-
    float:right;
+
<title></title>
-
    width:50%;
+
</head>
-
    padding:2rem;
+
<body>
-
 
+
<div class="content-area"> <article>
-
    .blockquote {
+
</article>
-
    font-family: Georgia, serif;
+
<img style="border: 0px solid ; width: 50px; height: 40px;" alt="iGEM" src="http://s21.postimg.org/ff5nkjy9v/IGEM_basic_Logo_stylized.png" align="left">
-
    font-size: 18px;
+
<h4>Glendale Community College Arizona<img
-
    font-style: italic;
+
style="width: 200px; height: 58px;" alt="GCC"
-
    width: 500px;
+
src="https://static.igem.org/mediawiki/2013/f/f1/Gcclogo.gif" align="right">
-
    margin: 0.25em 0;
+
</h4>
-
    padding: 0.35em 40px;
+
 
-
    line-height: 1.45;
+
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
-
    position: relative;
+
 
-
    color: #383838;
+
  <h2><p>Protocols</p></h2><img style="border: 0px solid ; width: 520px; height: 250px;" alt="iGEM" src="https://static.igem.org/mediawiki/2013/f/f1/PprA%26RecA.png" align="right">
-
    }
+
   
-
 
+
<a href="https://2013.igem.org/Team:Glendale_CC_AZ/Protocols/GrowthCurve">Growth Curve  Assay</a></p>
-
    .blockquote:before {
+
<a href="https://2013.igem.org/Team:Glendale_CC_AZ/Protocols/NaCl">NaCl Growth Curve Assay</a></p>
-
    display: block;
+
<a href="https://2013.igem.org/Team:Glendale_CC_AZ/Protocols/SurivalGrowth">Survival Growth  Assay</a></p>
-
    padding-left: 10px;
+
<a href="https://2013.igem.org/Team:Glendale_CC_AZ/Protocols/AlkalineLysis">Alkaline Lysis Plasmid Miniprep </a></p>
-
    content: "\201C";
+
<a href="https://2013.igem.org/Team:Glendale_CC_AZ/Protocols/RestrictionDigest">Restriction Digest</a></p>
-
    font-size: 80px;
+
<a href="https://2013.igem.org/Team:Glendale_CC_AZ/Protocols/DNAIsolation">DNA Isolation</a></p>
-
    position: absolute;
+
<a href="https://2013.igem.org/Team:Glendale_CC_AZ/Protocols/Bioinformatics">Bioinformatics</a></p>
-
    left: -20px;
+
<a href="https://2013.igem.org/Team:Glendale_CC_AZ/Protocols/Ligation">Ligation</a></p>
-
    top: -20px;
+
<a href="https://2013.igem.org/Team:Glendale_CC_AZ/Protocols/Transformation">Transformation</a></p>
-
    color: #7a7a7a;
+
 
-
    }
+
<!--/.content-area-->
-
 
+
</body>
-
    .blockquote cite {
+
</html>
-
    color: #999999;
+
-
    font-size: 14px;
+
-
    display: block;
+
-
    margin-top: 5px;
+
-
    }
+
-
 
+
-
    .blockquote cite:before {
+
-
    content: "\2014 \2009";
+
-
    }
+

Revision as of 02:39, 28 September 2013