Team:NYMU-Taipei/normalize.css

From 2014.igem.org

(Difference between revisions)
m
 
(77 intermediate revisions not shown)
Line 1: Line 1:
#main-content{
#main-content{
-
   background:rgba(255,255,255,0.85);
+
   background:rgba(255,255,255,0.95);
-
   width:1100px;
+
   width:1040px;
-
   margin-left:-60px;
+
   padding-left:25px;
-
   border: 2px solid rgba(88, 84, 114, 1);
+
  padding-right:25px;
-
   border-radius: 10px;
+
  margin: 0 auto;
-
   margin-top:50px;
+
   border: 2px solid rgba(88, 84, 114, 0);
 +
  position: relative;
 +
  z-index: 2;
 +
   border-left: solid 4px #E617DD;
 +
  border-right: solid 4px #E617DD;
 +
  border-bottom: solid 4px #E617DD;
 +
}
 +
#main-content.no-border {
 +
  border-color: transparent;
 +
  background:rgba(255,255,255,0) !important;
 +
}
 +
#main-content .article {
 +
  margin:0 auto;
 +
  width: 900px;
 +
}
 +
#main-content img{
 +
  display:block;
 +
  margin:0 auto;
 +
  max-width: 800px;
 +
  margin-bottom:10px;
 +
}
 +
#main-content img.bdframe{
 +
  border: solid 3px #fff;
 +
  box-shadow: 0px 0px 2px;
 +
}
 +
#main-content ul.ul-style-2 li{
 +
  list-style-image:url('/wiki/images/7/79/NYMU14_Ul2.gif');
 +
  height: 30px;
 +
}
 +
#main-content ul.ul-style-2 li a{
 +
  //text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
 +
  font-weight: bold;
 +
  font-size: 16px;
 +
}
 +
#main-content .article.indent p:not(.noindent), #main-content p.indent {
 +
  text-indent: 40px;
 +
}
 +
#main-content .article:not(.modeling):not(.safety) h1 {
 +
  margin-top: 40px;
 +
}
 +
#main-content .article h {
 +
  margin-left: -40px;
 +
}
 +
#main-content .article h1 {
 +
  margin-left: -25px;
 +
  margin-top: 10px;
 +
}
 +
#main-content .article h3 {
 +
  font-weight: bold;
 +
}
 +
#main-content .article p {
 +
  margin-bottom: 8px;
 +
}
 +
#_footer{
 +
  width: 1040px;
 +
  background-color: rgba(255,255,255,0.4);
 +
  margin: 0 auto;
 +
   margin-top: 50px;
}
}
a{
a{
-
   color:#464640;
+
   color:#000000;
}
}
a:visited{
a:visited{
-
   color:#464640;
+
   color:#000000;
 +
}
 +
h3{
 +
  font-size: 18px;
 +
}
 +
h1{
 +
  font-family: 'Russo One', sans-serif;
 +
  font-size: 34px;
 +
  line-height:32px;
 +
  display: block;
 +
  margin:0 auto;
 +
  width: 960px;
 +
  border-bottom: 2px dashed #aaa;
 +
}
 +
h{
 +
  font-size: 44px;
 +
  font-family: 'Russo One', sans-serif;
 +
  display: block;
 +
  line-height: 80px;
 +
  color: rgb(155, 0, 204);
 +
  margin-top: 20px;
 +
  margin:0 auto;
 +
  width: 980px;
 +
}
 +
p {
 +
  font-size:16px;
 +
  text-align:justify;
 +
  margin:0 auto;
 +
  max-width: 920px;
 +
}
 +
ol{
 +
  margin:0 auto;
 +
  max-width: 920px;
 +
}
 +
ul{
 +
  margin: 4.8px 0 0 24px;
 +
  line-height: 24px;
 +
}
 +
li{
 +
  margin-bottom: 1.6px;
 +
}
 +
#main-content>ul{
 +
  font-size: 16px;
 +
  margin: 0 auto;
 +
  max-width: 880px;
 +
  text-align: justify;
 +
}
 +
