Template:Menu

From 2012.igem.org

(Difference between revisions)
 
(15 intermediate revisions not shown)
Line 22: Line 22:
#menu{width:932px;margin:-50px auto 0px auto}
#menu{width:932px;margin:-50px auto 0px auto}
#menu ul{list-style:none;margin-bottom:65px;margin-left:0px}
#menu ul{list-style:none;margin-bottom:65px;margin-left:0px}
-
#menu ul li {overflow:hidden;margin-left:1px;display:block;background:#222;height:30px;width:132px;text-align:center;float:left;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;}
+
#menu ul li:first-child{background:rgba(0,0,0,0.9);}
 +
 
 +
//#menu ul:first-child{background:rgba(20,20,20,0.8);}
 +
#menu ul li {overflow:hidden;margin-left:1px;display:block;background:#222;height:30px;width:132px;text-
 +
align:center;float:left;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;}
#menu ul li:hover {background:#666;}
#menu ul li:hover {background:#666;}
#menu ul li a{color:#fff;text-decoration:none;display:table-cell;vertical-align:middle;text-align:center;height:30px;width:252px;}
#menu ul li a{color:#fff;text-decoration:none;display:table-cell;vertical-align:middle;text-align:center;height:30px;width:252px;}
Line 65: Line 69:
         var kidsG = document.getElementById("kids_g").style;
         var kidsG = document.getElementById("kids_g").style;
-
        console.log(kidsG);
 
kidsG.top = xx + "px";
kidsG.top = xx + "px";
kidsG.left = yy  + "px";
kidsG.left = yy  + "px";
Line 151: Line 154:
.ornam{color:#000;background-color:#C0C0C0;padding:2px}
.ornam{color:#000;background-color:#C0C0C0;padding:2px}
.box{background-color:#ddd;padding:35px;padding-top:20px;padding-bottom:20px;margin:75px;margin-top:35px;margin-bottom:35px}
.box{background-color:#ddd;padding:35px;padding-top:20px;padding-bottom:20px;margin:75px;margin-top:35px;margin-bottom:35px}
-
 
+
a {color:green;}
-
a.link {color: #ddd;}
+
a:visited {color:#006200;}
</style>
</style>

Latest revision as of 00:56, 27 September 2012

Warsaw Team