UCD_Left.css 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*左边工具栏样式表*/
  2. /*工具栏整体样式*/
  3. .UCD_TT { float:left; height:100%; display:block; background: #f1f1f1; overflow: hidden; }
  4. .UCD_TT_L { width: 30px; height: 100%; float: left; background: -webkit-linear-gradient(#4f4f4f, #3c3c3c); background: linear-gradient(#4f4f4f, #3c3c3c); background: #3E3E3E;}
  5. .UCD_TT_R { width: 160px; height: 100%; float: left;}
  6. /*最左部新添加*/
  7. .UCD_TT_L_T { color:#fff; text-align: center; padding-bottom:5px; padding-top:5px;}
  8. .UCD_TT_L_T:hover { background-color: #252525; }
  9. .UCD_TT_L_T span { display: block; }
  10. /*工具栏头部*/
  11. .UCD_TT_T { margin: 5px; margin-bottom: 0px; background-color: #fff7dd; height: 30px; line-height: 30px; color: #4e4e4e; cursor: pointer;}
  12. #UCD_TT_T_N{ text-indent: 1em; font-weight: bold; height: 100%; font-size: 16px; line-height: 30px; float: left;}
  13. .UCD_TT_T_X{height: 20px; width: 20px; float: right; cursor: pointer; margin: 5px; background: url(../img/icon.png) -14px -39px;}
  14. /*工具栏分项目样式*/
  15. #UCD_TT_Z{ width:160px; min-height:300px; overflow-y:auto; overflow-x:hidden;}/*中间部分样式。*/
  16. #UCD_TT_Z div { margin-left: 8px; width: 100%; height: 30px; line-height: 30px; text-indent: 1em; font-weight: bold; font-size: 12px; border-bottom: 1px solid #ccc; }
  17. #UCD_TT_Z div:hover{ background-color:#ccc;}
  18. #UCD_TT_Z div + #UCD_TT_Z_Help:hover{ background-color:#FFFFFF;}
  19. .UCD_TT_P{ cursor:pointer; width:140px; color:Black; text-indent:5px; background-color:#fff7dd; border:1px solid #ffedba; margin:5px; margin-bottom:0px; }
  20. /*工具栏条目*/
  21. /*.UCD_TT
  22. .UCD_TT ul { margin:0; padding:0;}
  23. .UCD_TT li { line-height: 24px; height:24px; cursor:pointer; width:160px; margin-top:3px; }
  24. .UCD_TT li:hover { background-color:#ffefbb; }
  25. .UCD_TT li div { margin-left:15px; float:left; display:block; border-radius: 1px; width: 18px; height:15px; margin-top:5px; line-height: 15px; text-align: center; vertical-align: middle; color: white; font-family: Arial; font-weight: bold; background: #6B6B6B;}
  26. .UCD_TT li span { white-space: nowrap; margin-left:5px; display:block; float:left; text-overflow: ellipsis; width: 120px;vertical-align: middle;}
  27. .UCD_ToolT_TD{line-height: 24px; margin-left:-20px; cursor:pointer; backgroundColor: #6B6B6B; }
  28. .UCD_ToolT_TD em{margin: 2px 10px 0 11px; display: inline-block; border-radius: 1px; width: 20px; line-height: 15px; text-align: center; vertical-align: middle; color: white; font-family: Arial; font-weight: bold; background: #6B6B6B;}*/
  29. .UCD_TT_B{ width:160px; height:100px; }/*左下角广告区域*/
  30. .UCD_TT_B_T{width:100px; margin:5px; text-align:center; border:1px solid gray; background-color:#fff7dd; }/*广告标题*/
  31. .UCD_TT_B_G{ width:140px; margin-left:10px; height:80px;}/*广告*/
  32. /*拖动对象*/
  33. .UCD_TOOLT_Drag {position:absolute; text-align:center; line-height:25px; width:100px; height:25px; border:1px solid gray;}