cw.light.css.before 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. .cw-wordwrap {
  2. white-space: pre-wrap; /* CSS3 */
  3. white-space: -moz-pre-wrap; /* Firefox */
  4. white-space: -pre-wrap; /* Opera <7 */
  5. white-space: -o-pre-wrap; /* Opera 7 */
  6. word-wrap: break-word; /* IE */
  7. line-height: 200%; /* IE */
  8. }
  9. .cw-multi-field
  10. {
  11. /*height: 48px;*/
  12. }
  13. .cw-multi-field-left
  14. {
  15. float: left;
  16. display: inline-block;
  17. width: 50%;
  18. }
  19. .cw-multi-field-left > div
  20. {
  21. float: left;
  22. }
  23. .cw-multi-field-right
  24. {
  25. float: right;
  26. display: inline-block;
  27. width: 50%;
  28. }
  29. .cw-multi-field-right > div
  30. {
  31. float: left;
  32. }
  33. .cw-multi-field-merge
  34. {
  35. min-height: 32px;
  36. }
  37. .cw-multi-field-label-ex
  38. {
  39. width: 96px;
  40. }
  41. .cw-multi-field-overlay > .dx-field-label
  42. {
  43. width: 96px;
  44. }
  45. .cw-multi-field-overlay > .dx-field-value
  46. {
  47. float: left;
  48. }
  49. .cw-multi-field-label
  50. {
  51. width: 96px;
  52. padding-top: 24px;
  53. padding-bottom: 0px;
  54. }
  55. .cw-multi-field-value-multiple:not(.dx-button)
  56. {
  57. float: left;
  58. display:inline-block;
  59. margin-top: 16px;
  60. padding-top: 0px;
  61. padding-bottom: 0px;
  62. }
  63. #searchViewCheckBox {
  64. display: inline;
  65. float: left;
  66. width: 40px;
  67. }
  68. #searchViewCondition {
  69. display: inline;
  70. float: left;
  71. width: 300px;
  72. }
  73. /* cw */
  74. .Cw-NextButton{
  75. position:relative;
  76. background-image:url(/images/home-page-right.png);
  77. background-repeat:no-repeat;
  78. background-position:left center;
  79. margin-left:15px;
  80. width: 38px;
  81. height:100px;
  82. cursor:pointer;
  83. cursor:hand;
  84. }
  85. .Cw-NextButton:hover{
  86. background-image:url(/images/home-page-right-hot.png);
  87. }
  88. .Cw-HideNextButton{
  89. position:relative;
  90. background-image:url(/images/next-arrow-inactive.png);
  91. background-repeat:no-repeat;
  92. background-position:left center;
  93. margin-left:15px;
  94. width: 38px;
  95. height:100px;
  96. cursor:default;
  97. }
  98. .Cw-PrevButton{
  99. background-image:url(/images/home-page-left.png);
  100. background-repeat:no-repeat;
  101. background-position:right center;
  102. margin-right:15px;
  103. width: 38px;
  104. height:100px;
  105. cursor:pointer;
  106. cursor:hand;
  107. }
  108. .Cw-PrevButton:hover{
  109. background-image:url(/images/home-page-left-hot.png);
  110. }
  111. .Cw-HidePrevButton {
  112. position: relative;
  113. background-image: url(/images/prev-arrow-inactive.png);
  114. background-repeat: no-repeat;
  115. background-position: right center;
  116. margin-right: 15px;
  117. width: 38px;
  118. height: 100px;
  119. cursor: default;
  120. }