Template:WashUtop

From 2012.igem.org

(Difference between revisions)
 
(378 intermediate revisions not shown)
Line 1: Line 1:
-
<html><style>
+
<html>
-
@charset "UTF-8";
+
<style>
-
 
+
/* iGEM wiki Hacker */
/* iGEM wiki Hacker */
-
body{
 
-
background-color:#8f0222;
 
-
}
 
-
.global {
 
-
font-family: 'Palatino, Book Antiqua', sans-serif;
 
-
background-color: #transpare;
 
-
width: 970px;
 
-
margin: 0 auto;
 
-
text-align: left;
 
-
position: relative;
 
-
}
 
-
 
div#top-section {
div#top-section {
-
background-color: white;
+
visibility:hidden;
-
background-image:
+
background-color:transparent;
-
url(https://static.igem.org/mediawiki/2011/5/51/Topsectionbg.png);
+
background-repeat: no-repeat;
background-repeat: no-repeat;
height: 10px;
height: 10px;
-
width: 970px;
+
width: 965px;
-
border: 0;
+
border: none;
z-index: 10;
z-index: 10;
}
}
Line 34: Line 20:
height: 20px;
height: 20px;
width: 300px;
width: 300px;
-
font-family: 'Molengo', sans-serif;
+
font-family: 'Century Gothic', sans-serif;
font-size: 8pt;
font-size: 8pt;
}
}
div#menubar .selected a {
div#menubar .selected a {
-
color: #529dd9;
+
color: #440110;
}
}
.left-menu,.left-menu a {
.left-menu,.left-menu a {
-
color: #529dd9;
+
color: #440110;
z-index: 1;
z-index: 1;
}
}
.left-menu:hover {
.left-menu:hover {
-
background-color: #666666;
+
background-color: transparent;
}
}
Line 63: Line 49:
padding: 0px 15px 0px 0px;
padding: 0px 15px 0px 0px;
color: #529dd9;
color: #529dd9;
-
background-color: white;
+
background-color: transparent;
}
}
Line 81: Line 67:
}
}
-
#content {
 
-
z-index: 1;
 
-
background-color: #e9e9e9;;
 
-
border: none;
 
-
width: 970px;
 
-
margin-left: auto;
 
-
margin-right: auto;
 
-
padding: 0px;
 
-
font-family: 'Molengo', sans-serif;
 
-
}
 
-
 
-
#content p {
 
-
display: none;
 
-
}
 
#contentwrapper p {
#contentwrapper p {
Line 112: Line 84:
display: none;
display: none;
}
}
 +
#footer-box {
#footer-box {
-
display: none;
+
background:#fcf4fa;
 +
        float:center;
 +
        overflow:hidden;
 +
        display:block
 +
        width:958px;
 +
        margin-left:auto;
 +
        margin-right:auto;
}
}
h1 {
h1 {
-
border-bottom: none;
+
border-bottom: none;
 +
font size = "4";
 +
text-decoration:underline;
}
}
-
/*Hacker ends here*/ /*Globle Settings*/ /*Color Definition*/
 
-
#red a {
 
-
color: #f8b4ae;
 
-
}
 
-
#red h1 {
+
/*Hacker ends here*/ /*Global Settings*/
-
color: red;
+
/* CSS Document */
-
}
+
-
#red hr {
+
a:hover {
-
background-color: #f8b4ae;
+
-
}
+
-
 
+
-
#red a:hover {
+
-
color: red;
+
text-decoration: none;
text-decoration: none;
}
}
-
#red .bgcolors {
+
.links a:hover {
-
background-color: red;
+
cursor: pointer;
}
}
-
#red #accordion h4 {
+
body
-
background-color: red;
+
{background: url('http://t.wallpaperweb.org/wallpaper/abstract/1600x1200/purple_shade.jpg');
 +
background-attachment:fixed;
}
}
-
#red #accordion h4 selected {
+
#content
-
background-color: red;
+
{padding-left:0px; padding-right:0px;
 +
background-color:transparent;
 +
border:none;
}
}
-
#blue a {
+
p {color:#000000;
-
color: #7fb3d8;
+
font-size:14px;}
-
}
+
-
#blue h1 {
+
.main {
-
color: #006699;
+
background-color: #transparent;
-
}
+
position: static;
 +
top: auto;
 +
height: auto;
 +
padding: 10px;
 +
padding-top: 0px;
-
#blue hr {
 
-
background-color: #7fb3d8;
 
-
}
 
-
#blue a:hover {
 
-
color: #006699;
 
-
text-decoration: none;
 
}
}
-
#blue .bgcolors {
+
#missionstatement {
-
background-color: #006699;
+
        width: 947px;
 +
        float: center;
 +
background-color:#fcf4fa;
 +
        padding: 0px;
 +
