Team:Evry/Notebook/test

From 2014.igem.org

(Difference between revisions)
 
(2 intermediate revisions not shown)
Line 1: Line 1:
-
<html>
 
-
<head>
 
-
<style>
 
-
/* Removing wiki-like stuff */
 
-
/****************************/
 
-
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 
-
    display:none;}
 
-
 
-
/* Redesigning the topmenu */
 
-
/***************************/
 
-
body {
 
-
    margin: 10px 0 0 0;
 
-
    padding: 0;}
 
-
#top-section {
 
-
    width: 965px;
 
-
    height: 0;
 
-
    margin: 0 auto;
 
-
    padding: 0;
 
-
    border: none;}
 
-
#menubar {
 
-
    font-size: 65%;
 
-
    top: -14px;}
 
-
.left-menu:hover {
 
-
    background-color: transparent;}
 
-
#menubar li a {
 
-
    background-color: transparent;}
 
-
#menubar:hover {
 
-
    color: white;}
 
-
#menubar li a {
 
-
    color: transparent;}
 
-
#menubar:hover li a {
 
-
    color: white;}
 
-
#menubar > ul > li:last-child {
 
-
    display:none;}
 
-
 
-
/* Redesigning Table Of Content */
 
-
/********************************/
 
-
table.toc, #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
 
-
    text-align: left;}
 
-
#toctitle {
 
-
    margin: 5px 0;}
 
-
.toc, #toc {
 
-
    background-color: #F6F6F6;
 
-
    border: 1px solid #CCCCCC;
 
-
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
 
-
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15); /* for the Safari browser*/
 
-
    float: left;
 
-
    width: 228px;
 
-
    display: block;
 
-
    overflow: hidden;
 
-
    padding: 0;}
 
-
#toc ul, .toc ul {
 
-
    margin: 0 5px 5px 5px;}
 
-
.toc ul li {
 
-
    padding-left: 12px;
 
-
    text-indent: -12px;
 
-
    /*width: 200px;*/}
 
-
.toc ul li ul li {
 
-
    padding-left: 30px;
 
-
    text-indent: -24px;
 
-
    /*width: 170px;*/}
 
-
#toc ul ul, .toc ul ul {
 
-
    margin: 0;}
 
-
.toc {
 
-
    margin-left: -250px;
 
-
    margin-top: 20px;}
 
-
.stickBelowNavigation {
 
-
    position: fixed;
 
-
      top: 35px;
 
-
      left: 50%;
 
-
    margin-left: -462px;}
 
-
.tochidden {
 
-
    position: static;
 
-
    margin-left: -250px;}
 
-
</style>
 
-
<style>
 
-
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 
-
    display:none;}
 
-
#top-section {
 
-
    border: none;
 
-
    height: 0px;}
 
-
#content {
 
-
    border: none;}
 
-
 
-
 
-
/* Removes "teams" from the menubar */
 
-
#menubar > ul > li:last-child {
 
-
    display: none;}
 
-
/* Resizes the menubar to fik the links (default is 400px) */
 
-
#menubar {
 
-
    width: auto;}
 
-
 
-
 
-
body {
 
-
    margin: 10px 0 0 0;
 
-
    padding: 0;}
 
-
#top-section {
 
-
    width: 965px;
 
-
    height: 0;
 
-
    margin: 0 auto;
 
-
    padding: 0;
 
-
    border: none;}
 
-
 
-
#nav {
 
-
    background: cyan;
 
-
}
 
-
#nav {
 
-
    background: cyan;
 
-
}
 
-
#nav a {
 
-
    text-font:50px;
 
-
}
 
-
</style>
 
-
 
-
<style>
 
-
 
-
div.week > div {
 
-
    border-left-style: solid;
 
-
    border-width: high;
 
-
    border-color: black;
 
-
    padding-left: 20px;
 
-
}
 
-
 
-
figure, figure img{
 
-
    display: block;
 
-
    margin-left: auto;
 
-
    margin-right: auto;
 
-
    max-width:80%;
 
-
}
 
-
 
-
figcaption {
 
-
    text-align: center;
 
-
    font-style: italic;
 
-
    font-size: smaller;
 
-
}
 
-
 
-
#checkboxProject {
 
-
    display: block;
 
-
<!--    position: fixed;-->
 
-
    background-color:blue;
 
-
}
 
-
 
-
</style>
 
-
 
-
 
-
 
-
  </head>
 
-
 
-
    <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
 
-
    <script src="https://2014.igem.org/Team:Evry/JS?action=raw&ctype=text/javascript"></script>
 
-
   
 
-
 
-
    <script>
 
-
        $(document).ready(function () {
 
-
            var bodyColor = $('body').css('color');
 
-
            if (bodyColor != 'rgb(51, 51, 51)') {
 
-
                $("head").prepend('<link rel="stylesheet" href="http://www.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">');
 
-
            }
 
-
            $(function () {
 
-
                $("#typeout-text").typed({
 
-
                    strings: ["","Sponge Patrol Project",""],
 
-
                    typeSpeed: 150,
 
-
                    backDelay: 800,
 
-
                    loop: true
 
-
                });
 
-
            });
 
-
        });
 
-
    </script>
 
-
</head>
 
-
 
-
<body>
 
-
<!--BEGIN menu -->
 
-
<div id="header-wrapper">
 
-
    <div class="container">
 
-
        <div class="row">
 
-
            <div class="12u">
 
-
        <header id="header">
 
-
<h1><a href="#" id="logo">Evry2014</a></h1>
 
-
<nav id="nav">
 
-
<a href="https://2014.igem.org/Team:Evry">Home</a>
 
-
<a href="https://2014.igem.org/Team:Evry/Project">Project</a>
 
-
<a href="https://2014.igem.org/Team:Evry/Team" class="current-page-item">Team</a>
 
-
<a href="https://2014.igem.org/Team:Evry/Model">Model</a>
 
-
<a href="https://2014.igem.org/Team:Evry/Biology">Biology</a>
 
-
<a href="https://2014.igem.org/Team:Evry/Biology">Policy and Practices</a>
 
-
<a href="https://2014.igem.org/Team:Evry/Biology">Notebook</a>
 
-
<a href="https://2014.igem.org/Team:Evry/Biology">Spon-ge-sors</a>
 
-
 
-
 
-
</nav>
 
-
</header>
 
-
</div>
 
-
</div>
 
-
</div>
 
-
</div>
 
-
 
-
 
-
 
-
<!--END menu -->
 
-
</body>
 
-
</html>
 
<html>
<html>
<head>
<head>
   <title>Dropdown</title>
   <title>Dropdown</title>
-
   <link rel="stylesheet" type="text/css" href="https://2014.igem.org/wiki/index.php?title=Team:Evry/test.css&action=raw">
+
   <style>
 +
{{:Team:Evry/Notebook/test}}
 +
<\style>
</head>
</head>
<body>
<body>
Line 290: Line 91:
<!-- JavaScript Includes -->
<!-- JavaScript Includes -->
-
<script src="/home/wdigan/Desktop/testhtml/bootstrap-3.2.0/js/tests/vendor/jquery.min.js"></script>
+
<script src="https://2014.igem.org/Team:Evry/JS2&action=raw"></script>

Latest revision as of 16:51, 20 August 2014

Dropdown