Team:USTC-Software/collaboration/css

From 2013.igem.org

(Difference between revisions)
(Created page with "#cowork{ width:1000px; height:2700px; background:url(../images/bg1.jpg); box-shadow:#999 3px 3px 3px; margin:120px auto; } #cowork .content{ width:920px; m...")
 
(5 intermediate revisions not shown)
Line 1: Line 1:
#cowork{
#cowork{
-
   width:1000px;
+
   width:1050px;
-
   height:2700px;
+
   height:auto;
-
   background:url(../images/bg1.jpg);
+
   background: url(https://static.igem.org/mediawiki/2013/1/1e/M_1243691170517.jpg) repeat !important;
   box-shadow:#999 3px 3px 3px;
   box-shadow:#999 3px 3px 3px;
-
   margin:120px auto;
+
   margin:100px auto;
}
}

Latest revision as of 05:10, 28 October 2013

  1. cowork{
  width:1050px;
  height:auto;
  background: url(M_1243691170517.jpg) repeat !important;
  box-shadow:#999 3px 3px 3px;
  margin:100px auto;

}

  1. cowork .content{
  width:920px;
  margin:10px auto;

}

  1. cowork .content p{
   font-family:Arial, Helvetica, sans-serif;
   font-size:20px;

}

  1. cowork .string{
   width:920px;

}

  1. cowork .string p{
   width:920px;

}