Dynamix theme GRAY

This commit is contained in:
bergware
2017-06-03 16:02:12 +02:00
parent 0c5e8a5c1d
commit beefed8ccf
+3 -2
View File
@@ -47,8 +47,9 @@ form+p{display:none;}
#header .block{margin:10px 5px 0 0;float:right;text-align:right;padding:2px 8px;}
#header .text-left{float:left;text-align:right;padding-right:5px;border-right:solid medium #5D6833;}
#header .text-right{float:right;text-align:left;padding-left:5px;padding-right:20px;}
#menu{position:fixed;top:0;left:0;height:100%;width:65px;padding:0;margin:0;background:#383A34;z-index:100;box-shadow:inset -1px 0 2px #121510;}
#nav-block{color:#5D6833;white-space:nowrap;float:left;width:65px;}
#menu{position:fixed;top:0;left:-17px;bottom:0;width:82px;padding:0;margin:0;background:#383A34;z-index:100;box-shadow:inset -1px 0 2px #121510;}
#nav-block{position:absolute;top:0;bottom:0;color:#5D6833;white-space:nowrap;float:left;width:240px;overflow-y:scroll;overflow-x:hidden;direction:rtl;}
#nav-block>div{direction:ltr;}
#nav-item{width:24px;text-align:left;padding:12px 20px;border-bottom:#42453E 1px solid;font-size:0;overflow:hidden;}
#nav-item:hover,#nav-item:hover a,#nav-item.active a{color:#5D6833;background:#ABC056;overflow:visible;}
#nav-item img{display:none;}