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