Difference between revisions of "Template:USTC"

Line 1: Line 1:
<!DOCTYPE html>
+
 
<html>
+
 
   <head>
 
   <head>
 
     <!--Import materialize.css-->
 
     <!--Import materialize.css-->
Line 43: Line 42:
 
     .team_logo
 
     .team_logo
 
     {
 
     {
     background-image : url(img/index/team_logo.png);
+
     background-image : url(https://static.igem.org/mediawiki/2015/2/27/Ustc_Team_logo.png);
 
     background-repeat : no-repeat;
 
     background-repeat : no-repeat;
 
     width : 563px;
 
     width : 563px;
Line 89: Line 88:
 
     <script type="text/javascript" src="https://2015.igem.org/Template:USTC/js/materialize.min.js?action=raw&amp;ctype=text/javascript"></script>
 
     <script type="text/javascript" src="https://2015.igem.org/Template:USTC/js/materialize.min.js?action=raw&amp;ctype=text/javascript"></script>
 
   </body>
 
   </body>
</html>
 

Revision as of 09:53, 12 August 2015

 <head>
   <link type="text/css" rel="stylesheet" href="https://2015.igem.org/Template:USTC/css/materialize.min.css?action=raw&ctype=text/css"  media="screen,projection"/>
   <style type="text/css">
   .position_center{
   margin: 0 auto;
   }
   .wrap{
   width:600px;
   height:300px;
   background:#ffffff;
   margin:auto;
   position:relative;
   top:-200px;
   border:2px solid #eeeeee;
   margin-bottom: 10px;
   
   }
   .ilike-blue-container {
   @extend .blue, .lighten-4;
   }
   .tabs{
   background-color: transparent;
   }
   .tabs .tab a {
   color: white;
   display: block;
   width: 100%;
   height: 100%;
   }
   .tabs .tab a:hover {
   color: #82d1f4;
   }
   .tabs .indicator {
   position: absolute;
   bottom: 0;
   height: 2px;
   background-color: white;
   will-change: left, right;
   }
   .team_logo
   {
   background-image : url(Ustc_Team_logo.png);
   background-repeat : no-repeat;
   width : 563px;
   height : 357px;
   
   position:fixed;
   right:0;
   }
   body {background-position: center;
   background-repeat: no-repeat;
   background-attachment: fixed;}
   nav{
   background-color: rgba(70, 136, 241, 0.67);
   }
   footer .footer-copyright{
   background-color: rgba(70, 136, 241, 0.67);
   }
   </style>
   <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
 </head>
 <body background="WP3.png">



   <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
   <script type="text/javascript" src="https://2015.igem.org/Template:USTC/js/materialize.min.js?action=raw&ctype=text/javascript"></script>
 </body>