Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. /* filtrowanie ****************/
  2. .field-produktsearch-dla_niego label
  3. {
  4. background: #888888;
  5. padding: 15px;
  6. text-align: center;
  7. color: white;
  8. min-width: 150px;
  9. content: "";
  10. font-size: 17px;
  11. font-weight: 600;
  12. }
  13. .field-produktsearch-dla_niego label input
  14. {
  15. opacity: 0;
  16. }
  17. .field-produktsearch-dla_niej label
  18. {
  19. background: #198c5d;
  20. padding: 15px;
  21. text-align: center;
  22. color: white;
  23. min-width: 150px;
  24. content: "";
  25. font-size: 17px;
  26. font-weight: 600;
  27. }
  28. .field-produktsearch-dla_niej label input
  29. {
  30. opacity: 0;
  31. }
  32. .header-image .sbHolder {
  33. border: 1px solid black;
  34. font-family: Arial,sans-serif;
  35. font-size: 17px;
  36. font-weight: normal;
  37. height: 55px;
  38. position: relative;
  39. width: 100%;
  40. background: white;
  41. }
  42. .header-image .sbToggle {
  43. background: white;
  44. display: block;
  45. height: 53px;
  46. outline: medium none;
  47. position: absolute;
  48. right: 0;
  49. top: 0;
  50. width: 53px;
  51. color: #484848;
  52. }
  53. .header-image .sbToggle::after
  54. {
  55. content: "\f0dd";
  56. display: block;
  57. font-family: FontAwesome;
  58. position: absolute;
  59. top: 0;
  60. left: 17px;
  61. width: 30px;
  62. height: 30px;
  63. font-size: 30px;
  64. color: #484848;
  65. }
  66. .header-image .sbSelector {
  67. display: block;
  68. height: 53px;
  69. left: 0;
  70. line-height: 53px;
  71. outline: medium none;
  72. overflow: hidden;
  73. position: absolute;
  74. text-indent: 10px;
  75. top: 0;
  76. width: 100%;
  77. }
  78. .header-image .sbSelector:link, .header-image .sbSelector:visited, .header-image .sbSelector:hover
  79. {
  80. color: #bdbdbd;
  81. }
  82. .header-image .sbOptions {
  83. background-color: #ffffff;
  84. border: 1px solid #515151;
  85. list-style: outside none none;
  86. margin: 0;
  87. overflow-y: auto;
  88. padding: 0;
  89. position: absolute;
  90. top: 30px;
  91. width: 100%;
  92. z-index: 1;
  93. }
  94. .header-image .sbOptions a {
  95. border: none;
  96. color: #4b4b4b;
  97. }
  98. .header-image .sbOptions a:link, .header-image .sbOptions a:visited
  99. {
  100. color: #4b4b4b;
  101. }
  102. .space
  103. {
  104. display: block;
  105. margin-top: 10px;
  106. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement