Team:SJTU-BioX-Shanghai/article.css

From 2014.igem.org

(Difference between revisions)
 
(15 intermediate revisions not shown)
Line 1: Line 1:
   @charset "UTF-8";  
   @charset "UTF-8";  
/* CSS Document */
/* CSS Document */
-
 
+
article {
-
/* @group overview */
+
  margin: 3% 15%;
-
 
+
}  
-
#overview
+
article p {
-
{
+
  padding-left:100px;
-
    background-color: #edecec;
+
  padding-right:8%;
-
    background-image: url('../img/back.png');
+
  font-family:OpenSans-Regular, sans-serif;
-
    background-repeat: repeat;
+
  text-align: justify;
-
    -webkit-columns: 2;
+
  text-indent: 5em;
-
    -moz-columns: 2;
+
  word-spacing: 1.8em;
-
    columns: 2;
+
  -moz-column-count: 2;
-
    column-fill: balance;
+
  -moz-column-gap: 2em;
-
    -webkit-column-gap: 2em;
+
  column-count: 2;
-
    -moz-column-gap: 2em;
+
  column-gap: 2em;
-
    column-gap: 2em;
+
  -webkit-column-count: 2;
-
    text-align: justify;
+
  -webkit-column-gap: 2em;
-
    padding: 3% 8%;
+
-
    font-family: OpenSans-Regular;
+
-
    line-height: 1.7em;
+
-
}
+
-
#overview h2
+
-
{
+
-
    color: #8bcfd8;
+
-
    text-shadow: 0px 0px 6px #FFFFFF;
+
-
    margin: 6px 3px 2px 3px;
+
-
   
+
-
}
+
-
#overview ol
+
-
{
+
-
    margin-bottom: 1em;
+
-
    list-style-type: disc;
+
-
}
+
-
 
+
-
 
+
-
/* @end */
+
-
 
+
-
article
+
-
{
+
-
    margin: 3% 8%;
+
-
}
+
-
article img{ float:right;}
+
-
article p
+
-
{
+
-
    font-family:OpenSans-Regular, sans-serif;
+
-
    text-align: justify;
+
-
    text-indent: 3em;
+
-
    word-spacing: 0.2em;
+
-
    -moz-column-count: 2;
+
-
    -moz-column-gap: 2em;
+
-
    column-count: 2;
+
-
    column-gap: 2em;
+
-
    -webkit-column-count: 2;
+
-
    -webkit-column-gap: 2em;
+
-
}
+
-
 
+
-
article h2
+
-
{
+
-
    font-family: Rancho, sans-serif;
+
-
    font-size: 2em;
+
-
}
+
-
@media screen and (max-width: 55.6875em) {
+
-
  article p
+
-
  {
+
-
-webkit-column-count: 1;
+
-
        -moz-columns: 1;
+
-
        columns: 1;
+
-
  }
+
-
  .overview
+
-
  {
+
-
-webkit-column-count: 1;
+
-
        -moz-columns: 1;
+
-
        columns: 1;
+
-
  }
+
}
}
 +
article h2 {
 +
  font-family: Rancho, sans-serif;
 +
  word-spacing:2 em;
 +
  }

Latest revision as of 01:40, 17 October 2014

 @charset "UTF-8"; 

/* CSS Document */ article {

  margin: 3% 15%;

} article p {

  padding-left:100px;
  padding-right:8%;
  font-family:OpenSans-Regular, sans-serif;
  text-align: justify;
  text-indent: 5em;
  word-spacing: 1.8em;
  -moz-column-count: 2;
  -moz-column-gap: 2em;
  column-count: 2;
  column-gap: 2em;
  -webkit-column-count: 2;
  -webkit-column-gap: 2em;

} article h2 {

  font-family: Rancho, sans-serif;
  word-spacing:2 em;
  }