Team:NRP-UEA-Norwich/Test/css

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
#cssmenu{ height:37px; display:block; padding:0; margin:20px auto;  border:1px solid; border-radius:5px; }
+
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
-
#cssmenu > ul {list-style:inside none; padding:0; margin:0;}
+
-
#cssmenu > ul > li {list-style:inside none; padding:0; margin:0; float:left; display:block; position:relative;}
+
-
#cssmenu > ul > li > a{ outline:none; display:block; position:relative; padding:12px 20px; font:bold 13px/100% Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; text-shadow:1px 1px 0 rgba(0,0,0, 0.4); }
+
-
#cssmenu > ul > li:first-child > a{border-radius:5px 0 0 5px;}
+
-
#cssmenu > ul > li > a:after{ content:''; position:absolute; border-right:1px solid; top:-1px; bottom:-1px; right:-2px; z-index:99; }
+
-
#cssmenu ul li.has-sub:hover > a:after{top:0; bottom:0;}
+
-
#cssmenu > ul > li.has-sub > a:before{ content:''; position:absolute; top:18px; right:6px; border:5px solid transparent; border-top:5px solid #fff; }
+
-
#cssmenu > ul > li.has-sub:hover > a:before{top:19px;}
+
-
#cssmenu ul li.has-sub:hover > a{ background:#3f3f3f; border-color:#3f3f3f; padding-bottom:13px; padding-top:13px; top:-1px; z-index:999; }
+
-
#cssmenu ul li.has-sub:hover > ul, #cssmenu ul li.has-sub:hover > div{display:block;}
+
-
#cssmenu ul li.has-sub > a:hover{background:#3f3f3f; border-color:#3f3f3f;}
+
-
#cssmenu ul li > ul, #cssmenu ul li > div{ display:none; width:auto; position:absolute; top:38px; padding:10px 0; background:#3f3f3f; border-radius:0 0 5px 5px; z-index:999; }
+
-
#cssmenu ul li > ul{width:200px;}
+
-
#cssmenu ul li > ul li{display:block; list-style:inside none; padding:0; margin:0; position:relative;}
+
-
#cssmenu ul li > ul li a{ outline:none; display:block; position:relative; margin:0; padding:8px 20px; font:10pt Arial, Helvetica, sans-serif; color:#fff; text-decoration:none; text-shadow:1px 1px 0 rgba(0,0,0, 0.5); }
+
-
#cssmenu, #cssmenu > ul > li > ul > li a:hover{ background:#bf4143; background:-moz-linear-gradient(top, #bf4143 0%, #a13742 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf4143), color-stop(100%,#a13742)); background:-webkit-linear-gradient(top, #bf4143 0%,#a13742 100%); background:-o-linear-gradient(top, #bf4143 0%,#a13742 100%); background:-ms-linear-gradient(top,  #bf4143 0%,#a13742 100%); background:linear-gradient(top,  #bf4143 0%,#a13742 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4143', endColorstr='#a13742',GradientType=0 ); }  
+
 
-
#cssmenu{border-color:#712730;}  
+
/* Menu CSS */
-
#cssmenu > ul > li > a{border-right:1px solid #712730; color:#fff;}  
+
 
-
#cssmenu > ul > li > a:after{border-color:#f0696c;}  
+
#cssmenu, #cssmenu > ul{
-
#cssmenu > ul > li > a:hover{background:#8f2f34;}
+
 +
background: url(images/highlight-bg.png) repeat;
 +
padding-bottom: 3px;
 +
font-family: 'Open Sans', sans-serif;
 +
font-weight: 600;
 +
 +
 +
}
 +
 
 +
#cssmenu:before, #cssmenu:after, #cssmenu > ul:before, #cssmenu > ul:after {
 +
 
 +
content: '';
 +
display: table;
 +
 +
}
 +
 
 +
 
 +
#cssmenu:after, #cssmenu > ul:after {
 +
 
 +
clear: both;
 +
 +
}
 +
 
 +
#cssmenu {
 +
 
 +
zoom:1;
 +
 +
}
 +
 
 +
#cssmenu > ul{
 +
 +
background: url(images/menu-bg.png) repeat;
 +
margin: 0;
 +
padding: 0;
 +
position: relative;
 +
 +
}
 +
 
 +
#cssmenu > ul li{
 +
 +
margin: 0;
 +
padding: 0;
 +
list-style: none;
 +
 +
}
 +
 
 +
#cssmenu > ul > li{
 +
 
 +
float: left;
 +
position: relative;
 +
 +
}
 +
 
 +
#cssmenu > ul > li > a{
 +
 
 +
padding: 23px 26px;
 +
display: block;
 +
color: white;
 +
font-size: 13px;
 +
text-decoration: none;
 +
text-transform: uppercase;
 +
text-shadow: 0 -1px 0 #0d0d0d;
 +
text-shadow: 0 -1px 0 rgba(0, 0, 0, .70);
 +
line-height: 18px;
 +
 +
}
 +
 
 +
 
 +
#cssmenu > ul > li:hover > a{
 +
 
 +
background: url(images/highlight-bg.png) repeat;
 +
text-shadow: 0 -1px 0 #97321f;
 +
