Team:Imperial College/Template:Welcome

From 2013.igem.org

(Difference between revisions)
 
(4 intermediate revisions not shown)
Line 6: Line 6:
     height: 80px;
     height: 80px;
     background : #464646;
     background : #464646;
-
     background : -webkit-gradient(linear, left top, left bottom, from(rgb(168,168,168)), to(rgb(69,69,69)));
+
     background : -webkit-gradient(linear, from(rgb(168,168,168)), to(rgb(69,69,69)));
     background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
     background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
     border-top: 2px solid #939393;
     border-top: 2px solid #939393;
Line 33: Line 33:
     background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(31,169,244,1) 0%, rgba(0,28,78, 1) 100%);
     background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(31,169,244,1) 0%, rgba(0,28,78, 1) 100%);
     }
     }
-
 
+
 +
ul li a {
 +
    display: block;
 +
    padding: 0 20px;
 +
    border-left: 1px solid rgba(255,255,255,0.1);
 +
    border-right: 1px solid rgba(0,0,0,0.1);
 +
    text-align: center;
 +
    line-height: 79px;
 +
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(168,168,168)), to(rgb(69,69,69)));
 +
    background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
 +
    -webkit-transition-property: background;
 +
    -webkit-transition-duration: 700ms;
 +
    -moz-transition-property: background;
 +
    -moz-transition-duration: 700ms;
 +
    }
 +
ul li a:hover {
ul li a:hover {
     background: transparent none;
     background: transparent none;

Latest revision as of 13:45, 19 August 2013