height: 180px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
 +
        font-size:115%;
}
}
-
#blue #accordion h4 {
+
a{
-
background-color: #006699;
+
text-decoration:none;
}
}
-
#blue #accordion h4 selected {
+
/* Navbar */
-
background-color: #006699;
+
#mainNav {
 +
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
 +
  font-size: 14px;
 +
  float: center;
 +
  line-height: 1.5;
 +
  margin: 0 auto;
 +
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
 +
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
 +
          box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
}
-
#orange #accordion h4 {
+
.menu-item {
-
background-color: #ff9933;
+
  background: #fff;
 +
  width: 159px;
 +
  float: left;
}
}
-
 
+
.menu-item2 {
-
#orange #accordion h4 selected {
+
  background: #fff;
-
background-color: #ff9933;
+
  width: 170px;
 +
  float: left;
}
}
-
#orange a {
+
/*Menu Header Styles*/
-
color: #ffcc99;
+
.menu-item h4 {
-
}
+
  border-bottom: 1px solid rgba(0,0,0,0.3);
 +
  border-top: 1px solid rgba(255,255,255,0.2);
 +
  color: #fff;
 +
  font-size: 15px;
 +
  font-weight: 500;
 +
  padding: 7px 12px;
 +
  align:center;
-
#orange h1 {
+
  /*Gradient*/
