Guest User

Untitled

a guest
Apr 16th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. @import url('reset.css');
  2. /* Загальні стилі */
  3. body {
  4. color:black;
  5. margin:0px;
  6. padding:0px;
  7. font-family:arial;
  8. background: #fdc8c3;
  9. }
  10.  
  11. a {
  12. outline:none;
  13. }
  14. a img {
  15. border:none;
  16. }
  17. input, select, textarea {
  18. font-size:12px;
  19. font-family:arial;
  20. }
  21.  
  22. /* Основні блоки */
  23. #wrapper {
  24. width:1215px;
  25. margin:0 auto 0 auto;
  26. }
  27. #top, #content, #bottom {
  28. overflow:hidden;
  29. } /* Заставляемо блоки розтягуватись по разміру дочірних */
  30. /*********************/
  31. #top {
  32. margin:5px 0px 0px 0px;
  33. background:url(/images/v_sep.png) left top repeat-x;
  34. border:none;
  35. }
  36. /* Елементи всередині #top */
  37. .logo {
  38. width:183px;
  39. height:275px;
  40. float:left;
  41. line-height:0px;
  42. }
  43. .logo img{
  44. width:183px;
  45. height:273px;
  46. }
  47.  
  48. .underline {
  49. background:url(/images/under_pic_line.png) left top repeat-x;
  50. height:2px;
  51. width:100%;
  52. }
  53.  
  54. .left_pic, .right_pic{
  55. width:510px;
  56. height:275px;
  57. float:left;
  58. line-height:0px;
  59. }
  60. .left_pic img, .right_pic img{
  61. width:510px;
  62. height:273px;
  63. }
  64. .v_sep {
  65. width:6px;
  66. height:273px;
  67. float:left;
  68. }
  69. /*********************/
  70. #searc_hblock{
  71. height:71px;
  72. background:url(/images/search_bg.png) top left repeat-x;
  73. text-align:left;
  74. }
  75. /* Елементи всередині #searc_hblock */
  76. .search_lable{
  77. height:39px;
  78. text-align:right;
  79. }
  80. .search_lable div{
  81. font-size:16px;
  82. font-family:Verdana, Geneva, sans-serif;
  83. color:#FFF;
  84. padding-top:10px;
  85. margin:0px 15px 0px 0px;
  86. }
  87. .search_lable div span{
  88. padding-left:15px;
  89. float:left;
  90. }
  91. .filter span{
  92. margin-left:4px;
  93. text-align:left;
  94. color:#FFF;
  95. }
  96. span.s_search{
  97. margin-left:7px;
  98. }
  99. span.s_type select{
  100. width:135px;
  101. }
  102. span.s_theme select{
  103. width:135px;
  104. }
  105. span.s_rooms select{
  106. width:74px;
  107. }
  108. span.s_square{
  109. display:none;
  110. }
  111. span.s_square select{
  112. width:86px;
  113. }
  114. span.s_city select{
  115. width:132px;
  116. }
  117. span.s_district select{
  118. width:115px;
  119. }
  120. span.s_street select {
  121. width:170px;
  122. }
  123. span.s_submit input{
  124. width:50px;
  125. padding-left:5px;
  126. }
  127. /********** full_results **********/
  128. div.full_result{
  129.  
  130. }
  131. /**********************************/
  132. div.news{
  133. width:216px;
  134. margin:5px 0px 0px 0px;
  135. background:url(/images/news_header.png) top left no-repeat;
  136. float:left;
  137. }
  138. .news h3{
  139. padding:10px 0px;
  140. text-align:center;
  141. font-size:18px;
  142. font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  143. color:#FFF;
  144. }
  145. .news .hot_new{
  146. padding:15px 0px 0px 10px;
  147. color:#FFF;
  148. font-size:16px;
  149. }
  150. .news .hot_new p{
  151. margin:5px 0px 0px 0px;
  152. }
  153. .news .hot_new h3{
  154. font-size:17px;
  155. }
  156. .news .hot_new img{
  157. margin-top:5px;
  158. width:160px;
  159. height:120px;
  160. }
  161.  
  162. .news .news_bottom{
  163. width:216px;
  164. height:20px;
  165. background:url(/images/news_bottom.png) top left no-repeat;
  166. }
  167. .news a{
  168. color:#F5F5F5;
  169. text-decoration:underline;
  170. }
  171. .news a:hover{
  172. text-decoration:none;
  173. }
  174.  
  175. /*********************/
  176. /* Елементи всередині #bottom */
  177.  
  178. div.content{
  179. width:774px;
  180. margin:5px 4px 0px 4px;
  181. float:left;
  182. border:none;
  183. background:#FFF;
  184. }
  185. div.content table{
  186. margin:5px 0px 0px 0px;
  187. border-collapse:collapse;
  188. }
  189. div.content th{
  190. width:150px;
  191. text-align:left;
  192. color:#543939;
  193. }
  194. div.content td{
  195.  
  196. }
  197. div.content .ss_head{
  198. background:#c10402;
  199. height:30px;
  200. font-size:18px;
  201. text-align:center;
  202. padding:11px 0px 0px 0px;
  203. color:white;
  204. }
  205. div.content .full_result{
  206. padding:5px;
  207. }
  208. div.content .ss_picture{
  209. padding:0px 5px 5px 0px;
  210. float: left;
  211. }
  212. div.content a{
  213. color:#990000;
  214. }
  215. div.content a:hover{
  216. text-decoration: none;
  217. color:#ee0011;
  218. }
  219. div.content .ss_row{
  220. padding:4px;
  221. line-height:16pt;
  222. }
  223. div.content .ss_leftrow{
  224. margin-right:5px;
  225. width:185px;
  226. float:left;
  227. color:#543939;
  228. }
  229. div.content .ss_rightrow{
  230. }
  231.  
  232. /*********************************************/
  233. #bottom {
  234. margin:5px 0px 0px 0px;
  235. }
  236. bottom_links {}
  237. #copyright {}
Add Comment
Please, Sign In to add comment