Team:ZJU-China/test.htm

From 2012.igem.org

(Difference between revisions)
Line 9: Line 9:
<link rel="stylesheet" href="http://www.jiajunlu.com/igem/slide.css" type="text/css" media="screen">
<link rel="stylesheet" href="http://www.jiajunlu.com/igem/slide.css" type="text/css" media="screen">
-
 
-
<style type="text/css">
 
body /* UltraGlobal Environment (origin item) */
body /* UltraGlobal Environment (origin item) */
{
{
-
   background-color: #F8F8F8;
+
   background-color: #020f40;
}
}
#blank ,
#blank ,
Line 27: Line 25:
#globalWrapper /* Global Environment (origin item) */
#globalWrapper /* Global Environment (origin item) */
{
{
-
   background-color: transparent;
+
   background-color: #021c35;
   background-attachment: fixed;
   background-attachment: fixed;
   background-position: 50% 0;
   background-position: 50% 0;
   background-repeat: no-repeat;
   background-repeat: no-repeat;
-
   background-image: url("");
+
   background-image: url("/wiki/images/5/50/Peking2012_Color_Background.jpg");
   overflow: hidden;
   overflow: hidden;
}
}
Line 38: Line 36:
#top-section
#top-section
{
{
-
  height: 0px;
 
-
  width: 100%;
 
-
}
 
-
#p-logo {
 
   display: none;
   display: none;
}
}
Line 57: Line 51:
{
{
   background-color: transparent;
   background-color: transparent;
-
   background-image: url("https://static.igem.org/mediawiki/2012/e/e5/Zju_back.jpg");
+
   background-image: url("");
   background-attachment: scroll;
   background-attachment: scroll;
   background-position: 50% 0;
   background-position: 50% 0;
Line 63: Line 57:
   overflow: hidden;
   overflow: hidden;
   border-style: none;
   border-style: none;
-
   width: 100%;
+
}
 +
#bodyContent
 +
{
 +
   z-index: 0;
}
}
#footer-box
#footer-box
{
{
-
   background-color: #F8F8F8;
+
   background-color: transparent;
   background-image: none;
   background-image: none;
   border-style: none;
   border-style: none;
-
   margin-top: 100px;
+
   z-index: 0;
}
}
#catlinks
#catlinks
Line 79: Line 76:
#content a:hover
#content a:hover
{
{
-
   color: black;
+
   color: #fff350;
   display: inline;
   display: inline;
}
}
#content a:link,
#content a:link,
-
#content a:visited
+
#content a:visited,
-
{
+
-
  text-decoration: none;
+
-
}
+
#content a:hover,
#content a:hover,
#content a:active
#content a:active
{
{
-
   text-decoration: underline;
+
   text-decoration: none;
}
}
Line 101: Line 95:
   display: inline;
   display: inline;
}
}
-
 
+
ul,li
-
ul
+
{
{
-
  list-style-image: none;
 
-
  list-style-type: none;
 
   margin: 0;
   margin: 0;
   padding: 0;
   padding: 0;
 +
  list-style-image: none;
 +
  list-style-type: none;
}
}
-
li
+
table
{
{
-
   margin: 0;
+
   border-collapse:collapse;
-
   padding: 0;
+
  background-color: transparent;
 +
  color: #ffffff;
 +
  text-align: justify;
 +
}
 +
h3
 +
{
 +
   padding: 20px 30px 10px;
}
}
Line 118: Line 117:
{
{
   font-family: Arial, sans-serif;
   font-family: Arial, sans-serif;
-
  color: black;
 
-
  margin: 0;
 
-
  padding: 0;
 
}
}
Line 169: Line 165:
}
}
-
ul.horizontal > li
 
-
{
 
-
  display: block;
 
-
  float: left;
 
-
  clear: none;
 
-
  overflow: hidden;
 
-
}
 
-
ul.vertical > li
 
-
{
 
-
  display: block;
 
-
  float: left;
 
-
  clear: both;
 
-
  overflow: hidden;
 
-
}
 
-
</style>
 

Revision as of 08:57, 20 September 2012

HOME body /* UltraGlobal Environment (origin item) */ { background-color: #020f40; } #blank , #blank * { background-color: transparent; background-image: url(""); border-style: none; margin: 0 auto; padding: 0; } #globalWrapper /* Global Environment (origin item) */ { background-color: #021c35; background-attachment: fixed; background-position: 50% 0; background-repeat: no-repeat; background-image: url("/wiki/images/5/50/Peking2012_Color_Background.jpg"); overflow: hidden; } /* Remove Top Item (origin item) */ #top-section { display: none; } #top { display: none; } h1.firstHeading { display: none; } /* Inner Environment (origin item) */ #content { background-color: transparent; background-image: url(""); background-attachment: scroll; background-position: 50% 0; background-repeat: repeat-y; overflow: hidden; border-style: none; } #bodyContent { z-index: 0; } #footer-box { background-color: transparent; background-image: none; border-style: none; z-index: 0; } #catlinks { display: none; } #content a, #content a:hover { color: #fff350; display: inline; } #content a:link, #content a:visited, #content a:hover, #content a:active { text-decoration: none; } /* Bottom Environment (origin item) */ #footer-box a, #footer-box a:hover { color: #e8e7b9; text-decoration: none; display: inline; } ul,li { margin: 0; padding: 0; list-style-image: none; list-style-type: none; } table { border-collapse:collapse; background-color: transparent; color: #ffffff; text-align: justify; } h3 { padding: 20px 30px 10px; } p { font-family: Arial, sans-serif; } /* Common Environment */ .center { text-align: center; margin: 0 auto; } .floatL { float: left; clear: left; } .floatR { float: right; clear: right; } .floatC { text-align: center; margin: 0 auto; float: none; clear: both; } .blank { filter: Alpha(Opacity=0%); -moz-opacity: 0; opacity: 0; } .hidden { display: none; } .show { display: block; } .show-text { display: inline; } .button img { display: block; } This is a Test page.