Hormold

VK Change (#1383664502)

Nov 5th, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 18.93 KB | None | 0 0
  1. Файл - exchange.css (Старый размер - 13769 | Новый - 0):
  2. 0.  - #exchange_css {
  3. 1.  -   display: none;
  4. 2.  - }
  5. 3.  -
  6. 4.  - #ads_page.exchange_page {
  7. 5.  -   padding: 20px;
  8. 6.  - }
  9. 7.  - .exchange_not_found {
  10. 8.  -   margin: 20px 20px 15px;
  11. 9.  -   padding: 20px 0;
  12. 10.  -   line-height: 200%;
  13. 11.  -   text-align: center;
  14. 12.  -   color: #777;
  15. 13.  - }
  16. 14.  - .exchange_not_found.table {
  17. 15.  -   margin: 0px;
  18. 16.  -   background-color: #f7f7f7;
  19. 17.  - }
  20. 18.  -
  21. 19.  - .exchange_table {
  22. 20.  -   border-collapse: collapse;
  23. 21.  -   width: 100%;
  24. 22.  - }
  25. 23.  - .exchange_table th {
  26. 24.  -   padding: 9px 8px 11px 5px;
  27. 25.  -   background-color: #e9edf0;
  28. 26.  -   color: #587183;
  29. 27.  -   font-weight: bold;
  30. 28.  -   white-space: nowrap;
  31. 29.  - }
  32. 30.  - .exchange_table th:first-child {
  33. 31.  -   padding-left: 10px;
  34. 32.  - }
  35. 33.  - .exchange_table tr {
  36. 34.  -   border-left: 1px solid #e9edf0;
  37. 35.  -   border-right: 1px solid #e9edf0;
  38. 36.  - }
  39. 37.  - #exchange_comm_search_table.exchange_table tr {
  40. 38.  -   border-left: none;
  41. 39.  -   border-right: none;
  42. 40.  - }
  43. 41.  - .exchange_table tr.even {
  44. 42.  -   background-color: #f5f7f7;
  45. 43.  - }
  46. 44.  - .exchange_table tr:first-child {
  47. 45.  -   border-top: 1px solid #e9edf0;
  48. 46.  - }
  49. 47.  - .exchange_table tr:last-child {
  50. 48.  -   border-bottom: 1px solid #e9edf0;
  51. 49.  - }
  52. 50.  - #exchange_comm_search_table.exchange_table tr:first-child {
  53. 51.  -   border-top: none;
  54. 52.  - }
  55. 53.  - #exchange_comm_search_table.exchange_table tr:last-child {
  56. 54.  -   border-bottom: none;
  57. 55.  - }
  58. 56.  - .exchange_table td {
  59. 57.  -   padding: 10px 5px;
  60. 58.  -   text-align: left;
  61. 59.  -   vertical-align: top;
  62. 60.  -   line-height: 160%;
  63. 61.  - }
  64. 62.  - #exchange_requests_list_table.exchange_table td,
  65. 63.  - #exchange_info_requests_table.exchange_table td {
  66. 64.  -   padding: 6px 5px;
  67. 65.  - }
  68. 66.  - .exchange_table td:first-child {
  69. 67.  -   padding-left: 10px !important;
  70. 68.  - }
  71. 69.  - .exchange_table td:last-child {
  72. 70.  -   padding-right: 10px;
  73. 71.  - }
  74. 72.  - .exchange_table td.not_found {
  75. 73.  -   padding: 0px !important;
  76. 74.  - }
  77. 75.  - .exchange_table .grey {
  78. 76.  -   color: #666666;
  79. 77.  -   display: inline-block;
  80. 78.  -   min-width: 40px;
  81. 79.  -   margin-right: 5px;
  82. 80.  - }
  83. 81.  - .exchange_table .green {
  84. 82.  -   color: #37702a;
  85. 83.  - }
  86. 84.  - .exchange_table .red {
  87. 85.  -   color: #aa3333;
  88. 86.  - }
  89. 87.  - th.exchange_table_col_no_sorted {
  90. 88.  -   cursor: pointer;
  91. 89.  - }
  92. 90.  - .is_2x th.exchange_table_col_sort {
  93. 91.  -   background-image: url(/images/wide_dd_2x.png);
  94. 92.  - }
  95. 93.  - .button_blue button.exchange_btn_with_arr {
  96. 94.  -   padding-left: 8px;
  97. 95.  -   padding-right: 0;
  98. 96.  - }
  99. 97.  - .exchange_btn_with_arr span {
  100. 98.  -   padding-right: 20px;
  101. 99.  -   background: url(/images/backlink.gif) no-repeat 105% -126px;
  102. 100.  - }
  103. 101.  - #exchange_box_comment {
  104. 102.  -   width: 322px;
  105. 103.  -   margin-top: 10px;
  106. 104.  - }
  107. 105.  - .exchange_box_send_wrap {
  108. 106.  -   margin-top: 10px;
  109. 107.  - }
  110. 108.  -
  111. 109.  - #exchange_comm_search_wrap {
  112. 110.  -   background-color: #F7F7F7;
  113. 111.  - }
  114. 112.  - #exchange_comm_search {
  115. 113.  -   border-right: 1px solid #DAE1E8;
  116. 114.  -   position: relative;
  117. 115.  -   right: 180px;
  118. 116.  -   background-color: #FFF;
  119. 117.  - }
  120. 118.  - #exchange_comm_search_table {
  121. 119.  -   margin: 15px 10px;
  122. 120.  -   width: 588px;
  123. 121.  -   position: relative;
  124. 122.  -   left: 180px;
  125. 123.  - }
  126. 124.  - #exchange_comm_search_table td {
  127. 125.  -   line-height: 160%;
  128. 126.  - }
  129. 127.  - #exchange_comm_search_filters {
  130. 128.  -   padding: 0 10px 10px 10px;
  131. 129.  -   width: 160px;
  132. 130.  -   position: relative;
  133. 131.  -   left: 181px;
  134. 132.  - }
  135. 133.  - #exchange_comm_search_count {
  136. 134.  -   color: #9cabb8;
  137. 135.  - }
  138. 136.  -
  139. 137.  - .exchange_comm_thumb {
  140. 138.  -   width: 50px;
  141. 139.  - }
  142. 140.  - .exchange_comm_thumb img {
  143. 141.  -   width: 50px;
  144. 142.  -   height: 50px;
  145. 143.  -   display: block;
  146. 144.  -   -moz-border-radius: 3px;
  147. 145.  -   -webkit-border-radius: 3px;
  148. 146.  -   -khtml-border-radius: 3px;
  149. 147.  -   border-radius: 3px;
  150. 148.  - }
  151. 149.  - .exchange_comm_name {
  152. 150.  -   float: left;
  153. 151.  -   display: block;
  154. 152.  -   font-weight: bold;
  155. 153.  -   width: 94px;
  156. 154.  -   white-space: nowrap;
  157. 155.  -   overflow: hidden;
  158. 156.  -   text-overflow: ellipsis;
  159. 157.  -   text-align: left;
  160. 158.  - }
  161. 159.  - .exchange_club_info {
  162. 160.  -   background-color: #f7f7f7;
  163. 161.  -   padding: 20px 30px;
  164. 162.  - }
  165. 163.  - .exchange_comm_info {
  166. 164.  -   padding-left: 10px;
  167. 165.  - }
  168. 166.  - .exchange_comm_title {
  169. 167.  -   font-weight: bold;
  170. 168.  -   max-width: 280px;
  171. 169.  -   white-space: nowrap;
  172. 170.  -   overflow: hidden;
  173. 171.  -   text-overflow: ellipsis;
  174. 172.  - }
  175. 173.  - .exchange_comm_info_row {
  176. 174.  -   color: #666;
  177. 175.  -   padding-top: 5px;
  178. 176.  - }
  179. 177.  - .exchange_comm_info_row .label {
  180. 178.  -   width: 80px;
  181. 179.  - }
  182. 180.  - .exchange_comm_label {
  183. 181.  -   color: #777;
  184. 182.  - }
  185. 183.  - .exchange_filter_label {
  186. 184.  -   padding: 15px 0 7px 0;
  187. 185.  -   font-weight: bold;
  188. 186.  -   color: #777;
  189. 187.  - }
  190. 188.  - #exchange_comm_search_filters input {
  191. 189.  -   width: 142px;
  192. 190.  - }
  193. 191.  - #exchange_comm_search_filters input.text {
  194. 192.  -   padding: 7px 8px 8px !important;
  195. 193.  - }
  196. 194.  - #exchange_tasks_list,
  197. 195.  - #exchange_requests_list {
  198. 196.  -   padding-top: 4px;
  199. 197.  - }
  200. 198.  - #exchange_tasks_list_table,
  201. 199.  - #exchange_requests_list_table {
  202. 200.  -   margin-top: 12px;
  203. 201.  - }
  204. 202.  - #exchange_campaigns_list {
  205. 203.  -   margin-bottom: 20px;
  206. 204.  - }
  207. 205.  - #exchange_campaigns_list_table {
  208. 206.  -   margin: 4px 0px 10px;
  209. 207.  - }
  210. 208.  - #exchange_tasks_list_table .title,
  211. 209.  - #exchange_campaigns_list_table .title {
  212. 210.  -   width: 250px;
  213. 211.  -   overflow: hidden;
  214. 212.  -   text-overflow: ellipsis;
  215. 213.  - }
  216. 214.  - #exchange_tasks_list_table .actions {
  217. 215.  -   width: 130px;
  218. 216.  - }
  219. 217.  - .exchange_new_btn {
  220. 218.  -   margin-top: 2px;
  221. 219.  - }
  222. 220.  - .exchange_grey {
  223. 221.  -   color: #777;
  224. 222.  - }
  225. 223.  - .exchange_table_hint {
  226. 224.  -   color: #9cabb8;
  227. 225.  -   font-size: 0.91em;
  228. 226.  -   cursor: pointer;
  229. 227.  - }
  230. 228.  - .exchange_comm_info_row .exchange_table_hint {
  231. 229.  -   font-size: 1em;
  232. 230.  - }
  233. 231.  - .exchange_task_label .title {
  234. 232.  -   font-weight: bold;
  235. 233.  - }
  236. 234.  - .exchange_task_label a,
  237. 235.  - .exchange_task_actions a {
  238. 236.  -   color: #45688E;
  239. 237.  - }
  240. 238.  - .exchange_task_label .date,
  241. 239.  - .exchange_request_club .size {
  242. 240.  -   color: #777;
  243. 241.  -   padding: 7px 0px 0px;
  244. 242.  - }
  245. 243.  - .exchange_task_request {
  246. 244.  -   color: #555;
  247. 245.  - }
  248. 246.  - #exchange_campaigns_list_table .exchange_task_request {
  249. 247.  -   width: 150px;
  250. 248.  - }
  251. 249.  - .exchange_task_actions .view {
  252. 250.  -   padding-top: 7px;
  253. 251.  - }
  254. 252.  - #exchange_post_requests .exchange_tabs  {
  255. 253.  -   padding-top: 3px;
  256. 254.  - }
  257. 255.  - .exchange_subtab1 {
  258. 256.  -   float: left;
  259. 257.  -   -moz-border-radius: 2px;
  260. 258.  -   border-radius: 2px;
  261. 259.  -   cursor: pointer;
  262. 260.  -   margin-right: 5px;
  263. 261.  -   color: #2B587A;
  264. 262.  - }
  265. 263.  - .exchange_subtab1.hidden {
  266. 264.  -   display: none;
  267. 265.  - }
  268. 266.  - .exchange_subtab1:hover {
  269. 267.  -   background-color: #E1E7ED;
  270. 268.  - }
  271. 269.  - .exchange_subtab1.active {
  272. 270.  -   background-color: #597DA3;
  273. 271.  -   color: white;
  274. 272.  -   cursor: default;
  275. 273.  - }
  276. 274.  - .exchange_subtab2 {
  277. 275.  -   padding: 3px 6px 4px;
  278. 276.  - }
  279. 277.  - .exchange_subtab_cnt {
  280. 278.  -   display: inline-block;
  281. 279.  -   padding-left: 3px;
  282. 280.  -   font-weight: bold;
  283. 281.  -   color: #6E859E;
  284. 282.  - }
  285. 283.  - .exchange_subtab1.active .exchange_subtab_cnt {
  286. 284.  -   color: #d5dde3;
  287. 285.  - }
  288. 286.  - .is_rtl1 .exchange_subtab_cnt {
  289. 287.  -   padding-left: 0px;
  290. 288.  -   padding-right: 3px;
  291. 289.  - }
  292. 290.  - #exchange_requests_list_table th.title,
  293. 291.  - #exchange_requests_list_table th.club {
  294. 292.  -   width: 180px;
  295. 293.  - }
  296. 294.  - #exchange_requests_list_table th.status {
  297. 295.  -   width: 90px;
  298. 296.  - }
  299. 297.  - .exchange_request_task .title,
  300. 298.  - .exchange_request_club .title {
  301. 299.  -   font-weight: bold;
  302. 300.  -   overflow: hidden;
  303. 301.  -   text-overflow: ellipsis;
  304. 302.  -   white-space: nowrap;
  305. 303.  - }
  306. 304.  - .exchange_request_task .title {
  307. 305.  -   max-width: 190px;
  308. 306.  - }
  309. 307.  - .exchange_request_club .title {
  310. 308.  -   max-width: 250px;
  311. 309.  - }
  312. 310.  - .exchange_request_task a,
  313. 311.  - .exchange_request_club a {
  314. 312.  -   color: #45688E;
  315. 313.  - }
  316. 314.  - .exchange_request_status .extra_info {
  317. 315.  -   padding-top: 3px;
  318. 316.  - }
  319. 317.  - #exchange_info_requests_table .exchange_request_price {
  320. 318.  -   max-width: 400px;
  321. 319.  - }
  322. 320.  - .exchange_request_price .extra_info {
  323. 321.  -   padding-bottom: 3px;
  324. 322.  - }
  325. 323.  - .exchange_request_status span {
  326. 324.  -   display: inline-block;
  327. 325.  -   vertical-align: top;
  328. 326.  - }
  329. 327.  - .exchange_request_actions{
  330. 328.  -   white-space: nowrap;
  331. 329.  - }
  332. 330.  - #exchange_post_msg_wrap {
  333. 331.  -   width: 440px;
  334. 332.  - }
  335. 333.  - #exchange_post_msg {
  336. 334.  -   background-color: #edf1f5;
  337. 335.  -   padding: 6px 10px 10px;
  338. 336.  - }
  339. 337.  - #exchange_post_msg_wrap.short #exchange_post_msg {
  340. 338.  -   max-height: 150px;
  341. 339.  -   overflow: hidden;
  342. 340.  - }
  343. 341.  - #exchange_post_msg .wall_post_text,
  344. 342.  - #exchange_post_msg .wpe_buttons {
  345. 343.  -   width: 410px;
  346. 344.  - }
  347. 345.  - #exchange_post_msg #wpe_text {
  348. 346.  -   width: 412px;
  349. 347.  - }
  350. 348.  - #exchange_post_msg #wpe_cont {
  351. 349.  -   margin-top: 4px;
  352. 350.  - }
  353. 351.  - #exchange_post_msg .fw_post_author,
  354. 352.  - #exchange_post_msg .wpe_info {
  355. 353.  -   display: none;
  356. 354.  - }
  357. 355.  - .exchange_title_head {
  358. 356.  -   border-bottom: 1px solid #dee1e3;
  359. 357.  -   color: #45688E;
  360. 358.  -   margin: 1px 0 8px;
  361. 359.  -   padding: 0 0 4px;
  362. 360.  -   text-align: left;
  363. 361.  - }
  364. 362.  - .exchange_title_head .title {
  365. 363.  -   font-size: 1.18em;
  366. 364.  -   font-weight: bold;
  367. 365.  - }
  368. 366.  - #exchange_post_info_wrap {
  369. 367.  -   width: 290px;
  370. 368.  - }
  371. 369.  - .exchange_post_info_row {
  372. 370.  -   padding-bottom: 7px;
  373. 371.  - }
  374. 372.  - .exchange_post_info_row .label {
  375. 373.  -   width: 150px;
  376. 374.  -   color: #666666;
  377. 375.  - }
  378. 376.  - #exchange_post_wrap .exchange_post_info_row .label {
  379. 377.  -   width: 125px;
  380. 378.  - }
  381. 379.  - #ads_post_title_text {
  382. 380.  -   max-width: 165px;
  383. 381.  -   overflow: hidden;
  384. 382.  -   text-overflow: ellipsis;
  385. 383.  -   white-space: nowrap;
  386. 384.  -   position: relative;
  387. 385.  - }
  388. 386.  - .exchange_post_info_empty_row {
  389. 387.  -   padding-top: 10px;
  390. 388.  - }
  391. 389.  - .exchange_info_search {
  392. 390.  -   margin: 10px 0px;
  393. 391.  - }
  394. 392.  - #exchange_post_requests {
  395. 393.  -   padding-top: 20px;
  396. 394.  - }
  397. 395.  - #exchange_info_requests_table {
  398. 396.  -   margin-top: 12px;
  399. 397.  - }
  400. 398.  - #exchange_post_stats {
  401. 399.  -   padding-top: 20px;
  402. 400.  - }
  403. 401.  - #wrapper_ads_post_stats_graph {
  404. 402.  -   padding-top: 10px;
  405. 403.  - }
  406. 404.  - #ads_post_stats_graph .graph_menu_item {
  407. 405.  -   margin-top: -4px;
  408. 406.  - }
  409. 407.  - #exchange_box_error {
  410. 408.  -   margin-bottom: 10px;
  411. 409.  - }
  412. 410.  - #exchange_request_box_error {
  413. 411.  -   margin-bottom: 18px;
  414. 412.  -   display: none;
  415. 413.  - }
  416. 414.  - .exchange_request_title {
  417. 415.  -   color: #45688E;
  418. 416.  -   line-height: 1.27em;
  419. 417.  -   margin: 0px;
  420. 418.  -   padding: 26px 0px 9px;
  421. 419.  -   font-size: 1.09em;
  422. 420.  -   font-weight: bold;
  423. 421.  - }
  424. 422.  - .exchange_request_info {
  425. 423.  -   padding: 0 20px 22px 30px;
  426. 424.  - }
  427. 425.  - #exchange_request_time_from_d_datepicker_container,
  428. 426.  - #exchange_request_time_to_d_datepicker_container {
  429. 427.  -   display: none;
  430. 428.  - }
  431. 429.  - .exchange_date_sep {
  432. 430.  -   width: 30px;
  433. 431.  -   height: 20px;
  434. 432.  -   line-height: 20px;
  435. 433.  -   text-align: center;
  436. 434.  - }
  437. 435.  - #exchange_request_comment {
  438. 436.  -   width: 282px;
  439. 437.  - }
  440. 438.  - .exchange_comm_title a {
  441. 439.  -   color: #45688e;
  442. 440.  - }
  443. 441.  - .exchange_comm_thumb_box {
  444. 442.  -   width: 75px;
  445. 443.  - }
  446. 444.  - .exchange_comm_thumb_box img {
  447. 445.  -   width: 75px;
  448. 446.  -   height: 75px;
  449. 447.  -   display: block;
  450. 448.  -   -moz-border-radius: 3px;
  451. 449.  -   -webkit-border-radius: 3px;
  452. 450.  -   -khtml-border-radius: 3px;
  453. 451.  -   border-radius: 3px;
  454. 452.  - }
  455. 453.  - #exchange_post_msg_more {
  456. 454.  -   margin-top: -3px;
  457. 455.  -   display: none;
  458. 456.  -   overflow: hidden;
  459. 457.  - }
  460. 458.  - #exchange_post_msg_wrap.short #exchange_post_msg_more {
  461. 459.  -   display: block;
  462. 460.  - }
  463. 461.  - #exchange_post_msg_more a {
  464. 462.  -   display: block;
  465. 463.  -   text-align: center;
  466. 464.  -   color: #45688E;
  467. 465.  -   padding: 10px 0px 12px;
  468. 466.  -   background: #E7ECF1;
  469. 467.  - }
  470. 468.  - #exchange_post_msg_more a:hover {
  471. 469.  -   text-decoration: none;
  472. 470.  -   background: #E0E6EC;
  473. 471.  - }
  474. 472.  - #exchange_post_msg_more .more_sh {
  475. 473.  -   background: #C1C7CA;
  476. 474.  -   height: 3px;
  477. 475.  -   overflow: hidden;
  478. 476.  -   position: relative;
  479. 477.  -   z-index: 1550;
  480. 478.  -   opacity: 0.55;
  481. 479.  -   filter: alpha(opacity=55);
  482. 480.  - }
  483. 481.  - #exchange_info_archive.loading {
  484. 482.  -   background: url(/images/upload.gif) no-repeat 100% 50%;
  485. 483.  - }
  486. 484.  - #exchange_info_archive.loading a {
  487. 485.  -   visibility: hidden;
  488. 486.  - }
  489. 487.  - #exchange_info_in_archive {
  490. 488.  -   color: #909090;
  491. 489.  -   padding-top: 10px;
  492. 490.  - }
  493. 491.  - #exchange_tasks_info {
  494. 492.  -   padding: 2px 0 20px;
  495. 493.  - }
  496. 494.  - #exchange_post_info {
  497. 495.  -   padding-top: 2px;
  498. 496.  - }
  499. 497.  - a.exchange_ad_post_stats,
  500. 498.  - a.exchange_ad_post_link {
  501. 499.  -   display: inline-block;
  502. 500.  -   margin: 3px 5px 0 0;
  503. 501.  -   padding: 0;
  504. 502.  -   width: 18px;
  505. 503.  -   height: 18px;
  506. 504.  -   background: #ebeff5 url(/images/icons/mono_iconset.gif) no-repeat 4px -204px;
  507. 505.  - }
  508. 506.  - a.exchange_ad_post_link {
  509. 507.  -   background-position: 4px -233px;
  510. 508.  - }
  511. 509.  - a.exchange_ad_post_link.deleted {
  512. 510.  -   opacity: 0.5;
  513. 511.  -   filter: alpha(opacity=50);
  514. 512.  -   cursor: default;
  515. 513.  - }
  516. 514.  - a.exchange_ad_post_stats:hover,
  517. 515.  - a.exchange_ad_post_link:hover {
  518. 516.  -   background-color: #dde4ed;
  519. 517.  - }
  520. 518.  - a.exchange_ad_post_link.deleted:hover {
  521. 519.  -   background-color: #ebeff5;
  522. 520.  - }
  523. 521.  - #ads_post_title_input,
  524. 522.  - #ads_post_title_link {
  525. 523.  -   position: relative;
  526. 524.  - }
  527. 525.  - #ads_post_title_text {
  528. 526.  -   border-bottom: 1px dashed #2B587A;
  529. 527.  -   text-decoration: none;
  530. 528.  -   display: block;
  531. 529.  -   position: absolute;
  532. 530.  - }
  533. 531.  - #ads_post_title {
  534. 532.  -   width: 160px;
  535. 533.  -   position: absolute;
  536. 534.  -   top: -4px;
  537. 535.  -   left: -4px;
  538. 536.  - }
  539. 537.  - .exchange_post_more {
  540. 538.  -   position: relative;
  541. 539.  -   top: 2px;
  542. 540.  -   font-weight: bold;
  543. 541.  -   color: #91A4B8;
  544. 542.  -   -webkit-transition: color 200ms linear;
  545. 543.  -   -moz-transition: color 200ms linear;
  546. 544.  -   -o-transition: color 200ms linear;
  547. 545.  -   transition: color 200ms linear;
  548. 546.  - }
  549. 547.  - .exchange_post_more:hover {
  550. 548.  -   color: #45688E;
  551. 549.  -   text-decoration: none;
  552. 550.  - }
  553. 551.  - .exchange_info_msg {
  554. 552.  -   background-color: #FFFFFF;
  555. 553.  -   border: 1px solid #BCC9D7;
  556. 554.  -   font-weight: normal;
  557. 555.  -   padding: 8px 11px;
  558. 556.  -   line-height: 160%;
  559. 557.  - }
  560. 558.  - .dark_box_cont.exchange {
  561. 559.  -   padding-top: 5px;
  562. 560.  - }
  563. 561.  - .dark_box_cont.exchange .dark_box_label {
  564. 562.  -   padding-top: 20px;
  565. 563.  - }
  566. 564.  - .wk_postbox_content.exchange #wk_content {
  567. 565.  -   width: 510px;
  568. 566.  - }
  569. 567.  - .wk_postbox_content.exchange #pb_title,
  570. 568.  - #exchange_repost_link {
  571. 569.  -   padding: 7px 5px 8px !important;
  572. 570.  -   width: 446px;
  573. 571.  - }
  574. 572.  - .wk_postbox_content.exchange #pb_text {
  575. 573.  -   width: 446px;
  576. 574.  - }
  577. 575.  - .wk_postbox_content.exchange #pb_send_btn {
  578. 576.  -   margin-top: 20px;
  579. 577.  - }
  580. 578.  - .wk_postbox_content.exchange #pb_error {
  581. 579.  -   margin-top: 20px;
  582. 580.  - }
  583. 581.  - .wk_postbox_content.exchange #pb_add_media {
  584. 582.  -   padding-top: 0px;
  585. 583.  - }
  586. 584.  - .wk_postbox_content.exchange #wk_close_link {
  587. 585.  -   padding: 17px 26px 18px;
  588. 586.  - }
  589. 587.  - #exchange_repost_preview .wall_module {
  590. 588.  -   margin-top: 15px;
  591. 589.  - }
  592. 590.  - #exchange_repost_preview .published_by_quote .wall_post_text {
  593. 591.  -   width: 420px;
  594. 592.  - }
  595. 593.  - #exchange_comment_label {
  596. 594.  -   display: none;
  597. 595.  - }
  598. 596.  -
  599. 597.  - #filter_city_row {
  600. 598.  -   padding-top: 7px;
  601. 599.  - }
  602. 600.  - #exchange_search_input {
  603. 601.  -   padding: 5px 20px;
  604. 602.  -   width: 563px;
  605. 603.  -   background: url(/images/magglass.png) no-repeat scroll 141px 7px white;
  606. 604.  -   height: 13px;
  607. 605.  -   outline: none;
  608. 606.  - }
  609. 607.  - #exchange_search_input::-ms-clear {
  610. 608.  -   display: none;
  611. 609.  - }
  612. 610.  - #exchange_search_progress {
  613. 611.  -   background: url("/images/upload.gif") no-repeat scroll center center transparent;
  614. 612.  -   display: none;
  615. 613.  -   height: 23px;
  616. 614.  -   margin-left: -41px;
  617. 615.  -   margin-top: 1px;
  618. 616.  -   position: relative;
  619. 617.  -   width: 32px;
  620. 618.  -   z-index: 95;
  621. 619.  - }
  622. 620.  - #exchange_search_wrap.loading #exchange_search_input {
  623. 621.  -   background-image: none;
  624. 622.  - }
  625. 623.  - #exchange_search_wrap.loading #exchange_search_progress {
  626. 624.  -   display: block;
  627. 625.  - }
  628. 626.  - #exchange_more_results td {
  629. 627.  -   padding: 0;
  630. 628.  -   border-bottom: none;
  631. 629.  - }
  632. 630.  - #exchange_more_results a {
  633. 631.  -   display: block;
  634. 632.  -   padding: 10px 0px;
  635. 633.  -   margin: 0;
  636. 634.  -   text-align: center;
  637. 635.  - }
  638. 636.  - #exchange_more_results a:hover {
  639. 637.  -   background: #E1E7ED;
  640. 638.  -   border-color: #DAE1E8;
  641. 639.  -   text-decoration: none;
  642. 640.  - }
  643. 641.  - #exchange_repost_link_wrap {
  644. 642.  -   display: none;
  645. 643.  - }
  646. 644.  -
  647. 645.  - #exchange_button_send {
  648. 646.  -   display: block;
  649. 647.  -   padding-top: 15px;
  650. 648.  - }
  651. 649.  - #exchange_requests_terms {
  652. 650.  -   width: 290px;
  653. 651.  -   line-height: 160%;
  654. 652.  -   padding-top: 12px;
  655. 653.  - }
  656. 654.  - .exchange_hint_tt .tail_wrap {
  657. 655.  -   position: absolute;
  658. 656.  -   top: auto;
  659. 657.  -   bottom: -5px;
  660. 658.  -   left: 17px;
  661. 659.  -   z-index: 2001;
  662. 660.  - }
  663. 661.  - .exchange_hint_tt .toup .tail_wrap {
  664. 662.  -   top: -7px;
  665. 663.  -   bottom: auto;
  666. 664.  - }
  667. 665.  - .exchange_hint_tt .tail {
  668. 666.  -   background: url(/images/ddtooltip.png) -3px -5px no-repeat;
  669. 667.  -   width: 11px;
  670. 668.  -   height: 8px;
  671. 669.  - }
  672. 670.  - .exchange_hint_tt .toup .tail {
  673. 671.  -   background-position: -3px 2px;
  674. 672.  - }
  675. 673.  - .exchange_hint_tt .hint_wrap {
  676. 674.  -   width: 273px;
  677. 675.  -   padding: 8px 5px;
  678. 676.  -   line-height: 160%;
  679. 677.  -   color: #000000;
  680. 678.  - }
  681. 679.  - .exchange_hint_tt .hint_wrap.title {
  682. 680.  -   width: 170px;
  683. 681.  - }
  684. 682.  - .exchange_new_union {
  685. 683.  -   padding-top: 10px;
  686. 684.  - }
  687. 685.  - .exchange_new_union_img {
  688. 686.  -   margin: 30px 0px;
  689. 687.  -   height: 160px;
  690. 688.  -   background: url(/images/join/ads_union.png) no-repeat 50% 0%;
  691. 689.  - }
  692. 690.  - .exchange_create_union {
  693. 691.  -   text-align: center;
  694. 692.  - }
  695. 693.  - #exchange_new_union_error {
  696. 694.  -   margin: 10px 0px;
  697. 695.  -   display: none;
  698. 696.  - }
  699. 697.  - #exchange_campaign_title {
  700. 698.  -   padding: 7px 5px 8px !important;
  701. 699.  -   width: 212px;
  702. 700.  - }
  703. 701.  - #exchange_choose_campaign {
  704. 702.  -   display: inline-block;
  705. 703.  -   margin: 3px 2px 0px 0px;
  706. 704.  - }
  707. ------
Advertisement
Add Comment
Please, Sign In to add comment