admin.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .colselect,.colselect:link,.colselect:visited{
  2. display:block;
  3. border:1px solid #BCBCBC;
  4. width:145px;
  5. height:20px;
  6. overflow:hidden;
  7. line-height:20px;
  8. background:url(../images/up1.png) right no-repeat;
  9. text-align:left;
  10. }
  11. .colselect:active{
  12. border:1px solid #BCBCBC;
  13. width:144px;
  14. height:19px;
  15. padding:1px 0 0 1px;
  16. overflow:hidden;
  17. }
  18. .colselect span{
  19. width:115px;
  20. padding-left:3px;
  21. overflow:hidden;
  22. height:20px;
  23. line-height:20px;
  24. font-size:12px;
  25. color:#333;
  26. }
  27. .dropmenu{
  28. display:none;
  29. margin-top:-1px;
  30. background-color:#FFF;
  31. position:absolute;
  32. width:141px;
  33. height:auto;
  34. border:1px solid #BCBCBC;
  35. z-index:99;
  36. padding:2px 2px
  37. }
  38. .dropmenu li{
  39. font-size:12px;
  40. line-height:25px;
  41. height:25px;
  42. padding-left:5px;
  43. display:block;
  44. width:136px;
  45. cursor:default;
  46. -moz-user-select:none;
  47. text-align:left;
  48. }
  49. .rootmenu{
  50. position:absolute;
  51. display:none;
  52. margin-top:-25px;
  53. * margin-top:-8px;
  54. }
  55. .menuhover{
  56. background:url(../images/root2.png) right no-repeat;
  57. color:#FFF;
  58. }
  59. .menuout{
  60. background:url(../images/root1.png) right no-repeat;
  61. color:#333;
  62. }
  63. .norout{
  64. color:#333;
  65. }
  66. .norhover{
  67. background:url(../images/root.png) right no-repeat;
  68. color:#FFF;
  69. }