menu.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. /* CSS Document */
  2. .menu1 {
  3. background-image: url(folder1.png);
  4. background-repeat: no-repeat;
  5. height: 17px;
  6. left: 32px;
  7. padding-left: 32px;
  8. cursor: hand;
  9. }
  10. .menu2 {
  11. background-image: url(folder2.png);
  12. background-repeat: no-repeat;
  13. height: 17px;
  14. left: 32px;
  15. padding-left: 32px;
  16. cursor: hand;
  17. }
  18. .menu3 {
  19. background-image: url(folder3.png);
  20. background-repeat: no-repeat;
  21. height: 17px;
  22. left: 32px;
  23. padding-left: 32px;
  24. cursor: hand;
  25. }
  26. .menu4{
  27. background-image: url(folder4.png);
  28. background-repeat: no-repeat;
  29. height: 17px;
  30. left: 32px;
  31. padding-left: 32px;
  32. cursor: hand;
  33. }
  34. .list{
  35. padding-left: 20px;
  36. background-image: url(list.gif);
  37. background-repeat: repeat-y;
  38. }
  39. .list1{
  40. padding-left: 20px;
  41. }
  42. .file{
  43. background-image: url(file.png);
  44. background-repeat: no-repeat;
  45. height: 18px;
  46. cursor: hand;
  47. padding-left: 32px;
  48. }
  49. .file1 {
  50. background-image: url(file1.png);
  51. background-repeat: no-repeat;
  52. height: 18px;
  53. cursor: hand;
  54. padding-left: 32px;
  55. }
  56. body {
  57. font-size: 9pt;
  58. color: #000000;
  59. background-color: #ffffff;
  60. }
  61. td {font-size: 9pt;}
  62. a:link {
  63. font-size: 9pt;
  64. color: #000000;
  65. text-decoration: none;
  66. }
  67. a:visited {
  68. font-size: 9pt;
  69. color: #000000;
  70. text-decoration: none;
  71. }
  72. a:hover {
  73. font-size: 9pt;
  74. color: #0000FF;
  75. text-decoration: none;
  76. position: relative;
  77. right: 1px;
  78. bottom: 1px;
  79. }
  80. a:active {
  81. font-size: 9pt;
  82. color: #000000;
  83. text-decoration: none;
  84. }
  85. .test {
  86. font-size:24px;
  87. background-color:#FF0000;
  88. }