-
color: #ff9933;
+
  background: #a90329; /* Old browsers */
 +
  background: -moz-linear-gradient(top, #4c0756 0%, #37053e 44%, #220326 100%); /* FF3.6+ */
 +
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
 +
  background: -webkit-linear-gradient(top, #4c0756 0%,#37053e 44%,#220326 100%); /* Chrome10+,Safari5.1+ */
 +
  background: -o-linear-gradient(top, #4c0756 0%,#37053e 44%,#220326 100%); /* Opera 11.10+ */
 +
  background: -ms-linear-gradient(top, #4c0756 0%,#37053e 44%,#220326 100%); /* IE10+ */
 +
  background: linear-gradient(top, #4c0756 0%,#37053e 44%,#220326 100%); /* W3C */
 +
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c0756', endColorstr='#220326',GradientType=0 ); /* IE6-9 */
}
}
-
#orange hr {
+
.menu-item2 h4 {
-
background-color: #ffcc99;
+
  border-bottom: 1px solid rgba(0,0,0,0.3);
-
}
+
  border-top: 1px solid rgba(255,255,255,0.2);
 +
  color: #fff;
 +
  font-size: 15px;
 +
  font-weight: 500;
 +
  padding: 7px 12px;
-
#orange a:hover {
 
-
color: #ff9933;
 
-
text-decoration: none;
 
-
}
 
-
#orange .bgcolors {
+
/*Gradient*/
-
background-color: #ff9933;
+
  background: #a90329; /* Old browsers */
 +
  background: -moz-linear-gradient(top, #4c0756 0%, #37053e 44%, #220326 100%); /* FF3.6+ */
 +
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
 +
  background: -webkit-linear-gradient(top, #4c0756 0%,#37053e 44%,#220326 100%); /* Chrome10+,Safari5.1+ */
 +
  background: -o-linear-gradient(top, #4c0756 0%,#37053e 44%,#220326 100%); /* Opera 11.10+ */
 +
  background: -ms-linear-gradient(top, #4c0756 0%,#37053e 44%,#220326 100%); /* IE10+ */
 +
  background: linear-gradient(top, #4c0756 0%,#37053e 44%,#220326 100%); /* W3C */
 +
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c0756', endColorstr='#220326',GradientType=0 ); /* IE6-9 */
}
}
-
#cyan {
+
.menu-item h4:hover {
-
+
  background: #61096d; /* Old browsers */
-
}
+
  background: -moz-linear-gradient(top,  #61096d 0%, #37053e 100%); /* FF3.6+ */
 +
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc002c), color-stop(100%,#37053e)); /* Chrome,Safari4+ */
 +
  background: -webkit-linear-gradient(top,  #61096d 0%,#37053e 100%); /* Chrome10+,Safari5.1+ */
 +
  background: -o-linear-gradient(top,  #61096d 0%,#37053e 100%); /* Opera 11.10+ */
 +
  background: -ms-linear-gradient(top,  #61096d 0%,#37053e 100%); /* IE10+ */
 +
  background: linear-gradient(top,  #61096d 0%,#37053e 100%); /* W3C */
 +
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61096d', endColorstr='#37053e',GradientType=0 ); /* IE6-9 */
-
#cyan a {
 
-
color: #3399ff;
 
}
}
 +
.menu-item2 h4:hover { 
 +
  background: #61096d; /* Old browsers */
 +
  background: -moz-linear-gradient(top,  #61096d 0%, #37053e 100%); /* FF3.6+ */
 +
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc002c), color-stop(100%,#37053e)); /* Chrome,Safari4+ */
 +
  background: -webkit-linear-gradient(top,  #61096d 0%,#37053e 100%); /* Chrome10+,Safari5.1+ */
 +
  background: -o-linear-gradient(top,  #61096d 0%,#37053e 100%); /* Opera 11.10+ */
 +
  background: -ms-linear-gradient(top,  #61096d 0%,#37053e 100%); /* IE10+ */
 +
  background: linear-gradient(top,  #61096d 0%,#37053e 100%); /* W3C */
 +
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61096d', endColorstr='#37053e',GradientType=0 ); /* IE6-9 */
-
#cyan h1 {
 
-
color: #0066ff;
 
}
}
-
#cyan hr {
+
.menu-item h4 a {
-
background-color: #3399ff;
+
  color: white;
 +
  display: block;
 +
  text-decoration: none;
 +
  width: 200px;
 +
  list-style: none;
 +
  margin: 0 auto;
}
}
-
 
+
.menu-item2 h4 a {
-
#cyan a:hover {
+
  color: white;
-
color: #0066ff;
+
  display: block;
-
text-decoration: none;
+
  text-decoration: none;
 +
  width: 200px;
 +
  list-style: none;
 +
margin:0 auto;
}
}
-
#cyan .bgcolors {
+
/*ul Styles*/
-
background-color: #0066ff;
+
.menu-item ul {
-
}
+
  background: #fff;
 +
  font-size: 13px;
 +
  line-height: 30px;
 +
  height: 0px;
 +
  list-style-type: none;
 +
  overflow: hidden;
 +
  padding: 0px;
 +
  display:block;
 +
  position:absolute;
-
#cyan #accordion h4 {
 
-
background-color: #0066ff;
 
-
}
 
-
#cyan #accordion h4 selected {
+
  /*Animation*/
-
background-color: #0066ff;
+
  -webkit-transition: height 1s ease;
 +
    -moz-transition: height 1s ease;
 +
      -o-transition: height 1s ease;
 +
      -ms-transition: height 1s ease;
 +
          transition: height 1s ease;
}
}
-
#gray a {
+
.menu-item2 ul {
-
color: #666666;
+
  background: #fff;
 +
  font-size: 13px;
 +
  line-height: 30px;
 +
  height: 0px;
 +
  list-style-type: none;
 +
  overflow: hidden;
 +
  padding: 0px;
 +
  display:block;
 +
  position:absolute;
 +
 
 +
/*Animation*/
 +
  -webkit-transition: height 1s ease;
 +
    -moz-transition: height 1s ease;
 +
      -o-transition: height 1s ease;
 +
      -ms-transition: height 1s ease;
 +
          transition: height 1s ease;
}
}
-
#gray h1 {
 
-
color: #333333;
 
-
}
 
-
#gray hr {
+
.menu-item:hover ul {
-
background-color: #666666;
+
  height: 93px;
 +
  list-style: none;
}
}
-
 
+
.menu-item2:hover ul {
-
#gray a:hover {
+
  height: 62px;
-
color: #333333;
+
  list-style: none;
-
text-decoration: none;
+
}
}
-
#gray .bgcolors {
+
.menu-item ul a {
-
background-color: #333333;
+
  margin-left: 20px;
-
}
+
  text-decoration: none;
 +
  color: #aaa;
 +
  display: block;
 +
  width: 160px;
 +
  float: none;
-
#gray #accordion h4 {
 
-
background-color: #ff9933;
 
}
}
 +
.menu-item2 ul a {
 +
  margin-left: 20px;
 +
  text-decoration: none;
 +
  color: #aaa;
 +
  display: block;
 +
  width: 160px;
 +
  float: none;
-
#gray #accordion h4 selected {
 
-
background-color: #ff9933;
 
}
}
-
#green a {
+
/*li Styles*/
-
color: #aadba5;
+
-
}
+
-
#green h1 {
 
-
color: #56b74c;
 
-
}
 
-
#green hr {
 
-
background-color: #aadba5;
 
-
}
 
-
#green a:hover {
+
.menu-item li:hover {
-
color: #56b74c;
+
  background: #eee;
-
text-decoration: none;
+
-
}
+
-
#green .bgcolors {
+
  list-style: none;
-
background-color: #56b74c;
+
}
}
 +
.menu-item2 li:hover {
 +
  background: #eee;
-
#green #accordion h4 {
+
  list-style: none;
-
background-color: #56b74c;
+
}
}
-
#green #accordion h4 selected {
+
/* Buttons on Bottom*/
-
background-color: #56b74c;
+
-
}
+
-
#pink a {
+
  #BackToTop {
