Нет описания

switchBar.css 747B

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