text-shadow: 0 -1px 0 rgba(122, 42, 26, .64);
 +
 +
}
 +
 
 +
#cssmenu > ul > li > a > span{
 +
 
 +
line-height: 18px;
 +
 +
}
 +
 
 +
#cssmenu > ul > li.active > a, #cssmenu > ul > li > a:active{
 +
 +
background: url(images/hover.png) repeat;
 +
 +
}
 +
 
 +
 
 +
 
 +
/* Childs */
 +
 
 +
#cssmenu > ul ul{
 +
 
 +
opacity: 0;
 +
visibility: hidden;
 +
position: absolute;
 +
top: 120px;
 +
background: url(images/menu-bg.png) repeat;
 +
margin: 0;
 +
padding: 0;
 +
z-index: -1;
 +
 
 +
 +
}
 +
 
 +
#cssmenu > ul li:hover ul{
 +
opacity: 1;
 +
visibility: visible;
 +
margin: 0;
 +
color: #000;
 +
z-index: 2;
 +
top:64px;
 +
left: 0;
 +
 +
}
 +
 
 +
#cssmenu > ul ul:before{
 +
 
 +
content: '';
 +
position: absolute;
 +
top: -10px;
 +
width: 100%;
 +
height: 20px;
 +
background: transparent;
 +
 +
}
 +
 
 +
 
 +
#cssmenu > ul ul li{
 +
 
 +
list-style: none;
 +
padding: 0;
 +
margin: 0;
 +
width: 100%;
 +
 +
}
 +
 
 +
#cssmenu > ul ul li a{
 +
 
 +
padding: 18px 26px;
 +
display: block;
 +
color: white;
 +
font-size: 13px;
 +
text-decoration: none;
 +
text-transform: uppercase;
 +
width: 150px;
 +
border-left: 4px solid transparent;
 +
-webkit-transition: all .35s ease-in-out;
 +
-moz-transition: all .35s ease-in-out;
 +
-ms-transition: all .35s ease-in-out;
 +
transition: all .35s ease-in-out;
 +
 
 +
}
 +
 
 +
#cssmenu > ul ul li a:hover{
 +
 
 +
border-left: 4px solid #d64e34;
 +
background: url(images/hover.png) repeat;
 +
 
 +
}
 +
 
 +
#cssmenu > ul ul li a:active{
 +
 
 +
background: url(images/menu-bg.png) repeat;
 +
 
 +
}

Revision as of 18:02, 10 July 2013

@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);


/* Menu CSS */

  1. cssmenu, #cssmenu > ul{

background: url(images/highlight-bg.png) repeat; padding-bottom: 3px; font-family: 'Open Sans', sans-serif; font-weight: 600;


}

  1. cssmenu:before, #cssmenu:after, #cssmenu > ul:before, #cssmenu > ul:after {

content: ; display: table;

}


  1. cssmenu:after, #cssmenu > ul:after {

clear: both;

}

  1. cssmenu {

zoom:1;

}

  1. cssmenu > ul{

background: url(images/menu-bg.png) repeat; margin: 0; padding: 0; position: relative;

}

  1. cssmenu > ul li{

margin: 0; padding: 0; list-style: none;

}

  1. cssmenu > ul > li{

float: left; position: relative;

}

  1. cssmenu > ul > li > a{

padding: 23px 26px; display: block; color: white; font-size: 13px; text-decoration: none; text-transform: uppercase; text-shadow: 0 -1px 0 #0d0d0d; text-shadow: 0 -1px 0 rgba(0, 0, 0, .70); line-height: 18px;

}


  1. cssmenu > ul > li:hover > a{

background: url(images/highlight-bg.png) repeat; text-shadow: 0 -1px 0 #97321f; text-shadow: 0 -1px 0 rgba(122, 42, 26, .64);

}

  1. cssmenu > ul > li > a > span{

line-height: 18px;

}

  1. cssmenu > ul > li.active > a, #cssmenu > ul > li > a:active{

background: url(images/hover.png) repeat;

}


/* Childs */

  1. cssmenu > ul ul{

opacity: 0; visibility: hidden; position: absolute; top: 120px; background: url(images/menu-bg.png) repeat; margin: 0; padding: 0; z-index: -1;


}

  1. cssmenu > ul li:hover ul{

opacity: 1; visibility: visible; margin: 0; color: #000; z-index: 2; top:64px; left: 0;

}

  1. cssmenu > ul ul:before{

content: ; position: absolute; top: -10px; width: 100%; height: 20px; background: transparent;

}


  1. cssmenu > ul ul li{

list-style: none; padding: 0; margin: 0; width: 100%;

}

  1. cssmenu > ul ul li a{

padding: 18px 26px; display: block; color: white; font-size: 13px; text-decoration: none; text-transform: uppercase; width: 150px; border-left: 4px solid transparent; -webkit-transition: all .35s ease-in-out; -moz-transition: all .35s ease-in-out; -ms-transition: all .35s ease-in-out; transition: all .35s ease-in-out;

}

  1. cssmenu > ul ul li a:hover{

border-left: 4px solid #d64e34; background: url(images/hover.png) repeat;

}

  1. cssmenu > ul ul li a:active{

background: url(images/menu-bg.png) repeat;

}