Template:Team:SJTU-BioX-Shanghai/article

From 2014.igem.org

(Difference between revisions)
 
(115 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
 +
<link href='http://fonts.googleapis.com/css?family=Rancho|Open+Sans:600italic,400|Ultra' rel='stylesheet' type='text/css'>
<style type="text/css">
<style type="text/css">
   @charset "UTF-8";  
   @charset "UTF-8";  
/* CSS Document */
/* CSS Document */
-
/* @group overview */
+
#content
-
 
+
-
#overview
+
{
{
-
    background-color: #edecec;
+
background-image: url('https://static.igem.org/mediawiki/2014/2/2d/SJTU14_Background.png');
-
    -webkit-columns:1 ;
+
background-repeat: repeat;
-
    -moz-columns: 1;
+
-
    columns: 2;
+
-
    column-fill: balance;
+
-
    -webkit-column-gap: 2em;
+
-
    -moz-column-gap: 2em;
+
-
    column-gap: 2em;
+
-
    text-align: justify;
+
-
    padding: 3% 8%;
+
-
    font-family: OpenSans-Regular, 'Trebuchet MS', Helvetica, sans-serif;
+
-
    line-height: 1.7em;
+
-
    font-size: 1.25em;
+
}
}
-
#overview h2
 
-
{
 
-
    color: #68afbc;
 
-
    text-shadow: 0px 0px 6px #FFFFFF;
 
-
    margin: 6px 3px 2px 3px;
 
-
   
 
-
}
 
-
#overview ol
 
-
{
 
-
    margin-bottom: 1em;
 
-
    list-style-type: disc;
 
-
}
 
-
 
-
 
-
/* @end */
 
-
 
article
article
-
{
+
{  
-
    margin: 3% 5%;
+
width: 75%;
-
    font-size:1.2em;
+
margin: 3% auto;
 +
padding: 5%;
 +
font-size:1.3em;
 +
box-shadow: 0 0 5px #2b3770;
 +
background-color: #FFF;
 +
        overflow: hidden;
}
}
article p
article p
{
{
-
     font-family:OpenSans-Regular, 'Trebuchet MS', Helvetica, sans-serif;
+
     font-family:'Open Sans','Times New Roman', Times, serif;
 +
    list-style-position: inside
 +
    font-style:normal;
 +
    line-height:2;
     text-align: justify;
     text-align: justify;
-
     text-indent: 3em;
+
     padding-bottom:0.5em;
-
     word-spacing: 0.2em;
+
     word-spacing: 0.1em;
-
    -moz-column-count: 1;
+
}
-
     -moz-column-gap: 2em;
+
article p{text-indent: 2em;}
-
     column-count: 2;
+
article ul{list-style:none;}
-
     column-gap: 2em;
+
/*blockquote,article ol{padding-left:2em;}*/
-
     -webkit-column-count: 1
+
article h4{
-
;
+
    margin:0;
-
     -webkit-column-gap: 2em;
+
    font-family:'Open Sans','Times New Roman', Times, serif;
 +
     font-size: 1em;
 +
    padding-bottom:0.25em;
 +
    padding-top:0.25em;
 +
     text-indent: 0.5em;
 +
}
 +
article h3
 +
{
 +
     font-family: 'Open Sans', 'Palatino Linotype', 'Book Antiqua', sans-serif;
 +
     padding-top: 0.25em;
 +
    padding-bottom: 0.25em;
 +
    font-size: 1.3em;
 +
    color:#2d3e58;
 +
     line-height:1.5em;
}
}
-
 
article h2
article h2
{
{
-
     font-family: Rancho, 'Comic Sans MS', cursive, sans-serif;
+
    letter-spacing:3px;
-
     font-size: 2.5em;
+
     font-family: Rancho,Impact, Charcoal, sans-serif;
-
     margin: 25px 3px 0px 3px;
+
    padding-top:0.5em;
 +
    padding-bottom:0.5em;
 +
     font-size: 2.5em;}
 +
 
 +
     margin: 25px 10px 10px 10px;
 +
    letter-spacing:3px;
 +
    color:#2d3e58;
 +
}
 +
ol.ref li {
 +
  font-style:italic;
 +
  font-size: 0.95em;
 +
  }
 +
article
 +
{
 +
list-style-position: inside;
}
}
@media screen and (max-width: 55.6875em) {
@media screen and (max-width: 55.6875em) {
Line 78: Line 84:
   }
   }
}
}
-
 
</style>
</style>
</html>
</html>

Latest revision as of 23:57, 17 October 2014