.article ol{
 +
  font-size: 16px;
 +
  width: 800px;
 +
  padding-left: 60px;
 +
  text-align: justify;
 +
}
 +
.article ul{
 +
  font-size: 16px;
 +
  margin: 0 auto;
 +
  max-width: 880px;
 +
  text-align: justify;
 +
}
 +
.cont-ol{
 +
  font-size: 17px;
 +
  text-align: justify;
 +
  padding-left: 50px;
 +
}
 +
p.Jaxcenter .MathJax_Display{
 +
  text-align:center !important;
}
}

Latest revision as of 19:54, 17 October 2014

  1. main-content{
  background:rgba(255,255,255,0.95);
  width:1040px;
  padding-left:25px;
  padding-right:25px;
  margin: 0 auto;
  border: 2px solid rgba(88, 84, 114, 0);
  position: relative;
  z-index: 2;
  border-left: solid 4px #E617DD;
  border-right: solid 4px #E617DD;
  border-bottom: solid 4px #E617DD;

}

  1. main-content.no-border {
  border-color: transparent;
  background:rgba(255,255,255,0) !important;

}

  1. main-content .article {
  margin:0 auto;
  width: 900px;

}

  1. main-content img{
  display:block;
  margin:0 auto;
  max-width: 800px;
  margin-bottom:10px;

}

  1. main-content img.bdframe{
 border: solid 3px #fff;
 box-shadow: 0px 0px 2px;

}

  1. main-content ul.ul-style-2 li{
  list-style-image:url('/wiki/images/7/79/NYMU14_Ul2.gif');
  height: 30px;

}

  1. main-content ul.ul-style-2 li a{
  //text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
  font-weight: bold;
  font-size: 16px;

}

  1. main-content .article.indent p:not(.noindent), #main-content p.indent {
  text-indent: 40px;

}

  1. main-content .article:not(.modeling):not(.safety) h1 {
  margin-top: 40px;

}

  1. main-content .article h {
  margin-left: -40px;

}

  1. main-content .article h1 {
  margin-left: -25px;
  margin-top: 10px;

}

  1. main-content .article h3 {
  font-weight: bold;

}

  1. main-content .article p {
  margin-bottom: 8px;

}

  1. _footer{
  width: 1040px;
  background-color: rgba(255,255,255,0.4);
  margin: 0 auto;
  margin-top: 50px;

} a{

  color:#000000;

} a:visited{

  color:#000000;

} h3{

  font-size: 18px;

} h1{

  font-family: 'Russo One', sans-serif;
  font-size: 34px;
  line-height:32px;
  display: block;
  margin:0 auto;
  width: 960px;
  border-bottom: 2px dashed #aaa;

} h{

  font-size: 44px;
  font-family: 'Russo One', sans-serif;
  display: block;
  line-height: 80px;
  color: rgb(155, 0, 204);
  margin-top: 20px;
  margin:0 auto; 
  width: 980px;

} p {

  font-size:16px;
  text-align:justify;
  margin:0 auto;
  max-width: 920px;

} ol{

  margin:0 auto;
  max-width: 920px;

} ul{

  margin: 4.8px 0 0 24px;
  line-height: 24px;

} li{

  margin-bottom: 1.6px;

}

  1. main-content>ul{
  font-size: 16px;
  margin: 0 auto;
  max-width: 880px;
  text-align: justify;

} .article ol{

 font-size: 16px;
 width: 800px;
 padding-left: 60px;
 text-align: justify;

} .article ul{

  font-size: 16px;
  margin: 0 auto;
  max-width: 880px;
  text-align: justify;

} .cont-ol{

  font-size: 17px;
  text-align: justify;
  padding-left: 50px;

} p.Jaxcenter .MathJax_Display{

  text-align:center !important;

}