陳沛鴻 20140424 TEST-1

From 2014hs.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html></div></html>
+
<html> <!-- STYLES -->
-
 
+
  <head>
-
 
+
 
-
<script type="text/javascript">
+
    <link href='http://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>
 +
   
 +
    <script type="text/javascript">
     $(function() {
     $(function() {
     $('.fadein img:gt(0)').hide();
     $('.fadein img:gt(0)').hide();
Line 15: Line 17:
     });
     });
     </script>
     </script>
 +
 +
    <style>
 +
        body {
 +
                font-family: 'Open Sans';
 +
                font-weight: 300;
 +
                letter-spacing: 0.5px;
 +
        }
 +
 +
       
 +
        .fadein {
 +
            position:relative;
 +
            height:420px;
 +
            width:420px;
 +
        }       
 +
 +
        .fadein img {
 +
            position:absolute;
 +
            left:0;
 +
            top:0;
 +
        }
 +
        #p-logo {
 +
                display: none;
 +
        }
 +
 +
        form#searchform {
 +
                display: none;
 +
        }
 +
 +
        h1.firstHeading {
 +
                display: none;
 +
        }
 +
 +
        #top-of-page {
 +
                position: absolute;
 +
                margin-top: -125px;
 +
                margin-left: -5px;
 +
                height: 90px;
 +
                width: 400px;
 +
                background-image: url('http://www.cheongshim.com/en/wp-content/themes/cheongshim/images/txt_cs_academy-m.png');
 +
        }
 +
 +
        #toc {
 +
                display: none;
 +
        }
 +
 +
        #catlinks {
 +
                display: none;
 +
        }
 +
 +
/*----- HEADER -----*/
 +
#header {
 +
                padding-top: 20px;
 +
  height: 150px;
 +
}
 +
 +
#headerTitle {
 +
  text-align: right;
 +
  font-weight: 400;
 +
  font-size: 44px;
 +
                color: black;
 +
}
 +
 +
#logo {
 +
  left: 20%;
 +
  align: left;
 +
  width: 120px;
 +
  height: 120px;
 +
}
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
<html></div></html>

Revision as of 04:04, 30 April 2014