You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

jquery-ui-fixes.css 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. /* Component containers
  2. ----------------------------------*/
  3. .ui-widget {
  4. font-family: "Lucida Grande", Arial, Verdana, sans-serif;
  5. font-size: 1em;
  6. }
  7. .ui-widget button {
  8. font-family: "Lucida Grande", Arial, Verdana, sans-serif;
  9. }
  10. .ui-widget-content {
  11. border: 1px solid #dddddd;
  12. background: #eeeeee url('images/ui-bg_highlight-soft_100_eeeeee_1x100.png') 50% top repeat-x;
  13. color: #333333;
  14. }
  15. .ui-widget-content a {
  16. color: #333333;
  17. }
  18. .ui-widget-header {
  19. border: 1px solid #0082c9;
  20. background: #0082c9;
  21. color: #ffffff;
  22. }
  23. .ui-widget-header a {
  24. color: #ffffff;
  25. }
  26. /* Interaction states
  27. ----------------------------------*/
  28. .ui-state-default,
  29. .ui-widget-content .ui-state-default,
  30. .ui-widget-header .ui-state-default {
  31. border: 1px solid #ddd;
  32. background: #f8f8f8 url('images/ui-bg_glass_100_f8f8f8_1x400.png') 50% 50% repeat-x;
  33. font-weight: bold;
  34. color: #555;
  35. }
  36. .ui-state-default a,
  37. .ui-state-default a:link,
  38. .ui-state-default a:visited {
  39. color: #555;
  40. }
  41. .ui-state-hover,
  42. .ui-widget-content .ui-state-hover,
  43. .ui-widget-header .ui-state-hover,
  44. .ui-state-focus,
  45. .ui-widget-content .ui-state-focus,
  46. .ui-widget-header .ui-state-focus {
  47. border: 1px solid #ddd;
  48. background: #ffffff url('images/ui-bg_flat_100_ffffff_40x100.png') 50% 50% repeat-x;
  49. font-weight: bold;
  50. color: #333;
  51. }
  52. .ui-state-hover a,
  53. .ui-state-hover a:hover,
  54. .ui-state-hover a:link,
  55. .ui-state-hover a:visited {
  56. color: #333;
  57. }
  58. .ui-state-active,
  59. .ui-widget-content .ui-state-active,
  60. .ui-widget-header .ui-state-active {
  61. border: 1px solid #0082c9;
  62. background: #f8f8f8 url('images/ui-bg_glass_100_f8f8f8_1x400.png') 50% 50% repeat-x;
  63. font-weight: bold;
  64. color: #0082c9;
  65. }
  66. .ui-state-active a,
  67. .ui-state-active a:link,
  68. .ui-state-active a:visited {
  69. color: #0082c9;
  70. }
  71. /* Interaction Cues
  72. ----------------------------------*/
  73. .ui-state-highlight,
  74. .ui-widget-content .ui-state-highlight,
  75. .ui-widget-header .ui-state-highlight {
  76. border: 1px solid #ddd;
  77. background: #f8f8f8 url('images/ui-bg_highlight-hard_100_f8f8f8_1x100.png') 50% top repeat-x;
  78. color: #555;
  79. }
  80. .ui-state-highlight a,
  81. .ui-widget-content .ui-state-highlight a,
  82. .ui-widget-header .ui-state-highlight a {
  83. color: #555;
  84. }
  85. .ui-state-error,
  86. .ui-widget-content .ui-state-error,
  87. .ui-widget-header .ui-state-error {
  88. border: 1px solid #cd0a0a;
  89. background: #b81900 url('images/ui-bg_diagonals-thick_18_b81900_40x40.png') 50% 50% repeat;
  90. color: #ffffff;
  91. }
  92. .ui-state-error a,
  93. .ui-widget-content .ui-state-error a,
  94. .ui-widget-header .ui-state-error a {
  95. color: #ffffff;
  96. }
  97. .ui-state-error-text,
  98. .ui-widget-content .ui-state-error-text,
  99. .ui-widget-header .ui-state-error-text {
  100. color: #ffffff;
  101. }
  102. /* Icons
  103. ----------------------------------*/
  104. .ui-state-default .ui-icon {
  105. background-image: url('images/ui-icons_1d2d44_256x240.png');
  106. }
  107. .ui-state-hover .ui-icon,
  108. .ui-state-focus .ui-icon {
  109. background-image: url('images/ui-icons_1d2d44_256x240.png');
  110. }
  111. .ui-state-active .ui-icon {
  112. background-image: url('images/ui-icons_1d2d44_256x240.png');
  113. }
  114. .ui-state-highlight .ui-icon {
  115. background-image: url('images/ui-icons_ffffff_256x240.png');
  116. }
  117. .ui-state-error .ui-icon,
  118. .ui-state-error-text .ui-icon {
  119. background-image: url('images/ui-icons_ffd27a_256x240.png');
  120. }
  121. /* Misc visuals
  122. ----------------------------------*/
  123. /* Overlays */
  124. .ui-widget-overlay {
  125. background: #666666 url('images/ui-bg_diagonals-thick_20_666666_40x40.png') 50% 50% repeat;
  126. opacity: .5;
  127. }
  128. .ui-widget-shadow {
  129. margin: -5px 0 0 -5px;
  130. padding: 5px;
  131. background: #000000 url('images/ui-bg_flat_10_000000_40x100.png') 50% 50% repeat-x;
  132. opacity: .2;
  133. border-radius: 5px;
  134. }