|
|
|
@ -218,9 +218,10 @@ div#menu a {position: relative;z-index: 10; height: 41px; display: block; float:
|
|
|
|
|
div#menu a:hover, div#menu a:hover span { color: #a1ebff; }
|
|
|
|
|
div#menu li.current a {}
|
|
|
|
|
div#menu {display: block; cursor: pointer; background-repeat: no-repeat;background-position: 95% 0;padding-right: 15px; _padding-right: 20px;}
|
|
|
|
|
div#menu ul a.parent {background: url(../images/item.png) -20px -30px no-repeat; width:60px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
|
|
|
|
|
div#menu ul a.parent:hover {background: url(../images/item.png) -20px -60px no-repeat;}
|
|
|
|
|
div#menu ul ul a.parent {background: url(../images/item.png) -20px 6px no-repeat;}
|
|
|
|
|
div#menu ul a.user_name { width:170px; text-align:right; margin:0; }
|
|
|
|
|
.pic_triangle{background: url(../images/item.png) -90px -48px no-repeat; float:right; display:block; width:10px; height:10px; margin-top:12px; margin-left:7px;}
|
|
|
|
|
.pic_triangle:hover{background: url(../images/item.png) -90px -78px no-repeat; }
|
|
|
|
|
div#menu ul ul a.parent {background: url(../images/item.png) -20px 6px no-repeat;width:60px;}
|
|
|
|
|
div#menu ul ul a.parent:hover {background: url(../images/item.png) -20px -11px no-repeat;}
|
|
|
|
|
/* menu::level1 */
|
|
|
|
|
div#menu a { padding: 5px 12px 0 10px;line-height: 30px; color: #fff;}
|
|
|
|
@ -288,6 +289,7 @@ a.close_btn {background-position:-44px 0;}
|
|
|
|
|
a:hover.close_btn {background-position:-66px 0;}
|
|
|
|
|
.show_btn {background-position:-119px 0;}
|
|
|
|
|
.msgserver a {color:#15bccf; }
|
|
|
|
|
.msgserver a:hover { text-decoration:underline; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.hiddent{ overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
|
|
|
|
|