menuexpandable.css

来自「采用jsp编写的企业计量设备管理系统」· CSS 代码 · 共 67 行

CSS
67
字号
/* These id's are static, so keep the same names */
div#menu {
	spadding: 0px;
	background-color: #AFD9FF;
	border: #8FBEE8;
}

#menuDiv {
    background-color: #AFD9FF;
    color: #000;
}

#menuList {
    margin: 0px;
    padding: 10px 0px 10px 15px;
}

li.menubar {
    background: url(../images/plus.gif) no-repeat 0em 0.3em;
    font-size: 12px;
    line-height: 1.5em;
    list-style: none outside;
}

.menu, .submenu {
    display: none;
    margin-left: 15px;
    padding: 0px;
}

.menu li, .submenu li  {
    background: url(../images/square.gif) no-repeat 0em 0.3em;
    list-style: none outside;
}

li.menubar a.standalone {
    background: url(../images/square.gif) no-repeat 0em 0.2em !important;
}

a.actuator, a.standalone {
    background-color: transparent;
    color: #000;
    font-size: 12px;
    padding-left: 15px;
    text-decoration: none;
}

.menu li a, .submenu li a {
    background-color: transparent;
    color: #000;
    font-size: 12px;
    padding-left: 15px;
    text-decoration: none;
}

a.actuator:hover, .menu li a:hover, submenu li a:hover, li a.standalone:hover {
    text-decoration: underline;
}

span.key {
    text-decoration: underline;
}

a.highlight {
    color: #3A557B !important;
    font-weight: bold;
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?