Hormold

VK Change (#1387966501)

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