Template:Team:SJTU-BioX-Shanghai/article

From 2014.igem.org

(Difference between revisions)
 
(13 intermediate revisions not shown)
Line 5: Line 5:
/* CSS Document */
/* CSS Document */
-
#bodyContent
+
#content
{
{
background-image: url('https://static.igem.org/mediawiki/2014/2/2d/SJTU14_Background.png');
background-image: url('https://static.igem.org/mediawiki/2014/2/2d/SJTU14_Background.png');
Line 12: Line 12:
article
article
{   
{   
-
margin: 3% 10%;
+
width: 75%;
-
padding: 15px;
+
margin: 3% auto;
 +
padding: 5%;
font-size:1.3em;
font-size:1.3em;
box-shadow: 0 0 5px #2b3770;
box-shadow: 0 0 5px #2b3770;
background-color: #FFF;
background-color: #FFF;
 +
        overflow: hidden;
}
}
article p
article p
Line 60: Line 62:
     color:#2d3e58;
     color:#2d3e58;
}
}
-
h2#reference>ol>li{
+
ol.ref li {
   font-style:italic;
   font-style:italic;
   font-size: 0.95em;
   font-size: 0.95em;
   }
   }
 +
article
 +
{
 +
list-style-position: inside;
 +
}
@media screen and (max-width: 55.6875em) {
@media screen and (max-width: 55.6875em) {
   article p  
   article p  

Latest revision as of 23:57, 17 October 2014