bx_styles.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li{
  2. border: 0 none;
  3. font-family: inherit;
  4. font-size: 100%;
  5. font-style: inherit;
  6. font-weight: inherit;
  7. margin: 0;
  8. outline: 0 none;
  9. padding: 0;
  10. vertical-align: baseline;
  11. }
  12. #bx-wrapper {
  13. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  14. }
  15. #container-slider {
  16. margin: 15px auto;
  17. min-height: 310px;
  18. padding: 0 0 0 6%;
  19. width: 560px;
  20. z-index: 0;
  21. }
  22. .bx-next {
  23. background: url("gray_next.png") no-repeat scroll 0 -30px transparent;
  24. height: 30px;
  25. position: absolute;
  26. right: -50px;
  27. text-indent: -999999px;
  28. top: 40%;
  29. width: 30px;
  30. z-index: 999;
  31. }
  32. .bx-prev {
  33. background: url("gray_prev.png") no-repeat scroll 0 -30px transparent;
  34. height: 30px;
  35. left: -50px;
  36. position: absolute;
  37. text-indent: -999999px;
  38. top: 40%;
  39. width: 30px;
  40. z-index: 999;
  41. }
  42. .bx-pager a {
  43. background: url("gray_pager.png") no-repeat scroll 0 -20px transparent;
  44. color: #FFFFFF;
  45. font-size: 12px;
  46. margin-right: 5px;
  47. padding: 3px 8px 3px 6px;
  48. text-decoration: none;
  49. }
  50. .bx-auto .start {
  51. background: url("gray_auto.png") no-repeat scroll 0 2px transparent;
  52. padding-left: 13px;
  53. }
  54. .bx-auto .stop {
  55. background: url("gray_auto.png") no-repeat scroll 0 -14px transparent;
  56. padding-left: 13px;
  57. }
  58. .bx-next:hover, .bx-prev:hover {
  59. background-position: 0 0;
  60. }
  61. .bx-pager .pager-active, .bx-pager a:hover {
  62. background-position: 0 0;
  63. text-decoration: none;
  64. }
  65. .bx-pager {
  66. color: #666666;
  67. font-size: 12px;
  68. padding-top: 7px;
  69. text-align: center;
  70. }
  71. .bx-captions {
  72. color: #666666;
  73. font-size: 12px;
  74. padding: 7px 0;
  75. text-align: center;
  76. }
  77. .bx-auto {
  78. padding-top: 15px;
  79. text-align: center;
  80. }
  81. .bx-auto a {
  82. color: #666666;
  83. font-size: 12px;
  84. }
  85. #slider {
  86. line-height: 120%;
  87. }
  88. #slider h1 {
  89. font-size: 1.6em;
  90. line-height: 150%;
  91. }
  92. #slider li p {
  93. font-size: 1.1em;
  94. }
  95. #slider .strng {
  96. font-weight: 600;
  97. }
  98. #slider .signatured {
  99. color: #3183B1;
  100. font-size: 1.3em;
  101. line-height: 200%;
  102. text-decoration: none;
  103. }
  104. #slider strong {
  105. font-size: 1.1em;
  106. }
  107. #slider li a {
  108. color: #3183B1;
  109. font-size: 1.1em;
  110. text-decoration: none;
  111. }
  112. .bx-colored {
  113. color: #3183B1;
  114. text-decoration: none;
  115. }
  116. #slider .notice {
  117. color: #3183B1;
  118. font-size: 1em;
  119. text-decoration: none;
  120. }
  121. #slider .laucherlink {
  122. color: #3183B1;
  123. cursor: pointer;
  124. font-size: 1.1em;
  125. text-decoration: none;
  126. }