-
color: #ff66cc;
+
  position:fixed;
-
}
+
  bottom:0;
 +
  right:0;
 +
  }
-
#pink h1 {
+
  #Sitemap {
-
color: #ff0099;
+
  position:fixed;
-
}
+
  bottom:0;
 +
  left:0;
 +
  }
-
#pink hr {
+
/* Gallery and Quick-Access Buttons */
-
background-color: #ff66cc;
+
-
}
+
-
#pink a:hover {
+
#galleryandbuttons{
-
color: #ff0099;
+
width: 947px;
-
text-decoration: none;
+
        float: center;
 +
background-color:#FFEDF5;
 +
        padding: 0px;
 +
height: 520px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
}
}
-
#pink .bgcolors {
+
/* Follow us bit and QuickLinks */
-
background-color: #ff0099;
+
#buttons{
 +
  -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 2px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:0px;
 +
        margin-left:auto;
 +
        margin-right: auto;
}
}
-
#pink #accordion h4 {
+
/* Sponsors */
-
background-color: #ff0099;
+
-
}
+
-
#pink #accordion h4 selected {
+
#sponsors{
-
background-color: #ff0099;
+
width: 947px;
-
}
+
        float: center;
 +
background-color:#fcf4fa;
 +
        padding: 0px;
 +
height: 600px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
 +
        margin-bottom:20px;
-
#black a {
 
-
color: black;
 
}
}
-
#black a:hover {
+
/* Team */
-
color: #999;
+
-
}
+
-
#black .bgcolors {
+
#team{
-
background-color: #999;
+
        width : 947 px;
 +
        float: center;
 +
background-color:#fcf4fa;
 +
        padding: 0px;
 +
height: 520px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
}
}
-
#black #accordion h4 {
+
/* Students */
-
background-color: #ff9933;
+
-
}
+
-
#black #accordion h4 selected {
+
#student{
-
background-color: #ff9933;
+
width : 947 px;
 +
  float: center;
 +
background-color:#fcf4fa;
 +
        padding: 0px;
 +
height: 280px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
}
}
-
#purple a {
+
#student2{
-
color: #9966cc;
+
width : 947 px;
 +
  float: center;
 +
background-color:#fcf4fa;
 +
        padding: 0px;
 +
height: 330px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
}
}
-
 
+
/* Saffron in a Kan */
-
#purple h1 {
+
#design{
-
color: #4700b1;
+
width: 786px;
 +
        float: right;
 +
background-color:#fcf4fa;
 +
        padding: 0px;
 +
height: 1240px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:2px;
 +
        margin-left:auto;
 +
        margin-right: auto;
 +
        margin-bottom:20px;
}
}
-
#purple hr {
+
#overviewkan{
-
background-color: #9966cc;
+
  width: 786px;
 +
        float: right;
 +
background-color:#fcf4fa;
 +
        padding: 0px;
 +
height: 158px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:2px;
 +
        margin-left:auto;
 +
        margin-right: auto;
 +
        margin-bottom:20px;
}
}
-
#purple a:hover {
+
#results{
-
color: #4700b1;
+
width: 786px;
-
text-decoration: none;
+
        float: right;
 +
background-color:#fcf4fa;
 +
        padding: 0px;
 +
height: 1010px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:2px;
 +
        margin-left:auto;
 +
        margin-right: auto;
 +
        margin-bottom:20px;
}
}
-
#purple .bgcolors {
+
/* Characterization of Z construct */
-
background-color: #4700b1;
+
#zconstructchar{
 +
width: 786px;
 +
        float: right;
 +
text-align:left;
 +
background-color:#fcf4fa;
 +
        padding: 0px;
 +
height: 2880px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:2px;
 +
        margin-left:auto;
 +
        margin-right: auto;
 +
        margin-bottom:20px;
}
}
-
#purple #accordion h4 {
+
/* Notebook */
-
background-color: #4700b1;
+
#weeklylog{
 +
width : 947px;
 +
  float:center;
 +
background-color:#fcf4fa;
 +
        padding: 0px;
 +
height: 500px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 255);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
 +
        margin-bottom:20px;
}
}
-
#purple #accordion h4 selected {
+
#week1{
-
background-color: #4700b1;
+
width : 947 px;
 +
  float: center;
 +
background-color:#fcf4fa;
 +
        padding: 1px 0px 5px 0px ;
 +
height: 680px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-bottom:10px;
}
}
-
/*others-------------------*/
+
#week2{
-
a:hover {
+
width : 947 px;
-
text-decoration: none;
+
  float: center;
 +
background-color:#fcf4fa;
 +
        padding: 1px 0px 5px 0px ;
 +
height: 880px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
}
}
-
#contentwrapper {
+
#week{
-
vertical-align: middle;
+
width : 947 px;
-
width: 970px;
+
  float: center;
