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