filetree.css 390 B

123456789101112131415161718192021222324252627282930313233343536
  1. body {
  2. font-family:arial,sans-serif; font-size: smaller;
  3. }
  4. .treenodelabel {
  5. cursor:pointer;cursor:hand;
  6. }
  7. .selected {
  8. background-color: #FFFFAA;
  9. }
  10. .treenodechildcount {
  11. color:blue;
  12. }
  13. .header * {
  14. font-weight: bold;
  15. }
  16. .header {
  17. border-bottom: solid 1px;
  18. }
  19. .date {
  20. text-align: right;
  21. padding-right: 3px;
  22. }
  23. .fsize {
  24. text-align: right;
  25. }
  26. .table {
  27. border: solid 2px;
  28. }