Template:Team:SJTU-BioX-Shanghai/article

From 2014.igem.org

(Difference between revisions)
Line 5: Line 5:
/* CSS Document */
/* CSS Document */
 +
#bodyContent
 +
{
 +
background-image: url('https://static.igem.org/mediawiki/2014/2/2d/SJTU14_Background.png');
 +
background-repeat: repeat;
 +
}
article
article
-
{  margin: 3% 10%;
+
{   
-
    font-size:1.3em;
+
margin: 3% 10%;
 +
padding: 15px;
 +
font-size:1.3em;
 +
box-shadow: 0 0 5px #2b3770;
 +
background-color: #FFF;
}
}
article p
article p
Line 18: Line 27:
     padding-bottom:0.5em;
     padding-bottom:0.5em;
     word-spacing: 0.1em;
     word-spacing: 0.1em;
-
    -moz-column-count: 1;
 
-
    -moz-column-gap: 2em;
 
-
    column-gap: 2em;
 
-
    -webkit-column-count: 1;
 
-
    -webkit-column-gap: 2em;
 
}
}
article p{text-indent: 2em;}
article p{text-indent: 2em;}
Line 56: Line 60:
     color:#2d3e58;
     color:#2d3e58;
}
}
-
h2#reference+ol li{
+
h2#reference>ol>li{
   font-style:italic;
   font-style:italic;
   font-size: 0.95em;
   font-size: 0.95em;
Line 74: Line 78:
   }
   }
}
}
-
 
</style>
</style>
</html>
</html>

Revision as of 18:35, 17 October 2014