Template:Team:UESTC/hidden

From 2013.igem.org

(Difference between revisions)
 
(30 intermediate revisions not shown)
Line 1: Line 1:
-
<html>
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
<head>
-
<style>
+
    <title>hidde original style</title>
 +
    <style type="text/css">
/*
/*
* css reset
* css reset
Line 48: Line 49:
border-spacing: 0;
border-spacing: 0;
}
}
-
 
+
/*
 +
    #globalWrapper style reset
 +
    */
 +
        #globalWrapper {
 +
            background-color: white;
 +
            min-width: 1200px;
 +
            max-width: 1400px;
 +
        }
/*
/*
  * igem official menubar style
  * igem official menubar style
  */
  */
#menubar{
#menubar{
-
background-color: #457EBC;
+
background-color: white;
font: 12px Arial;
font: 12px Arial;
}
}
#menubar.left-menu ul{
#menubar.left-menu ul{
-
     color: #457EBC !important;
+
     color: black !important;
}                           
}                           
#menubar.left-menu a:hover{
#menubar.left-menu a:hover{
Line 65: Line 73:
.right-menu{
.right-menu{
display:block;
display:block;
-
background-color:#457EBC;
+
background-color:white;
}
}
#menubar.right-menu ul{
#menubar.right-menu ul{
-
     color: #457EBC !important;
+
     color: white !important;
}                           
}                           
#menubar.right-menu a:hover{
#menubar.right-menu a:hover{
Line 78: Line 86:
     margin:0.1em 0 0 0.1em;
     margin:0.1em 0 0 0.1em;
     text-decoration: none;
     text-decoration: none;
-
color:#457EBC;
+
color:white;
}  
}  
/*
/*
Line 115: Line 123:
#footer-box{
#footer-box{
font:12px Arial;
font:12px Arial;
-
background-color: #457EBC;
+
background-color: black;
-
border: 1px solid #444444;
+
border: 0px;
position: relative;
position: relative;
z-index:10;
z-index:10;
Line 131: Line 139:
text-decoration:none;
text-decoration:none;
}
}
-
 
+
        #content {
 +
            background-color: white;
 +
            width: 100%;
 +
            padding-left: 0;
 +
            padding-right: 0;
 +
            border: none;
 +
        }
/*
/*
-
  * reset content style
+
  *add Buxton Sketch font
  */
  */
-
#content{
+
@font-face{  
-
background-color: #457EBC;
+
            font-family: "BuxtonSketch";
-
border-color:transparent;
+
            src: url('http://fontsforweb.com/public/fonts/1049/BuxtonSketch.eot');
-
    width: 100%;
+
            src: local("Buxton Sketch"), url('http://fontsforweb.com/public/fonts/1049/BuxtonSketch.woff') format("woff"), url('http://fontsforweb.com/public/fonts/1049/BuxtonSketch.ttf') format("truetype");
-
    padding-left: 0;
+
        }
-
    padding-right: 0;
+
        .fontsforweb_fontid_1049 {
-
    border: none;
+
            font-family: "BuxtonSketch";
-
}
+
        }
-
/*
+
        .test {
-
* change body style
+
            font: 24px BuxtonSketch;
-
*/
+
            color:white;
-
body{
+
        }
-
background-color:#457EBC;
+
     </style>
-
background:-webkit-gradient(linear,left top,left bottom,from(#457EBC),to(#93B1C4));
+
-
background:-ms-gradient(linear,left top,left bottom,from(#457EBC),to(#93B1C4));
+
      
-
background:gradient(linear,left top,left bottom,from(#457EBC),to(#93B1C4));
+
</head>
-
background:-moz-linear-gradient(top,#457EBC,#93B1C4);
+
<body>
-
background:-0-linear-gradient(top,#457EBC,#93B1C4);
+
        <p class="test">Hello,welcome to visit our Wiki, for better view, please use chrome, firefox, safari .etc modern browser.</p>
-
background:linear-gradient(top,#457EBC,#93B1C4);
+
</body>
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled='false',startColorstr='#457EBC',endColorstr='#93B1C4');
+
-
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(enabled='false',startColorstr='#457EBC',endColorstr='#93B1C4')";  
+
-
background-size:auto 1300px;
+
-
}
+
-
/*
+
-
* main content div style
+
-
*/
+
-
#main{
+
-
box-shadow: inset 0 0 10px #000000;
+
-
-moz-box-shadow:inset 0 0 40px #000000;
+
-
-webkit-box-shadow: inset 0 0 40px #000000;
+
-
padding-bottom: 100px;
+
-
z-index: 10;
+
-
width: 100%;
+
-
position:relative;
+
-
top: -50px;
+
-
left:0%;
+
-
}
+
-
/*
+
-
* for footer moving cloud
+
-
*/
+
-
#experiment{
+
-
position: fixed;
+
-
bottom: 0px;
+
-
z-index: 5;
+
-
+
-
}
+
-
#background {
+
-
background-color:#467FBC;
+
-
background: url('https://2013.igem.org/File:Cloud_back.png') repeat-x;
+
-
    background: url('https://static.igem.org/mediawiki/2013/7/70/UESTC_cloud2.png') 5% 5%, url('https://static.igem.org/mediawiki/2013/3/33/Cloud_front.jpg') 50% 50%, url('https://2013.igem.org/File:Cloud_back.png') 90% 110% repeat-x;
+
-
    top: 78%;
+
-
    left: 0;
+
-
    right: 0;
+
-
    bottom: 0;
+
-
    position: fixed;
+
-
    -webkit-transition: left 300s linear;
+
-
    -moz-transition: left 300s linear;
+
-
    -o-transition: left 300s linear;
+
-
    -ms-transition: left 300s linear;
+
-
    transition: left 300s linear;
+
-
    z-index: 0;
+
-
}
+
-
 
+
-
body:target #background {
+
-
     left: -5000px;
+
-
}
+
-
 
+
-
body:hover #background {
+
-
     left: -9999px;
+
-
}
+
-
/*
+
-
* img responsive
+
-
*/
+
-
img{
+
-
max-width: 100%;
+
-
height: auto;
+
-
}
+
-
</style>
+
</html>
</html>

Latest revision as of 14:51, 28 October 2013

hidde original style

Hello,welcome to visit our Wiki, for better view, please use chrome, firefox, safari .etc modern browser.