recordplay.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. #recordPlayHost {
  2. font-size: 12px;
  3. color:#333;
  4. height: 100%;
  5. }
  6. #recordPlayContainer
  7. {
  8. overflow: auto;
  9. width: 100%;
  10. height: 100%;
  11. padding: 10px 10px 10px 10px;
  12. }
  13. #recordPlayToolbar
  14. {
  15. margin: 5px 5px 5px 5px;
  16. height: 22px;
  17. }
  18. #recordPlayToolbar .recordPlayButton
  19. {
  20. float: left;
  21. width: 22px;
  22. height: 22px;
  23. border: 1px solid transparent;
  24. }
  25. #recordPlayToolbar .recordPlayButton:hover
  26. {
  27. border: 1px solid rgb(0,157,217);
  28. background-color : rgb(166,221,242);
  29. }
  30. #recordPlayToolbar .recordPlayButton:active
  31. {
  32. border: 1px solid rgb(0,157,217);
  33. background-color : rgb(204,235,248);
  34. }
  35. #recordPlayToolbar .recordPlayButtonSelected {
  36. border: 1px solid rgb(0,157,217);
  37. background-color : rgb(204,235,248);
  38. }
  39. #recordButton {
  40. background: url('../../sitemap/styles/images/233_hyperlink_16.png') no-repeat center center;
  41. }
  42. #playButton {
  43. background: url('../../sitemap/styles/images/225_responsive_16.png') no-repeat center center;
  44. }
  45. #stopButton {
  46. background: url('../../sitemap/styles/images/228_togglenotes_16.png') no-repeat center center;
  47. }
  48. #deleteButton {
  49. background: url('../../sitemap/styles/images/231_event_16.png') no-repeat center center;
  50. }
  51. #recordNameHeader
  52. {
  53. /* yeah??*/
  54. font-size: 13px;
  55. font-weight: bold;
  56. height: 23px;
  57. white-space: nowrap;
  58. }
  59. #recordPlayContent
  60. {
  61. /* yeah??*/
  62. overflow: visible;
  63. }
  64. .recordPlayName
  65. {
  66. font-size: 12px;
  67. margin-bottom: 5px;
  68. text-decoration: underline;
  69. white-space: nowrap;
  70. }
  71. .recordPlay
  72. {
  73. margin-bottom: 10px;
  74. }