Team:SJTU-BioX-Shanghai/article.css

From 2014.igem.org

(Difference between revisions)
 
(35 intermediate revisions not shown)
Line 1: Line 1:
   @charset "UTF-8";  
   @charset "UTF-8";  
/* CSS Document */
/* CSS Document */
-
/* @font-face {
+
article {
-
  font-family: Rancho;
+
  margin: 3% 15%;
-
  src: url(../fonts/Rancho.swf);;format("opentype");
+
}  
-
  }
+
article p {
-
  @font-face {
+
  padding-left:100px;
-
  font-family: OpenSans-Regular;
+
  padding-right:8%;
-
  src: url(../images/7/7b/Unkempt-Regular.swf);;format("opentype");
+
  font-family:OpenSans-Regular, sans-serif;
-
  }
+
  text-align: justify;
-
  @font-face {
+
  text-indent: 5em;
-
  font-family: OpenSans-Bold;
+
  word-spacing: 1.8em;
-
  src: url(../fonts/Open_Sans/OpenSans-Bold.swf);;format("opentype");
+
  -moz-column-count: 2;
-
  } */
+
  -moz-column-gap: 2em;
-
 
+
  column-count: 2;
-
  body {
+
  column-gap: 2em;
-
  margin: 0;
+
  -webkit-column-count: 2;
-
  padding: 0;
+
  -webkit-column-gap: 2em;
-
  box-sizing: border-box;
+
-
  }
+
-
 
+
-
/* @group overview */
+
-
 
+
-
  .overview  {
+
-
  background-color: #edecec;
+
-
  background-image: url('../img/back.png');
+
-
  background-repeat: repeat;
+
-
  -webkit-columns: 2;
+
-
  -moz-columns: 2;
+
-
  column-fill: balance;
+
-
  -webkit-column-gap: 2em;
+
-
  -moz-column-gap: 2em;
+
-
  column-gap: 2em;
+
-
  text-align: justify;
+
-
  padding: 3% 8%;
+
-
  font-family: 'Comic Sans MS',cursive,sans-serif;
+
-
  line-height: 1.7em;
+
-
  }
+
-
  .overview h2{
+
-
  color: #8bcfd8;
+
-
  text-shadow: 0px 0px 6px #FFFFFF;
+
-
 
+
-
  }
+
-
  .overview ol{
+
-
  margin-bottom: 1em;
+
-
  list-style-type: disc;
+
-
  }
+
-
 
+
-
/* @end */
+
-
  .fixed  {
+
-
  position: fixed;
+
-
  top: 0;
+
-
  }
+
-
  .right {
+
-
  float: right;
+
-
  }
+
-
  .article  {
+
-
  margin: 3% 8%;
+
-
  }
+
-
  .article p  {
+
-
  font-family:'Comic Sans MS',cursive,sans-serif;
+
-
  text-align: justify;
+
-
  text-indent: 3em;
+
-
  word-spacing: 0.2em;
+
-
  -moz-columns: 2;
+
-
  -moz-column-gap: 2em;
+
-
  -webkit-column-count: 2;
+
-
  -webkit-column-gap: 2em;
+
-
  }
+
-
 
+
-
  h2  {
+
-
  font-family: 'Arial Black', Gadget, sans-serif;
+
-
  font-size: 2em;
+
-
  text-shadow: 0px 0px 20px #FFFFFF;
+
-
  margin: 6px 3px 2px 3px;
+
-
  }
+
-
  @media screen and (max-width: 55.6875em) {
+
-
  .article p {
+
-
-webkit-column-count: 1;
+
-
}
+
-
  .overview {
+
-
-webkit-column-count: 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;
  }