Nessuna descrizione

switchBar.css 712B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .show_div
  2. {
  3. margin: 5px auto;
  4. overflow: hidden;
  5. font-size: 12px;
  6. color: #333;
  7. line-height: 24px;
  8. }
  9. .switchTitle
  10. {
  11. border: #A2C2DB 1px solid;
  12. border-bottom: none;
  13. }
  14. .switchTitle a
  15. {
  16. display: block;
  17. float: left;
  18. width: 90px;
  19. height: 30px;
  20. line-height: 30px;
  21. text-align: center;
  22. background: url(/_images/gg_on.gif) no-repeat left center;
  23. padding-left: 5px;
  24. }
  25. .switchBorder
  26. {
  27. border: #A2C2DB 1px solid;
  28. }
  29. .switchContent
  30. {
  31. font-size: 14px;
  32. line-height: 30px;
  33. color: #333;
  34. overflow-x: hidden;
  35. }
  36. .show_div a:visited
  37. {
  38. color: #0066cc;
  39. text-decoration: none;
  40. }
  41. .show_div a:link
  42. {
  43. color: #0066cc;
  44. text-decoration: none;
  45. }