Template:Team:UESTC/hidden

From 2013.igem.org

(Difference between revisions)
 
(18 intermediate revisions not shown)
Line 3: Line 3:
     <title>hidde original style</title>
     <title>hidde original style</title>
     <style type="text/css">
     <style type="text/css">
-
        <style>
 
/*
/*
* css reset
* css reset
Line 50: 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 67: 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 80: 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 117: 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 133: Line 139:
text-decoration:none;
text-decoration:none;
}
}
 +
        #content {
 +
            background-color: white;
 +
            width: 100%;
 +
            padding-left: 0;
 +
            padding-right: 0;
 +
            border: none;
 +
        }
 +
/*
 +
*add Buxton Sketch font
 +
*/
 +
@font-face{
 +
            font-family: "BuxtonSketch";
 +
            src: url('http://fontsforweb.com/public/fonts/1049/BuxtonSketch.eot');
 +
            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");
 +
        }
 +
        .fontsforweb_fontid_1049 {
 +
            font-family: "BuxtonSketch";
 +
        }
 +
        .test {
 +
            font: 24px BuxtonSketch;
 +
            color:white;
 +
        }
     </style>
     </style>
 +
 +
   
</head>
</head>
<body>
<body>
-
          
+
         <p class="test">Hello,welcome to visit our Wiki, for better view, please use chrome, firefox, safari .etc modern browser.</p>
</body>
</body>
</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.