-
margin: 0 auto;
+
background-color:#fcf4fa;
-
text-align: left;
+
        padding: 1px 0px 5px 0px ;
-
position: relative;
+
height: 2300px;
-
font-family: Arial, sans-serif;
+
        -webkit-box-shadow: 0 8px 6px -6px black;
-
background-color: #transparent;
+
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
}
}
-
#contentwrapper .hc {
+
#longweek{
-
height: 300px;
+
width : 947 px;
 +
  float: center;
 +
background-color:#fcf4fa;
 +
        padding: 1px 0px 5px 0px ;
 +
height: 4500px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
}
}
-
.main {
+
#extralongweek{
-
background-color: #transparent;
+
width : 947 px;
-
position: static;
+
  float: center;
-
top: auto;
+
background-color:#fcf4fa;
-
height: auto;
+
        padding: 1px 0px 5px 0px ;
-
padding: 10px;
+
height: 5000px;
-
padding-top: 0px;
+
        -webkit-box-shadow: 0 8px 6px -6px black;
-
padding-right: 10px;
+
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
 +
        margin-bottom:20px;
}
}
-
.block {
+
#extralongweek2{
-
margin: 10px;
+
width : 947 px;
-
float: left;
+
  float: center;
-
color: #333333;
+
background-color:#fcf4fa;
-
font-size: 12pt;
+
        padding: 1px 0px 5px 0px ;
-
padding: 0;
+
height: 5400px;
-
width: 660px;
+
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
 +
        margin-bottom:20px;
}
}
-
.block h1 {
+
#mediumlongweek{
-
font-size: 36pt;
+
width : 947 px;
 +
  float: center;
 +
background-color:#fcf4fa;
 +
        padding: 1px 0px 5px 0px ;
 +
height: 2500px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
}
}
-
.block a {
+
#week3{
-
color: #ff3333;
+
width : 947 px;
 +
  float: center;
 +
background-color:#fcf4fa;
 +
        padding: 1px 0px 5px 0px ;
 +
height: 1680px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-bottom:10px;
}
}
-
.block p {
+
#longweek2{
-
margin: 20px;
+
width : 947 px;
 +
  float: center;
 +
background-color:#fcf4fa;
 +
        padding: 1px 0px 5px 0px ;
 +
height: 3200px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
}
}
-
.block h1,h2 {
+
#longweek3{
-
border-bottom: none;
+
width : 947 px;
-
padding-left: 10px;
+
  float: center;
-
padding-bottom: 0;
+
background-color:#fcf4fa;
-
padding-top: 0;
+
        padding: 1px 0px 5px 0px ;
 +
height: 2900px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
}
}
-
.block a {
+
#longweek4{
-
color: #666666;
+
width : 947 px;
 +
  float: center;
 +
background-color:#fcf4fa;
 +
        padding: 1px 0px 5px 0px ;
 +
height: 3600px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
}
}
-
.block hr {
+
#longweek5{
-
height: 2px;
+
width : 947 px;
-
margin-left: 15px;
+
  float: center;
-
margin-right: 15px;
+
background-color:#fcf4fa;
 +
        padding: 1px 0px 5px 0px ;
 +
height: 4000px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
}
}
-
.blocktop,.blockbottom {
+
/* YLC Project */
-
width: 100%;
+
-
height: 10px;
+
-
}
+
-
.blocktop {
+
#overview{
-
background-image: url(http://ung.igem.org/wiki/images/1/17/Blocktop.png)
+
  width: 786px;
-
;
+
        float: right;
-
background-repeat: no-repeat;
+
background-color:#fcf4fa;
-
overflow: hidden;
+
        padding: 0px;
 +
height: 128px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:2px;
 +
        margin-left:auto;
 +
        margin-right: auto;
 +
        margin-bottom:20px;
}
}
-
.blockbottom {
+
#ylclesson{
-
background-image:
+
width: 786px;
-
url(http://ung.igem.org/wiki/images/1/16/Blockbottom.png);
+
        float: right;
-
background-repeat: no-repeat;
+
        text-align:left;
-
overflow: hidden;
+
background-color:#fcf4fa;
 +
        padding: 0px;
 +
height: 1048px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:-6px;
 +
        margin-left:auto;
 +
        margin-right: auto;
 +
        margin-bottom:20px;
}
}
-
.blockcontent {
+
#experiment{
-
padding: 10px;
+
width: 786px;
-
background-color: white;
+
text-align:left;
-
overflow: hidden;
+
        float: right;
 +
background-color:#fcf4fa;
 +
        padding: 0px;
 +
height: 1042px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:0px;
 +
        margin-left:auto;
 +
        margin-right: auto;
 +
        margin-bottom:20px;
}
}
-
.links {
+
#future{
-
background-color: white;
+
  width: 786px;
-
text-align: right;
+
        float: right;
-
padding-right: 24px;
+
background-color:#fcf4fa;
-
font-size: 16px;
+
        padding: 0px;
-
overflow: hidden;
+
height: 260px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:2px;
 +
        margin-left:auto;
 +
        margin-right: auto;
 +
        margin-bottom:20px;
}
}
-
.links a:hover {
 
-
cursor: pointer;
 
-
}
 
