Team:USTC-Software/css

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
#camera {
#camera {
-
width:1000px;
+
    width:1000px;
-
margin:0 auto;
+
    margin:0 auto;
-
height:500px;
+
    height:500px;
-
margin-top:105px;
+
    margin-top:105px;
}
}
#green {
#green {
-
background:#8cc63f;
+
      background:#8cc63f;
-
width:1000px;
+
      width:1000px;
-
margin:0 auto;
+
      margin:0 auto;
-
height:250px;
+
      height:250px;
}
}
#cyan {
#cyan {
-
background:#2da7a0;
+
      background:#2da7a0;
-
width:1000px;
+
      width:1000px;
-
margin:0 auto;
+
      margin:0 auto;
-
height:250px;
+
      height:250px;
}
}
#blue {
#blue {
-
background:#6b93af;
+
    background:#6b93af;
-
width:1000px;
+
    width:1000px;
-
margin:0 auto;
+
    margin:0 auto;
-
height:250px;
+
    height:250px;
}
}
Line 31: Line 31:
#purple {
#purple {
-
background:#b575a7;
+
    background:#b575a7;
-
width:1000px;
+
    width:1000px;
-
margin:0 auto;
+
    margin:0 auto;
-
height:250px;
+
    height:250px;
}
}

Revision as of 20:14, 21 September 2013

  1. camera {
    width:1000px;
    margin:0 auto;
    height:500px;
    margin-top:105px;

}

  1. green {
     background:#8cc63f;
     width:1000px;
     margin:0 auto;
     height:250px;

}


  1. cyan {
     background:#2da7a0;
     width:1000px;
     margin:0 auto;
     height:250px;

}

  1. blue {
    background:#6b93af;
    width:1000px;
    margin:0 auto;
    height:250px;

}


  1. purple {
    background:#b575a7;
    width:1000px;
    margin:0 auto;
    height:250px;

}


div.left {

    position:absolute;
    width:700px;
    height:250px;
    font:18px Arial, Helvetica, sans-serif;
    color:#fff;
    padding:15px;
    float:left;

}


div.right {

   width:200px;
   height:200px;
   float:right;
   right:205px;
   margin-top:25px;
   position: absolute;

}

.right img{
   height:100%;
   width:100%;

}

  1. sponsors {
    background:#34495e;
    height:133px;
    width:1000px;
    margin:0 auto; 

}


  1. sponsors h2 {
    width:auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size:25px;
    color: #fff;
    float:left;
    margin-left:0px;
    margin-right:125px;
    margin-top:15px;

}


img.more {float:right;}