Difference between revisions of "Team:Uppsala/Parts"

Line 38: Line 38:
 
font-size: 150%;
 
font-size: 150%;
 
}
 
}
 +
 +
/*CSS for the navbar*/
  
 
/*Hide the sub-menus*/
 
/*Hide the sub-menus*/
Line 51: Line 53:
 
     background-color: #FFFFFF;
 
     background-color: #FFFFFF;
 
     font-family: "Trebuchet MS";
 
     font-family: "Trebuchet MS";
     color: white;
+
     color: black;
    margin: 0 auto;
+
 
     text-align: center;
 
     text-align: center;
 
     list-style: none;
 
     list-style: none;
Line 66: Line 67:
 
nav ul li {
 
nav ul li {
 
     float: left;
 
     float: left;
    color: black;
 
 
}
 
}
  
 
/*Only affects links in the first ul, the bar*/
 
/*Only affects links in the first ul, the bar*/
 
nav ul li:hover > a {  
 
nav ul li:hover > a {  
    /*background-color: #A5A5C1;*/
 
 
     color: #CC0000;
 
     color: #CC0000;
 
     text-decoration: none;
 
     text-decoration: none;
Line 83: Line 82:
 
     padding: 10px 15px 0px 15px;  
 
     padding: 10px 15px 0px 15px;  
 
     /*text-decoration: none;*/
 
     /*text-decoration: none;*/
 
 
     opacity: 0.5;
 
     opacity: 0.5;
   
 
 
 
}
 
}
 
/*List of sub-menus*/
 
/*List of sub-menus*/
 
nav ul ul {  
 
nav ul ul {  
     background-color: white;
+
     background-color: #FFFFFF;
 
     border-radius: 10px;
 
     border-radius: 10px;
    border-bottom: 2px solid black;
 
 
     padding: 0px;
 
     padding: 0px;
     box-shadow: 0px 2px 2px 2px;
+
     box-shadow: 0px 2px 1px 2px;
 
     margin-top: 0px;
 
     margin-top: 0px;
 
     position: absolute;  
 
     position: absolute;  
Line 102: Line 97:
 
nav ul ul li {  
 
nav ul ul li {  
 
     float: none;  
 
     float: none;  
    /*background-color: #A5A5C1;
 
    border-top: 2px solid #6b727c;
 
    border-bottom: 2px solid #575f6a;*/
 
 
     border-radius: 5px;
 
     border-radius: 5px;
 
     position: relative;
 
     position: relative;
Line 110: Line 102:
 
/*The individual link texts in the sub-menus*/
 
/*The individual link texts in the sub-menus*/
 
nav ul ul li a {  
 
nav ul ul li a {  
     padding: 5px 5px;
+
    color: green;
 +
     padding: 0px 5px 5px 5px;
 
     opacity: 1;
 
     opacity: 1;
 
}
 
}
Line 186: Line 179:
 
<nav class="fixed">
 
<nav class="fixed">
 
<ul id="full_width">
 
<ul id="full_width">
   <li class="listelem"><a href="https://2015.igem.org/Team:Uppsala">Home</a></li>
+
   <li><a href="https://2015.igem.org/Team:Uppsala">Home</a></li>
   <li class="listelem"><a href="https://2015.igem.org/Team:Uppsala/Team">Team</a></li>
+
   <li><a href="https://2015.igem.org/Team:Uppsala/Team">Team</a></li>
   <li class="listelem"><a href="#">Project</a>
+
   <li><a href="#">Project</a>
 
       <ul>
 
       <ul>
 
     <li><a href="https://2015.igem.org/Team:Uppsala/Description">Description</a></li>  
 
     <li><a href="https://2015.igem.org/Team:Uppsala/Description">Description</a></li>  
Line 196: Line 189:
 
       </ul>
 
       </ul>
 
   </li>
 
   </li>
   <li class="listelem"><a href="#">Parts</a>
+
   <li><a href="#">Parts</a>
 
       <ul>
 
       <ul>
 
       <li><a href="https://2015.igem.org/Team:Uppsala/Parts">Team Parts</a></li>
 
       <li><a href="https://2015.igem.org/Team:Uppsala/Parts">Team Parts</a></li>
Line 225: Line 218:
 
     <h1 class="header">Parts</h1>
 
     <h1 class="header">Parts</h1>
 
     <hr>
 
     <hr>
 +
    <p> This part of the Wiki is still under construction! Soon you will be able to view all of our submitted parts here.
 +
    </p>
 
     <table>
 
     <table>
 
       <tr>
 
       <tr>

Revision as of 15:34, 2 August 2015

Parts


This part of the Wiki is still under construction! Soon you will be able to view all of our submitted parts here.