Difference between revisions of "Template:TeamTemplateA"

Line 5: Line 5:
  
 
body{
 
body{
 +
background: url(http://desktopwallpapers.org.ua/images/201301/desktopwallpapers.org.ua_23793.jpg);
 +
background-size: 500px;
 
     margin-top:0px;
 
     margin-top:0px;
 
     margin-left:0px;
 
     margin-left:0px;
Line 32: Line 34:
 
}
 
}
  
 +
#navigation {
 +
position: fixed;
 +
top: 0;
 +
width: 100%;
 +
color: #ffffff;
 +
height: 35px;
 +
text-align: center;
 +
padding-top: 15px;
 +
/* Adds shadow to the bottom of the bar */
 +
-webkit-box-shadow: 0px 0px 8px 0px #000000;
 +
-moz-box-shadow: 0px 0px 8px 0px #000000;
 +
box-shadow: 0px 0px 8px 0px #000000;
 +
/* Adds the transparent background */
 +
background-color: rgba(1, 1, 1, 0.8);
 +
color: rgba(1, 1, 1, 0.8);
 +
}
 +
#navigation a {
 +
font-size: 14px;
 +
padding-left: 15px;
 +
padding-right: 15px;
 +
color: white;
 +
text-decoration: none;
 +
}
 +
 +
#navigation a:hover {
 +
color: grey;
 +
}
 +
        .button {
 +
          width: 130px;
 +
    border: 1px solid #000000;
 +
    background-color: #000000;
 +
    height: 30px;
 +
    text-align: center;
 +
        border-radius: 5px;
 +
        padding: 10px 5px 0px 5px;
 +
        margin: auto;
 +
/*animate transition */
 +
-webkit-transition: background 0.2s linear;
 +
-moz-transition: background 0.2s linear;
 +
-ms-transition: background 0.2s linear;
 +
-o-transition: background 0.2s linear;
 +
transition: background 0.2s linear;
 +
    }
 +
 +
.button:hover {
 +
    background-color: #3aa76c;
 +
    color: white;
 +
    }
 
</style>
 
</style>
 
<body>
 
<body>
  
 
+
<div id="navigation">
 +
<button size="1" type="button" class="button" onclick="location.href='https://2015.igem.org/Team:NU_Kazakhstan';">HOME
 +
</button>
 +
<button size="1" type="button" class="button" onclick="location.href='https://2015.igem.org/Team:NU_Kazakhstan/Team';">
 +
TEAM </button>
 +
<button size="1" type="button" class="button" onclick="location.href='https://2015.igem.org/Team:NU_Kazakhstan/Project';">
 +
PROJECT </button>
 +
<button size="1" type="button" class="button" onclick="location.href='https://2015.igem.org/Team:NU_Kazakhstan/Parts';">
 +
PARTS </button>
 +
<button size="1" type="button" class="button" onclick="location.href='https://2015.igem.org/Team:NU_Kazakhstan/Notebook';">
 +
NOTEBOOK </button>
 +
<button size="1" type="button" class="button" onclick="location.href='https://2015.igem.org/Team:NU_Kazakhstan/Attributions';">
 +
ATTRIBUTIONS </button>
 +
<button size="1" type="button" class="button" onclick="location.href='https://2015.igem.org/Team:NU_Kazakhstan/Practices';">
 +
HUMAN PRACTICE </button>
 +
<button size="1" type="button" class="button" onclick="location.href='https://2015.igem.org/Team:NU_Kazakhstan/Software';">
 +
SOFTWARE </button>
 +
<button size="1" type="button" class="button" onclick="location.href='https://2015.igem.org/Team:NU_Kazakhstan/Safety';">
 +
SAFETY </button>
 +
</div>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 15:34, 27 July 2015