Advertisement
Guest User

Zive.cz small

a guest
May 5th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("www.zive.cz") {
  4. .ar-list .ar-tile {
  5. width: 100%;
  6. min-height: 0px;
  7. padding-bottom: 8px;
  8. margin-top: 4px !important;
  9. padding-top: 8px !important;
  10. margin-bottom: 0px !important;
  11. margin-right: 0px !important;
  12. }
  13.  
  14. .ar-list .ar-tile .ar-img {
  15. margin-bottom: 15px !important;
  16. margin-right: 10px !important;
  17. float: left;
  18. }
  19.  
  20. .ar-list .ar-row .ar-img {
  21. width: 18%;
  22. height: auto;
  23. }
  24.  
  25. .ar-list .ar-row .ar-img a{
  26. width: auto;
  27. height: auto;
  28. }
  29.  
  30. .ar-list .ar-row .ar-img a img {
  31. width: 100%;
  32. }
  33.  
  34. .ar-list .ar-row .ar-txt h2 {
  35. font-size: 15px;
  36. font-weight: 400;
  37. }
  38.  
  39. .ar-list .ar-row .ar-info span {
  40. font-size: 12px;
  41. }
  42.  
  43. .ar-list .ar-row-promo .ar-img{
  44. width: 100%;
  45. height: 95px;
  46. }
  47.  
  48. .ar-list .ar-row-promo .ar-img a img{
  49. width: 100%;
  50. height: 95px;
  51. }
  52.  
  53. .ar-list .ar-row-promo .ar-img h1 a {
  54. color: #fff;
  55. text-decoration: none;
  56. padding: 5px 60px 46px 10px;
  57. width: 340px;
  58. text-align: left;
  59. height: auto;
  60. background: transparent;
  61. font-size: 15px;
  62. line-height: 22px;
  63. }
  64.  
  65. .ar-list-separator {
  66. margin-top: -1px !important;
  67. padding-top: 1px !important;
  68. margin-bottom: 1px;
  69. border: 0px;
  70. }
  71.  
  72. .ar-list .ar-tile-small .ar-img, .ar-list .ar-tile-small .ar-img a {
  73. width: 188px;
  74. height: 94px;
  75. margin-bottom: 5px !important;
  76. }
  77.  
  78. .ar-list .ar-tile-small {
  79. width: 188px;
  80. height: auto;
  81. padding-bottom: 0px;
  82. margin-right: 17px !important;
  83. }
  84.  
  85. .ar-list .ar-tile-small.ar-tile-1 {
  86. margin-right: 17px !important;
  87. }
  88.  
  89. ar-list .ar-tile-1, .ar-list .ar-tile-2 {
  90. margin-right: 0px !important;
  91. }
  92.  
  93. .ar-list .ar-tile-small .ar-info {
  94. margin-bottom: 5px;
  95. }
  96.  
  97. .ar-list .ar-tile-first-row {
  98. padding-top: 8px !important;
  99. }
  100.  
  101. .ar-list .ar-tile-first-row.nm {
  102. margin-top: 4px !important;
  103. padding-top: 8px !important;
  104. border-top: 1px solid #e9e9e9;
  105. }
  106.  
  107. .bx {
  108. margin-top: 10px !important;
  109. margin-bottom: 10px !important;
  110. }
  111.  
  112. .forum-simple .bx-cnt li {
  113. padding: 5px 0px !important;
  114. }
  115.  
  116. .forum-comment {
  117. font-size: 13px;
  118. }
  119.  
  120. .ar-detail .ar-annotation {
  121. font-size: 16px;
  122. }
  123.  
  124. .ar-detail h1 {
  125. font-weight: 400;
  126. font-size: 30px;
  127. }
  128.  
  129. .ar-detail .ar-content h3 {
  130. font-size: 20px;
  131. line-height: 130%;
  132. }
  133.  
  134. .bx-head h2 {
  135. font-size: 16px;
  136. color: #FFF;
  137. }
  138.  
  139. .forum-simple .bx-head h2 {
  140. font-size: 24px;
  141. font-weight: 400;
  142. }
  143.  
  144. .ar-list-description h1 {
  145. font-weight: 400;
  146. font-size: 24px;
  147. }
  148.  
  149. .forum-row-wrapper .forum-text p {
  150. font-size: 14px;
  151. }
  152.  
  153. .ar-detail .ar-content {
  154. line-height: 150%;
  155. font-size: 15px;
  156. }
  157.  
  158. .forum-row-wrapper .forum-post-actions {
  159. font-size: 11px;
  160. }
  161.  
  162. .forum-simple .bx-head small {
  163. font-size: 14px;
  164. }
  165.  
  166. .ar-society-networks.ar-society-networks.fixed {
  167. display: none !important;
  168. }
  169.  
  170. .forum-new-post .post-wrapper textarea {
  171. font-size: 14px;
  172. }
  173.  
  174. .ar-list .ar-tile.ar-pr .ar-txt {
  175. min-height: 80px;
  176. }
  177. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement