Team:UCLondon/Templates/Navigation

From 2012e.igem.org

(Difference between revisions)
 
(9 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 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 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