Template:ITESM14/Style

From 2014.igem.org

(Difference between revisions)
 
(29 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<head>
<head>
 +
  <meta charset="utf-8">
 +
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
  <meta name="viewport" content="width=device-width, initial-scale=1">
-
<!-- Javascript -->
+
  <title>Project</title>
-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
+
  <link rel="shortcut icon" href="images/favicon.ico"/>
-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
+
-
<link href="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_reset.css?action=raw&ctype=text/css" type="text/css" rel="stylesheet">
+
  <!-- Javascript -->
 +
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
 +
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
 +
  <script src="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_lightbox.min.js?action=raw&ctype=text/javascript" type="text/javascript"></script>
 +
  <script src="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_main.js?action=raw&ctype=text/javascript" type="text/javascript"></script>
 +
  <!--CSS Reset -->
 +
  <link href="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_reset.css?action=raw&ctype=text/css" type="text/css" rel="stylesheet">
-
<!--Bootstrap -->
+
  <!-- Bootstrap CSS -->
-
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css?action=raw&ctype=text/css" type="text/css" rel="stylesheet">
+
  <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css?action=raw&ctype=text/css" type="text/css" rel="stylesheet">
-
<link href="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_main.css?action=raw&ctype=text/css" type="text/css" rel="stylesheet">
+
  <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
-
<style>
+
  <!--Custom CSS -->
-
/* Remove logo and search */
+
  <link href="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_main.css?action=raw&ctype=text/css" type="text/css" rel="stylesheet">
-
div#p-logo, div#search-controls {
+
  <link href="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_navbar.css?action=raw&ctype=text/css" type="text/css" rel="stylesheet">
-
    display: none;
+
  <link href="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_lightbox.css?action=raw&ctype=text/css" type="text/css" rel="stylesheet">
-
}
+
  <link href="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_tab.css?action=raw&ctype=text/css" type="text/css" rel="stylesheet">
 +
  <link href="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_team.css?action=raw&ctype=text/css" type="text/css" rel="stylesheet">
-
/* Center wiki-menu; set font & bg (as fallback) color */
+
  <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,200,300,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
-
div#top-section {
+
-
    margin: 0px auto;
+
-
    width: auto;
+
-
    height: 20px;
+
-
    color: #d4c6b6;
+
-
    background: #451d8e;
+
-
}
+
-
/* Set font and positions */
+
  <script type="text/javascript" src="http://d3js.org/d3.v3.min.js"></script>
-
div#menubar {
+
  <script type="text/javascript" src="http://cdn.jsdelivr.net/cal-heatmap/3.3.10/cal-heatmap.min.js"></script>
-
    font-weight: bold;
+
  <link rel="stylesheet" href="http://cdn.jsdelivr.net/cal-heatmap/3.3.10/cal-heatmap.css" />
-
    font-size: 13px;
+
-
    line-height: 20px;
+
-
    z-index: 30000;
+
-
}
+
-
div#menubar.right-menu {
+
  <link href="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_katex.css?action=raw&ctype=text/css" rel="stylesheet" type="text/css">
-
    float: right;
+
  <script src="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_katex.js?action=raw&ctype=text/javascript" type="text/javascript"></script>
-
}
+
-
 
+
-
div#menubar.left-menu {
+
-
    float: left;
+
-
}
+
-
 
+
-
div#menubar li {
+
-
    padding: 0px 5px;
+
-
    display: inline;
+
-
}
+
-
 
+
-
/* White on hover */
+
-
div#menubar a:hover {
+
-
    color: #FFFFFF;
+
-
    text-decoration: none;
+
-
}
+
-
 
+
-
 
+
-
/* Start header style =================================================== */
+
-
 
+
-
/* Hide page title (it would appear before the header) */
+
-
h1.firstHeading {
+
-
    display: none;
+
-
}
+
-
 
+
-
</style>
+
-
 
+
-
 
+
-
<link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,200,300,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
+
 +
  <script>
 +
    $(function(){
 +
      $("#wiki-header").load("https://2014.igem.org/Team:Tec-Monterrey/ITESM14_header.html?action=raw&ctype=text/html");
 +
    });
 +
  </script>
 +
  <script>
 +
    $(function(){
 +
      $("#wiki-footer").load("https://2014.igem.org/Team:Tec-Monterrey/ITESM14_footer.html?action=raw&ctype=text/html");
 +
    });
 +
  </script>
</head>
</head>
</html>
</html>
-
__NOTOC__
 

Latest revision as of 00:37, 18 October 2014

Project