Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Файл - ads.css (Старый размер - 32872 | Новый - 0):
- 0. - #ads_css { display: none; }
- 1. -
- 2. - /* ------- */
- 3. - /* General */
- 4. - /* ------- */
- 5. -
- 6. - ul.ads_listing {
- 7. - padding: 0 0 0 30px;
- 8. - margin: 0 0 15px 0;
- 9. - }
- 10. - ul.ads_listing li {
- 11. - list-style: square;
- 12. - color: #758EAC;
- 13. - line-height: 160%;
- 14. - }
- 15. - ul.ads_listing li span {
- 16. - color: #000000;
- 17. - }
- 18. -
- 19. - a .ads_sub_link:hover {
- 20. - text-decoration: underline;
- 21. - }
- 22. -
- 23. - .ads_h2_add {
- 24. - font-weight: normal;
- 25. - font-size: 11px;
- 26. - padding-top: 0.185em;
- 27. - }
- 28. - .font_medium .ads_h2_add {
- 29. - font-size: 12px;
- 30. - padding-top: 0.14em;
- 31. - }
- 32. -
- 33. - .ads_gradient_progress_wrap {
- 34. - height: 18px;
- 35. - margin: 0 auto;
- 36. - background: #FFFFFF;
- 37. - border: 1px solid #CCCCCC;
- 38. - }
- 39. -
- 40. - .ads_gradient_progress {
- 41. - height: 18px;
- 42. - background: #597DA3 url(/images/progress_grad.gif) repeat;
- 43. - border: 1px solid #45688E;
- 44. - margin: -1px;
- 45. - }
- 46. -
- 47. - /* ---- */
- 48. - /* Page */
- 49. - /* ---- */
- 50. -
- 51. - #ads_page_wrap2 {
- 52. - border: 1px solid #EBF0F4;
- 53. - border-top: 0;
- 54. - width: 791px;
- 55. - float: right;
- 56. - }
- 57. -
- 58. - #ads_page_wrap1 {
- 59. - border: 1px solid #DAE1E8;
- 60. - border-top: 0;
- 61. - width: 789px;
- 62. - overflow: hidden;
- 63. - }
- 64. -
- 65. - #ads_page {
- 66. - padding: 20px;
- 67. - }
- 68. - #ads_page.ads_page_no_padding {
- 69. - padding: 0;
- 70. - }
- 71. -
- 72. - #ads_page_top {
- 73. - padding-top: 10px;
- 74. - }
- 75. -
- 76. - .ads_page_extra_wide #ads_page_wrap2,
- 77. - .ads_page_extra_wide #ads_page_wrap1 {
- 78. - width: auto;
- 79. - }
- 80. -
- 81. - .ads_page_extra_wide #ads_page_wrap2 {
- 82. - float: none;
- 83. - }
- 84. -
- 85. - #ads_page_bottom_info {
- 86. - border-top: 1px solid #DAE1E8;
- 87. - background-color: #F7F7F7;
- 88. - text-align: center;
- 89. - padding: 6px 20px;
- 90. - color: #777777;
- 91. - }
- 92. -
- 93. - .ads_page_small {
- 94. - padding: 0 60px;
- 95. - }
- 96. -
- 97. - /* ----- */
- 98. - /* Title */
- 99. - /* ----- */
- 100. -
- 101. - #ads_page_title {
- 102. - background-color: #E9EDF1;
- 103. - padding: 7px 10px;
- 104. - margin: 0;
- 105. - font-weight: bold;
- 106. - color: #607387;
- 107. - line-height: 140%;
- 108. - }
- 109. -
- 110. - #ads_page_title h1 {
- 111. - font-size: 1em;
- 112. - overflow: hidden;
- 113. - padding: 0;
- 114. - margin: 0;
- 115. - }
- 116. -
- 117. - #ads_page_title h1 a {
- 118. - color: #2B587A;
- 119. - }
- 120. -
- 121. - #ads_page_title b {
- 122. - color: #AAB7C5;
- 123. - float: right;
- 124. - }
- 125. -
- 126. - /* --------------- */
- 127. - /* Main navigation */
- 128. - /* --------------- */
- 129. -
- 130. - .ads_page_extra_wide #ads_navigation {
- 131. - display: none;
- 132. - }
- 133. -
- 134. - #ads_navigation {
- 135. - width: 150px;
- 136. - padding: 12px 0 12px 0;
- 137. - word-wrap: break-word;
- 138. - }
- 139. -
- 140. - #ads_navigation .edit_button_wrap {
- 141. - padding-bottom: 10px;
- 142. - }
- 143. -
- 144. - #ads_navigation.ads_nav .nav {
- 145. - max-width: 128px;
- 146. - }
- 147. -
- 148. - #ads_navigation a:hover {
- 149. - text-decoration: none;
- 150. - }
- 151. -
- 152. - /* ------------------------------ */
- 153. - /* Main navigation - offices menu */
- 154. - /* ------------------------------ */
- 155. -
- 156. - #ads_navigation.ads_nav #ads_navigation_offices_menu.nav {
- 157. - padding-right: 2px;
- 158. - width: 137px;
- 159. - max-width: 137px;
- 160. - }
- 161. -
- 162. - #ads_navigation.ads_nav #ads_navigation_offices_menu.nav .dd_link {
- 163. - display: block;
- 164. - }
- 165. -
- 166. - #ads_navigation.ads_nav #ads_navigation_offices_menu.nav .dd_link #ads_navigation_offices_menu_text_wrap {
- 167. - display: block;
- 168. - overflow: hidden;
- 169. - white-space: nowrap;
- 170. - font-size: 0; /* Remove extra margin from inline-block */
- 171. - }
- 172. -
- 173. - #ads_navigation.ads_nav #ads_navigation_offices_menu.nav .dd_link #ads_navigation_offices_menu_text {
- 174. - display: inline-block;
- 175. - overflow: hidden;
- 176. - white-space: nowrap;
- 177. - font-size: 11px; /* Remove extra margin from inline-block */
- 178. - }
- 179. - .font_medium #ads_navigation.ads_nav #ads_navigation_offices_menu.nav .dd_link #ads_navigation_offices_menu_text {
- 180. - font-size: 12px;
- 181. - }
- 182. -
- 183. - .dd_menu.ads_navigation_dd_menu_header_wrap {
- 184. - margin: 4px 0 0 7px;
- 185. - }
- 186. -
- 187. - .dd_menu.ads_navigation_dd_menu_header_wrap .dd_menu_header {
- 188. - width: 148px;
- 189. - }
- 190. -
- 191. - .dd_menu.ads_navigation_dd_menu_header_wrap .dd_menu_header div {
- 192. - background-position: right -14px;
- 193. - *background-position: right -13px;
- 194. - }
- 195. -
- 196. - .dd_menu.ads_navigation_dd_menu_header_wrap .dd_menu_header div #ads_navigation_dd_menu_header_text {
- 197. - padding: 1px 0 1px 4px;
- 198. - display: block;
- 199. - overflow: hidden;
- 200. - white-space: nowrap;
- 201. - }
- 202. -
- 203. - .dd_menu.ads_navigation_dd_menu_header_wrap .dd_menu_body .ads_office_name_wrap {
- 204. - display: inline-block;
- 205. - overflow: hidden;
- 206. - max-width: 300px;
- 207. - }
- 208. -
- 209. - /* ---------------------- */
- 210. - /* Main navigation - news */
- 211. - /* ---------------------- */
- 212. -
- 213. - .ads_naviagation_news {
- 214. - padding: 20px 0 5px 11px;
- 215. - }
- 216. -
- 217. - .ads_naviagation_news .news_title {
- 218. - font-weight: bold;
- 219. - color: #2B587A;
- 220. - padding-bottom: 10px;
- 221. - }
- 222. -
- 223. - .ads_naviagation_news ul {
- 224. - padding: 0;
- 225. - margin: 0;
- 226. - list-style-type: none;
- 227. - color: #758EAC;
- 228. - }
- 229. -
- 230. - .ads_naviagation_news li {
- 231. - padding-bottom: 10px;
- 232. - }
- 233. -
- 234. - .ads_naviagation_news span {
- 235. - color: #666666;
- 236. - font-size: 0.91em;
- 237. - }
- 238. -
- 239. - #ads_navigation .ads_naviagation_news a:hover {
- 240. - text-decoration: underline;
- 241. - }
- 242. -
- 243. - /* ---------- */
- 244. - /* Navigation */
- 245. - /* ---------- */
- 246. -
- 247. - .ads_nav .nav {
- 248. - padding: 6px 11px 7px 11px;
- 249. - display: block;
- 250. - overflow: hidden;
- 251. - }
- 252. -
- 253. - .ads_nav .nav:hover {
- 254. - background-color: #E1E7ED;
- 255. - text-decoration: none;
- 256. - }
- 257. -
- 258. - .ads_nav .nav_selected,
- 259. - .ads_nav .nav_selected:hover {
- 260. - background-color: #6186AD;
- 261. - color: white;
- 262. - }
- 263. -
- 264. - .ads_nav .nav_separator {
- 265. - border-bottom: 1px solid #D3DBE1;
- 266. - height: 1px;
- 267. - overflow: hidden;
- 268. - margin: 7px 0px 8px 0;
- 269. - }
- 270. -
- 271. - /* ---- */
- 272. - /* Tabs */
- 273. - /* ---- */
- 274. -
- 275. - .ads_tabs_filters {
- 276. - background-color: #F7F7F7;
- 277. - border-bottom: 1px solid #DAE1E8;
- 278. - padding: 10px 10px 5px 10px;
- 279. - }
- 280. - .ads_tabs_filters.separate {
- 281. - border-top: 1px solid #DAE1E8;
- 282. - }
- 283. - .ads_round_tab_wrap {
- 284. - padding: 0 5px 5px 0;
- 285. - text-align: center;
- 286. - }
- 287. - .ads_round_tab_wrap .round_tab.disabled:hover,
- 288. - .ads_round_tab_wrap .round_tab.label:hover {
- 289. - background-color: transparent;
- 290. - cursor: default;
- 291. - }
- 292. - .ads_round_tab_wrap .round_tab.label {
- 293. - color: #555555;
- 294. - }
- 295. - .ads_round_tabs_period_day .round_tab {
- 296. - width: 100px;
- 297. - }
- 298. - .ads_round_tabs_period_week .round_tab {
- 299. - width: 180px;
- 300. - }
- 301. - .ads_round_tabs_period_month .round_tab {
- 302. - width: 100px;
- 303. - }
- 304. -
- 305. - /* ------------ */
- 306. - /* Intro - main */
- 307. - /* ------------ */
- 308. -
- 309. - .ads_intro_page,
- 310. - .ads_intro_section_title {
- 311. - line-height: 160%;
- 312. - }
- 313. -
- 314. - .ads_intro_title,
- 315. - .ads_intro_section_title {
- 316. - color: #5c7b9b;
- 317. - }
- 318. -
- 319. - .ads_intro_subsection_title,
- 320. - .ads_intro_news_title {
- 321. - color: #4d7199;
- 322. - }
- 323. -
- 324. - .ads_intro_title {
- 325. - font-size: 1.3em;
- 326. - font-weight: bold;
- 327. - padding-bottom: 16px;
- 328. - }
- 329. -
- 330. - .ads_intro_section_title {
- 331. - font-size: 1.2em;
- 332. - font-weight: bold;
- 333. - padding: 8px 10px 0 10px;
- 334. - }
- 335. -
- 336. - .ads_intro_subsection_title {
- 337. - font-size: 1.2em;
- 338. - font-weight: bold;
- 339. - padding-bottom: 8px;
- 340. - }
- 341. -
- 342. - .ads_intro_news_title {
- 343. - font-size: 1.2em;
- 344. - font-weight: bold;
- 345. - border-bottom: 1px solid #dae1e8;
- 346. - display: block;
- 347. - }
- 348. - .ads_intro_news_title:hover {
- 349. - text-decoration: none;
- 350. - }
- 351. -
- 352. - .ads_intro_subsection_text {
- 353. - color: #808080;
- 354. - }
- 355. -
- 356. - .ads_intro_header_wrap2 {
- 357. - height: 380px;
- 358. - }
- 359. - .ads_intro_header_wrap1 {
- 360. - height: 280px;
- 361. - background-color: #edf1f5;
- 362. - padding: 22px 40px 0 40px;
- 363. - position: relative;
- 364. - }
- 365. -
- 366. - .ads_intro_text {
- 367. - width: 440px;
- 368. - }
- 369. -
- 370. - .ads_intro_main_image {
- 371. - background-image: url(/images/ads_intro_main.png);
- 372. - background-size: 130px 130px;
- 373. - width: 130px;
- 374. - height: 130px;
- 375. - position: absolute;
- 376. - right: 70px;
- 377. - top: 30px;
- 378. - }
- 379. - .is_2x .ads_intro_main_image {
- 380. - background-image: url(/images/ads_intro_main_2x.png);
- 381. - }
- 382. -
- 383. - .ads_intro_sections {
- 384. - margin-right: -100px;
- 385. - top: 190px;
- 386. - position: absolute;
- 387. - }
- 388. -
- 389. - .ads_intro_section_button {
- 390. - width: 188px;
- 391. - height: 162px;
- 392. - background-color: #f4f6f8;
- 393. - border: 1px solid #e1e6eb;
- 394. - border-bottom: 2px solid #dce1e6;
- 395. - display: inline-block;
- 396. - margin-right: 43px;
- 397. - -moz-border-radius: 3px;
- 398. - -webkit-border-radius: 3px;
- 399. - -khtml-border-radius: 3px;
- 400. - border-radius: 3px;
- 401. - text-align: center;
- 402. - position: relative;
- 403. - top: 0;
- 404. -
- 405. - -webkit-transition: all 200ms ease-out;
- 406. - -moz-transition: all 200ms ease-out;
- 407. - -o-transition: all 200ms ease-out;
- 408. - transition: all 200ms ease-out;
- 409. - }
- 410. - .ads_intro_section_button:hover {
- 411. - text-decoration: none;
- 412. - top: -8px;
- 413. - }
- 414. -
- 415. - .ads_intro_section_image {
- 416. - width: 95px;
- 417. - height: 82px;
- 418. - background-size: 95px auto;
- 419. - background-image: url(/images/ads_intro_icons.png);
- 420. - display: inline-block;
- 421. - margin-top: 16px;
- 422. - }
- 423. - .is_2x .ads_intro_section_image {
- 424. - background-image: url(/images/ads_intro_icons_2x.png);
- 425. - }
- 426. - .ads_intro_section_button2 .ads_intro_section_image {
- 427. - background-position: 0 -82px;
- 428. - }
- 429. - .ads_intro_section_button3 .ads_intro_section_image {
- 430. - background-position: 0 -164px;
- 431. - }
- 432. -
- 433. - .ads_intro_section_label {
- 434. - width: 60px;
- 435. - height: 60px;
- 436. - background-size: 60px auto;
- 437. - position: absolute;
- 438. - left: -2px;
- 439. - top: -2px;
- 440. - }
- 441. - .ads_intro_section_label.label_ru {
- 442. - background-image: url(/images/ads_intro_label_new_ru.png);
- 443. - }
- 444. - .is_2x .ads_intro_section_label.label_ru {
- 445. - background-image: url(/images/ads_intro_label_new_ru_2x.png);
- 446. - }
- 447. - .ads_intro_section_label.label_en {
- 448. - background-image: url(/images/ads_intro_label_new_en.png);
- 449. - }
- 450. - .is_2x .ads_intro_section_label.label_en {
- 451. - background-image: url(/images/ads_intro_label_new_en_2x.png);
- 452. - }
- 453. - .ads_intro_section_label.label_ua {
- 454. - background-image: url(/images/ads_intro_label_new_ua.png);
- 455. - }
- 456. - .is_2x .ads_intro_section_label.label_ua {
- 457. - background-image: url(/images/ads_intro_label_new_ua_2x.png);
- 458. - }
- 459. -
- 460. - .ads_intro_subsections {
- 461. - padding: 3px 25px 20px 20px;
- 462. - display: inline-block;
- 463. - vertical-align: top;
- 464. - }
- 465. - .ads_intro_subsection {
- 466. - padding: 15px 20px;
- 467. - display: block;
- 468. - width: 423px;
- 469. - }
- 470. - .ads_intro_subsection:hover {
- 471. - text-decoration: none;
- 472. - background: #f7f7f7;
- 473. - }
- 474. -
- 475. - .ads_intro_news {
- 476. - width: 200px;
- 477. - padding: 18px 0 20px 0;
- 478. - display: inline-block;
- 479. - }
- 480. - .ads_intro_news_widget_wrap {
- 481. - margin-left: -10px;
- 482. - padding-top: 8px;
- 483. - height: 240px;
- 484. - overflow: hidden;
- 485. - }
- 486. - .ads_intro_news_all {
- 487. - display: block;
- 488. - text-align: center;
- 489. - padding: 4px 0;
- 490. - }
- 491. - .ads_intro_news_all:hover {
- 492. - text-decoration: none;
- 493. - background-color: #f7f7f7;
- 494. - }
- 495. -
- 496. - /* ----------- */
- 497. - /* Intro - box */
- 498. - /* ----------- */
- 499. -
- 500. - .wk_ads_intro .wk_wiki_content {
- 501. - font-size: 1em;
- 502. - line-height: 100%;
- 503. - }
- 504. - .wk_ads_intro #wk_content {
- 505. - width: 564px;
- 506. - }
- 507. - .wk_ads_intro #wk_summary {
- 508. - width: 400px;
- 509. - }
- 510. -
- 511. - .ads_intro_box.ads_text,
- 512. - .ads_intro_box .ads_text {
- 513. - line-height: 160%;
- 514. - }
- 515. -
- 516. - .ads_intro_box.ads_text_big {
- 517. - font-size: 1.09em;
- 518. - }
- 519. -
- 520. - .ads_intro_box h4 {
- 521. - margin-bottom: 10px;
- 522. - }
- 523. - .ads_intro_box .listing {
- 524. - margin-bottom: 30px;
- 525. - }
- 526. -
- 527. - .ads_intro_box_center {
- 528. - text-align: center;
- 529. - }
- 530. -
- 531. - .ads_intro_box_targeting_image,
- 532. - .ads_intro_box_posts_image,
- 533. - .ads_intro_box_offers_image {
- 534. - background-size: 160px 160px;
- 535. - width: 160px;
- 536. - height: 160px;
- 537. - display: inline-block;
- 538. - margin: 25px 0;
- 539. - }
- 540. - .ads_intro_box_targeting_image {
- 541. - background-image: url(/images/ads_intro_targeting.png);
- 542. - }
- 543. - .is_2x .ads_intro_box_targeting_image {
- 544. - background-image: url(/images/ads_intro_targeting_2x.png);
- 545. - }
- 546. - .ads_intro_box_posts_image {
- 547. - background-image: url(/images/join/ads_union.png);
- 548. - }
- 549. - .is_2x .ads_intro_box_posts_image {
- 550. - background-image: url(/images/join/ads_union_2x.png);
- 551. - }
- 552. - .ads_intro_box_offers_image {
- 553. - background-image: url(/images/ads_intro_offers.png);
- 554. - }
- 555. - .is_2x .ads_intro_box_offers_image {
- 556. - background-image: url(/images/ads_intro_offers_2x.png);
- 557. - }
- 558. -
- 559. - .ads_intro_box_targeting_office {
- 560. - margin-top: 10px;
- 561. - display: inline-block;
- 562. - }
- 563. -
- 564. - /* ------ */
- 565. - /* Office */
- 566. - /* ------ */
- 567. -
- 568. - .ads_create_button_office {
- 569. - float: right;
- 570. - position: relative;
- 571. - width: 0;
- 572. - }
- 573. - .ads_create_button_office .edit_button_wrap {
- 574. - position: absolute;
- 575. - right: 0;
- 576. - }
- 577. -
- 578. - /* Other */
- 579. -
- 580. - /* --- */
- 581. - /* OLD */
- 582. - /* --- */
- 583. -
- 584. - /* From rustyle.css */
- 585. -
- 586. - /* Uses in paginated_table.js */
- 587. - .ads_lite_cb {
- 588. - background: transparent url(/images/icons/check_lt.gif) 0px 0px no-repeat;
- 589. - line-height: 0.81em;
- 590. - vertical-align: baseline;
- 591. - padding: 0px 0px 1px 20px;
- 592. - cursor: pointer;
- 593. - }
- 594. - .ads_lite_cb:hover {
- 595. - background-position: 0px -32px;
- 596. - text-decoration: none;
- 597. - }
- 598. - .ads_lite_cb.on {
- 599. - background-position: 0px -16px;
- 600. - }
- 601. - .ads_lite_cb.on:hover {
- 602. - background-position: 0px -48px;
- 603. - }
- 604. -
- 605. - .ads_mass_act_container {
- 606. - text-align: right;
- 607. - }
- 608. - .ads_mass_act_container div {
- 609. - margin-right: 8px;
- 610. - margin-bottom: 5px;
- 611. - }
- 612. - .ads_mass_act_container button {
- 613. - height: 21px;
- 614. - line-height: 0.9em;
- 615. - padding: 4px 10px 4px;
- 616. - }
- 617. - .ads_search_cell {
- 618. - width: 140px;
- 619. - }
- 620. - .ads_search_cell div.pt_search_container {
- 621. - margin: 0px -3px 5px -3px;
- 622. - }
- 623. -
- 624. - div.ads_selecting_subclasses {
- 625. - margin-bottom: 4px;
- 626. - }
- 627. -
- 628. - .dd_menu_header.ads_dd_wide.ads_dd_header_popup div {
- 629. - background: url(/images/flydead.gif) no-repeat right 6px #FFFFFF;
- 630. - padding-right: 17px;
- 631. - border: 1px solid #FFFFFF;
- 632. - color: #2B587A;
- 633. - font-weight: normal;
- 634. - text-decoration: none;
- 635. - }
- 636. -
- 637. - .dd_menu_header.ads_dd_wide div {
- 638. - background: #5e82a8 url(/images/flydead.gif) no-repeat right -12px;
- 639. - width: 106px;
- 640. - }
- 641. -
- 642. - .dd_menu_body.ads_dd_wide .dd_menu_rows a {
- 643. - height: 20px;
- 644. - }
- 645. - .dd_menu_body.ads_dd_wide .dd_menu_rows a .ads_status_image_span {
- 646. - margin: 4px 5px -2px -1px;
- 647. - }
- 648. -
- 649. - .dd_menu_header.ads_dd_wide div .ads_status_image_span {
- 650. - margin: 4px 5px -1px -1px;
- 651. - }
- 652. - .dd_menu_header.ads_dd_wide div {
- 653. - line-height: 1.45em;
- 654. - }
- 655. -
- 656. - td.paginated_table_cell.column_status_view {
- 657. - padding-left: 10px;
- 658. - }
- 659. -
- 660. - .ads_status_selector_box {
- 661. - display: block;
- 662. - margin: 0px auto;
- 663. - width: 20px;
- 664. - height: 20px;
- 665. - }
- 666. -
- 667. - .ads_status_selector_box.pnt {
- 668. - cursor: pointer;
- 669. - }
- 670. -
- 671. - .ads_status_selector_box.pnt:hover {
- 672. - background-color: #E1E7ED;
- 673. - border-radius: 3px;
- 674. - -moz-border-radius: 3px;
- 675. - }
- 676. -
- 677. - #ads_unions_content .table_label {
- 678. - min-width: 150px;
- 679. - max-width: 180px;
- 680. - color: rgb(102, 102, 102);
- 681. - padding: 0 10px 7px 0;
- 682. - vertical-align: top;
- 683. - word-wrap: break-word;
- 684. - }
- 685. - #ads_unions_content .table_value {
- 686. - padding: 0 0 7px 0;
- 687. - vertical-align: top;
- 688. - word-wrap: break-word;
- 689. - }
- 690. -
- 691. - #ads_unions_content.ad_help {
- 692. - padding: 0;
- 693. - }
- 694. -
- 695. - #ads_unions_content {
- 696. - vertical-align: top;
- 697. - }
- 698. -
- 699. - #ads_union_children,
- 700. - #ads_unions_budget,
- 701. - #ads_unions_budget_posts {
- 702. - padding-top: 20px;
- 703. - }
- 704. -
- 705. - #ads_union_children_graph {
- 706. - padding: 30px 0 15px 0;
- 707. - }
- 708. -
- 709. - #ads_union_children .row_div.control_label {
- 710. - padding-left: 0;
- 711. - }
- 712. -
- 713. - .ads_unions_box td.label {
- 714. - color: #777;
- 715. - padding: 5px 10px 5px 0px;
- 716. - text-align: right;
- 717. - }
- 718. - .ads_unions_box td.labeled {
- 719. - padding: 2px 0;
- 720. - }
- 721. - .ads_unions_box td.labeled_info {
- 722. - padding: 2px 0 2px 5px;
- 723. - }
- 724. -
- 725. - .ads_unions_box input {
- 726. - width: 150px;
- 727. - }
- 728. -
- 729. - .ads_unions_list table {
- 730. - border-collapse: collapse;
- 731. - border-left: 1px solid;
- 732. - border-right: 1px solid;
- 733. - width: 100%;
- 734. - }
- 735. -
- 736. - .ads_unions_list th,
- 737. - .ads_unions_list td {
- 738. - height: 32px;
- 739. - vertical-align: middle;
- 740. - }
- 741. -
- 742. - .ads_unions_list .checkbox_container td {
- 743. - height: 20px;
- 744. - }
- 745. -
- 746. - .ads_unions_list th {
- 747. - text-align: right;
- 748. - background-color: rgb(227, 233, 238);
- 749. - border: 1px solid;
- 750. - padding: 0;
- 751. - }
- 752. - .ads_table_header th th,
- 753. - .ads_table_header th th * {
- 754. - background-color: transparent !important;
- 755. - }
- 756. -
- 757. - .ads_unions_list th,
- 758. - .ads_unions_list th * {
- 759. - color: rgb(81, 103, 122);
- 760. - }
- 761. -
- 762. - .ads_unions_list td {
- 763. - text-align: right;
- 764. - }
- 765. -
- 766. - .ads_unions_list .column_date_view,
- 767. - .ads_unions_list .column_date_view *,
- 768. - .ads_unions_list .column_action_view,
- 769. - .ads_unions_list .column_action_view *,
- 770. - .ads_unions_list .column_access_view,
- 771. - .ads_unions_list .column_access_view *,
- 772. - .ads_unions_list .column_name_view,
- 773. - .ads_unions_list .column_name_view *,
- 774. - .ads_unions_list .column_name,
- 775. - .ads_unions_list .column_name *,
- 776. - .ads_unions_list .column_status,
- 777. - .ads_unions_list .column_status * {
- 778. - text-align: left;
- 779. - }
- 780. -
- 781. - .ads_unions_list td.column_name_view {
- 782. - max-width: 160px;
- 783. - }
- 784. -
- 785. - .ads_unions_list .table_footer td {
- 786. - background-color: rgb(246, 247, 249);
- 787. - border-top: 1px solid rgb(211, 219, 225);
- 788. - border-bottom: 1px solid rgb(211, 219, 225);
- 789. - }
- 790. -
- 791. - .ads_unions_list table,
- 792. - .ads_unions_list th,
- 793. - .ads_unions_list td {
- 794. - border-color: rgb(211, 219, 225);
- 795. - }
- 796. -
- 797. - .ads_unions_list th * {
- 798. - border: 0;
- 799. - padding: 0;
- 800. - height: auto;
- 801. - }
- 802. -
- 803. - .ads_unions_list th table {
- 804. - height: 100%;
- 805. - border: 0;
- 806. - }
- 807. -
- 808. - .ads_unions_list tr.ads_table_header th th {
- 809. - border-left: 1px solid rgb(239, 242, 245);
- 810. - white-space: nowrap;
- 811. - }
- 812. -
- 813. - .ads_unions_list tr.ads_table_header th.first_table_header,
- 814. - .ads_unions_list tr.ads_table_header th.first_table_header * {
- 815. - border-left: 0 none;
- 816. - }
- 817. -
- 818. - .ads_unions_list th th,
- 819. - .ads_unions_list td {
- 820. - padding: 0 8px;
- 821. - }
- 822. -
- 823. - .ads_unions_list th.first_table_header th,
- 824. - .ads_unions_list td.first_table_column {
- 825. - padding-left: 10px;
- 826. - }
- 827. -
- 828. - .ads_unions_list th.last_table_header th,
- 829. - .ads_unions_list td.last_table_column {
- 830. - padding-right: 10px;
- 831. - }
- 832. -
- 833. - .ads_unions_list td.even_row {
- 834. - background-color: #F0F2F4;
- 835. - }
- 836. -
- 837. - .ads_unions_table {
- 838. - margin-top: 7px;
- 839. - }
- 840. -
- 841. - .paginated_table .ads_unions_table {
- 842. - margin-top: 0px;
- 843. - }
- 844. -
- 845. - .ads_unions_list td.column_day_limit_view a,
- 846. - .ads_unions_list td.column_all_limit_view a,
- 847. - .ads_unions_list td.column_cost_per_click_view a {
- 848. - border-bottom: 1px dashed #2B587A;
- 849. - text-decoration: none;
- 850. - }
- 851. -
- 852. - tr.ads_union_empty_row td.ads_union_empty_cell {
- 853. - height: auto;
- 854. - }
- 855. -
- 856. - tr.ads_union_empty_row td.ads_union_empty_cell {
- 857. - text-align: center !important;
- 858. - color: #666666;
- 859. - line-height: 150%;
- 860. - background-color: #F7F7F7;
- 861. - padding: 15px 0;
- 862. - }
- 863. -
- 864. - .ads_unions_list_p .paginated_table_cell {
- 865. - text-align: right;
- 866. - }
- 867. -
- 868. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_date_view,
- 869. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_date_view *,
- 870. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_action_view,
- 871. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_action_view *,
- 872. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_access_view,
- 873. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_access_view *,
- 874. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name_view,
- 875. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name_view *,
- 876. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name,
- 877. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name *,
- 878. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_status,
- 879. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_status * {
- 880. - text-align: left;
- 881. - }
- 882. -
- 883. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name_view,
- 884. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name_view *,
- 885. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name,
- 886. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name *,
- 887. - .paginated_table .paginated_table_cell.column_client_name,
- 888. - .paginated_table .paginated_table_cell.column_client_name *,
- 889. - .paginated_table .paginated_table_cell.column_campaign_name,
- 890. - .paginated_table .paginated_table_cell.column_campaign_name * {
- 891. - white-space: normal !important;
- 892. - }
- 893. -
- 894. - .ads_unions_list_p td.paginated_table_cell.column_name_view,
- 895. - .ads_unions_list_p td.paginated_table_cell.column_name {
- 896. - max-width: 160px;
- 897. - overflow: visible;
- 898. - }
- 899. - .ads_unions_list_p td.paginated_table_cell.column_date_view {
- 900. - min-width: 20%;
- 901. - }
- 902. - .ads_unions_list_p .paginated_table td.paginated_table_cell.column_day_limit_view a,
- 903. - .ads_unions_list_p .paginated_table td.paginated_table_cell.column_all_limit_view a,
- 904. - .ads_unions_list_p .paginated_table td.paginated_table_cell.column_cost_per_click_view a {
- 905. - border-bottom: 1px dashed #2B587A;
- 906. - text-decoration: none;
- 907. - }
- 908. -
- 909. - .ads_unions_list_p .paginated_table td.column_video_views_count_view {
- 910. - width: 1px;
- 911. - }
- 912. -
- 913. - tr.ads_union_empty_row td.ads_union_empty_cell {
- 914. - height: auto;
- 915. - }
- 916. -
- 917. - tr.ads_union_empty_row td.ads_union_empty_cell {
- 918. - text-align: center !important;
- 919. - color: #666666;
- 920. - line-height: 150%;
- 921. - background-color: #F7F7F7;
- 922. - padding: 15px 0;
- 923. - }
- 924. -
- 925. - /* Some navigation - begin */
- 926. -
- 927. - #ads_graph_navigation a.nav,
- 928. - #ads_demography_navigation a.nav {
- 929. - padding: 6px 6px 7px 11px;
- 930. - display: block;
- 931. - overflow: hidden;
- 932. - }
- 933. - #ads_graph_navigation a.nav:hover,
- 934. - #ads_demography_navigation a.nav:hover {
- 935. - background-color: #DAE1E8;
- 936. - text-decoration: none;
- 937. - }
- 938. - #ads_graph_navigation a.nav_selected,
- 939. - #ads_graph_navigation a.nav_selected:hover,
- 940. - #ads_demography_navigation a.nav_selected,
- 941. - #ads_demography_navigation a.nav_selected:hover {
- 942. - background-color: #6186AD;
- 943. - color: white;
- 944. - }
- 945. -
- 946. - /* Some navigation - end */
- 947. -
- 948. - a.ads_status_link,
- 949. - a.ads_inline_dropdown {
- 950. - background: none !important;
- 951. - border-bottom: 1px dashed #2B587A;
- 952. - padding-right: 0 !important;
- 953. - }
- 954. -
- 955. - .ads_main_notice {
- 956. - background-color: #F6F7F9;
- 957. - border: 1px solid #D8DFEA;
- 958. - padding: 10px;
- 959. - margin-bottom: 15px;
- 960. - line-height: 160%;
- 961. - }
- 962. -
- 963. - .ads_warning {
- 964. - background-color: #F9F6E7;
- 965. - border: 1px solid #D4BC4C;
- 966. - padding: 8px 11px;
- 967. - line-height: 160%;
- 968. - }
- 969. -
- 970. - .ads_warning_light {
- 971. - background-color: #FFFFFF;
- 972. - border: 1px solid #B9C4DA;
- 973. - padding: 8px 11px;
- 974. - }
- 975. -
- 976. - .ads_small_info {
- 977. - background: none repeat scroll 0 0 #F7F7F7;
- 978. - border: 1px solid #DAE1E8;
- 979. - font-size: 0.91em;
- 980. - margin-top: 10px;
- 981. - padding: 5px 10px;
- 982. - vertical-align: top;
- 983. - }
- 984. -
- 985. - #ads_change_budget_box .ads_warning {
- 986. - margin-top: 10px;
- 987. - }
- 988. -
- 989. - #ads_change_budget_box td {
- 990. - padding: 0px;
- 991. - }
- 992. -
- 993. - .ads_union_status_image {
- 994. - background: url("/images/icons/ad_status.gif?3") no-repeat scroll left top transparent;
- 995. - width: 5px;
- 996. - height: 5px;
- 997. - margin: 0 5px 1px 0;
- 998. - display: block;
- 999. -
- 1000. - display: -moz-inline-stack;
- 1001. - display: inline-block;
- 1002. - _overflow: hidden;
- 1003. - *zoom: 1;
- 1004. - *display: inline;
- 1005. - }
- 1006. -
- 1007. - .ads_union_status_image_on {
- 1008. - background-position: left 0;
- 1009. - }
- 1010. - .ads_union_status_image_off {
- 1011. - background-position: left -5px;
- 1012. - }
- 1013. - .ads_union_status_image_part_on {
- 1014. - background-position: left -10px;
- 1015. - }
- 1016. - .ads_union_status_image_part_off {
- 1017. - background-position: left -15px;
- 1018. - }
- 1019. - .ads_union_status_image_disapproved {
- 1020. - background-position: left -20px;
- 1021. - }
- 1022. - .ads_union_status_image_deleted {
- 1023. - background-position: left -25px;
- 1024. - }
- 1025. -
- 1026. - .ads_status_image_span {
- 1027. - background: url("/images/icons/ad_status_new.gif") no-repeat scroll left top transparent;
- 1028. - width: 11px;
- 1029. - height: 11px;
- 1030. - margin: 5px 0px 3px 2px;
- 1031. - display: block;
- 1032. -
- 1033. - display: -moz-inline-stack;
- 1034. - display: inline-block;
- 1035. - _overflow: hidden;
- 1036. - *zoom: 1;
- 1037. - *display: inline;
- 1038. - }
- 1039. -
- 1040. - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_on,
- 1041. - .ads_status_image_span.status_on {
- 1042. - background-position: left -0px;
- 1043. - }
- 1044. - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_off,
- 1045. - .ads_status_image_span.status_off {
- 1046. - background-position: left -170px;
- 1047. - }
- 1048. - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_pending,
- 1049. - .ads_status_image_span.status_pending {
- 1050. - background-position: left -157px;
- 1051. - }
- 1052. - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_off_red,
- 1053. - .ads_status_image_span.status_off_red {
- 1054. - background-position: left -128px;
- 1055. - }
- 1056. - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_deleted,
- 1057. - .ads_status_image_span.status_deleted {
- 1058. - background-position: left -183px;
- 1059. - }
- 1060. - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_cross,
- 1061. - .ads_status_image_span.status_cross {
- 1062. - background-position: left -141px;
- 1063. - }
- 1064. -
- 1065. - .dd_menu_header .ads_status_image_span.status_on {
- 1066. - background-position: left -16px;
- 1067. - }
- 1068. - .dd_menu_header .ads_status_image_span.status_off {
- 1069. - background-position: left -29px;
- 1070. - }
- 1071. - .dd_menu_header .ads_status_image_span.status_pending {
- 1072. - background-position: left -69px;
- 1073. - }
- 1074. - .dd_menu_header .ads_status_image_span.status_off_red {
- 1075. - background-position: left -29px;
- 1076. - }
- 1077. - .dd_menu_header .ads_status_image_span.status_deleted {
- 1078. - background-position: left -41px;
- 1079. - }
- 1080. - .dd_menu_header .ads_status_image_span.status_cross {
- 1081. - background-position: left -55px;
- 1082. - }
- 1083. -
- 1084. - .dd_menu_body.ads_dd_wide .dd_menu_rows a .ads_status_image_span.status_on {
- 1085. - background-position: left -85px;
- 1086. - }
- 1087. - .dd_menu_body.ads_dd_wide .dd_menu_rows a .ads_status_image_span.status_off {
- 1088. - background-position: left -98px;
- 1089. - }
- 1090. - .dd_menu_body.ads_dd_wide .dd_menu_rows a .ads_status_image_span.status_deleted {
- 1091. - background-position: left -111px;
- 1092. - }
- 1093. -
- 1094. - .ads_unions_list tr.ads_table_header th.paginated_table td.paginated_table_cell.column_commit_date,
- 1095. - .ads_unions_list tr.ads_table_header th.paginated_table td.paginated_table_cell.column_commit_date * {
- 1096. - border-left: 0 none;
- 1097. - }
- 1098. -
- 1099. - #ads_unions_budget * {
- 1100. - text-align: left;
- 1101. - }
- 1102. -
- 1103. - #ads_general_info_status_selector {
- 1104. - border-bottom: 1px dashed #2B587A;
- 1105. - }
- 1106. -
- 1107. - table.ads_unions_content_label {
- 1108. - border-collapse: collapse;
- 1109. - }
- 1110. -
- 1111. - #ads_unions_content .ads_export_prefs .ads_export_date_row .table_label {
- 1112. - padding-top: 4px;
- 1113. - }
- 1114. - .ads_export_prefs .table_value {
- 1115. - width: 300px;
- 1116. - }
- 1117. -
- 1118. - #ads_unions_content .export_prefs_web .summary td {
- 1119. - padding-top: 10px !important;
- 1120. - }
- 1121. -
- 1122. - .ads_export_stats .ads_unions_table th.paginated_table td.paginated_table_cell.column_checked {
- 1123. - width: 34px;
- 1124. - }
- 1125. -
- 1126. - .ads_unions_list .checkbox_container table {
- 1127. - border: 0px;
- 1128. - }
- 1129. -
- 1130. - .ads_unions_table .hovered_header,
- 1131. - .ads_unions_table .hovered_header_hover {
- 1132. - cursor: pointer;
- 1133. - }
- 1134. - .ads_unions_table .hovered_header_hover {
- 1135. - background-color: #EFF2F5;
- 1136. - }
- 1137. -
- 1138. - .ads_inline_edit_remove_value {
- 1139. - margin-left: 5px;
- 1140. - white-space: nowrap;
- 1141. - }
- 1142. -
- 1143. - .ads_inline_edit_table {
- 1144. - border-collapse: collapse;
- 1145. - }
- 1146. - table.ads_inline_edit_table td {
- 1147. - padding: 0;
- 1148. - }
- 1149. - .ads_inline_fast_error_row {
- 1150. - display: none;
- 1151. - }
- 1152. - .ads_inline_fast_error {
- 1153. - background-color: #F9F6E7;
- 1154. - border: 1px solid #D4BC4C;
- 1155. - padding: 8px 11px;
- 1156. - margin-top: 5px;
- 1157. - }
- 1158. -
- 1159. - .ads_inline_recommended_cost_text {
- 1160. - font-size: 0.91em;
- 1161. - color: #777777;
- 1162. - display: none;
- 1163. - }
- 1164. -
- 1165. - .ads_moder_comment_rules_wrap ul {
- 1166. - list-style: square outside none;
- 1167. - color: #758EAC;
- 1168. - margin: 11px 0 0 0;
- 1169. - }
- 1170. - .ads_moder_comment_rules_wrap span {
- 1171. - color: black;
- 1172. - }
- 1173. - .ads_moder_comment_rules_separator {
- 1174. - height: 11px;
- 1175. - }
- 1176. -
- 1177. - #ads_admin_box_wrapper a:hover {
- 1178. - text-decoration: underline;
- 1179. - }
- 1180. -
- 1181. - .ads_admin_table_cell {
- 1182. - border-bottom: 1px solid #DAE2E8;
- 1183. - }
- 1184. -
- 1185. - .admin_table_cell_last {
- 1186. - border-bottom: none;
- 1187. - }
- 1188. -
- 1189. - .ads_admin_box_label {
- 1190. - color: #777777;
- 1191. - text-align: right;
- 1192. - width: 125px;
- 1193. - padding-right: 10px;
- 1194. - }
- 1195. - .ads_admin_box_labeled {
- 1196. - width: 270px;
- 1197. - }
- 1198. -
- 1199. - .ads_general_info_hidden {
- 1200. - display: none;
- 1201. - }
- 1202. -
- 1203. - .ads_general_info .table_large_text {
- 1204. - width: 400px;
- 1205. - }
- 1206. -
- 1207. - #ads_unions_content h4 span {
- 1208. - font-weight: bold
- 1209. - }
- 1210. -
- 1211. - .ads_users_stats_dark {
- 1212. - background-color: #597DA3;
- 1213. - }
- 1214. -
- 1215. - .ads_users_stats_light {
- 1216. - background-color: #DAE1E8;
- 1217. - }
- 1218. -
- 1219. - .ads_users_stats_bars_title {
- 1220. - padding-bottom: 16px;
- 1221. - color: #45688E;
- 1222. - font-weight: bold;
- 1223. - }
- 1224. -
- 1225. - .ads_users_stats_bar_label {
- 1226. - height: 30px;
- 1227. - text-align: right;
- 1228. - padding-right: 16px;
- 1229. - padding-top: 2px;
- 1230. - vertical-align: top;
- 1231. - color: #45688E;
- 1232. - font-weight: bold;
- 1233. - }
- 1234. - .ads_users_stats_bar_wrap table {
- 1235. - border: 0px;
- 1236. - border-collapse: collapse;
- 1237. - }
- 1238. - .ads_users_stats_bar_wrap table td {
- 1239. - padding: 0px;
- 1240. - }
- 1241. - .ads_users_stats_bar_wrap {
- 1242. - height: 30px;
- 1243. - vertical-align: top;
- 1244. - }
- 1245. - .ads_users_stats_bar_wrap table td.ads_users_stats_bar_value {
- 1246. - padding-left: 11px;
- 1247. - }
- 1248. - .ads_users_stats_bar {
- 1249. - -moz-border-radius: 0 3px 3px 0;
- 1250. - -webkit-border-radius: 0 3px 3px 0;
- 1251. - -khtml-border-radius: 0 3px 3px 0;
- 1252. - border-radius: 0 3px 3px 0;
- 1253. - height: 17px;
- 1254. - }
- 1255. -
- 1256. - #ads_demography_wrap .summary_right .summary_tab2 {
- 1257. - background-color: transparent;
- 1258. - }
- 1259. -
- 1260. - .ads_dropdown_menu_scrollbar {
- 1261. - position: absolute;
- 1262. - z-index: 1500;
- 1263. - background-color: #000;
- 1264. -
- 1265. - opacity: 0.4;
- 1266. - -moz-opacity: 0.4;
- 1267. - filter: alpha(opacity=40);
- 1268. -
- 1269. - border-radius: 3px;
- 1270. - -webkit-border-radius: 3px;
- 1271. - -moz-border-radius: 3px;
- 1272. - -khtml-border-radius: 3px;
- 1273. - }
- 1274. - .ads_dropdown_menu_scrollbar:hover,
- 1275. - .ads_dropdown_menu_scrollbar.hovered {
- 1276. - opacity: 0.6;
- 1277. - -moz-opacity: 0.6;
- 1278. - filter: alpha(opacity=60);
- 1279. - }
- 1280. -
- 1281. - #ads_admin_box_wrapper h2 {
- 1282. - padding: 0;
- 1283. - margin: 0;
- 1284. - border: none;
- 1285. - }
- 1286. -
- 1287. - #ads_reqs_edit td.ads_req_label {
- 1288. - color: #666666;
- 1289. - text-align: right;
- 1290. - vertical-align: top;
- 1291. - padding-top: 5px;
- 1292. - }
- 1293. -
- 1294. - #ads_reqs_edit td.ads_req_right {
- 1295. - width: 100px;
- 1296. - }
- 1297. -
- 1298. - #ads_reqs_edit_form input.ads_req_edit,
- 1299. - #ads_reqs_edit_form textarea.ads_req_edit {
- 1300. - margin: 0px;
- 1301. - width: 250px;
- 1302. - }
- 1303. -
- 1304. - #ads_legal_info_box div {
- 1305. - padding: 8px 11px;
- 1306. - border: 1px solid #C0CAD5;
- 1307. - }
- 1308. -
- 1309. - /*
- 1310. - * About section
- 1311. - */
- 1312. -
- 1313. - .ads_help_section.section_wrap {
- 1314. - padding: 20px 25px 25px 26px;
- 1315. - line-height: 140%;
- 1316. - }
- 1317. -
- 1318. - .ads_help_section h4 {
- 1319. - margin-bottom: 10px;
- 1320. - }
- 1321. -
- 1322. - .ads_help_section .header {
- 1323. - font-size: 1.09em;
- 1324. - margin: 0px 0px 20px 1px;
- 1325. - border: none;
- 1326. - color: #45688E;
- 1327. - font-weight: bold;
- 1328. - }
- 1329. -
- 1330. - .ads_help_section .par_divider {
- 1331. - margin-bottom: 31px;
- 1332. - }
- 1333. -
- 1334. - .ads_help_section .emph_link {
- 1335. - margin-left: 26px;
- 1336. - }
- 1337. -
- 1338. - #unions_navigation {
- 1339. - vertical-align: top;
- 1340. - }
- 1341. -
- 1342. - #unions_navigation {
- 1343. - width: 150px;
- 1344. - padding: 12px 12px 12px 0;
- 1345. - }
- 1346. -
- 1347. - #unions_navigation .edit_button_wrap {
- 1348. - padding-bottom: 10px;
- 1349. - }
- 1350. -
- 1351. - #unions_navigation .nav_separator {
- 1352. - border-bottom: 1px solid rgb(211, 219, 225);
- 1353. - height: 1px;
- 1354. - overflow: hidden;
- 1355. - margin: 7px 0px 8px 0;
- 1356. - }
- 1357. -
- 1358. - #unions_navigation a.nav {
- 1359. - padding: 6px 6px 7px 11px;
- 1360. - display: block;
- 1361. - overflow: hidden;
- 1362. - max-width: 133px;
- 1363. - word-wrap: break-word;
- 1364. - }
- 1365. - #unions_navigation a.nav:hover {
- 1366. - background-color: #E1E7ED;
- 1367. - text-decoration: none;
- 1368. - }
- 1369. - #unions_navigation a.nav_selected,
- 1370. - #unions_navigation a.nav_selected:hover {
- 1371. - background-color: #6186AD;
- 1372. - color: white;
- 1373. - }
- 1374. -
- 1375. -
- 1376. - #unions_navigation.ads_unions_navigation_about {
- 1377. - background-color: #F7F7F7;
- 1378. - border-left: 1px solid #DAE1E8;
- 1379. - padding: 14px 10px;
- 1380. - }
- 1381. -
- 1382. - #unions_navigation.ads_unions_navigation_about .nav {
- 1383. - border-color: #F7F7F7;
- 1384. - }
- 1385. -
- 1386. - #unions_navigation.ads_unions_navigation_about .nav_selected {
- 1387. - border-color: #517295;
- 1388. - }
- 1389. -
- 1390. - .ads_unions_navigation_about .ad_box_preview {
- 1391. - border: 1px solid #DCE3E9
- 1392. - }
- 1393. -
- 1394. - #ads_contacts_form {
- 1395. - margin: 20px 0 0 0;
- 1396. - }
- 1397. - #ads_contacts_form .label_slide {
- 1398. - vertical-align: top;
- 1399. - }
- 1400. - #ads_contacts_form .label {
- 1401. - width: 100px;
- 1402. - color: #555;
- 1403. - padding: 4px 10px 0 0;
- 1404. - text-align: right;
- 1405. - vertical-align: top;
- 1406. - }
- 1407. - #ads_contacts_form .labeled {
- 1408. - padding-bottom: 10px;
- 1409. - }
- 1410. - #ads_contacts_form .row_checkbox .labeled {
- 1411. - padding-bottom: 6px;
- 1412. - }
- 1413. - #ads_contacts_form .row_checkbox_prev .labeled {
- 1414. - padding-bottom: 8px;
- 1415. - }
- 1416. - #ads_contacts_form .row_checkbox_last .labeled {
- 1417. - padding-bottom: 8px;
- 1418. - }
- 1419. - #ads_contacts_form td.label_slide {
- 1420. - overflow: hidden;
- 1421. - }
- 1422. - #ads_contacts_form div.label_slide {
- 1423. - height: 0;
- 1424. - }
- 1425. - #ads_contacts_form .checkbox_wrap {
- 1426. - margin: -5px 0;
- 1427. - }
- 1428. - #ads_contacts_form input.txt {
- 1429. - width: 242px;
- 1430. - }
- 1431. - #ads_contacts_form textarea.txt {
- 1432. - width: 242px;
- 1433. - height: 40px;
- 1434. - }
- 1435. - #ads_contacts_form textarea.txt#message {
- 1436. - height: 90px;
- 1437. - }
- 1438. - #ads_contacts_form .msg {
- 1439. - background-color: #f9f6e7;
- 1440. - border-color: #c3b988;
- 1441. - font-weight: normal;
- 1442. - }
- 1443. -
- 1444. - .ads_contacts_nonresident_message {
- 1445. - padding: 7px 0 20px 0;
- 1446. - }
- 1447. -
- 1448. - .wk_ads_intro #ads_contacts_form .label {
- 1449. - width: 140px;
- 1450. - padding-top: 9px;
- 1451. - }
- 1452. -
- 1453. - .wk_ads_intro #ads_contacts_form input.txt,
- 1454. - .wk_ads_intro #ads_contacts_form textarea.txt {
- 1455. - width: 254px;
- 1456. - height: 17px;
- 1457. - line-height: 17px;
- 1458. - padding: 5px 6px 6px 10px;
- 1459. - }
- 1460. - @-moz-document url-prefix() {
- 1461. - .wk_ads_intro #ads_contacts_form input.txt,
- 1462. - .wk_ads_intro #ads_contacts_form textarea.txt {
- 1463. - padding-left: 9px;
- 1464. - width: 255px;
- 1465. - }
- 1466. - }
- 1467. - .wk_ads_intro #ads_contacts_form textarea.txt {
- 1468. - height: 52px;
- 1469. - }
- 1470. - .wk_ads_intro #ads_contacts_form textarea.txt#message {
- 1471. - height: 90px;
- 1472. - }
- 1473. -
- 1474. - /* Multi dropdown menu - begin */
- 1475. -
- 1476. - a.ads_dd_menu_item_checkbox_on,
- 1477. - a.ads_dd_menu_item_checkbox_off {
- 1478. - padding-left: 22px !important;
- 1479. - background-image: none !important;
- 1480. - background-position: 4px 2px !important;
- 1481. - }
- 1482. - a.ads_dd_menu_item_checkbox_on {
- 1483. - background-image: url("/images/dropdead_check.gif") !important;
- 1484. - }
- 1485. -
- 1486. - /* Multi dropdown menu - end */
- 1487. -
- 1488. - .ads_paginated_table_name {
- 1489. - overflow: hidden;
- 1490. - white-space: nowrap;
- 1491. - }
- 1492. -
- 1493. - .ad_new_user td.label {
- 1494. - text-align: right;
- 1495. - padding: 6px 15px 6px 0;
- 1496. - width: 120px;
- 1497. - color: gray;
- 1498. - }
- 1499. - .ad_new_user td.labeled input {
- 1500. - width: 160px;
- 1501. - }
- 1502. -
- 1503. - #ads_page_simple .ads_reg_row {
- 1504. - height: 30px;
- 1505. - }
- 1506. - #ads_page_simple .ads_reg_label {
- 1507. - width: 231px;
- 1508. - float: left;
- 1509. - text-align: right;
- 1510. - color: #777777;
- 1511. - padding: 4px 10px 0 0;
- 1512. - }
- 1513. - #ads_page_simple .ads_reg_labeled {
- 1514. - float: left;
- 1515. - }
- 1516. - #ads_page_simple .ads_reg_labeled_input {
- 1517. - margin: 0;
- 1518. - }
- 1519. - #ads_page_simple .ads_reg_labeled input#first_name,
- 1520. - #ads_page_simple .ads_reg_labeled input#last_name,
- 1521. - #ads_page_simple .ads_reg_labeled input#regemail,
- 1522. - #ads_page_simple .ads_reg_labeled input#regpass {
- 1523. - width: 217px;
- 1524. - }
- 1525. -
- 1526. - .box_body .ads_disapproved_message {
- 1527. - line-height: 150%;
- 1528. - }
- 1529. -
- 1530. - .ads_wiki_wrap {
- 1531. - line-height: 160%;
- 1532. - }
- 1533. -
- 1534. - .ads_wiki_bonus {
- 1535. - padding-bottom: 10px;
- 1536. - }
- 1537. -
- 1538. - #ads_bonus_activation_form .ads_unions_content_label td {
- 1539. - padding: 0 0 4px 0;
- 1540. - }
- 1541. -
- 1542. - #ads_unions_content .payments_systems_container {
- 1543. - padding: 7px 102px 0 50px;
- 1544. - }
- 1545. -
- 1546. - #ads_unions_content .payments_systems_container .ps_desc_short {
- 1547. - padding-right: 120px;
- 1548. - }
- 1549. -
- 1550. - #ads_unions_content .payments_systems_container .term_info {
- 1551. - min-height: 24px;
- 1552. - }
- 1553. -
- 1554. - #ads_unions_content .payments_landing div {
- 1555. - margin-bottom: 20px;
- 1556. - }
- 1557. -
- 1558. - #ads_retargeting_groups_table {
- 1559. - margin-top: 15px;
- 1560. - }
- 1561. - #ads_retargeting_groups_table .column_action_view {
- 1562. - width: 100px;
- 1563. - white-space: nowrap;
- 1564. - }
- 1565. - #ads_retargeting_groups .ads_retargeting_controls {
- 1566. - padding-top: 15px;
- 1567. - }
- 1568. - .ads_retargeting_box {
- 1569. - line-height: 160%;
- 1570. - }
- 1571. - .ads_retargeting_box_text {
- 1572. - padding-bottom: 10px;
- 1573. - }
- 1574. - .ads_retargeting_box td.label {
- 1575. - color: #777;
- 1576. - padding: 5px 10px 5px 0px;
- 1577. - text-align: right;
- 1578. - width: 100px;
- 1579. - }
- 1580. - .ads_retargeting_box td.labeled {
- 1581. - padding: 2px 0;
- 1582. - }
- 1583. - .ads_retargeting_box td.labeled_info {
- 1584. - padding: 2px 0 2px 5px;
- 1585. - }
- 1586. - .ads_retargeting_box input {
- 1587. - width: 190px;
- 1588. - }
- 1589. - #ads_retargeting_box_error {
- 1590. - margin-bottom: 10px;
- 1591. - display: none;
- 1592. - }
- 1593. - .ads_retargeting_box .box_msg {
- 1594. - margin-bottom: 10px;
- 1595. - font-weight: normal;
- 1596. - }
- 1597. - .ads_retargeting_box_notice {
- 1598. - font-size: 0.91em;
- 1599. - color: #777;
- 1600. - }
- 1601. - #retargeting_group_pixel {
- 1602. - background-color: #F2F2F2;
- 1603. - height: 110px;
- 1604. - width: 245px;
- 1605. - }
- 1606. - .ads_retargeting_text {
- 1607. - line-height: 150%;
- 1608. - }
- 1609. -
- 1610. - .ads_settings_notifacations {
- 1611. - margin: 10px 0 0 10px;
- 1612. - border-collapse: collapse;
- 1613. - }
- 1614. - .ads_settings_notifacations th,
- 1615. - .ads_settings_notifacations td {
- 1616. - padding: 0 5px;
- 1617. - text-align: center;
- 1618. - }
- 1619. - td.ads_settings_notifacations_label {
- 1620. - padding: 0 30px 0 0;
- 1621. - text-align: left;
- 1622. - }
- 1623. - .ads_settings_notifacations .checkbox_container {
- 1624. - margin: 0 auto;
- 1625. - }
- ------
Advertisement
Add Comment
Please, Sign In to add comment