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