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