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