Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Файл - ads.css (Старый размер - 26946 | Новый - 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: 1px;
- 158. - width: 137px;
- 159. - max-width: 137px;
- 160. - }
- 161. -
- 162. - #ads_navigation.ads_nav #ads_navigation_offices_menu.nav .dd_link {
- 163. - display: block;
- 164. - }
- 165. -
- 166. - #ads_navigation.ads_nav #ads_navigation_offices_menu.nav .dd_link #ads_navigation_offices_menu_text_wrap {
- 167. - display: block;
- 168. - overflow: hidden;
- 169. - white-space: nowrap;
- 170. - font-size: 0; /* Remove extra margin from inline-block */
- 171. - }
- 172. -
- 173. - #ads_navigation.ads_nav #ads_navigation_offices_menu.nav .dd_link #ads_navigation_offices_menu_text {
- 174. - display: inline-block;
- 175. - overflow: hidden;
- 176. - white-space: nowrap;
- 177. - font-size: 11px; /* Remove extra margin from inline-block */
- 178. - }
- 179. - .font_medium #ads_navigation.ads_nav #ads_navigation_offices_menu.nav .dd_link #ads_navigation_offices_menu_text {
- 180. - font-size: 12px;
- 181. - }
- 182. -
- 183. - .dd_menu.ads_navigation_dd_menu_header_wrap {
- 184. - margin: 4px 0 0 7px;
- 185. - }
- 186. -
- 187. - .dd_menu.ads_navigation_dd_menu_header_wrap .dd_menu_header {
- 188. - width: 148px;
- 189. - }
- 190. -
- 191. - .dd_menu.ads_navigation_dd_menu_header_wrap .dd_menu_header div {
- 192. - background-position: right -14px;
- 193. - *background-position: right -13px;
- 194. - }
- 195. -
- 196. - .dd_menu.ads_navigation_dd_menu_header_wrap .dd_menu_header div #ads_navigation_dd_menu_header_text {
- 197. - padding: 1px 0 1px 4px;
- 198. - display: block;
- 199. - overflow: hidden;
- 200. - white-space: nowrap;
- 201. - }
- 202. -
- 203. - .dd_menu.ads_navigation_dd_menu_header_wrap .dd_menu_body .ads_office_name_wrap {
- 204. - display: inline-block;
- 205. - overflow: hidden;
- 206. - max-width: 300px;
- 207. - }
- 208. -
- 209. - /* ---------------------- */
- 210. - /* Main navigation - news */
- 211. - /* ---------------------- */
- 212. -
- 213. - .ads_naviagation_news {
- 214. - padding: 20px 0 5px 11px;
- 215. - }
- 216. -
- 217. - .ads_naviagation_news .news_title {
- 218. - font-weight: bold;
- 219. - color: #2B587A;
- 220. - padding-bottom: 10px;
- 221. - }
- 222. -
- 223. - .ads_naviagation_news ul {
- 224. - padding: 0;
- 225. - margin: 0;
- 226. - list-style-type: none;
- 227. - color: #758EAC;
- 228. - }
- 229. -
- 230. - .ads_naviagation_news li {
- 231. - padding-bottom: 10px;
- 232. - }
- 233. -
- 234. - .ads_naviagation_news span {
- 235. - color: #666666;
- 236. - font-size: 0.91em;
- 237. - }
- 238. -
- 239. - #ads_navigation .ads_naviagation_news a:hover {
- 240. - text-decoration: underline;
- 241. - }
- 242. -
- 243. - /* ---------- */
- 244. - /* Navigation */
- 245. - /* ---------- */
- 246. -
- 247. - .ads_nav .nav {
- 248. - padding: 6px 11px 7px 11px;
- 249. - display: block;
- 250. - overflow: hidden;
- 251. - }
- 252. -
- 253. - .ads_nav .nav:hover {
- 254. - background-color: #E1E7ED;
- 255. - text-decoration: none;
- 256. - }
- 257. -
- 258. - .ads_nav .nav_selected,
- 259. - .ads_nav .nav_selected:hover {
- 260. - background-color: #6186AD;
- 261. - color: white;
- 262. - }
- 263. -
- 264. - .ads_nav .nav_separator {
- 265. - border-bottom: 1px solid #D3DBE1;
- 266. - height: 1px;
- 267. - overflow: hidden;
- 268. - margin: 7px 0px 8px 0;
- 269. - }
- 270. -
- 271. - /* ---- */
- 272. - /* Tabs */
- 273. - /* ---- */
- 274. -
- 275. - .ads_tabs_filters {
- 276. - background-color: #F7F7F7;
- 277. - border-bottom: 1px solid #DAE1E8;
- 278. - padding: 10px 10px 5px 10px;
- 279. - }
- 280. - .ads_tabs_filters.separate {
- 281. - border-top: 1px solid #DAE1E8;
- 282. - }
- 283. - .ads_round_tab_wrap {
- 284. - padding: 0 5px 5px 0;
- 285. - text-align: center;
- 286. - }
- 287. - .ads_round_tab_wrap .round_tab.disabled:hover,
- 288. - .ads_round_tab_wrap .round_tab.label:hover {
- 289. - background-color: transparent;
- 290. - cursor: default;
- 291. - }
- 292. - .ads_round_tab_wrap .round_tab.label {
- 293. - color: #555555;
- 294. - }
- 295. - .ads_round_tabs_period_day .round_tab {
- 296. - width: 100px;
- 297. - }
- 298. - .ads_round_tabs_period_week .round_tab {
- 299. - width: 180px;
- 300. - }
- 301. - .ads_round_tabs_period_month .round_tab {
- 302. - width: 100px;
- 303. - }
- 304. -
- 305. - /* ------ */
- 306. - /* Office */
- 307. - /* ------ */
- 308. -
- 309. - .ads_create_button_office {
- 310. - float: right;
- 311. - position: relative;
- 312. - width: 0;
- 313. - }
- 314. - .ads_create_button_office .edit_button_wrap {
- 315. - position: absolute;
- 316. - right: 0;
- 317. - }
- 318. -
- 319. - /* Other */
- 320. -
- 321. - /* --- */
- 322. - /* OLD */
- 323. - /* --- */
- 324. -
- 325. - /* From rustyle.css */
- 326. -
- 327. - /* Uses in paginated_table.js */
- 328. - .ads_lite_cb {
- 329. - background: transparent url(/images/icons/check_lt.gif) 0px 0px no-repeat;
- 330. - line-height: 0.81em;
- 331. - vertical-align: baseline;
- 332. - padding: 0px 0px 1px 20px;
- 333. - cursor: pointer;
- 334. - }
- 335. - .ads_lite_cb:hover {
- 336. - background-position: 0px -32px;
- 337. - text-decoration: none;
- 338. - }
- 339. - .ads_lite_cb.on {
- 340. - background-position: 0px -16px;
- 341. - }
- 342. - .ads_lite_cb.on:hover {
- 343. - background-position: 0px -48px;
- 344. - }
- 345. -
- 346. - .ads_mass_act_container {
- 347. - text-align: right;
- 348. - }
- 349. - .ads_mass_act_container div {
- 350. - margin-right: 8px;
- 351. - margin-bottom: 5px;
- 352. - }
- 353. - .ads_mass_act_container button {
- 354. - height: 21px;
- 355. - line-height: 0.9em;
- 356. - padding: 4px 10px 4px;
- 357. - }
- 358. - .ads_search_cell {
- 359. - width: 140px;
- 360. - }
- 361. - .ads_search_cell div.pt_search_container {
- 362. - margin: 0px -3px 5px -3px;
- 363. - }
- 364. -
- 365. - div.ads_selecting_subclasses {
- 366. - margin-bottom: 4px;
- 367. - }
- 368. -
- 369. - .dd_menu_header.ads_dd_wide.ads_dd_header_popup div {
- 370. - background: url(/images/flydead.gif) no-repeat right 6px #FFFFFF;
- 371. - padding-right: 17px;
- 372. - border: 1px solid #FFFFFF;
- 373. - color: #2B587A;
- 374. - font-weight: normal;
- 375. - text-decoration: none;
- 376. - }
- 377. -
- 378. - .dd_menu_header.ads_dd_wide div {
- 379. - background: #5e82a8 url(/images/flydead.gif) no-repeat right -12px;
- 380. - width: 106px;
- 381. - }
- 382. -
- 383. - .dd_menu_body.ads_dd_wide .dd_menu_rows a {
- 384. - height: 20px;
- 385. - }
- 386. - .dd_menu_body.ads_dd_wide .dd_menu_rows a .ads_status_image_span {
- 387. - margin: 4px 5px -2px -1px;
- 388. - }
- 389. -
- 390. - .dd_menu_header.ads_dd_wide div .ads_status_image_span {
- 391. - margin: 4px 5px -1px -1px;
- 392. - }
- 393. - .dd_menu_header.ads_dd_wide div {
- 394. - line-height: 1.45em;
- 395. - }
- 396. -
- 397. - td.paginated_table_cell.column_status_view {
- 398. - padding-left: 10px;
- 399. - }
- 400. -
- 401. - .ads_status_selector_box {
- 402. - display: block;
- 403. - margin: 0px auto;
- 404. - width: 20px;
- 405. - height: 20px;
- 406. - }
- 407. -
- 408. - .ads_status_selector_box.pnt {
- 409. - cursor: pointer;
- 410. - }
- 411. -
- 412. - .ads_status_selector_box.pnt:hover {
- 413. - background-color: #E1E7ED;
- 414. - border-radius: 3px;
- 415. - -moz-border-radius: 3px;
- 416. - }
- 417. -
- 418. - #ads_unions_content .table_label {
- 419. - min-width: 150px;
- 420. - max-width: 180px;
- 421. - color: rgb(102, 102, 102);
- 422. - padding: 0 10px 4px 0;
- 423. - vertical-align: top;
- 424. - word-wrap: break-word;
- 425. - }
- 426. - #ads_unions_content .table_value {
- 427. - padding: 0 0 4px 0;
- 428. - vertical-align: top;
- 429. - word-wrap: break-word;
- 430. - }
- 431. -
- 432. - #ads_unions_content.ad_help {
- 433. - padding: 0;
- 434. - }
- 435. -
- 436. - #ads_unions_content {
- 437. - vertical-align: top;
- 438. - }
- 439. -
- 440. - #ads_union_children,
- 441. - #ads_unions_budget {
- 442. - padding-top: 20px;
- 443. - }
- 444. -
- 445. - #ads_union_children_graph {
- 446. - padding: 30px 0 15px 0;
- 447. - }
- 448. -
- 449. - .ads_unions_box td.label {
- 450. - color: #777;
- 451. - padding: 5px 10px 5px 0px;
- 452. - text-align: right;
- 453. - }
- 454. - .ads_unions_box td.labeled {
- 455. - padding: 2px 0;
- 456. - }
- 457. - .ads_unions_box td.labeled_info {
- 458. - padding: 2px 0 2px 5px;
- 459. - }
- 460. -
- 461. - .ads_unions_box input {
- 462. - width: 150px;
- 463. - }
- 464. -
- 465. - .ads_unions_list table {
- 466. - border-collapse: collapse;
- 467. - border-left: 1px solid;
- 468. - border-right: 1px solid;
- 469. - width: 100%;
- 470. - }
- 471. -
- 472. - .ads_unions_list th,
- 473. - .ads_unions_list td {
- 474. - height: 32px;
- 475. - vertical-align: middle;
- 476. - }
- 477. -
- 478. - .ads_unions_list .checkbox_container td {
- 479. - height: 20px;
- 480. - }
- 481. -
- 482. - .ads_unions_list th {
- 483. - text-align: right;
- 484. - background-color: rgb(227, 233, 238);
- 485. - border: 1px solid;
- 486. - padding: 0;
- 487. - }
- 488. - .ads_table_header th th,
- 489. - .ads_table_header th th * {
- 490. - background-color: transparent !important;
- 491. - }
- 492. -
- 493. - .ads_unions_list th,
- 494. - .ads_unions_list th * {
- 495. - color: rgb(81, 103, 122);
- 496. - }
- 497. -
- 498. - .ads_unions_list td {
- 499. - text-align: right;
- 500. - }
- 501. -
- 502. - .ads_unions_list .column_date_view,
- 503. - .ads_unions_list .column_date_view *,
- 504. - .ads_unions_list .column_action_view,
- 505. - .ads_unions_list .column_action_view *,
- 506. - .ads_unions_list .column_access_view,
- 507. - .ads_unions_list .column_access_view *,
- 508. - .ads_unions_list .column_name_view,
- 509. - .ads_unions_list .column_name_view *,
- 510. - .ads_unions_list .column_name,
- 511. - .ads_unions_list .column_name *,
- 512. - .ads_unions_list .column_status,
- 513. - .ads_unions_list .column_status * {
- 514. - text-align: left;
- 515. - }
- 516. -
- 517. - .ads_unions_list td.column_name_view {
- 518. - max-width: 160px;
- 519. - }
- 520. -
- 521. - .ads_unions_list .table_footer td {
- 522. - background-color: rgb(246, 247, 249);
- 523. - border-top: 1px solid rgb(211, 219, 225);
- 524. - border-bottom: 1px solid rgb(211, 219, 225);
- 525. - }
- 526. -
- 527. - .ads_unions_list table,
- 528. - .ads_unions_list th,
- 529. - .ads_unions_list td {
- 530. - border-color: rgb(211, 219, 225);
- 531. - }
- 532. -
- 533. - .ads_unions_list th * {
- 534. - border: 0;
- 535. - padding: 0;
- 536. - height: auto;
- 537. - }
- 538. -
- 539. - .ads_unions_list th table {
- 540. - height: 100%;
- 541. - border: 0;
- 542. - }
- 543. -
- 544. - .ads_unions_list tr.ads_table_header th th {
- 545. - border-left: 1px solid rgb(239, 242, 245);
- 546. - white-space: nowrap;
- 547. - }
- 548. -
- 549. - .ads_unions_list tr.ads_table_header th.first_table_header,
- 550. - .ads_unions_list tr.ads_table_header th.first_table_header * {
- 551. - border-left: 0 none;
- 552. - }
- 553. -
- 554. - .ads_unions_list th th,
- 555. - .ads_unions_list td {
- 556. - padding: 0 8px;
- 557. - }
- 558. -
- 559. - .ads_unions_list th.first_table_header th,
- 560. - .ads_unions_list td.first_table_column {
- 561. - padding-left: 10px;
- 562. - }
- 563. -
- 564. - .ads_unions_list th.last_table_header th,
- 565. - .ads_unions_list td.last_table_column {
- 566. - padding-right: 10px;
- 567. - }
- 568. -
- 569. - .ads_unions_list td.even_row {
- 570. - background-color: #F0F2F4;
- 571. - }
- 572. -
- 573. - .ads_unions_table {
- 574. - margin-top: 7px;
- 575. - }
- 576. -
- 577. - .paginated_table .ads_unions_table {
- 578. - margin-top: 0px;
- 579. - }
- 580. -
- 581. - .ads_unions_list td.column_day_limit_view a,
- 582. - .ads_unions_list td.column_all_limit_view a,
- 583. - .ads_unions_list td.column_cost_per_click_view a {
- 584. - border-bottom: 1px dashed #2B587A;
- 585. - text-decoration: none;
- 586. - }
- 587. -
- 588. - tr.ads_union_empty_row td.ads_union_empty_cell {
- 589. - height: auto;
- 590. - }
- 591. -
- 592. - tr.ads_union_empty_row td.ads_union_empty_cell {
- 593. - text-align: center !important;
- 594. - color: #666666;
- 595. - line-height: 150%;
- 596. - background-color: #F7F7F7;
- 597. - padding: 15px 0;
- 598. - }
- 599. -
- 600. - .ads_unions_list_p .paginated_table_cell {
- 601. - text-align: right;
- 602. - }
- 603. -
- 604. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_date_view,
- 605. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_date_view *,
- 606. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_action_view,
- 607. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_action_view *,
- 608. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_access_view,
- 609. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_access_view *,
- 610. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name_view,
- 611. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name_view *,
- 612. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name,
- 613. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name *,
- 614. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_status,
- 615. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_status * {
- 616. - text-align: left;
- 617. - }
- 618. -
- 619. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name_view,
- 620. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name_view *,
- 621. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name,
- 622. - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name *,
- 623. - .paginated_table .paginated_table_cell.column_client_name,
- 624. - .paginated_table .paginated_table_cell.column_client_name *,
- 625. - .paginated_table .paginated_table_cell.column_campaign_name,
- 626. - .paginated_table .paginated_table_cell.column_campaign_name * {
- 627. - white-space: normal !important;
- 628. - }
- 629. -
- 630. - .ads_unions_list_p td.paginated_table_cell.column_name_view,
- 631. - .ads_unions_list_p td.paginated_table_cell.column_name {
- 632. - max-width: 160px;
- 633. - overflow: visible;
- 634. - }
- 635. - .ads_unions_list_p td.paginated_table_cell.column_date_view {
- 636. - min-width: 20%;
- 637. - }
- 638. - .ads_unions_list_p .paginated_table td.paginated_table_cell.column_day_limit_view a,
- 639. - .ads_unions_list_p .paginated_table td.paginated_table_cell.column_all_limit_view a,
- 640. - .ads_unions_list_p .paginated_table td.paginated_table_cell.column_cost_per_click_view a {
- 641. - border-bottom: 1px dashed #2B587A;
- 642. - text-decoration: none;
- 643. - }
- 644. -
- 645. - .ads_unions_list_p .paginated_table td.column_video_views_count_view {
- 646. - width: 1px;
- 647. - }
- 648. -
- 649. - tr.ads_union_empty_row td.ads_union_empty_cell {
- 650. - height: auto;
- 651. - }
- 652. -
- 653. - tr.ads_union_empty_row td.ads_union_empty_cell {
- 654. - text-align: center !important;
- 655. - color: #666666;
- 656. - line-height: 150%;
- 657. - background-color: #F7F7F7;
- 658. - padding: 15px 0;
- 659. - }
- 660. -
- 661. - /* Some navigation - begin */
- 662. -
- 663. - #ads_graph_navigation a.nav,
- 664. - #ads_demography_navigation a.nav {
- 665. - padding: 6px 6px 7px 11px;
- 666. - display: block;
- 667. - overflow: hidden;
- 668. - }
- 669. - #ads_graph_navigation a.nav:hover,
- 670. - #ads_demography_navigation a.nav:hover {
- 671. - background-color: #DAE1E8;
- 672. - text-decoration: none;
- 673. - }
- 674. - #ads_graph_navigation a.nav_selected,
- 675. - #ads_graph_navigation a.nav_selected:hover,
- 676. - #ads_demography_navigation a.nav_selected,
- 677. - #ads_demography_navigation a.nav_selected:hover {
- 678. - background-color: #6186AD;
- 679. - color: white;
- 680. - }
- 681. -
- 682. - /* Some navigation - end */
- 683. -
- 684. - a.ads_status_link,
- 685. - a.ads_inline_dropdown {
- 686. - background: none !important;
- 687. - border-bottom: 1px dashed #2B587A;
- 688. - padding-right: 0 !important;
- 689. - }
- 690. -
- 691. - .ads_main_notice {
- 692. - background-color: #F6F7F9;
- 693. - border: 1px solid #D8DFEA;
- 694. - padding: 10px;
- 695. - margin-bottom: 15px;
- 696. - line-height: 160%;
- 697. - }
- 698. -
- 699. - .ads_warning {
- 700. - background-color: #F9F6E7;
- 701. - border: 1px solid #D4BC4C;
- 702. - padding: 8px 11px;
- 703. - line-height: 160%;
- 704. - }
- 705. -
- 706. - .ads_warning_light {
- 707. - background-color: #FFFFFF;
- 708. - border: 1px solid #B9C4DA;
- 709. - padding: 8px 11px;
- 710. - }
- 711. -
- 712. - .ads_small_info {
- 713. - background: none repeat scroll 0 0 #F7F7F7;
- 714. - border: 1px solid #DAE1E8;
- 715. - font-size: 0.91em;
- 716. - margin-top: 10px;
- 717. - padding: 5px 10px;
- 718. - vertical-align: top;
- 719. - }
- 720. -
- 721. - #ads_change_budget_box .ads_warning {
- 722. - margin-top: 10px;
- 723. - }
- 724. -
- 725. - #ads_change_budget_box td {
- 726. - padding: 0px;
- 727. - }
- 728. -
- 729. - .ads_union_status_image {
- 730. - background: url("/images/icons/ad_status.gif?3") no-repeat scroll left top transparent;
- 731. - width: 5px;
- 732. - height: 5px;
- 733. - margin: 0 5px 1px 0;
- 734. - display: block;
- 735. -
- 736. - display: -moz-inline-stack;
- 737. - display: inline-block;
- 738. - _overflow: hidden;
- 739. - *zoom: 1;
- 740. - *display: inline;
- 741. - }
- 742. -
- 743. - .ads_union_status_image_on {
- 744. - background-position: left 0;
- 745. - }
- 746. - .ads_union_status_image_off {
- 747. - background-position: left -5px;
- 748. - }
- 749. - .ads_union_status_image_part_on {
- 750. - background-position: left -10px;
- 751. - }
- 752. - .ads_union_status_image_part_off {
- 753. - background-position: left -15px;
- 754. - }
- 755. - .ads_union_status_image_disapproved {
- 756. - background-position: left -20px;
- 757. - }
- 758. - .ads_union_status_image_deleted {
- 759. - background-position: left -25px;
- 760. - }
- 761. -
- 762. - .ads_status_image_span {
- 763. - background: url("/images/icons/ad_status_new.gif") no-repeat scroll left top transparent;
- 764. - width: 11px;
- 765. - height: 11px;
- 766. - margin: 5px 0px 3px 2px;
- 767. - display: block;
- 768. -
- 769. - display: -moz-inline-stack;
- 770. - display: inline-block;
- 771. - _overflow: hidden;
- 772. - *zoom: 1;
- 773. - *display: inline;
- 774. - }
- 775. -
- 776. - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_on,
- 777. - .ads_status_image_span.status_on {
- 778. - background-position: left -0px;
- 779. - }
- 780. - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_off,
- 781. - .ads_status_image_span.status_off {
- 782. - background-position: left -170px;
- 783. - }
- 784. - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_pending,
- 785. - .ads_status_image_span.status_pending {
- 786. - background-position: left -157px;
- 787. - }
- 788. - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_off_red,
- 789. - .ads_status_image_span.status_off_red {
- 790. - background-position: left -128px;
- 791. - }
- 792. - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_deleted,
- 793. - .ads_status_image_span.status_deleted {
- 794. - background-position: left -183px;
- 795. - }
- 796. - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_cross,
- 797. - .ads_status_image_span.status_cross {
- 798. - background-position: left -141px;
- 799. - }
- 800. -
- 801. - .dd_menu_header .ads_status_image_span.status_on {
- 802. - background-position: left -16px;
- 803. - }
- 804. - .dd_menu_header .ads_status_image_span.status_off {
- 805. - background-position: left -29px;
- 806. - }
- 807. - .dd_menu_header .ads_status_image_span.status_pending {
- 808. - background-position: left -69px;
- 809. - }
- 810. - .dd_menu_header .ads_status_image_span.status_off_red {
- 811. - background-position: left -29px;
- 812. - }
- 813. - .dd_menu_header .ads_status_image_span.status_deleted {
- 814. - background-position: left -41px;
- 815. - }
- 816. - .dd_menu_header .ads_status_image_span.status_cross {
- 817. - background-position: left -55px;
- 818. - }
- 819. -
- 820. - .dd_menu_body.ads_dd_wide .dd_menu_rows a .ads_status_image_span.status_on {
- 821. - background-position: left -85px;
- 822. - }
- 823. - .dd_menu_body.ads_dd_wide .dd_menu_rows a .ads_status_image_span.status_off {
- 824. - background-position: left -98px;
- 825. - }
- 826. - .dd_menu_body.ads_dd_wide .dd_menu_rows a .ads_status_image_span.status_deleted {
- 827. - background-position: left -111px;
- 828. - }
- 829. -
- 830. - .ads_unions_list tr.ads_table_header th.paginated_table td.paginated_table_cell.column_commit_date,
- 831. - .ads_unions_list tr.ads_table_header th.paginated_table td.paginated_table_cell.column_commit_date * {
- 832. - border-left: 0 none;
- 833. - }
- 834. -
- 835. - #ads_unions_budget * {
- 836. - text-align: left;
- 837. - }
- 838. -
- 839. - #ads_general_info_status_selector {
- 840. - border-bottom: 1px dashed #2B587A;
- 841. - }
- 842. -
- 843. - table.ads_unions_content_label {
- 844. - border-collapse: collapse;
- 845. - }
- 846. -
- 847. - .ads_export_prefs .table_label {
- 848. - line-height: 190%;
- 849. - }
- 850. - .ads_export_prefs .table_value {
- 851. - width: 300px;
- 852. - }
- 853. -
- 854. - #ads_unions_content .export_prefs_web .summary td {
- 855. - padding-top: 10px !important;
- 856. - }
- 857. -
- 858. - .ads_export_stats .ads_unions_table th.paginated_table td.paginated_table_cell.column_checked {
- 859. - width: 34px;
- 860. - }
- 861. -
- 862. - .ads_unions_list .checkbox_container table {
- 863. - border: 0px;
- 864. - }
- 865. -
- 866. - .ads_unions_table .hovered_header,
- 867. - .ads_unions_table .hovered_header_hover {
- 868. - cursor: pointer;
- 869. - }
- 870. - .ads_unions_table .hovered_header_hover {
- 871. - background-color: #EFF2F5;
- 872. - }
- 873. -
- 874. - .ads_inline_edit_remove_value {
- 875. - margin-left: 5px;
- 876. - white-space: nowrap;
- 877. - }
- 878. -
- 879. - .ads_inline_edit_table {
- 880. - border-collapse: collapse;
- 881. - }
- 882. - table.ads_inline_edit_table td {
- 883. - padding: 0;
- 884. - }
- 885. - .ads_inline_fast_error_row {
- 886. - display: none;
- 887. - }
- 888. - .ads_inline_fast_error {
- 889. - background-color: #F9F6E7;
- 890. - border: 1px solid #D4BC4C;
- 891. - padding: 8px 11px;
- 892. - margin-top: 5px;
- 893. - }
- 894. -
- 895. - .ads_inline_recommended_cost_text {
- 896. - font-size: 0.91em;
- 897. - color: #777777;
- 898. - display: none;
- 899. - }
- 900. -
- 901. - .ads_moder_comment_rules_wrap ul {
- 902. - list-style: square outside none;
- 903. - color: #758EAC;
- 904. - margin: 11px 0 0 0;
- 905. - }
- 906. - .ads_moder_comment_rules_wrap span {
- 907. - color: black;
- 908. - }
- 909. - .ads_moder_comment_rules_separator {
- 910. - height: 11px;
- 911. - }
- 912. -
- 913. - #ads_admin_box_wrapper a:hover {
- 914. - text-decoration: underline;
- 915. - }
- 916. -
- 917. - .ads_admin_table_cell {
- 918. - border-bottom: 1px solid #DAE2E8;
- 919. - }
- 920. -
- 921. - .admin_table_cell_last {
- 922. - border-bottom: none;
- 923. - }
- 924. -
- 925. - .ads_admin_box_label {
- 926. - color: #777777;
- 927. - text-align: right;
- 928. - width: 125px;
- 929. - padding-right: 10px;
- 930. - }
- 931. - .ads_admin_box_labeled {
- 932. - width: 270px;
- 933. - }
- 934. -
- 935. - .ads_general_info_hidden {
- 936. - display: none;
- 937. - }
- 938. -
- 939. - .ads_general_info .table_large_text {
- 940. - width: 400px;
- 941. - }
- 942. -
- 943. - #ads_unions_content h4 span {
- 944. - font-weight: bold
- 945. - }
- 946. -
- 947. - .ads_users_stats_dark {
- 948. - background-color: #597DA3;
- 949. - }
- 950. -
- 951. - .ads_users_stats_light {
- 952. - background-color: #DAE1E8;
- 953. - }
- 954. -
- 955. - .ads_users_stats_bars_title {
- 956. - padding-bottom: 16px;
- 957. - color: #45688E;
- 958. - font-weight: bold;
- 959. - }
- 960. -
- 961. - .ads_users_stats_bar_label {
- 962. - height: 30px;
- 963. - text-align: right;
- 964. - padding-right: 16px;
- 965. - padding-top: 2px;
- 966. - vertical-align: top;
- 967. - color: #45688E;
- 968. - font-weight: bold;
- 969. - }
- 970. - .ads_users_stats_bar_wrap table {
- 971. - border: 0px;
- 972. - border-collapse: collapse;
- 973. - }
- 974. - .ads_users_stats_bar_wrap table td {
- 975. - padding: 0px;
- 976. - }
- 977. - .ads_users_stats_bar_wrap {
- 978. - height: 30px;
- 979. - vertical-align: top;
- 980. - }
- 981. - .ads_users_stats_bar_wrap table td.ads_users_stats_bar_value {
- 982. - padding-left: 11px;
- 983. - }
- 984. - .ads_users_stats_bar {
- 985. - -moz-border-radius: 0 3px 3px 0;
- 986. - -webkit-border-radius: 0 3px 3px 0;
- 987. - -khtml-border-radius: 0 3px 3px 0;
- 988. - border-radius: 0 3px 3px 0;
- 989. - height: 17px;
- 990. - }
- 991. -
- 992. - #ads_demography_wrap .summary_right .summary_tab2 {
- 993. - background-color: transparent;
- 994. - }
- 995. -
- 996. - .ads_dropdown_menu_scrollbar {
- 997. - position: absolute;
- 998. - z-index: 1500;
- 999. - background-color: #000;
- 1000. -
- 1001. - opacity: 0.4;
- 1002. - -moz-opacity: 0.4;
- 1003. - filter: alpha(opacity=40);
- 1004. -
- 1005. - border-radius: 3px;
- 1006. - -webkit-border-radius: 3px;
- 1007. - -moz-border-radius: 3px;
- 1008. - -khtml-border-radius: 3px;
- 1009. - }
- 1010. - .ads_dropdown_menu_scrollbar:hover,
- 1011. - .ads_dropdown_menu_scrollbar.hovered {
- 1012. - opacity: 0.6;
- 1013. - -moz-opacity: 0.6;
- 1014. - filter: alpha(opacity=60);
- 1015. - }
- 1016. -
- 1017. - #ads_admin_box_wrapper h2 {
- 1018. - padding: 0;
- 1019. - margin: 0;
- 1020. - border: none;
- 1021. - }
- 1022. -
- 1023. - #ads_reqs_edit td.ads_req_label {
- 1024. - color: #666666;
- 1025. - text-align: right;
- 1026. - vertical-align: top;
- 1027. - padding-top: 5px;
- 1028. - }
- 1029. -
- 1030. - #ads_reqs_edit td.ads_req_right {
- 1031. - width: 100px;
- 1032. - }
- 1033. -
- 1034. - #ads_reqs_edit_form input.ads_req_edit,
- 1035. - #ads_reqs_edit_form textarea.ads_req_edit {
- 1036. - margin: 0px;
- 1037. - width: 250px;
- 1038. - }
- 1039. -
- 1040. - #ads_legal_info_box div {
- 1041. - padding: 8px 11px;
- 1042. - border: 1px solid #C0CAD5;
- 1043. - }
- 1044. -
- 1045. - /*
- 1046. - * About section
- 1047. - */
- 1048. -
- 1049. - .ads_help_section.section_wrap {
- 1050. - padding: 20px 25px 25px 26px;
- 1051. - line-height: 130%;
- 1052. - }
- 1053. -
- 1054. - .ads_help_section .header {
- 1055. - font-size: 1.09em;
- 1056. - margin: 0px 0px 20px 1px;
- 1057. - border: none;
- 1058. - }
- 1059. - .ads_help_section .sub_header {
- 1060. - border-bottom: 1px solid #DAE1E8;
- 1061. - font-size: 1em;
- 1062. - margin-bottom: 10px;
- 1063. - padding-bottom: 2px;
- 1064. - }
- 1065. - .ads_help_section .sub_header,
- 1066. - .ads_help_section .header {
- 1067. - color: #45688E;
- 1068. - font-weight: bold;
- 1069. - }
- 1070. - .ads_help_section .header_hl {
- 1071. - border-bottom: 1px solid #DAE1E8;
- 1072. - padding-bottom: 3px;
- 1073. - margin-bottom: 10px;
- 1074. - }
- 1075. -
- 1076. - .ads_help_section .listing li {
- 1077. - padding-top: 2px;
- 1078. - }
- 1079. -
- 1080. - .ads_help_section .listing,
- 1081. - .ads_help_section ol {
- 1082. - padding-bottom: 0px;
- 1083. - margin-bottom: 0px;
- 1084. - }
- 1085. -
- 1086. - .ads_help_section .par_divider {
- 1087. - margin-bottom: 31px;
- 1088. - }
- 1089. -
- 1090. - .ads_help_section .emph_link {
- 1091. - margin-left: 26px;
- 1092. - }
- 1093. -
- 1094. - #unions_navigation {
- 1095. - vertical-align: top;
- 1096. - }
- 1097. -
- 1098. - #unions_navigation {
- 1099. - width: 150px;
- 1100. - padding: 12px 12px 12px 0;
- 1101. - }
- 1102. -
- 1103. - #unions_navigation .edit_button_wrap {
- 1104. - padding-bottom: 10px;
- 1105. - }
- 1106. -
- 1107. - #unions_navigation .nav_separator {
- 1108. - border-bottom: 1px solid rgb(211, 219, 225);
- 1109. - height: 1px;
- 1110. - overflow: hidden;
- 1111. - margin: 7px 0px 8px 0;
- 1112. - }
- 1113. -
- 1114. - #unions_navigation a.nav {
- 1115. - padding: 6px 6px 7px 11px;
- 1116. - display: block;
- 1117. - overflow: hidden;
- 1118. - max-width: 133px;
- 1119. - word-wrap: break-word;
- 1120. - }
- 1121. - #unions_navigation a.nav:hover {
- 1122. - background-color: #E1E7ED;
- 1123. - text-decoration: none;
- 1124. - }
- 1125. - #unions_navigation a.nav_selected,
- 1126. - #unions_navigation a.nav_selected:hover {
- 1127. - background-color: #6186AD;
- 1128. - color: white;
- 1129. - }
- 1130. -
- 1131. -
- 1132. - #unions_navigation.ads_unions_navigation_about {
- 1133. - background-color: #F7F7F7;
- 1134. - border-left: 1px solid #DAE1E8;
- 1135. - padding: 14px 10px;
- 1136. - }
- 1137. -
- 1138. - #unions_navigation.ads_unions_navigation_about .nav {
- 1139. - border-color: #F7F7F7;
- 1140. - }
- 1141. -
- 1142. - #unions_navigation.ads_unions_navigation_about .nav_selected {
- 1143. - border-color: #517295;
- 1144. - }
- 1145. -
- 1146. - .ads_unions_navigation_about .ad_box_preview {
- 1147. - border: 1px solid #DCE3E9
- 1148. - }
- 1149. -
- 1150. - #ads_contacts_form {
- 1151. - margin: 20px 0 0 0;
- 1152. - }
- 1153. - #ads_contacts_form .row {
- 1154. - clear: both;
- 1155. - height: 30px;
- 1156. - }
- 1157. - #ads_contacts_form .label {
- 1158. - width: 100px;
- 1159. - color: #555;
- 1160. - float: left;
- 1161. - padding: 4px 10px 0 0;
- 1162. - text-align: right;
- 1163. - clear: left;
- 1164. - }
- 1165. - #ads_contacts_form .labeled {
- 1166. - padding-left: 110px;
- 1167. - }
- 1168. - #ads_contacts_form input.txt {
- 1169. - width: 242px;
- 1170. - }
- 1171. - #ads_contacts_form textarea.txt {
- 1172. - width: 242px;
- 1173. - height: 90px;
- 1174. - }
- 1175. - #ads_contacts_form .msg {
- 1176. - background-color: #f9f6e7;
- 1177. - border-color: #c3b988;
- 1178. - font-weight: normal;
- 1179. - }
- 1180. -
- 1181. - /* Multi dropdown menu - begin */
- 1182. -
- 1183. - a.ads_dd_menu_item_checkbox_on,
- 1184. - a.ads_dd_menu_item_checkbox_off {
- 1185. - padding-left: 22px !important;
- 1186. - background-image: none !important;
- 1187. - background-position: 4px 2px !important;
- 1188. - }
- 1189. - a.ads_dd_menu_item_checkbox_on {
- 1190. - background-image: url("/images/dropdead_check.gif") !important;
- 1191. - }
- 1192. -
- 1193. - /* Multi dropdown menu - end */
- 1194. -
- 1195. - .ads_paginated_table_name {
- 1196. - overflow: hidden;
- 1197. - white-space: nowrap;
- 1198. - }
- 1199. -
- 1200. - .ad_new_user td.label {
- 1201. - text-align: right;
- 1202. - padding: 6px 15px 6px 0;
- 1203. - width: 120px;
- 1204. - color: gray;
- 1205. - }
- 1206. - .ad_new_user td.labeled input {
- 1207. - width: 160px;
- 1208. - }
- 1209. -
- 1210. - #ads_page_simple .ads_reg_row {
- 1211. - height: 30px;
- 1212. - }
- 1213. - #ads_page_simple .ads_reg_label {
- 1214. - width: 231px;
- 1215. - float: left;
- 1216. - text-align: right;
- 1217. - color: #777777;
- 1218. - padding: 4px 10px 0 0;
- 1219. - }
- 1220. - #ads_page_simple .ads_reg_labeled {
- 1221. - float: left;
- 1222. - }
- 1223. - #ads_page_simple .ads_reg_labeled_input {
- 1224. - margin: 0;
- 1225. - }
- 1226. - #ads_page_simple .ads_reg_labeled input#first_name,
- 1227. - #ads_page_simple .ads_reg_labeled input#last_name,
- 1228. - #ads_page_simple .ads_reg_labeled input#regemail,
- 1229. - #ads_page_simple .ads_reg_labeled input#regpass {
- 1230. - width: 217px;
- 1231. - }
- 1232. -
- 1233. - .box_body .ads_disapproved_message {
- 1234. - line-height: 150%;
- 1235. - }
- 1236. -
- 1237. - .ads_wiki_wrap {
- 1238. - line-height: 160%;
- 1239. - }
- 1240. -
- 1241. - .ads_wiki_bonus {
- 1242. - padding-bottom: 10px;
- 1243. - }
- 1244. -
- 1245. - #ads_bonus_activation_form .ads_unions_content_label td {
- 1246. - padding: 0 0 4px 0;
- 1247. - }
- 1248. -
- 1249. - #ads_unions_content .payments_systems_container {
- 1250. - padding: 7px 102px 0 50px;
- 1251. - }
- 1252. -
- 1253. - #ads_unions_content .payments_systems_container .ps_desc_short {
- 1254. - padding-right: 120px;
- 1255. - }
- 1256. -
- 1257. - #ads_unions_content .payments_systems_container .term_info {
- 1258. - min-height: 24px;
- 1259. - }
- 1260. -
- 1261. - #ads_unions_content .payments_landing div {
- 1262. - margin-bottom: 20px;
- 1263. - }
- 1264. -
- 1265. - #ads_retargeting_groups_table {
- 1266. - margin-top: 15px;
- 1267. - }
- 1268. - #ads_retargeting_groups_table .column_action_view {
- 1269. - width: 100px;
- 1270. - white-space: nowrap;
- 1271. - }
- 1272. - #ads_retargeting_groups .ads_retargeting_controls {
- 1273. - padding-top: 15px;
- 1274. - }
- 1275. - .ads_retargeting_box {
- 1276. - line-height: 160%;
- 1277. - }
- 1278. - .ads_retargeting_box_text {
- 1279. - padding-bottom: 10px;
- 1280. - }
- 1281. - .ads_retargeting_box td.label {
- 1282. - color: #777;
- 1283. - padding: 5px 10px 5px 0px;
- 1284. - text-align: right;
- 1285. - width: 100px;
- 1286. - }
- 1287. - .ads_retargeting_box td.labeled {
- 1288. - padding: 2px 0;
- 1289. - }
- 1290. - .ads_retargeting_box td.labeled_info {
- 1291. - padding: 2px 0 2px 5px;
- 1292. - }
- 1293. - .ads_retargeting_box input {
- 1294. - width: 190px;
- 1295. - }
- 1296. - #ads_retargeting_box_error {
- 1297. - margin-bottom: 10px;
- 1298. - display: none;
- 1299. - }
- 1300. - .ads_retargeting_box .box_msg {
- 1301. - margin-bottom: 10px;
- 1302. - font-weight: normal;
- 1303. - }
- 1304. - .ads_retargeting_box_notice {
- 1305. - font-size: 0.91em;
- 1306. - color: #777;
- 1307. - }
- 1308. - #retargeting_group_pixel {
- 1309. - background-color: #F2F2F2;
- 1310. - height: 110px;
- 1311. - width: 245px;
- 1312. - }
- 1313. - .ads_retargeting_text {
- 1314. - line-height: 150%;
- 1315. - }
- 1316. -
- 1317. - .ads_settings_notifacations {
- 1318. - margin: 10px 0 0 10px;
- 1319. - border-collapse: collapse;
- 1320. - }
- 1321. - .ads_settings_notifacations th,
- 1322. - .ads_settings_notifacations td {
- 1323. - padding: 0 5px;
- 1324. - text-align: center;
- 1325. - }
- 1326. - td.ads_settings_notifacations_label {
- 1327. - padding: 0 30px 0 0;
- 1328. - text-align: left;
- 1329. - }
- 1330. - .ads_settings_notifacations .checkbox_container {
- 1331. - margin: 0 auto;
- 1332. - }
- ------
Advertisement
Add Comment
Please, Sign In to add comment