-
.sidebar {
+
/* Parts Page */
-
float: right;
+
#parts{
-
width: 250px;
+
    width: 786px;
 +
        float: right;
 +
background-color:#fcf4fa;
 +
        padding: 0px;
 +
height: 430px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
}
}
-
.sidebartop {
+
/* Attributions */
-
height: 10px;
+
#attributions{
-
background-image:
+
    width: 947px;
-
url(http://ung.igem.org/wiki/images/9/9f/Sidebartop.png);
+
text-align:left;
-
background-repeat: no-repeat;
+
        float: center;
 +
background-color:#fcf4fa;
 +
        padding: 0px;
 +
height: 1110px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
}
}
-
.sidebarbottom {
+
/* Protocols */
-
height: 10px;
+
#protocol {
-
background-image:
+
width : 947px;
-
url(http://ung.igem.org/wiki/images/7/79/Sidebarbottom.png);
+
  float:center;
-
background-repeat: : no-repeat;
+
text-align:left;
 +
background-color:#fcf4fa;
 +
        padding: 0px;
 +
height: 750px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
 +
        margin-bottom:20px;
}
}
-
.footer {
+
#protocolshort {
-
background-color: #666666;
+
width : 947px;
-
padding: 10px;
+
text-align:left;
-
padding-left: 0px;
+
  float:center;
-
padding-right: 0px;
+
background-color:#fcf4fa;
-
text-align: center;
+
        padding: 0px;
-
position: relative;
+
height: 420px;
-
bottom: 0;
+
        -webkit-box-shadow: 0 8px 6px -6px black;
-
width: 950px;
+
        -moz-box-shadow: 0 8px 6px -6px black;
-
vertical-align: middle;
+
        box-shadow: 0 8px 6px -6px black;
-
margin: auto;
+
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
 +
        margin-bottom:20px;
}
}
-
 
+
/* Safety */
-
.footer a {
+
#safety{
-
color: #cccccc;
+
width : 947px;
-
margin: 10px;
+
  float:center;
-
text-decoration: none;
+
text-align:left;
 +
background-color:#fcf4fa;
 +
        padding: 0px;
 +
height: 700px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:20px;
 +
        margin-left:auto;
 +
        margin-right: auto;
 +
        margin-bottom:20px;
}
}
-
.footer a:hover {
+
#phaseIII{
-
color: #FFF;
+
width: 786px;
-
text-decoration: none;
+
        float: right;
-
cursor: pointer;
+
text-align:left;
 +
background-color:#fcf4fa;
 +
        padding: 0px;
 +
height: 2300;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:2px;
 +
        margin-left:auto;
 +
        margin-right: auto;
 +
        margin-bottom:20px;
}
}
-
/*---------------Header----------------------*/
+
#growth{
-
.bgimg {
+
width: 786px;
-
background-image: url(http://ung.igem.org/wiki/images/5/5d/Homebg.png);
+
        float: right;
-
background-repeat: no-repeat;
+
text-align:left;
-
position: absolute;
+
background-color:#fcf4fa;
-
top: -1px;
+
        padding: 0px;
-
left: 0px;
+
height: 2000;
-
width: 970px;
+
        -webkit-box-shadow: 0 8px 6px -6px black;
-
height: 600px;
+
        -moz-box-shadow: 0 8px 6px -6px black;
-
z-index: -1;
+
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:2px;
 +
        margin-left:auto;
 +
        margin-right: auto;
 +
        margin-bottom:20px;
}
}
-
.bgpart1 {
+
#fba{
-
background-color: white;
+
width: 786px;
-
position: absolute;
+
        float: right;
-
height: 320px;
+
text-align:left;
-
width: 970px;
+
background-color:#fcf4fa;
-
top: 0px;
+
        padding: 0px;
-
left: 0px;
+
height: 2500;
-
z-index: -2;
+
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
        -moz-box-shadow: 0 8px 6px -6px black;
 +
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:2px;
 +
        margin-left:auto;
 +
        margin-right: auto;
 +
        margin-bottom:20px;
}
}
-
.bgpart2 {
+
#modoverview{
-
background-image: url(http://ung.igem.org/wiki/images/c/c2/Bg1.png);
+
width: 786px;
-
background-repeat: no-repeat;
+
        float: right;
-
position: absolute;
+
text-align:left;
-
height: 300px;
+
background-color:#fcf4fa;
-
width: 970px;
+
        padding: 0px;
-
top: 320px;
+
height: 200;
-
left: 0px;
+
        -webkit-box-shadow: 0 8px 6px -6px black;
-
z-index: -1;
+
        -moz-box-shadow: 0 8px 6px -6px black;
-
+
        box-shadow: 0 8px 6px -6px black;
 +
        border: 10px solid rgba(255, 255, 255, 0.4);
 +
        margin-top:2px;
 +
        margin-left:auto;
 +
        margin-right: auto;
 +
        margin-bottom:20px;
}
}
-
.bgpart3 {
+
#aprotocol{
-
background: #e9e9e9;
+
width: 965;
-
position: absolute;
+
        float: right;
-
height: 100%;
+
text-align:left;
-
width: 970px;
+
background-color:#fcf4fa;
-
margin-top:240px;
+
        padding: 0px;
-
overflow: hidden;
+
height: 2500;
-
left: 0px;
+
        -webkit-box-shadow: 0 8px 6px -6px black;
-
bottom:0px;
+
        -moz-box-shadow: 0 8px 6px -6px black;
-
z-index: -2;
+
        box-shadow: 0 8px 6px -6px black;
-
margin-left: auto;
+
        border: 10px solid rgba(255, 255, 255, 0.4);
-
margin-right: auto;
+
        margin-top:2px;
-
}
+
        margin-left:auto;
