Difference between revisions of "Team:CUNY Kingsborough/Header"

 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{:Team:CUNY_Kingsborough/Test}}
 +
 
<html>
 
<html>
<style>
 
 
 
 
/***************************************************** DEFAULT WIKI SETTINGS  ****************************************************/
 
 
/* Clear the default wiki settings */
 
 
#home_logo, #sideMenu { display:none; }
 
#sideMenu, #top_title, .patrollink  {display:none;}
 
#content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
 
body {background-color:white; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
  
 
<head>
 
<head>
 
<style type="text/css">
 
 
#contentSub, #footer-box, #catlinks, #search-controls,
 
#p-logo, .printfooter, .firstHeading, .visualClear {
 
display: none;
 
}
 
 
#top-section {
 
border: 0 none;
 
height: 14px;
 
z-index: 100;
 
top: 0;
 
position: fixed;
 
width: 975px;
 
left: 50%;
 
margin-left: -487px;
 
}
 
 
#globalWrapper, #content {
 
width: 100%;
 
height: 100%;
 
border: 0px;
 
background-color: transparent;
 
margin: 0px;
 
padding: 0px;
 
font-size: 100%;
 
}
 
 
html, body, .wrapper {
 
width: 100%;
 
height: 100%;
 
background-color: transparent;
 
}
 
 
.navbar {
 
margin: 0 auto;
 
margin-top: 1em;
 
padding: 1em;
 
border-radius: 10px;
 
}
 
 
</style>
 
 
<link rel="stylesheet" href="https://2018.igem.org/Team:CUNY_Kingsborough/style" type="text/css">
 
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
 
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
 
<meta name= "viewport" content = "initial-scale=1.0, width= device-width" />
 
</head>
 
 
<header>
 
    <div class= "navbar navbar-default navbar-fixed-top">
 
        <div class="text-center col-sm-12" id="navigation">
 
            <nav>
 
                <!DOCTYPE html>
 
<html>
 
<head>
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
 
<style>
 
<style>
.single-page, a:visited {
+
/* Clear the default wiki settings */
  color: #158BED;
+
  text-decoration: none;
+
}
+
  
a:hover {
+
#home_logo, #sideMenu { display:none; }
    color: white;
+
#sideMenu, #top_title, .patrollink  {display:none;}
    text-decoration: none;
+
#content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
}
+
  
.dropbtn {
+
.header{
    border: none;
+
  margin-top: 10px;
    background-color: white;
+
  margin-left: auto;
    padding: 16px;
+
  margin-right: auto;
    font-family: 'Raleway', sans-serif;
+
    font-size: 16px;
+
    font-weight: bold;
+
    color: #158BED;
+
    text-decoration: none;
+
 
}
 
}
 
.dropbtn:hover {
 
    border: none;
 
    background-color: #158BED;
 
    color: white;
 
    padding: 16px;
 
    font-size: 16px;
 
    transition: all 0.5s;
 
    cursor: pointer;
 
}
 
 
.dropdown {
 
    position: relative;
 
    display: inline-block;
 
}
 
 
.dropdown-content {
 
    display: none;
 
    position: absolute;
 
    background-color: #98BCFF;
 
    min-width: 180px;
 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
    z-index: 1;
 
}
 
 
.dropdown-content a {
 
    border-bottom-style: solid;
 
    border-color: rgba(255, 255, 255, .7);
 
    border-width: 1px;
 
    color: white;
 
    font-family: 'Raleway', sans-serif;
 
    font-size: 16px;
 
    padding: 12px 16px;
 
    text-decoration: none;
 
    display: block;
 
}
 
 
.dropdown-content a:hover {
 
    background-color: #AAD0FF
 
}
 
 
.dropdown:hover .dropdown-content {
 
    display: block;
 
}
 
 
.dropdown:hover .dropbtn {
 
    background-color: #1457BB;
 
}
 
 
 
</style>
 
</style>
 
</head>
 
</head>
<body>
 
  
 
<center>
 
<center>
  
 +
<header>
 
<div class="dropdown">
 
<div class="dropdown">
 
   <button class="dropbtn w3-round-xxlarge">Project</button>
 
   <button class="dropbtn w3-round-xxlarge">Project</button>
   <div class="dropdown-content">
