Skip to content

Instantly share code, notes, and snippets.

@MondoGao
Last active February 5, 2016 15:33
Show Gist options
  • Save MondoGao/26b83bbb9ece7895d5fc to your computer and use it in GitHub Desktop.
Save MondoGao/26b83bbb9ece7895d5fc to your computer and use it in GitHub Desktop.
hudbt - 仿网易邮箱主题-简青/简绿/简蓝
/*hudbt-menu-simpleblue.css*/
ul.menu li a,
ul.menu li a:link,
ul.menu li a:visited {
border: 0;
padding: 5px 10px;
margin-right: 1px;
background-image: none;
background-color: rgb(11, 85, 159) !important;
color: rgb(255,255,255) !important;
font-weight: normal;
border-radius: 0;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
ul.menu li a:hover,
ul.menu li.selected a:hover {
border: 0;
color: rgb(255,255,255) !important;
background-image: none;
background-color: rgb(0,72,144) !important;
text-decoration: none;
box-shadow: none;
}
ul.menu li.selected a,
ul.menu li.selected a:hover {
background-color: rgb(4,56,109);
}
ul.menu li:first-child a {
border-top-left-radius: 4px;
}
ul.menu li:last-child a {
border-top-right-radius: 4px;
}
ul.menu li li a {
border-radius: 0 !important;
}
/*hudbt-menu-simpleblue.css end*/
/*hudbt-menu-simplecyan.css*/
ul.menu li a,
ul.menu li a:link,
ul.menu li a:visited {
border: 0;
padding: 5px 10px;
margin-right: 1px;
background-image: none;
background-color: rgb(15, 154, 270) !important;
color: rgb(255,255,255) !important;
font-weight: normal;
border-radius: 0;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
ul.menu li a:hover,
ul.menu li.selected a:hover {
border: 0;
color: rgb(255,255,255) !important;
background-image: none;
background-color: rgb(9, 144, 195) !important;
box-shadow: none;
}
ul.menu li.selected a,
ul.menu li.selected a:hover {
background-color: rgb(0, 122, 169);
}
ul.menu li:first-child a {
border-top-left-radius: 4px;
}
ul.menu li:last-child a {
border-top-right-radius: 4px;
}
ul.menu li li a {
border-radius: 0 !important;
}
/*hudbt-menu-simplecyan.css end*/
/*hudbt-menu-simplegreen.css*/
ul.menu li a,
ul.menu li a:link,
ul.menu li a:visited {
border: 0;
padding: 5px 10px;
margin-right: 1px;
background-image: none;
background-color: rgb(0, 128, 38) !important;
color: rgb(255,255,255) !important;
font-weight: normal;
border-radius: 0;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
ul.menu li a:hover,
ul.menu li.selected a:hover {
border: 0;
color: rgb(255,255,255) !important;
background-image: none;
background-color: rgb(0, 115, 34) !important;
text-decoration: none;
box-shadow: none;
}
ul.menu li.selected a,
ul.menu li.selected a:hover {
background-color: rgb(0, 97, 30);
}
ul.menu li:first-child a {
border-top-left-radius: 4px;
}
ul.menu li:last-child a {
border-top-right-radius: 4px;
}
ul.menu li li a {
border-radius: 0 !important;
}
/*hudbt-menu-simplegreen.css end*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment