Team:Minnesota/Templates/removestyle

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <head> <title>Team:Minnesota - remove style</title> <style type="text/css"> - ============the following section is hacking the original wiki template============: #c...")
Line 103: Line 103:
     border:0px;
     border:0px;
}
}
-
 
-
/*=========Start side nav bar code==============*/
 
-
.sideNavBar
 
-
{
 
-
position:absolute;
 
-
top:320px;
 
-
left:0px;
 
-
background-color:white;
 
-
margin:0;
 
-
padding:0;
 
-
border:0px;
 
-
}
 
-
 
-
.sideNavBar ul li
 
-
{
 
-
list-style:none;
 
-
margin:0;
 
-
padding:0;
 
-
}
 
-
 
-
.sideNavBar a{
 
-
    font-family: Verdana, Century Gothic, Tahoma, sans-serif;
 
-
    font-size:20px;
 
-
    /*font-weight:600;*/
 
-
    padding-top:15px;
 
-
    padding-left:30px;
 
-
    text-decoration:none;
 
-
    background-color:white;
 
-
    display:block;
 
-
    width:170px;
 
-
    height:45px;
 
-
}
 
-
 
-
.sideNavBar a:link {
 
-
    border-width:1px 1px 1px 3px;
 
-
    border-style:none none none solid;
 
-
    border-color:white;
 
-
    color: gray;
 
-
 
-
}
 
-
 
-
.sideNavBar a:visited {
 
-
    border-width:1px 1px 1px 3px;
 
-
    border-style:none none none solid;
 
-
    border-color:white;
 
-
    color: gray;
 
-
}
 
-
 
-
.sideNavBar a:hover { /*cool button*/
 
-
    border-width:1px 1px 1px 3px;
 
-
    border-style: none none none solid;
 
-
    border-color:#660000 #660000 #660000 #660000;
 
-
    color: gold;
 
-
}
 
-
.sideNavBar a:active {
 
-
    border-width:1px 1px 1px 3px;
 
-
    border-style: none none none solid;
 
-
    border-color:#660000 #660000 #660000 #660000;
 
-
    color: gold;
 
-
}
 
-
 
-
.sideNavBar a.current{ /*force black for current button*/
 
-
    color: black;
 
-
}
 
-
 
-
.sideNavBar a.current:hover{ /*allow for gold to still happen for current button*/
 
-
    color: #660000;
 
-
}
 
-
 
-
/*=============End side nav bar code=================*/
 
-
 
-
/*=============Start top nav bar code===============*/
 
-
.insideTopBar {
 
-
    position:absolute;
 
-
    top:300px;
 
-
    left:230px;
 
-
    background-color:white;
 
-
 
-
}
 
-
.insideTopBar ul{
 
-
    padding:0;
 
-
    margin:0;
 
-
    list-style:none;
 
-
}
 
-
.insideTopBar ul li{
 
-
    float:right;
 
-
    padding-left:7px;
 
-
    margin:0px;
 
-
 
-
}
 
-
 
-
.insideTopBar a{
 
-
 
-
    display:block;
 
-
    background-color:white;
 
-
    text-decoration:none;
 
-
}
 
-
 
-
.insideTopBar img{
 
-
    opacity:0.4;
 
-
    filter:alpha(opacity=40); /* For IE8 and earlier */
 
-
}
 
-
.insideTopBar img:hover{
 
-
    opacity:1.0;
 
-
    filter:alpha(opacity=100); /* For IE8 and earlier */
 
-
}
 
-
 
-
/*=============End top nav bar code=================*/
 

Revision as of 20:50, 5 September 2014

Team:Minnesota - remove style