-
 
+
        margin-right: auto;
-
.header {
+
        margin-bottom:20px;
-
background-color: transparent;
+
-
width: 970px;
+
-
height: 320px;
+
-
position: static;
+
-
top: 1px;
+
-
}
+
-
 
+
-
.banner {
+
-
height: 220px;
+
-
z-index: -1;
+
-
}
+
-
 
+
-
.nav {
+
-
top: 230px;
+
-
heigh: 100px;
+
-
position: absolute;
+
-
margin-left: auto;
+
-
margin-right: auto;
+
-
z-index: 100;
+
-
}
+
-
 
+
-
.logo {
+
-
top: 20px;
+
-
left: 20px;
+
-
position: absolute;
+
-
z-index: -1;
+
-
}
+
-
 
+
-
.title {
+
-
position: absolute;
+
-
left: 240px;
+
-
z-index: -0;
+
-
}
+
-
 
+
-
.igemlogo {
+
-
position: absolute;
+
-
top: 30px;
+
-
left: 750px;
+
-
z-index: 9999;
+
-
}
+
-
 
+
-
ul#topnav {
+
-
margin: 0;
+
-
margin-left: auto;
+
-
margin-right: auto;
+
-
padding: 0;
+
-
padding-top: 10px;
+
-
left: 10px;
+
-
float: left;
+
-
width: 960px;
+
-
list-style: none;
+
-
position: relative;
+
-
/*--Set relative positioning on the unordered list itself - not on the list item--*/
+
-
background: transparent;
+
-
/*background: url(topnav_stretch.gif) repeat-x;*/
+
-
z-index: 10;
+
-
}
+
-
 
+
-
#search {
+
-
margin: 0;
+
-
padding: 0;
+
-
background-color: black;
+
-
filter: alpha(opacity = 40);
+
-
-moz-opacity: 0.4;
+
-
-khtml-opacity: 0.4;
+
-
opacity: 0.4;
+
-
height: 39px;
+
-
width: 245px;
+
-
}
+
-
 
+
-
#searchbar {
+
-
margin-top: 2px;
+
-
margin-left: 2px;
+
-
}
+
-
 
+
-
#contentwrapper .header .nav #topnav  a {
+
-
font-family: 'Hammersmith One', sans-serif;
+
-
font-weight: bold;
+
-
font-size: 120%;
+
-
}
+
-
 
+
-
ul#topnav li {
+
-
float: left;
+
-
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
+
-
 
+
-
margin: 0;
+
-
padding: 0;
+
-
border-right: 1px solid #555;
+
-
/*--Divider for each parent level links--*/
+
-
}
+
-
 
+
-
ul#topnav li a {
+
-
padding-bottom:15px;
+
-
padding: 2px 12px;
+
-
font-size: 28px;
+
-
display: block;
+
-
color: #f0f0f0;
+
-
text-decoration: none;
+
-
}
+
-
 
+
-
ul#topnav li a:hover {
+
-
filter: alpha(opacity = 100);
+
-
-moz-opacity: 1.0;
+
-
-khtml-opacity: 1.0;
+
-
opacity: 1.0;
+
-
}
+
-
 
+
-
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/
+
-
.nav #topnav #P_Pr {
+
-
background-color: #f19226;
+
-
filter: alpha(opacity = 40);
+
-
-moz-opacity: 0.4;
+
-
-khtml-opacity: 0.4;
+
-
opacity: 0.4;
+
-
}
+
-
 
