Team:UCLondon/Templates/Navigation

From 2012e.igem.org

(Difference between revisions)
 
(12 intermediate revisions not shown)
Line 19: Line 19:
   <style type="text/css">
   <style type="text/css">
-
       body { background-color: white;  }
+
       //body { background-color: white;  }
       #globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%; height:100%;}
       #globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%; height:100%;}
       #content { background-color: transparent; border: none; padding: 0; margin: 0; width: 100%; overflow: hidden; height:100%;}
       #content { background-color: transparent; border: none; padding: 0; margin: 0; width: 100%; overflow: hidden; height:100%;}
Line 38: Line 38:
         width: 100%;
         width: 100%;
         color: rgb(199, 214, 217);  
         color: rgb(199, 214, 217);  
-
         height: 41px;
+
         height: 26px;
         text-align: center;
         text-align: center;
         padding-top: 15px;
         padding-top: 15px;
Line 44: Line 44:
         // -webkit-box-shadow: 0px 0px 8px 0px #000000;
         // -webkit-box-shadow: 0px 0px 8px 0px #000000;
         //-moz-box-shadow: 0px 0px 8px 0px #000000;
         //-moz-box-shadow: 0px 0px 8px 0px #000000;
-
         box-shadow: 0px 0px 8px 0px #000000;
+
         //box-shadow: 0px 0px 8px 0px #000000;
         /* Adds the transparent background */
         /* Adds the transparent background */
         background-image: url(http://db.tt/73dOABGc);
         background-image: url(http://db.tt/73dOABGc);
Line 99: Line 99:
             position: absolute;
             position: absolute;
             z-index: 2147483647;
             z-index: 2147483647;
-
             width: 100px;
+
             width: 140px;
             top: 15px;
             top: 15px;
             left: 10px;
             left: 10px;
Line 108: Line 108:
             background-image: -o-linear-gradient(top,  rgba(255, 255, 255, 0.8), rgba(207, 207, 207, 0.8));
             background-image: -o-linear-gradient(top,  rgba(255, 255, 255, 0.8), rgba(207, 207, 207, 0.8));
             background-image: linear-gradient(top,  rgba(255, 255, 255, 0.8), rgba(207, 207, 207, 0.8));
             background-image: linear-gradient(top,  rgba(255, 255, 255, 0.8), rgba(207, 207, 207, 0.8));
 +
            background-color: rgb(240,240,240);
             border-radius: 10px;
             border-radius: 10px;
Line 121: Line 122:
       #action a, a:visited { color: black; text-shadow: none; }
       #action a, a:visited { color: black; text-shadow: none; }
     //.hidden-menu li:not(a) { display: none; }
     //.hidden-menu li:not(a) { display: none; }
-
     .hidden-menu li { padding: 0 !important; padding-left:0 !important; padding-right:0; width: 100px;  text-align:left; height: 20px;  }
+
     .hidden-menu li { padding: 0 !important; padding-left:0 !important; padding-right:0; width: 140px;  text-align:left; height: 20px;  }
Line 141: Line 142:
     .hidden-menu li:hover > a {
     .hidden-menu li:hover > a {
-
             background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(4, 172, 236)), to(rgb(1, 134, 186)) );
+
             background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(153, 153, 153)), to(rgb(179, 179, 179) ) );
-
             background-image: -webkit-linear-gradient(top, rgb(4, 172, 236), rgb(1, 134, 186));
+
             background-image: -webkit-linear-gradient(top,rgb(153, 153, 153), rgb(179, 179, 179) );
-
             background-image: -moz-linear-gradient(top, rgb(4, 172, 236), rgb(1, 134, 186));
+
             background-image: -moz-linear-gradient(top, rgb(153, 153, 153), rgb(179, 179, 179)) ;
-
             background-image: -ms-linear-gradient(top, rgb(4, 172, 236), rgb(1, 134, 186));
+
             background-image: -ms-linear-gradient(top, rgb(153, 153, 153), rgb(179, 179, 179) );
-
             background-image: -o-linear-gradient(top, rgb(4, 172, 236), rgb(1, 134, 186));
+
             background-image: -o-linear-gradient(top, rgb(153, 153, 153), rgb(179, 179, 179) );
-
             background-image: linear-gradient(top, rgb(4, 172, 236), rgb(1, 134, 186));
+
             background-image: linear-gradient(top, rgb(153, 153, 153), rgb(179, 179, 179) );
             color: #444;
             color: #444;
Line 152: Line 153:
             box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
             box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-
            text-shaddow: 0, 1px, 0, rgba(255, 255, 255, 1);
+
              text-shadow: rgb(0, 0, 0) 1px 1px 2px;
   }
   }
Line 173: Line 174:
       }
       }
       $("#action").html(str + $(".right-menu > ul").html() );
       $("#action").html(str + $(".right-menu > ul").html() );
 +
 +
      $("#top-section").css('display', 'none');
      
      

Latest revision as of 19:07, 24 September 2012