Template:Template HD 1

From 2011.igem.org

(Difference between revisions)
Line 33: Line 33:
         padding: 10px 0 0 0;
         padding: 10px 0 0 0;
         list-style: none;
         list-style: none;
-
         background: #111;
+
         background: #FFB674;
-
        background: -moz-linear-gradient(#444, #111);
+
-
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
+
-
        background: -webkit-linear-gradient(#444, #111);
+
-
        background: -o-linear-gradient(#444, #111);
+
-
        background: -ms-linear-gradient(#444, #111);
+
-
        background: linear-gradient(#444, #111);
+
-
        -moz-border-radius: 50px;
+
-
        border-radius: 50px;
+
-
        -moz-box-shadow: 0 2px 1px #9c9c9c;
+
-
        -webkit-box-shadow: 0 2px 1px #9c9c9c;
+
-
        box-shadow: 0 2px 1px #9c9c9c;
+
}
}
Line 59: Line 48:
         height: 25px;
         height: 25px;
         padding: 0 25px;
         padding: 0 25px;
-
         color: #999;
+
         color: #269434;
-
         text-transform: uppercase;
+
         text-transform: lowercase;
         font: bold 12px/25px Arial, Helvetica;
         font: bold 12px/25px Arial, Helvetica;
         text-decoration: none;
         text-decoration: none;
-
        text-shadow: 0 1px 0 #000;
 
}
}
#menu li:hover > a
#menu li:hover > a
{
{
-
         color: #fafafa;
+
         color: #A60901;
}
}
*html #menu li a:hover /* IE6 */
*html #menu li a:hover /* IE6 */
{
{
-
         color: #fafafa;
+
         color: #A60901;
}
}
Line 94: Line 82:
     z-index: 99999;
     z-index: 99999;
     background: #444;
     background: #444;
-
    background: -moz-linear-gradient(#444, #111);
 
-
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
 
-
    background: -webkit-linear-gradient(#444, #111);
 
-
    background: -o-linear-gradient(#444, #111);
 
-
    background: -ms-linear-gradient(#444, #111);
 
-
    background: linear-gradient(#444, #111);
 
-
    -moz-border-radius: 5px;
 
-
    border-radius: 5px;
 
}
}
Line 147: Line 127:
#menu ul a:hover
#menu ul a:hover
{
{
-
     background: #0186ba;
+
     background: #000;
-
        background: -moz-linear-gradient(#04acec,  #0186ba);
+
-
        background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
+
-
        background: -webkit-linear-gradient(#04acec,  #0186ba);
+
-
        background: -o-linear-gradient(#04acec,  #0186ba);
+
-
        background: -ms-linear-gradient(#04acec,  #0186ba);
+
-
        background: linear-gradient(#04acec,  #0186ba);
+
}
}

Revision as of 07:21, 3 August 2011