Difference between revisions of "Template:Melbourne"

(Design menubar revised)
Line 70: Line 70:
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
  
p {text-align: center;}
 
  
/* The dropdown container */
 
.dropdown {
 
  overflow: hidden;
 
}
 
 
 
 
/* Dropdown button */
 
.dropdown .dropbtn {
 
  font-size: 20px;
 
  border: none;
 
  outline: none;
 
  color: white;
 
  padding: 14px 16px;
 
  background-color: inherit;
 
  font-family: inherit; /* Important for vertical align on mobile phones */
 
  margin: 0; /* Important for vertical align on mobile phones */
 
}
 
 
/* Add a red background color to navbar links on hover */
 
.navbar a:hover, .dropdown:hover .dropbtn {
 
  background-color: grey;
 
}
 
 
/* Dropdown content (hidden by default) */
 
.dropdown-content {
 
  display: none;
 
  position: absolute;
 
  background-color: #333;
 
  max-width: 100px;
 
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
  z-index: 1;
 
}
 
 
/* Links inside the dropdown */
 
.dropdown-content a {
 
  float: none;
 
  color: black;
 
  padding: 14px 16px;
 
  text-decoration: none;
 
  display: block;
 
  text-align: left;
 
font-size: 16px;
 
}
 
 
/* Add a grey background color to dropdown links on hover */
 
.dropdown-content a:hover {
 
  background-color: #ddd;
 
}
 
 
/* Show the dropdown menu on hover */
 
.dropdown:hover .dropdown-content {
 
  display: block;
 
}
 
  
 
#home_logo, #sideMenu { display:none; }
 
#home_logo, #sideMenu { display:none; }
Line 160: Line 105:
 
/* Style the navbar links */
 
/* Style the navbar links */
 
#navbar a {
 
#navbar a {
 +
    float: left;
 
     display: block;
 
     display: block;
 
     color: white;
 
     color: white;
 
     text-decoration: none;
 
     text-decoration: none;
text-align: center;
 
 
width: 20%;
 
width: 20%;
float:left;
+
text-align: center;
 +
 
 
}
 
}
  
Line 362: Line 308:
 
.igem_2018_team_content .igem_2018_team_column_wrapper h1, .igem_2018_team_content .igem_2018_team_column_wrapper h2 {
 
.igem_2018_team_content .igem_2018_team_column_wrapper h1, .igem_2018_team_content .igem_2018_team_column_wrapper h2 {
 
border-bottom:0px;
 
border-bottom:0px;
color: black;
+
color: #635d5d;
 
font-family: "Arial Black", Gadget, sans-serif;
 
font-family: "Arial Black", Gadget, sans-serif;
 
padding: 10px 0px;
 
padding: 10px 0px;
Line 636: Line 582:
  
 
<div id="navbar">
 
<div id="navbar">
 +
  
  
Line 641: Line 588:
 
  <a href="https://2018.igem.org/Team:Melbourne" class="nav_item, nav_text">Home</a>
 
  <a href="https://2018.igem.org/Team:Melbourne" class="nav_item, nav_text">Home</a>
 
   <a href="https://2018.igem.org/Team:Melbourne/Team" class="nav_item, nav_text">Team</a>
 
   <a href="https://2018.igem.org/Team:Melbourne/Team" class="nav_item, nav_text">Team</a>
<a href="www.unimelb.com" src="http://www.ampc.ms.unimelb.edu.au/srg/index_files/UOM.png" width="115px", height="95px">
+
<a class="nav_item, nav_icon">
 +
<img src="http://www.ampc.ms.unimelb.edu.au/srg/index_files/UOM.png" width="115px", height="95px">
 +
</a>
 
   <a href="https://2018.igem.org/Team:Melbourne/Project" class="nav_item, nav_text">Project</a>
 
   <a href="https://2018.igem.org/Team:Melbourne/Project" class="nav_item, nav_text">Project</a>
 
   <a href="https://2018.igem.org/Team:Melbourne/Safety" class="nav_item, nav_text">Safety</a>
 
   <a href="https://2018.igem.org/Team:Melbourne/Safety" class="nav_item, nav_text">Safety</a>
Line 654: Line 603:
 
<!--- Content of the page  --->
 
<!--- Content of the page  --->
 
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 +
 +
 +
<div class="igem_2018_team_content">
 +
<div class="igem_2018_team_column_wrapper">
 +
<div class="clear extra_space"></div>
 +
<div class="clear extra_space"></div>

Revision as of 10:15, 12 October 2018