Template:Team:Tsinghua-A/style

From 2014.igem.org

(Difference between revisions)
 
(4 intermediate revisions not shown)
Line 3: Line 3:
<link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Arimo:400,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Arimo:400,400italic' rel='stylesheet' type='text/css'>
 +
<link href='http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js' rel='stylesheet' type='text/javascript'>
 +
<!-- jQuery Tools (slider) -->
 +
    <script src="http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js"></script>
 +
    <script>
 +
        $(function() {
 +
        // initialize scrollable
 +
        $(".scrollable").scrollable().navigator();
 +
        });
 +
    </script>
 +
 +
    <!-- Navigation scroll follow -->
 +
    <script type="text/javascript">
 +
        $(window).scroll(function () {
 +
            var scrollPos = $(window).scrollTop();
 +
            if (scrollPos > 180) {
 +
                $(".toc").addClass("stickBelowNavigation");
 +
            } else {
 +
                $(".toc").removeClass("stickBelowNavigation");
 +
            }
 +
        });
 +
    </script>
 +
 +
<style type="text/css">
<style type="text/css">
   
   
/* Wiki styles */
/* Wiki styles */
div.thumb div a img {
div.thumb div a img {
-
     background-color:white;
+
     background-image: url(http://img0.imgtn.bdimg.com/it/u=3881097581,3992057579&fm=21&gp=0.jpg);
     padding:6px 0px;
     padding:6px 0px;
}
}
#globalWrapper {/* the wiki */
#globalWrapper {/* the wiki */
-
     background-color: rgb(255, 255, 255);
+
     background-image: url(http://img0.imgtn.bdimg.com/it/u=3881097581,3992057579&fm=21&gp=0.jpg);
     width:1100px;
     width:1100px;
     height:auto;
     height:auto;
Line 77: Line 100:
}
}
#bodyContent{/* contenu de page*/
#bodyContent{/* contenu de page*/
-
     background-color:white;
+
     background-image: url(http://img0.imgtn.bdimg.com/it/u=3881097581,3992057579&fm=21&gp=0.jpg)
     border:none;
     border:none;
     border-color:none;
     border-color:none;
Line 101: Line 124:
body {
body {
     color: rgb(30,39,43);
     color: rgb(30,39,43);
-
     background: white;
+
     background-image: url(http://img0.imgtn.bdimg.com/it/u=3881097581,3992057579&fm=21&gp=0.jpg)
}
}
body,input {
body,input {
Line 367: Line 390:
}
}
</style>
</style>
-
<!-- jQuery Tools (slider) -->
+
 
-
    <script src="http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js"></script>
+
-
    <script>
+
-
        $(function() {
+
-
        // initialize scrollable
+
-
        $(".scrollable").scrollable().navigator();
+
-
        });
+
-
    </script>
+
</html>
</html>

Latest revision as of 19:57, 15 October 2014