Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Файл - exchange.css (Старый размер - 13769 | Новый - 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. - overflow: hidden;
- 301. - text-overflow: ellipsis;
- 302. - white-space: nowrap;
- 303. - }
- 304. - .exchange_request_task .title {
- 305. - max-width: 190px;
- 306. - }
- 307. - .exchange_request_club .title {
- 308. - max-width: 250px;
- 309. - }
- 310. - .exchange_request_task a,
- 311. - .exchange_request_club a {
- 312. - color: #45688E;
- 313. - }
- 314. - .exchange_request_status .extra_info {
- 315. - padding-top: 3px;
- 316. - }
- 317. - #exchange_info_requests_table .exchange_request_price {
- 318. - max-width: 400px;
- 319. - }
- 320. - .exchange_request_price .extra_info {
- 321. - padding-bottom: 3px;
- 322. - }
- 323. - .exchange_request_status span {
- 324. - display: inline-block;
- 325. - vertical-align: top;
- 326. - }
- 327. - .exchange_request_actions{
- 328. - white-space: nowrap;
- 329. - }
- 330. - #exchange_post_msg_wrap {
- 331. - width: 440px;
- 332. - }
- 333. - #exchange_post_msg {
- 334. - background-color: #edf1f5;
- 335. - padding: 6px 10px 10px;
- 336. - }
- 337. - #exchange_post_msg_wrap.short #exchange_post_msg {
- 338. - max-height: 150px;
- 339. - overflow: hidden;
- 340. - }
- 341. - #exchange_post_msg .wall_post_text,
- 342. - #exchange_post_msg .wpe_buttons {
- 343. - width: 410px;
- 344. - }
- 345. - #exchange_post_msg #wpe_text {
- 346. - width: 412px;
- 347. - }
- 348. - #exchange_post_msg #wpe_cont {
- 349. - margin-top: 4px;
- 350. - }
- 351. - #exchange_post_msg .fw_post_author,
- 352. - #exchange_post_msg .wpe_info {
- 353. - display: none;
- 354. - }
- 355. - .exchange_title_head {
- 356. - border-bottom: 1px solid #dee1e3;
- 357. - color: #45688E;
- 358. - margin: 1px 0 8px;
- 359. - padding: 0 0 4px;
- 360. - text-align: left;
- 361. - }
- 362. - .exchange_title_head .title {
- 363. - font-size: 1.18em;
- 364. - font-weight: bold;
- 365. - }
- 366. - #exchange_post_info_wrap {
- 367. - width: 290px;
- 368. - }
- 369. - .exchange_post_info_row {
- 370. - padding-bottom: 7px;
- 371. - }
- 372. - .exchange_post_info_row .label {
- 373. - width: 150px;
- 374. - color: #666666;
- 375. - }
- 376. - #exchange_post_wrap .exchange_post_info_row .label {
- 377. - width: 125px;
- 378. - }
- 379. - #ads_post_title_text {
- 380. - max-width: 165px;
- 381. - overflow: hidden;
- 382. - text-overflow: ellipsis;
- 383. - white-space: nowrap;
- 384. - position: relative;
- 385. - }
- 386. - .exchange_post_info_empty_row {
- 387. - padding-top: 10px;
- 388. - }
- 389. - .exchange_info_search {
- 390. - margin: 10px 0px;
- 391. - }
- 392. - #exchange_post_requests {
- 393. - padding-top: 20px;
- 394. - }
- 395. - #exchange_info_requests_table {
- 396. - margin-top: 12px;
- 397. - }
- 398. - #exchange_post_stats {
- 399. - padding-top: 20px;
- 400. - }
- 401. - #wrapper_ads_post_stats_graph {
- 402. - padding-top: 10px;
- 403. - }
- 404. - #ads_post_stats_graph .graph_menu_item {
- 405. - margin-top: -4px;
- 406. - }
- 407. - #exchange_box_error {
- 408. - margin-bottom: 10px;
- 409. - }
- 410. - #exchange_request_box_error {
- 411. - margin-bottom: 18px;
- 412. - display: none;
- 413. - }
- 414. - .exchange_request_title {
- 415. - color: #45688E;
- 416. - line-height: 1.27em;
- 417. - margin: 0px;
- 418. - padding: 26px 0px 9px;
- 419. - font-size: 1.09em;
- 420. - font-weight: bold;
- 421. - }
- 422. - .exchange_request_info {
- 423. - padding: 0 20px 22px 30px;
- 424. - }
- 425. - #exchange_request_time_from_d_datepicker_container,
- 426. - #exchange_request_time_to_d_datepicker_container {
- 427. - display: none;
- 428. - }
- 429. - .exchange_date_sep {
- 430. - width: 30px;
- 431. - height: 20px;
- 432. - line-height: 20px;
- 433. - text-align: center;
- 434. - }
- 435. - #exchange_request_comment {
- 436. - width: 282px;
- 437. - }
- 438. - .exchange_comm_title a {
- 439. - color: #45688e;
- 440. - }
- 441. - .exchange_comm_thumb_box {
- 442. - width: 75px;
- 443. - }
- 444. - .exchange_comm_thumb_box img {
- 445. - width: 75px;
- 446. - height: 75px;
- 447. - display: block;
- 448. - -moz-border-radius: 3px;
- 449. - -webkit-border-radius: 3px;
- 450. - -khtml-border-radius: 3px;
- 451. - border-radius: 3px;
- 452. - }
- 453. - #exchange_post_msg_more {
- 454. - margin-top: -3px;
- 455. - display: none;
- 456. - overflow: hidden;
- 457. - }
- 458. - #exchange_post_msg_wrap.short #exchange_post_msg_more {
- 459. - display: block;
- 460. - }
- 461. - #exchange_post_msg_more a {
- 462. - display: block;
- 463. - text-align: center;
- 464. - color: #45688E;
- 465. - padding: 10px 0px 12px;
- 466. - background: #E7ECF1;
- 467. - }
- 468. - #exchange_post_msg_more a:hover {
- 469. - text-decoration: none;
- 470. - background: #E0E6EC;
- 471. - }
- 472. - #exchange_post_msg_more .more_sh {
- 473. - background: #C1C7CA;
- 474. - height: 3px;
- 475. - overflow: hidden;
- 476. - position: relative;
- 477. - z-index: 1550;
- 478. - opacity: 0.55;
- 479. - filter: alpha(opacity=55);
- 480. - }
- 481. - #exchange_info_archive.loading {
- 482. - background: url(/images/upload.gif) no-repeat 100% 50%;
- 483. - }
- 484. - #exchange_info_archive.loading a {
- 485. - visibility: hidden;
- 486. - }
- 487. - #exchange_info_in_archive {
- 488. - color: #909090;
- 489. - padding-top: 10px;
- 490. - }
- 491. - #exchange_tasks_info {
- 492. - padding: 2px 0 20px;
- 493. - }
- 494. - #exchange_post_info {
- 495. - padding-top: 2px;
- 496. - }
- 497. - a.exchange_ad_post_stats,
- 498. - a.exchange_ad_post_link {
- 499. - display: inline-block;
- 500. - margin: 3px 5px 0 0;
- 501. - padding: 0;
- 502. - width: 18px;
- 503. - height: 18px;
- 504. - background: #ebeff5 url(/images/icons/mono_iconset.gif) no-repeat 4px -204px;
- 505. - }
- 506. - a.exchange_ad_post_link {
- 507. - background-position: 4px -233px;
- 508. - }
- 509. - a.exchange_ad_post_link.deleted {
- 510. - opacity: 0.5;
- 511. - filter: alpha(opacity=50);
- 512. - cursor: default;
- 513. - }
- 514. - a.exchange_ad_post_stats:hover,
- 515. - a.exchange_ad_post_link:hover {
- 516. - background-color: #dde4ed;
- 517. - }
- 518. - a.exchange_ad_post_link.deleted:hover {
- 519. - background-color: #ebeff5;
- 520. - }
- 521. - #ads_post_title_input,
- 522. - #ads_post_title_link {
- 523. - position: relative;
- 524. - }
- 525. - #ads_post_title_text {
- 526. - border-bottom: 1px dashed #2B587A;
- 527. - text-decoration: none;
- 528. - display: block;
- 529. - position: absolute;
- 530. - }
- 531. - #ads_post_title {
- 532. - width: 160px;
- 533. - position: absolute;
- 534. - top: -4px;
- 535. - left: -4px;
- 536. - }
- 537. - .exchange_post_more {
- 538. - position: relative;
- 539. - top: 2px;
- 540. - font-weight: bold;
- 541. - color: #91A4B8;
- 542. - -webkit-transition: color 200ms linear;
- 543. - -moz-transition: color 200ms linear;
- 544. - -o-transition: color 200ms linear;
- 545. - transition: color 200ms linear;
- 546. - }
- 547. - .exchange_post_more:hover {
- 548. - color: #45688E;
- 549. - text-decoration: none;
- 550. - }
- 551. - .exchange_info_msg {
- 552. - background-color: #FFFFFF;
- 553. - border: 1px solid #BCC9D7;
- 554. - font-weight: normal;
- 555. - padding: 8px 11px;
- 556. - line-height: 160%;
- 557. - }
- 558. - .dark_box_cont.exchange {
- 559. - padding-top: 5px;
- 560. - }
- 561. - .dark_box_cont.exchange .dark_box_label {
- 562. - padding-top: 20px;
- 563. - }
- 564. - .wk_postbox_content.exchange #wk_content {
- 565. - width: 510px;
- 566. - }
- 567. - .wk_postbox_content.exchange #pb_title,
- 568. - #exchange_repost_link {
- 569. - padding: 7px 5px 8px !important;
- 570. - width: 446px;
- 571. - }
- 572. - .wk_postbox_content.exchange #pb_text {
- 573. - width: 446px;
- 574. - }
- 575. - .wk_postbox_content.exchange #pb_send_btn {
- 576. - margin-top: 20px;
- 577. - }
- 578. - .wk_postbox_content.exchange #pb_error {
- 579. - margin-top: 20px;
- 580. - }
- 581. - .wk_postbox_content.exchange #pb_add_media {
- 582. - padding-top: 0px;
- 583. - }
- 584. - .wk_postbox_content.exchange #wk_close_link {
- 585. - padding: 17px 26px 18px;
- 586. - }
- 587. - #exchange_repost_preview .wall_module {
- 588. - margin-top: 15px;
- 589. - }
- 590. - #exchange_repost_preview .published_by_quote .wall_post_text {
- 591. - width: 420px;
- 592. - }
- 593. - #exchange_comment_label {
- 594. - display: none;
- 595. - }
- 596. -
- 597. - #filter_city_row {
- 598. - padding-top: 7px;
- 599. - }
- 600. - #exchange_search_input {
- 601. - padding: 5px 20px;
- 602. - width: 563px;
- 603. - background: url(/images/magglass.png) no-repeat scroll 141px 7px white;
- 604. - height: 13px;
- 605. - outline: none;
- 606. - }
- 607. - #exchange_search_input::-ms-clear {
- 608. - display: none;
- 609. - }
- 610. - #exchange_search_progress {
- 611. - background: url("/images/upload.gif") no-repeat scroll center center transparent;
- 612. - display: none;
- 613. - height: 23px;
- 614. - margin-left: -41px;
- 615. - margin-top: 1px;
- 616. - position: relative;
- 617. - width: 32px;
- 618. - z-index: 95;
- 619. - }
- 620. - #exchange_search_wrap.loading #exchange_search_input {
- 621. - background-image: none;
- 622. - }
- 623. - #exchange_search_wrap.loading #exchange_search_progress {
- 624. - display: block;
- 625. - }
- 626. - #exchange_more_results td {
- 627. - padding: 0;
- 628. - border-bottom: none;
- 629. - }
- 630. - #exchange_more_results a {
- 631. - display: block;
- 632. - padding: 10px 0px;
- 633. - margin: 0;
- 634. - text-align: center;
- 635. - }
- 636. - #exchange_more_results a:hover {
- 637. - background: #E1E7ED;
- 638. - border-color: #DAE1E8;
- 639. - text-decoration: none;
- 640. - }
- 641. - #exchange_repost_link_wrap {
- 642. - display: none;
- 643. - }
- 644. -
- 645. - #exchange_button_send {
- 646. - display: block;
- 647. - padding-top: 15px;
- 648. - }
- 649. - #exchange_requests_terms {
- 650. - width: 290px;
- 651. - line-height: 160%;
- 652. - padding-top: 12px;
- 653. - }
- 654. - .exchange_hint_tt .tail_wrap {
- 655. - position: absolute;
- 656. - top: auto;
- 657. - bottom: -5px;
- 658. - left: 17px;
- 659. - z-index: 2001;
- 660. - }
- 661. - .exchange_hint_tt .toup .tail_wrap {
- 662. - top: -7px;
- 663. - bottom: auto;
- 664. - }
- 665. - .exchange_hint_tt .tail {
- 666. - background: url(/images/ddtooltip.png) -3px -5px no-repeat;
- 667. - width: 11px;
- 668. - height: 8px;
- 669. - }
- 670. - .exchange_hint_tt .toup .tail {
- 671. - background-position: -3px 2px;
- 672. - }
- 673. - .exchange_hint_tt .hint_wrap {
- 674. - width: 273px;
- 675. - padding: 8px 5px;
- 676. - line-height: 160%;
- 677. - color: #000000;
- 678. - }
- 679. - .exchange_hint_tt .hint_wrap.title {
- 680. - width: 170px;
- 681. - }
- 682. - .exchange_new_union {
- 683. - padding-top: 10px;
- 684. - }
- 685. - .exchange_new_union_img {
- 686. - margin: 30px 0px;
- 687. - height: 160px;
- 688. - background: url(/images/join/ads_union.png) no-repeat 50% 0%;
- 689. - }
- 690. - .exchange_create_union {
- 691. - text-align: center;
- 692. - }
- 693. - #exchange_new_union_error {
- 694. - margin: 10px 0px;
- 695. - display: none;
- 696. - }
- 697. - #exchange_campaign_title {
- 698. - padding: 7px 5px 8px !important;
- 699. - width: 212px;
- 700. - }
- 701. - #exchange_choose_campaign {
- 702. - display: inline-block;
- 703. - margin: 3px 2px 0px 0px;
- 704. - }
- ------
Advertisement
Add Comment
Please, Sign In to add comment