Team:USTC-Software/css/project style

From 2012.igem.org

(Difference between revisions)
Line 57: Line 57:
      
      
p.list{
p.list{
-
     font-size:20px;
+
     font-size:18px;
     line-height:2.5em;
     line-height:2.5em;
-
     width:80%;
+
     width:90%;
     margin:0 auto;
     margin:0 auto;
 +
    list-style:disc;
}
}

Revision as of 15:43, 26 October 2012

  1. project_wrapper,
  2. software_wrapper,
  3. page_wrapper{
   clear:both;
   width:900px;
   margin:0 auto;
   color:white;
   padding:40px;
   background:url('https://static.igem.org/mediawiki/2012/d/de/USTC-Software-images-half-black.png');
   position:relative;
   }
   #project_wrapper .feature_group,
   #software_wrapper .feature_group{
       margin: 60px auto;
       position:relative;
   }
  1. project_wrapper img{
   display:block;
   width:600px;
   margin:30px auto;
   float:none;

}

.technology_feature{

   margin-bottom:25px;

} .technology_feature + .technology_feature{

   border-top: 1px solid #999;

}

p{

   font-family: 'Quicksand', sans-serif;

}

p.h1{

   font-size:35px;
   margin-bottom:15px;
   margin-top:30px;

}

p.h2{

   font-size:25px;
   margin-bottom:10px;
   margin-top:25px;

}

p.main{

   font-size:20px;
   line-height:1.5em;
   width:90%;
   margin:0 auto;
   }
   p.main + p.main{
       text-indent:1em;
   }
   

p.list{

   font-size:18px;
   line-height:2.5em;
   width:90%;
   margin:0 auto;
   list-style:disc;

}