+
-
.nav #topnav #P_Te {
+
-
background-color: #56b74c;
+
-
filter: alpha(opacity = 40);
+
-
-moz-opacity: 0.4;
+
-
-khtml-opacity: 0.4;
+
-
opacity: 0.4;
+
-
}
+
-
 
+
-
.nav #topnav #P_No {
+
-
background-color: #0068b1;
+
-
filter: alpha(opacity = 40);
+
-
-moz-opacity: 0.4;
+
-
-khtml-opacity: 0.4;
+
-
opacity: 0.4;
+
-
}
+
-
 
+
-
.nav #topnav #P_Hu {
+
-
background-color: #4700b1;
+
-
filter: alpha(opacity = 40);
+
-
-moz-opacity: 0.4;
+
-
-khtml-opacity: 0.4;
+
-
opacity: 0.4;
+
-
}
+
-
 
+
-
ul#topnav li span {
+
-
float: left;
+
-
padding: 3px;
+
-
position: absolute;
+
-
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
+
-
width: 942px;
+
-
left: 0;
+
-
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
+
-
top: 49px;
+
-
display: none; /*--Hide by default--*/
+
-
background: transparent;
+
-
color: #fff;
+
-
/*--Bottom right rounded corner--*/
+
-
-moz-border-radius-bottomright: 5px;
+
-
-khtml-border-radius-bottomright: 5px;
+
-
-webkit-border-bottom-right-radius: 5px;
+
-
/*--Bottom left rounded corner--*/
+
-
-moz-border-radius-bottomleft: 5px;
+
-
-khtml-border-radius-bottomleft: 5px;
+
-
-webkit-border-bottom-left-radius: 5px;
+
-
}
+
-
 
+
-
#not {
+
-
margin-left: 210px;
+
-
}
+
-
 
+
-
#pro {
+
-
margin-left: 1px;
+
-
}
+
-
 
+
-
#tea {
+
-
margin-left: 170px;
+
-
}
+
-
 
+
-
#hum {
+
-
margin-left: 250px;
+
-
}
+
-
 
+
-
ul#topnav span a {
+
-
font-size: 22px;
+
-
padding: 10px 5px;
+
-
}
+
-
 
+
-
ul#topnav li span a {
+
-
display: inline;
+
-
}
+
-
+
-
/*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
+
-
ul#topnav li span a:hover {
+
-
text-decoration: underline;
+
-
}
+
-
 
+
-
.nav #P_Home {
+
-
background-color: #ed4334;
+
-
padding-top:5px;
+
-
padding-bottom:10px;
+
-
}
+
-
 
+
-
.nav  #P_Project {
+
-
padding-top:5px;
+
-
padding-bottom:10px;
+
-
background-color: #f19226;
+
-
filter: alpha(opacity = 40);
+
-
-moz-opacity: 0.4;
+
-
-khtml-opacity: 0.4;
+
-
opacity: 0.4;
+
-
/*set the alpha*/
+
-
cursor: pointer;
+
-
}
+
-
 
+
-
.nav  #P_Team {
+
-
padding-top:5px;
+
-
padding-bottom:10px;
+
-
background-color: #56b74c;
+
-
filter: alpha(opacity = 40);
+
-
-moz-opacity: 0.4;
+
-
-khtml-opacity: 0.4;
+
-
opacity: 0.4;
+
-
/*set the alpha*/
+
-
cursor: pointer;
+
-
}
+
-
 
+
-
.nav  #P_Notebook {
+
-
padding-top:5px;
+
-
padding-bottom:10px;
+
-
background-color: #0068b1;
+
-
filter: alpha(opacity = 50);
+
-
-moz-opacity: 0.4;
+
-
-khtml-opacity: 0.4;
+
-
opacity: 0.4;
+
-
/*set the alpha*/
+
-
cursor: pointer;
+
-
}
+
-
 
+
-
.nav  #P_HumanPractice {
+
-
padding-top:5px;
+
-
padding-bottom:10px;
+
-
background-color: #4700b1;
+
-
filter: alpha(opacity = 50);
+
-
-moz-opacity: 0.4;
+
-
-khtml-opacity: 0.4;
+
-
opacity: 0.4;
+
-
/*set the alpha*/
+
-
cursor: pointer;
+
-
}
+
-
 
+
-
.pane a {
+
-
color: red;
+
-
}
+
-
 
+
-
pic p {
+
-
text-align: center;
+
-
font-style: italic;
+
-
}
+
-
#TeamSelfintro{
+
-
height:100px;
+
}
}
-
</style></html>
+
</style>
 +
</html>

Latest revision as of 03:52, 4 October 2012