+
   <div class="dropdown-content dropdown-menu-center">
     <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Description">Description</a>
+
     <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Description">Background</a>
 
     <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Design">Design</a>
 
     <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Design">Design</a>
 +
      <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Experiments">Experiments</a>
 
       <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Results">Results</a>
 
       <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Results">Results</a>
      <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Improve">Improve</a>
 
        <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Attributions">Attributions</a>
 
 
   </div>
 
   </div>
 
</div>
 
</div>
Line 162: Line 34:
 
<div class="dropdown">
 
<div class="dropdown">
 
   <button class="dropbtn w3-round-xxlarge">Modeling</button>
 
   <button class="dropbtn w3-round-xxlarge">Modeling</button>
   <div class="dropdown-content">
+
   <div class="dropdown-content dropdown-menu-center">
 
     <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Model">Overview</a>
 
     <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Model">Overview</a>
 
     <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Modeling_101">Modeling 101</a>
 
     <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Modeling_101">Modeling 101</a>
 
     <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Light_Operon">Light Operon</a>
 
     <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Light_Operon">Light Operon</a>
     <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Turing_Pattern">Turing Pattern</a>
+
     <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Turing_Patterns">Turing Patterns</a>
 +
    <a href="https://2018.igem.org/Team:CUNY_Kingsborough/CRISPR-Cas13a">CRISPR-Cas13a</a>
 
   </div>
 
   </div>
 
</div>
 
</div>
  
<div class="dropdown">
+
<a href="https://2018.igem.org/Team:CUNY_Kingsborough" style="text-decoration:none;">  
  <button class="dropbtn w3-round-xxlarge">Human Practices</button>
+
  <div class="dropdown-content">
+
    <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Human_Practices">Human Practices</a>
+
    <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Public_Engagement">Public Engagement</a>
+
  </div>
+
</div>
+
 
+
<a href="https://2018.igem.org/Team:CUNY_Kingsborough" class="image-link">  
+
 
   <img src="https://static.igem.org/mediawiki/2018/0/0e/T--CUNY_Kingsborough--2018Logo.jpeg" width="130px">
 
   <img src="https://static.igem.org/mediawiki/2018/0/0e/T--CUNY_Kingsborough--2018Logo.jpeg" width="130px">
 
</a>
 
</a>
  
 +
<!--
 
<div class="dropdown">
 
<div class="dropdown">
 
   <button class="dropbtn w3-round-xxlarge">Parts</button>
 
   <button class="dropbtn w3-round-xxlarge">Parts</button>
Line 191: Line 57:
 
   </div>
 
   </div>
 
</div>
 
</div>
 +
-->
  
 
<div class="dropdown">
 
<div class="dropdown">
   <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Safety" class="dropbtn w3-round-xxlarge">Safety</a>
+
   <button class="dropbtn w3-round-xxlarge">Human Practices</button>
 +
  <div class="dropdown-content">
 +
    <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Human_Practices">Human Practices</a>
 +
    <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Public_Engagement">Public Engagement</a>
 +
  </div>
 
</div>
 
</div>
  
<div class="dropdown">
 
  <a href="https://igem.org/2018_Judging_Form?team=CUNY_Kingsborough" class="dropbtn w3-round-xxlarge">Judging Form</a>
 
</div>
 
  
 
<div class="dropdown">
 
<div class="dropdown">
 
   <button class="dropbtn w3-round-xxlarge">Team</button>
 
   <button class="dropbtn w3-round-xxlarge">Team</button>
   <div class="dropdown-content">
+
   <div class="dropdown-content dropdown-menu-center">
 
     <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Team">Team Members</a>
 
     <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Team">Team Members</a>
 
     <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Collaborations">Collaborations</a>
 
     <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Collaborations">Collaborations</a>
    <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Sponsors">Sponsors</a>
+
        <a href="https://2018.igem.org/Team:CUNY_Kingsborough/Attributions">Attributions</a>
 
   </div>
 
   </div>
 
</div>
 
</div>
 
+
</header>
 
</center>
 
</center>
</body>
 
 
</html>
 
</html>

Latest revision as of 15:29, 3 December 2018