Hormold

VK Change (#1377779413)

Aug 29th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 57.99 KB | None | 0 0
  1. Файл - ads.css (Старый размер - 26964 | Новый - 0):
  2. 0.  - #ads_css { display: none; }
  3. 1.  -
  4. 2.  - /* ------- */
  5. 3.  - /* General */
  6. 4.  - /* ------- */
  7. 5.  -
  8. 6.  - ul.ads_listing {
  9. 7.  -   padding: 0 0 0 30px;
  10. 8.  -   margin: 0 0 15px 0;
  11. 9.  - }
  12. 10.  - ul.ads_listing li {
  13. 11.  -   list-style: square;
  14. 12.  -   color: #758EAC;
  15. 13.  -   line-height: 160%;
  16. 14.  - }
  17. 15.  - ul.ads_listing li span {
  18. 16.  -   color: #000000;
  19. 17.  - }
  20. 18.  -
  21. 19.  - a .ads_sub_link:hover {
  22. 20.  -   text-decoration: underline;
  23. 21.  - }
  24. 22.  -
  25. 23.  - .ads_h2_add {
  26. 24.  -   font-weight: normal;
  27. 25.  -   font-size: 11px;
  28. 26.  -   padding-top: 0.185em;
  29. 27.  - }
  30. 28.  - .font_medium .ads_h2_add {
  31. 29.  -   font-size: 12px;
  32. 30.  -   padding-top: 0.14em;
  33. 31.  - }
  34. 32.  -
  35. 33.  - .ads_gradient_progress_wrap {
  36. 34.  -   height: 18px;
  37. 35.  -   margin: 0 auto;
  38. 36.  -   background: #FFFFFF;
  39. 37.  -   border: 1px solid #CCCCCC;
  40. 38.  - }
  41. 39.  -
  42. 40.  - .ads_gradient_progress {
  43. 41.  -   height: 18px;
  44. 42.  -   background: #597DA3 url(/images/progress_grad.gif) repeat;
  45. 43.  -   border: 1px solid #45688E;
  46. 44.  -   margin: -1px;
  47. 45.  - }
  48. 46.  -
  49. 47.  - /* ---- */
  50. 48.  - /* Page */
  51. 49.  - /* ---- */
  52. 50.  -
  53. 51.  - #ads_page_wrap2 {
  54. 52.  -   border: 1px solid #EBF0F4;
  55. 53.  -   border-top: 0;
  56. 54.  -   width: 791px;
  57. 55.  -   float: right;
  58. 56.  - }
  59. 57.  -
  60. 58.  - #ads_page_wrap1 {
  61. 59.  -   border: 1px solid #DAE1E8;
  62. 60.  -   border-top: 0;
  63. 61.  -   width: 789px;
  64. 62.  -   overflow: hidden;
  65. 63.  - }
  66. 64.  -
  67. 65.  - #ads_page {
  68. 66.  -   padding: 20px;
  69. 67.  - }
  70. 68.  - #ads_page.ads_page_no_padding {
  71. 69.  -   padding: 0;
  72. 70.  - }
  73. 71.  -
  74. 72.  - #ads_page_top {
  75. 73.  -   padding-top: 15px;
  76. 74.  - }
  77. 75.  -
  78. 76.  - .ads_page_extra_wide #ads_page_wrap2,
  79. 77.  - .ads_page_extra_wide #ads_page_wrap1 {
  80. 78.  -   width: auto;
  81. 79.  - }
  82. 80.  -
  83. 81.  - .ads_page_extra_wide #ads_page_wrap2 {
  84. 82.  -   float: none;
  85. 83.  - }
  86. 84.  -
  87. 85.  - #ads_page_bottom_info {
  88. 86.  -   border-top: 1px solid #C3CAD2;
  89. 87.  -   background-color: #F7F7F7;
  90. 88.  -   text-align: center;
  91. 89.  -   padding: 6px 20px;
  92. 90.  -   color: #444444;
  93. 91.  - }
  94. 92.  -
  95. 93.  - .ads_page_small {
  96. 94.  -   padding: 0 60px;
  97. 95.  - }
  98. 96.  -
  99. 97.  - /* ----- */
  100. 98.  - /* Title */
  101. 99.  - /* ----- */
  102. 100.  -
  103. 101.  - #ads_page_title {
  104. 102.  -   background-color: #E9EDF1;
  105. 103.  -   padding: 7px 10px;
  106. 104.  -   margin: 0;
  107. 105.  -   font-weight: bold;
  108. 106.  -   color: #607387;
  109. 107.  -   line-height: 140%;
  110. 108.  - }
  111. 109.  -
  112. 110.  - #ads_page_title h1 {
  113. 111.  -   font-size: 1em;
  114. 112.  -   overflow: hidden;
  115. 113.  -   padding: 0;
  116. 114.  -   margin: 0;
  117. 115.  - }
  118. 116.  -
  119. 117.  - #ads_page_title h1 a {
  120. 118.  -   color: #2B587A;
  121. 119.  - }
  122. 120.  -
  123. 121.  - #ads_page_title b {
  124. 122.  -   color: #AAB7C5;
  125. 123.  -   float: right;
  126. 124.  - }
  127. 125.  -
  128. 126.  - /* --------------- */
  129. 127.  - /* Main navigation */
  130. 128.  - /* --------------- */
  131. 129.  -
  132. 130.  - .ads_page_extra_wide #ads_navigation {
  133. 131.  -   display: none;
  134. 132.  - }
  135. 133.  -
  136. 134.  - #ads_navigation {
  137. 135.  -   width: 150px;
  138. 136.  -   padding: 12px 0 12px 0;
  139. 137.  -   word-wrap: break-word;
  140. 138.  - }
  141. 139.  -
  142. 140.  - #ads_navigation .edit_button_wrap {
  143. 141.  -   padding-bottom: 10px;
  144. 142.  - }
  145. 143.  -
  146. 144.  - #ads_navigation.ads_nav .nav {
  147. 145.  -   max-width: 128px;
  148. 146.  - }
  149. 147.  -
  150. 148.  - #ads_navigation a:hover {
  151. 149.  -   text-decoration: none;
  152. 150.  - }
  153. 151.  -
  154. 152.  - /* ------------------------------ */
  155. 153.  - /* Main navigation - offices menu */
  156. 154.  - /* ------------------------------ */
  157. 155.  -
  158. 156.  - #ads_navigation.ads_nav #ads_navigation_offices_menu.nav {
  159. 157.  -   padding-right: 1px;
  160. 158.  -   width: 137px;
  161. 159.  -   max-width: 137px;
  162. 160.  - }
  163. 161.  -
  164. 162.  - #ads_navigation.ads_nav #ads_navigation_offices_menu.nav .dd_link {
  165. 163.  -   display: block;
  166. 164.  - }
  167. 165.  -
  168. 166.  - #ads_navigation.ads_nav #ads_navigation_offices_menu.nav .dd_link #ads_navigation_offices_menu_text_wrap {
  169. 167.  -   display: block;
  170. 168.  -   overflow: hidden;
  171. 169.  -   white-space: nowrap;
  172. 170.  -   font-size: 0; /* Remove extra margin from inline-block */
  173. 171.  - }
  174. 172.  -
  175. 173.  - #ads_navigation.ads_nav #ads_navigation_offices_menu.nav .dd_link #ads_navigation_offices_menu_text {
  176. 174.  -   display: inline-block;
  177. 175.  -   overflow: hidden;
  178. 176.  -   white-space: nowrap;
  179. 177.  -   font-size: 11px; /* Remove extra margin from inline-block */
  180. 178.  - }
  181. 179.  - .font_medium #ads_navigation.ads_nav #ads_navigation_offices_menu.nav .dd_link #ads_navigation_offices_menu_text {
  182. 180.  -   font-size: 12px;
  183. 181.  - }
  184. 182.  -
  185. 183.  - .dd_menu.ads_navigation_dd_menu_header_wrap {
  186. 184.  -   margin: 4px 0 0 7px;
  187. 185.  - }
  188. 186.  -
  189. 187.  - .dd_menu.ads_navigation_dd_menu_header_wrap .dd_menu_header {
  190. 188.  -   width: 148px;
  191. 189.  - }
  192. 190.  -
  193. 191.  - .dd_menu.ads_navigation_dd_menu_header_wrap .dd_menu_header div {
  194. 192.  -   background-position: right -14px;
  195. 193.  -   *background-position: right -13px;
  196. 194.  - }
  197. 195.  -
  198. 196.  - .dd_menu.ads_navigation_dd_menu_header_wrap .dd_menu_header div #ads_navigation_dd_menu_header_text {
  199. 197.  -   padding: 1px 0 1px 4px;
  200. 198.  -   display: block;
  201. 199.  -   overflow: hidden;
  202. 200.  -   white-space: nowrap;
  203. 201.  - }
  204. 202.  -
  205. 203.  - .dd_menu.ads_navigation_dd_menu_header_wrap .dd_menu_body .ads_office_name_wrap {
  206. 204.  -   display: inline-block;
  207. 205.  -   overflow: hidden;
  208. 206.  -   max-width: 300px;
  209. 207.  - }
  210. 208.  -
  211. 209.  - /* ---------------------- */
  212. 210.  - /* Main navigation - news */
  213. 211.  - /* ---------------------- */
  214. 212.  -
  215. 213.  - .ads_naviagation_news {
  216. 214.  -   padding: 20px 0 5px 11px;
  217. 215.  - }
  218. 216.  -
  219. 217.  - .ads_naviagation_news .news_title {
  220. 218.  -   font-weight: bold;
  221. 219.  -   color: #2B587A;
  222. 220.  -   padding-bottom: 10px;
  223. 221.  - }
  224. 222.  -
  225. 223.  - .ads_naviagation_news ul {
  226. 224.  -   padding: 0;
  227. 225.  -   margin: 0;
  228. 226.  -   list-style-type: none;
  229. 227.  -   color: #758EAC;
  230. 228.  - }
  231. 229.  -
  232. 230.  - .ads_naviagation_news li {
  233. 231.  -   padding-bottom: 10px;
  234. 232.  - }
  235. 233.  -
  236. 234.  - .ads_naviagation_news span {
  237. 235.  -   color: #666666;
  238. 236.  -   font-size: 0.91em;
  239. 237.  - }
  240. 238.  -
  241. 239.  - #ads_navigation .ads_naviagation_news a:hover {
  242. 240.  -   text-decoration: underline;
  243. 241.  - }
  244. 242.  -
  245. 243.  - /* ---------- */
  246. 244.  - /* Navigation */
  247. 245.  - /* ---------- */
  248. 246.  -
  249. 247.  - .ads_nav .nav {
  250. 248.  -   padding: 4px 10px;
  251. 249.  -   display: block;
  252. 250.  -   overflow: hidden;
  253. 251.  - }
  254. 252.  -
  255. 253.  - .ads_nav .nav {
  256. 254.  -   border: 1px solid white;
  257. 255.  -   background-color: white;
  258. 256.  - }
  259. 257.  -
  260. 258.  - .ads_nav .nav:hover {
  261. 259.  -   background-color: #E1E7ED;
  262. 260.  -   border-color: #E1E7ED;
  263. 261.  -   text-decoration: none;
  264. 262.  - }
  265. 263.  -
  266. 264.  - .ads_nav .nav_selected,
  267. 265.  - .ads_nav .nav_selected:hover {
  268. 266.  -   border-color: #517295;
  269. 267.  -   background-color: #5e82a8;
  270. 268.  -   color: white;
  271. 269.  - }
  272. 270.  -
  273. 271.  - .ads_nav .nav_separator {
  274. 272.  -   border-bottom: 1px solid #D3DBE1;
  275. 273.  -   height: 1px;
  276. 274.  -   overflow: hidden;
  277. 275.  -   margin: 7px 0px 8px 0;
  278. 276.  - }
  279. 277.  -
  280. 278.  - /* ---- */
  281. 279.  - /* Tabs */
  282. 280.  - /* ---- */
  283. 281.  -
  284. 282.  - .ads_tabs_filters {
  285. 283.  -   background-color: #F7F7F7;
  286. 284.  -   border-bottom: 1px solid #DAE1E8;
  287. 285.  -   padding: 10px 10px 5px 10px;
  288. 286.  - }
  289. 287.  - .ads_tabs_filters.separate {
  290. 288.  -   border-top: 1px solid #DAE1E8;
  291. 289.  - }
  292. 290.  - .ads_round_tab_wrap {
  293. 291.  -   padding: 0 5px 5px 0;
  294. 292.  -   text-align: center;
  295. 293.  - }
  296. 294.  - .ads_round_tab_wrap .round_tab.disabled:hover,
  297. 295.  - .ads_round_tab_wrap .round_tab.label:hover {
  298. 296.  -   background-color: transparent;
  299. 297.  -   cursor: default;
  300. 298.  - }
  301. 299.  - .ads_round_tab_wrap .round_tab.label {
  302. 300.  -   color: #555555;
  303. 301.  - }
  304. 302.  - .ads_round_tabs_period_day .round_tab {
  305. 303.  -   width: 100px;
  306. 304.  - }
  307. 305.  - .ads_round_tabs_period_week .round_tab {
  308. 306.  -   width: 180px;
  309. 307.  - }
  310. 308.  - .ads_round_tabs_period_month .round_tab {
  311. 309.  -   width: 100px;
  312. 310.  - }
  313. 311.  -
  314. 312.  - /* Other */
  315. 313.  -
  316. 314.  - /* --- */
  317. 315.  - /* OLD */
  318. 316.  - /* --- */
  319. 317.  -
  320. 318.  - /* From rustyle.css */
  321. 319.  -
  322. 320.  - /* Uses in paginated_table.js */
  323. 321.  - .ads_lite_cb {
  324. 322.  -   background: transparent url(/images/icons/check_lt.gif) 0px 0px no-repeat;
  325. 323.  -   line-height: 0.81em;
  326. 324.  -   vertical-align: baseline;
  327. 325.  -   padding: 0px 0px 1px 20px;
  328. 326.  -   cursor: pointer;
  329. 327.  - }
  330. 328.  - .ads_lite_cb:hover {
  331. 329.  -   background-position: 0px -32px;
  332. 330.  -   text-decoration: none;
  333. 331.  - }
  334. 332.  - .ads_lite_cb.on {
  335. 333.  -   background-position: 0px -16px;
  336. 334.  - }
  337. 335.  - .ads_lite_cb.on:hover {
  338. 336.  -   background-position: 0px -48px;
  339. 337.  - }
  340. 338.  -
  341. 339.  - .ads_mass_act_container {
  342. 340.  -   text-align: right;
  343. 341.  - }
  344. 342.  - .ads_mass_act_container div {
  345. 343.  -   margin-right: 8px;
  346. 344.  -   margin-bottom: 5px;
  347. 345.  - }
  348. 346.  - .ads_mass_act_container button {
  349. 347.  -   height: 21px;
  350. 348.  -   line-height: 0.9em;
  351. 349.  -   padding: 4px 10px 4px;
  352. 350.  - }
  353. 351.  - .ads_search_cell {
  354. 352.  -   width: 140px;
  355. 353.  - }
  356. 354.  - .ads_search_cell div.pt_search_container {
  357. 355.  -   margin: 0px -3px 5px -3px;
  358. 356.  - }
  359. 357.  -
  360. 358.  - div.ads_selecting_subclasses {
  361. 359.  -   margin-bottom: 4px;
  362. 360.  - }
  363. 361.  -
  364. 362.  - .dd_menu_header.ads_dd_wide.ads_dd_header_popup div {
  365. 363.  -   background: url(/images/flydead.gif) no-repeat right 6px #FFFFFF;
  366. 364.  -   padding-right: 17px;
  367. 365.  -   border: 1px solid #FFFFFF;
  368. 366.  -   color: #2B587A;
  369. 367.  -   font-weight: normal;
  370. 368.  -   text-decoration: none;
  371. 369.  - }
  372. 370.  -
  373. 371.  - .dd_menu_header.ads_dd_wide div {
  374. 372.  -   background: #5e82a8 url(/images/flydead.gif) no-repeat right -12px;
  375. 373.  -   width: 106px;
  376. 374.  - }
  377. 375.  -
  378. 376.  - .dd_menu_body.ads_dd_wide .dd_menu_rows a {
  379. 377.  -   height: 20px;
  380. 378.  - }
  381. 379.  - .dd_menu_body.ads_dd_wide .dd_menu_rows a .ads_status_image_span {
  382. 380.  -   margin: 4px 5px -2px -1px;
  383. 381.  - }
  384. 382.  -
  385. 383.  - .dd_menu_header.ads_dd_wide div .ads_status_image_span {
  386. 384.  -   margin: 4px 5px -1px -1px;
  387. 385.  - }
  388. 386.  - .dd_menu_header.ads_dd_wide div {
  389. 387.  -   line-height: 1.45em;
  390. 388.  - }
  391. 389.  -
  392. 390.  - td.paginated_table_cell.column_status_view {
  393. 391.  -   padding-left: 10px;
  394. 392.  - }
  395. 393.  -
  396. 394.  - .ads_status_selector_box {
  397. 395.  -   display: block;
  398. 396.  -   margin: 0px auto;
  399. 397.  -   width: 20px;
  400. 398.  -   height: 20px;
  401. 399.  - }
  402. 400.  -
  403. 401.  - .ads_status_selector_box.pnt {
  404. 402.  -   cursor: pointer;
  405. 403.  - }
  406. 404.  -
  407. 405.  - .ads_status_selector_box.pnt:hover {
  408. 406.  -   background-color: #E1E7ED;
  409. 407.  -   border-radius: 3px;
  410. 408.  -   -moz-border-radius: 3px;
  411. 409.  - }
  412. 410.  -
  413. 411.  - #ads_unions_content .table_label {
  414. 412.  -   min-width: 150px;
  415. 413.  -   max-width: 180px;
  416. 414.  -   color: rgb(102, 102, 102);
  417. 415.  -   padding: 0 10px 4px 0;
  418. 416.  -   vertical-align: top;
  419. 417.  -   word-wrap: break-word;
  420. 418.  - }
  421. 419.  - #ads_unions_content .table_value {
  422. 420.  -   padding: 0 0 4px 0;
  423. 421.  -   vertical-align: top;
  424. 422.  -   word-wrap: break-word;
  425. 423.  - }
  426. 424.  -
  427. 425.  - #ads_unions_content.ad_help {
  428. 426.  -   padding: 0;
  429. 427.  - }
  430. 428.  -
  431. 429.  - #ads_unions_content {
  432. 430.  -   vertical-align: top;
  433. 431.  - }
  434. 432.  -
  435. 433.  - #ads_union_children,
  436. 434.  - #ads_unions_budget {
  437. 435.  -   padding-top: 20px;
  438. 436.  - }
  439. 437.  -
  440. 438.  - #ads_union_children_graph {
  441. 439.  -   padding: 30px 0 15px 0;
  442. 440.  - }
  443. 441.  -
  444. 442.  - .ads_unions_box td.label {
  445. 443.  -   color: #777;
  446. 444.  -   padding: 5px 10px 5px 0px;
  447. 445.  -   text-align: right;
  448. 446.  - }
  449. 447.  - .ads_unions_box td.labeled {
  450. 448.  -   padding: 2px 0;
  451. 449.  - }
  452. 450.  - .ads_unions_box td.labeled_info {
  453. 451.  -   padding: 2px 0 2px 5px;
  454. 452.  - }
  455. 453.  -
  456. 454.  - .ads_unions_box input {
  457. 455.  -   width: 150px;
  458. 456.  - }
  459. 457.  -
  460. 458.  - .ads_unions_list table {
  461. 459.  -   border-collapse: collapse;
  462. 460.  -   border-left: 1px solid;
  463. 461.  -   border-right: 1px solid;
  464. 462.  -   width: 100%;
  465. 463.  - }
  466. 464.  -
  467. 465.  - .ads_unions_list th,
  468. 466.  - .ads_unions_list td {
  469. 467.  -   height: 32px;
  470. 468.  -   vertical-align: middle;
  471. 469.  - }
  472. 470.  -
  473. 471.  - .ads_unions_list .checkbox_container td {
  474. 472.  -   height: 20px;
  475. 473.  - }
  476. 474.  -
  477. 475.  - .ads_unions_list th {
  478. 476.  -   text-align: right;
  479. 477.  -   background-color: rgb(227, 233, 238);
  480. 478.  -   border: 1px solid;
  481. 479.  -   padding: 0;
  482. 480.  - }
  483. 481.  - .ads_table_header th th,
  484. 482.  - .ads_table_header th th * {
  485. 483.  -   background-color: transparent !important;
  486. 484.  - }
  487. 485.  -
  488. 486.  - .ads_unions_list th,
  489. 487.  - .ads_unions_list th * {
  490. 488.  -   color: rgb(81, 103, 122);
  491. 489.  - }
  492. 490.  -
  493. 491.  - .ads_unions_list td {
  494. 492.  -   text-align: right;
  495. 493.  - }
  496. 494.  -
  497. 495.  - .ads_unions_list .column_date_view,
  498. 496.  - .ads_unions_list .column_date_view *,
  499. 497.  - .ads_unions_list .column_action_view,
  500. 498.  - .ads_unions_list .column_action_view *,
  501. 499.  - .ads_unions_list .column_access_view,
  502. 500.  - .ads_unions_list .column_access_view *,
  503. 501.  - .ads_unions_list .column_name_view,
  504. 502.  - .ads_unions_list .column_name_view *,
  505. 503.  - .ads_unions_list .column_name,
  506. 504.  - .ads_unions_list .column_name *,
  507. 505.  - .ads_unions_list .column_status,
  508. 506.  - .ads_unions_list .column_status * {
  509. 507.  -   text-align: left;
  510. 508.  - }
  511. 509.  -
  512. 510.  - .ads_unions_list td.column_name_view {
  513. 511.  -   max-width: 160px;
  514. 512.  - }
  515. 513.  -
  516. 514.  - .ads_unions_list .table_footer td {
  517. 515.  -   background-color: rgb(246, 247, 249);
  518. 516.  -   border-top: 1px solid rgb(211, 219, 225);
  519. 517.  -   border-bottom: 1px solid rgb(211, 219, 225);
  520. 518.  - }
  521. 519.  -
  522. 520.  - .ads_unions_list table,
  523. 521.  - .ads_unions_list th,
  524. 522.  - .ads_unions_list td {
  525. 523.  -   border-color: rgb(211, 219, 225);
  526. 524.  - }
  527. 525.  -
  528. 526.  - .ads_unions_list th * {
  529. 527.  -   border: 0;
  530. 528.  -   padding: 0;
  531. 529.  -   height: auto;
  532. 530.  - }
  533. 531.  -
  534. 532.  - .ads_unions_list th table {
  535. 533.  -   height: 100%;
  536. 534.  -   border: 0;
  537. 535.  - }
  538. 536.  -
  539. 537.  - .ads_unions_list tr.ads_table_header th th {
  540. 538.  -   border-left: 1px solid rgb(239, 242, 245);
  541. 539.  -   white-space: nowrap;
  542. 540.  - }
  543. 541.  -
  544. 542.  - .ads_unions_list tr.ads_table_header th.first_table_header,
  545. 543.  - .ads_unions_list tr.ads_table_header th.first_table_header * {
  546. 544.  -   border-left: 0 none;
  547. 545.  - }
  548. 546.  -
  549. 547.  - .ads_unions_list th th,
  550. 548.  - .ads_unions_list td {
  551. 549.  -   padding: 0 8px;
  552. 550.  - }
  553. 551.  -
  554. 552.  - .ads_unions_list th.first_table_header th,
  555. 553.  - .ads_unions_list td.first_table_column {
  556. 554.  -   padding-left: 10px;
  557. 555.  - }
  558. 556.  -
  559. 557.  - .ads_unions_list th.last_table_header th,
  560. 558.  - .ads_unions_list td.last_table_column {
  561. 559.  -   padding-right: 10px;
  562. 560.  - }
  563. 561.  -
  564. 562.  - .ads_unions_list td.even_row {
  565. 563.  -   background-color: #F0F2F4;
  566. 564.  - }
  567. 565.  -
  568. 566.  - .ads_unions_table {
  569. 567.  -   margin-top: 7px;
  570. 568.  - }
  571. 569.  -
  572. 570.  - .paginated_table .ads_unions_table {
  573. 571.  -   margin-top: 0px;
  574. 572.  - }
  575. 573.  -
  576. 574.  - .ads_unions_list td.column_day_limit_view a,
  577. 575.  - .ads_unions_list td.column_all_limit_view a,
  578. 576.  - .ads_unions_list td.column_cost_per_click_view a {
  579. 577.  -   border-bottom: 1px dashed #2B587A;
  580. 578.  -   text-decoration: none;
  581. 579.  - }
  582. 580.  -
  583. 581.  - tr.ads_union_empty_row td.ads_union_empty_cell {
  584. 582.  -   height: auto;
  585. 583.  - }
  586. 584.  -
  587. 585.  - tr.ads_union_empty_row td.ads_union_empty_cell {
  588. 586.  -   text-align: center !important;
  589. 587.  -   color: #666666;
  590. 588.  -   line-height: 150%;
  591. 589.  -   background-color: #F7F7F7;
  592. 590.  -   padding: 15px 0;
  593. 591.  - }
  594. 592.  -
  595. 593.  - .ads_unions_list_p .paginated_table_cell {
  596. 594.  -   text-align: right;
  597. 595.  - }
  598. 596.  -
  599. 597.  - .ads_unions_list_p .paginated_table .paginated_table_cell.column_date_view,
  600. 598.  - .ads_unions_list_p .paginated_table .paginated_table_cell.column_date_view *,
  601. 599.  - .ads_unions_list_p .paginated_table .paginated_table_cell.column_action_view,
  602. 600.  - .ads_unions_list_p .paginated_table .paginated_table_cell.column_action_view *,
  603. 601.  - .ads_unions_list_p .paginated_table .paginated_table_cell.column_access_view,
  604. 602.  - .ads_unions_list_p .paginated_table .paginated_table_cell.column_access_view *,
  605. 603.  - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name_view,
  606. 604.  - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name_view *,
  607. 605.  - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name,
  608. 606.  - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name *,
  609. 607.  - .ads_unions_list_p .paginated_table .paginated_table_cell.column_status,
  610. 608.  - .ads_unions_list_p .paginated_table .paginated_table_cell.column_status * {
  611. 609.  -   text-align: left;
  612. 610.  - }
  613. 611.  -
  614. 612.  - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name_view,
  615. 613.  - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name_view *,
  616. 614.  - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name,
  617. 615.  - .ads_unions_list_p .paginated_table .paginated_table_cell.column_name *,
  618. 616.  - .paginated_table .paginated_table_cell.column_client_name,
  619. 617.  - .paginated_table .paginated_table_cell.column_client_name *,
  620. 618.  - .paginated_table .paginated_table_cell.column_campaign_name,
  621. 619.  - .paginated_table .paginated_table_cell.column_campaign_name * {
  622. 620.  -   white-space: normal !important;
  623. 621.  - }
  624. 622.  -
  625. 623.  - .ads_unions_list_p td.paginated_table_cell.column_name_view,
  626. 624.  - .ads_unions_list_p td.paginated_table_cell.column_name {
  627. 625.  -   max-width: 160px;
  628. 626.  -   overflow: visible;
  629. 627.  - }
  630. 628.  - .ads_unions_list_p td.paginated_table_cell.column_date_view {
  631. 629.  -   min-width: 20%;
  632. 630.  - }
  633. 631.  - .ads_unions_list_p .paginated_table td.paginated_table_cell.column_day_limit_view a,
  634. 632.  - .ads_unions_list_p .paginated_table td.paginated_table_cell.column_all_limit_view a,
  635. 633.  - .ads_unions_list_p .paginated_table td.paginated_table_cell.column_cost_per_click_view a {
  636. 634.  -   border-bottom: 1px dashed #2B587A;
  637. 635.  -   text-decoration: none;
  638. 636.  - }
  639. 637.  -
  640. 638.  - .ads_unions_list_p .paginated_table td.column_video_views_count_view {
  641. 639.  -   width: 1px;
  642. 640.  - }
  643. 641.  -
  644. 642.  - tr.ads_union_empty_row td.ads_union_empty_cell {
  645. 643.  -   height: auto;
  646. 644.  - }
  647. 645.  -
  648. 646.  - tr.ads_union_empty_row td.ads_union_empty_cell {
  649. 647.  -   text-align: center !important;
  650. 648.  -   color: #666666;
  651. 649.  -   line-height: 150%;
  652. 650.  -   background-color: #F7F7F7;
  653. 651.  -   padding: 15px 0;
  654. 652.  - }
  655. 653.  -
  656. 654.  - /* Some navigation - begin */
  657. 655.  -
  658. 656.  - #ads_graph_navigation a.nav,
  659. 657.  - #ads_demography_navigation a.nav {
  660. 658.  -   padding: 4px 5px 4px 10px;
  661. 659.  -   display: block;
  662. 660.  -   overflow: hidden;
  663. 661.  -   border: 1px solid #F7F7F7;
  664. 662.  - }
  665. 663.  - #ads_graph_navigation a.nav,
  666. 664.  - #ads_demography_navigation a.nav {
  667. 665.  -   border: 1px solid #FFFFFF;
  668. 666.  -   background-color: #FFFFFF;
  669. 667.  - }
  670. 668.  - #ads_graph_navigation a.nav:hover,
  671. 669.  - #ads_demography_navigation a.nav:hover {
  672. 670.  -   background-color: #DAE1E8;
  673. 671.  -   border-color: #DAE1E8;
  674. 672.  -   text-decoration: none;
  675. 673.  - }
  676. 674.  - #ads_graph_navigation a.nav_selected,
  677. 675.  - #ads_graph_navigation a.nav_selected:hover,
  678. 676.  - #ads_demography_navigation a.nav_selected,
  679. 677.  - #ads_demography_navigation a.nav_selected:hover {
  680. 678.  -   border-color: #517295;
  681. 679.  -   background-color: #5e82a8;
  682. 680.  -   color: #FFF;
  683. 681.  - }
  684. 682.  -
  685. 683.  - /* Some navigation - end */
  686. 684.  -
  687. 685.  - a.ads_status_link,
  688. 686.  - a.ads_inline_dropdown {
  689. 687.  -   background: none !important;
  690. 688.  -   border-bottom: 1px dashed #2B587A;
  691. 689.  -   padding-right: 0 !important;
  692. 690.  - }
  693. 691.  -
  694. 692.  - .ads_main_notice {
  695. 693.  -   background-color: #F6F7F9;
  696. 694.  -   border: 1px solid #D8DFEA;
  697. 695.  -   padding: 10px;
  698. 696.  -   margin-bottom: 15px;
  699. 697.  -   line-height: 160%;
  700. 698.  - }
  701. 699.  -
  702. 700.  - .ads_warning {
  703. 701.  -   background-color: #F9F6E7;
  704. 702.  -   border: 1px solid #D4BC4C;
  705. 703.  -   padding: 8px 11px;
  706. 704.  -   line-height: 160%;
  707. 705.  - }
  708. 706.  -
  709. 707.  - .ads_warning_light {
  710. 708.  -   background-color: #FFFFFF;
  711. 709.  -   border: 1px solid #B9C4DA;
  712. 710.  -   padding: 8px 11px;
  713. 711.  - }
  714. 712.  -
  715. 713.  - .ads_small_info {
  716. 714.  -   background: none repeat scroll 0 0 #F7F7F7;
  717. 715.  -   border: 1px solid #DAE1E8;
  718. 716.  -   font-size: 0.91em;
  719. 717.  -   margin-top: 10px;
  720. 718.  -   padding: 5px 10px;
  721. 719.  -   vertical-align: top;
  722. 720.  - }
  723. 721.  -
  724. 722.  - #ads_change_budget_box .ads_warning {
  725. 723.  -   margin-top: 10px;
  726. 724.  - }
  727. 725.  -
  728. 726.  - #ads_change_budget_box td {
  729. 727.  -   padding: 0px;
  730. 728.  - }
  731. 729.  -
  732. 730.  - .ads_union_status_image {
  733. 731.  -   background: url("/images/icons/ad_status.gif?3") no-repeat scroll left top transparent;
  734. 732.  -   width: 5px;
  735. 733.  -   height: 5px;
  736. 734.  -   margin: 0 5px 1px 0;
  737. 735.  -   display: block;
  738. 736.  -
  739. 737.  -   display:   -moz-inline-stack;
  740. 738.  -   display:   inline-block;
  741. 739.  -   _overflow: hidden;
  742. 740.  -   *zoom:     1;
  743. 741.  -   *display:  inline;
  744. 742.  - }
  745. 743.  -
  746. 744.  - .ads_union_status_image_on {
  747. 745.  -   background-position: left 0;
  748. 746.  - }
  749. 747.  - .ads_union_status_image_off {
  750. 748.  -   background-position: left -5px;
  751. 749.  - }
  752. 750.  - .ads_union_status_image_part_on {
  753. 751.  -   background-position: left -10px;
  754. 752.  - }
  755. 753.  - .ads_union_status_image_part_off {
  756. 754.  -   background-position: left -15px;
  757. 755.  - }
  758. 756.  - .ads_union_status_image_disapproved {
  759. 757.  -   background-position: left -20px;
  760. 758.  - }
  761. 759.  - .ads_union_status_image_deleted {
  762. 760.  -   background-position: left -25px;
  763. 761.  - }
  764. 762.  -
  765. 763.  - .ads_status_image_span {
  766. 764.  -   background: url("/images/icons/ad_status_new.gif") no-repeat scroll left top transparent;
  767. 765.  -   width: 11px;
  768. 766.  -   height: 11px;
  769. 767.  -   margin: 5px 0px 3px 2px;
  770. 768.  -   display: block;
  771. 769.  -
  772. 770.  -   display:   -moz-inline-stack;
  773. 771.  -   display:   inline-block;
  774. 772.  -   _overflow: hidden;
  775. 773.  -   *zoom:     1;
  776. 774.  -   *display:  inline;
  777. 775.  - }
  778. 776.  -
  779. 777.  - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_on,
  780. 778.  - .ads_status_image_span.status_on {
  781. 779.  -   background-position: left -0px;
  782. 780.  - }
  783. 781.  - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_off,
  784. 782.  - .ads_status_image_span.status_off {
  785. 783.  -   background-position: left -170px;
  786. 784.  - }
  787. 785.  - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_pending,
  788. 786.  - .ads_status_image_span.status_pending {
  789. 787.  -   background-position: left -157px;
  790. 788.  - }
  791. 789.  - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_off_red,
  792. 790.  - .ads_status_image_span.status_off_red {
  793. 791.  -   background-position: left -128px;
  794. 792.  - }
  795. 793.  - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_deleted,
  796. 794.  - .ads_status_image_span.status_deleted {
  797. 795.  -   background-position: left -183px;
  798. 796.  - }
  799. 797.  - .dd_menu_header.ads_dd_header_popup .ads_status_image_span.status_cross,
  800. 798.  - .ads_status_image_span.status_cross {
  801. 799.  -   background-position: left -141px;
  802. 800.  - }
  803. 801.  -
  804. 802.  - .dd_menu_header .ads_status_image_span.status_on {
  805. 803.  -   background-position: left -16px;
  806. 804.  - }
  807. 805.  - .dd_menu_header .ads_status_image_span.status_off {
  808. 806.  -   background-position: left -29px;
  809. 807.  - }
  810. 808.  - .dd_menu_header .ads_status_image_span.status_pending {
  811. 809.  -   background-position: left -69px;
  812. 810.  - }
  813. 811.  - .dd_menu_header .ads_status_image_span.status_off_red {
  814. 812.  -   background-position: left -29px;
  815. 813.  - }
  816. 814.  - .dd_menu_header .ads_status_image_span.status_deleted {
  817. 815.  -   background-position: left -41px;
  818. 816.  - }
  819. 817.  - .dd_menu_header .ads_status_image_span.status_cross {
  820. 818.  -   background-position: left -55px;
  821. 819.  - }
  822. 820.  -
  823. 821.  - .dd_menu_body.ads_dd_wide .dd_menu_rows a .ads_status_image_span.status_on {
  824. 822.  -   background-position: left -85px;
  825. 823.  - }
  826. 824.  - .dd_menu_body.ads_dd_wide .dd_menu_rows a .ads_status_image_span.status_off {
  827. 825.  -   background-position: left -98px;
  828. 826.  - }
  829. 827.  - .dd_menu_body.ads_dd_wide .dd_menu_rows a .ads_status_image_span.status_deleted {
  830. 828.  -   background-position: left -111px;
  831. 829.  - }
  832. 830.  -
  833. 831.  - .ads_unions_list tr.ads_table_header th.paginated_table td.paginated_table_cell.column_commit_date,
  834. 832.  - .ads_unions_list tr.ads_table_header th.paginated_table td.paginated_table_cell.column_commit_date * {
  835. 833.  -   border-left: 0 none;
  836. 834.  - }
  837. 835.  -
  838. 836.  - #ads_unions_budget * {
  839. 837.  -   text-align: left;
  840. 838.  - }
  841. 839.  -
  842. 840.  - #ads_general_info_status_selector {
  843. 841.  -   border-bottom: 1px dashed #2B587A;
  844. 842.  - }
  845. 843.  -
  846. 844.  - table.ads_unions_content_label {
  847. 845.  -   border-collapse: collapse;
  848. 846.  - }
  849. 847.  -
  850. 848.  - .ads_export_prefs .table_label {
  851. 849.  -   line-height: 190%;
  852. 850.  - }
  853. 851.  - .ads_export_prefs .table_value {
  854. 852.  -   width: 300px;
  855. 853.  - }
  856. 854.  -
  857. 855.  - #ads_unions_content .export_prefs_web .summary td {
  858. 856.  -   padding-top: 10px !important;
  859. 857.  - }
  860. 858.  -
  861. 859.  - .ads_export_stats .ads_unions_table th.paginated_table td.paginated_table_cell.column_checked {
  862. 860.  -   width: 34px;
  863. 861.  - }
  864. 862.  -
  865. 863.  - .ads_unions_list .checkbox_container table {
  866. 864.  -   border: 0px;
  867. 865.  - }
  868. 866.  -
  869. 867.  - .ads_unions_table .hovered_header,
  870. 868.  - .ads_unions_table .hovered_header_hover {
  871. 869.  -   cursor: pointer;
  872. 870.  - }
  873. 871.  - .ads_unions_table .hovered_header_hover {
  874. 872.  -   background-color: #EFF2F5;
  875. 873.  - }
  876. 874.  -
  877. 875.  - .ads_inline_edit_remove_value {
  878. 876.  -   margin-left: 5px;
  879. 877.  -   white-space: nowrap;
  880. 878.  - }
  881. 879.  -
  882. 880.  - .ads_inline_edit_table {
  883. 881.  -   border-collapse: collapse;
  884. 882.  - }
  885. 883.  - table.ads_inline_edit_table td {
  886. 884.  -   padding: 0;
  887. 885.  - }
  888. 886.  - .ads_inline_fast_error_row {
  889. 887.  -   display: none;
  890. 888.  - }
  891. 889.  - .ads_inline_fast_error {
  892. 890.  -   background-color: #F9F6E7;
  893. 891.  -   border: 1px solid #D4BC4C;
  894. 892.  -   padding: 8px 11px;
  895. 893.  -   margin-top: 5px;
  896. 894.  - }
  897. 895.  -
  898. 896.  - .ads_inline_recommended_cost_text {
  899. 897.  -   font-size: 0.91em;
  900. 898.  -   color: #777777;
  901. 899.  -   display: none;
  902. 900.  - }
  903. 901.  -
  904. 902.  - .ads_moder_comment_rules_wrap ul {
  905. 903.  -   list-style: square outside none;
  906. 904.  -   color: #758EAC;
  907. 905.  -   margin: 11px 0 0 0;
  908. 906.  - }
  909. 907.  - .ads_moder_comment_rules_wrap span {
  910. 908.  -   color: black;
  911. 909.  - }
  912. 910.  - .ads_moder_comment_rules_separator {
  913. 911.  -   height: 11px;
  914. 912.  - }
  915. 913.  -
  916. 914.  - #ads_admin_box_wrapper a:hover {
  917. 915.  -   text-decoration: underline;
  918. 916.  - }
  919. 917.  -
  920. 918.  - .ads_admin_table_cell {
  921. 919.  -   border-bottom: 1px solid #DAE2E8;
  922. 920.  - }
  923. 921.  -
  924. 922.  - .admin_table_cell_last {
  925. 923.  -   border-bottom: none;
  926. 924.  - }
  927. 925.  -
  928. 926.  - .ads_admin_box_label {
  929. 927.  -   color: #777777;
  930. 928.  -   text-align: right;
  931. 929.  -   width: 125px;
  932. 930.  -   padding-right: 10px;
  933. 931.  - }
  934. 932.  - .ads_admin_box_labeled {
  935. 933.  -   width: 270px;
  936. 934.  - }
  937. 935.  -
  938. 936.  - .ads_general_info_hidden {
  939. 937.  -   display: none;
  940. 938.  - }
  941. 939.  -
  942. 940.  - .ads_general_info .table_large_text {
  943. 941.  -   width: 400px;
  944. 942.  - }
  945. 943.  -
  946. 944.  - #ads_unions_content h4 span {
  947. 945.  -   font-weight: bold
  948. 946.  - }
  949. 947.  -
  950. 948.  - .ads_users_stats_dark {
  951. 949.  -   background-color: #597DA3;
  952. 950.  - }
  953. 951.  -
  954. 952.  - .ads_users_stats_light {
  955. 953.  -   background-color: #DAE1E8;
  956. 954.  - }
  957. 955.  -
  958. 956.  - .ads_users_stats_bars_title {
  959. 957.  -   padding-bottom: 16px;
  960. 958.  -   color: #45688E;
  961. 959.  -   font-weight: bold;
  962. 960.  - }
  963. 961.  -
  964. 962.  - .ads_users_stats_bar_label {
  965. 963.  -   height: 30px;
  966. 964.  -   text-align: right;
  967. 965.  -   padding-right: 16px;
  968. 966.  -   padding-top: 2px;
  969. 967.  -   vertical-align: top;
  970. 968.  -   color: #45688E;
  971. 969.  -   font-weight: bold;
  972. 970.  - }
  973. 971.  - .ads_users_stats_bar_wrap table {
  974. 972.  -   border: 0px;
  975. 973.  -   border-collapse: collapse;
  976. 974.  - }
  977. 975.  - .ads_users_stats_bar_wrap table td {
  978. 976.  -   padding: 0px;
  979. 977.  - }
  980. 978.  - .ads_users_stats_bar_wrap {
  981. 979.  -   height: 30px;
  982. 980.  -   vertical-align: top;
  983. 981.  - }
  984. 982.  - .ads_users_stats_bar_wrap table td.ads_users_stats_bar_value {
  985. 983.  -   padding-left: 11px;
  986. 984.  - }
  987. 985.  - .ads_users_stats_bar {
  988. 986.  -   -moz-border-radius: 0 3px 3px 0;
  989. 987.  -   -webkit-border-radius: 0 3px 3px 0;
  990. 988.  -   -khtml-border-radius: 0 3px 3px 0;
  991. 989.  -   border-radius: 0 3px 3px 0;
  992. 990.  -   height: 17px;
  993. 991.  - }
  994. 992.  -
  995. 993.  - #ads_demography_wrap .summary_right .summary_tab2 {
  996. 994.  -   background-color: transparent;
  997. 995.  - }
  998. 996.  -
  999. 997.  - .ads_dropdown_menu_scrollbar {
  1000. 998.  -   position: absolute;
  1001. 999.  -   z-index: 1500;
  1002. 1000.  -   background-color: #000;
  1003. 1001.  -
  1004. 1002.  -   opacity: 0.4;
  1005. 1003.  -   -moz-opacity: 0.4;
  1006. 1004.  -   filter: alpha(opacity=40);
  1007. 1005.  -
  1008. 1006.  -   border-radius: 3px;
  1009. 1007.  -   -webkit-border-radius: 3px;
  1010. 1008.  -   -moz-border-radius: 3px;
  1011. 1009.  -   -khtml-border-radius: 3px;
  1012. 1010.  - }
  1013. 1011.  - .ads_dropdown_menu_scrollbar:hover,
  1014. 1012.  - .ads_dropdown_menu_scrollbar.hovered {
  1015. 1013.  -   opacity: 0.6;
  1016. 1014.  -   -moz-opacity: 0.6;
  1017. 1015.  -   filter: alpha(opacity=60);
  1018. 1016.  - }
  1019. 1017.  -
  1020. 1018.  - #ads_admin_box_wrapper h2 {
  1021. 1019.  -   padding: 0;
  1022. 1020.  -   margin: 0;
  1023. 1021.  -   border: none;
  1024. 1022.  - }
  1025. 1023.  -
  1026. 1024.  - #ads_reqs_edit td.ads_req_label {
  1027. 1025.  -   color: #666666;
  1028. 1026.  -   text-align: right;
  1029. 1027.  -   vertical-align: top;
  1030. 1028.  -   padding-top: 5px;
  1031. 1029.  - }
  1032. 1030.  -
  1033. 1031.  - #ads_reqs_edit td.ads_req_right {
  1034. 1032.  -   width: 100px;
  1035. 1033.  - }
  1036. 1034.  -
  1037. 1035.  - #ads_reqs_edit_form input.ads_req_edit,
  1038. 1036.  - #ads_reqs_edit_form textarea.ads_req_edit {
  1039. 1037.  -   margin: 0px;
  1040. 1038.  -   width: 250px;
  1041. 1039.  - }
  1042. 1040.  -
  1043. 1041.  - #ads_legal_info_box div {
  1044. 1042.  -   padding: 8px 11px;
  1045. 1043.  -   border: 1px solid #C0CAD5;
  1046. 1044.  - }
  1047. 1045.  -
  1048. 1046.  - /*
  1049. 1047.  -  *   About section
  1050. 1048.  -  */
  1051. 1049.  -
  1052. 1050.  - .ads_help_section.section_wrap {
  1053. 1051.  -   padding: 20px 25px 25px 26px;
  1054. 1052.  -   line-height: 130%;
  1055. 1053.  - }
  1056. 1054.  -
  1057. 1055.  - .ads_help_section .header {
  1058. 1056.  -   font-size: 1.09em;
  1059. 1057.  -   margin: 0px 0px 20px 1px;
  1060. 1058.  -   border: none;
  1061. 1059.  - }
  1062. 1060.  - .ads_help_section .sub_header {
  1063. 1061.  -   border-bottom: 1px solid #DAE1E8;
  1064. 1062.  -   font-size: 1em;
  1065. 1063.  -   margin-bottom: 10px;
  1066. 1064.  -   padding-bottom: 2px;
  1067. 1065.  - }
  1068. 1066.  - .ads_help_section .sub_header,
  1069. 1067.  - .ads_help_section .header {
  1070. 1068.  -   color: #45688E;
  1071. 1069.  -   font-weight: bold;
  1072. 1070.  - }
  1073. 1071.  - .ads_help_section .header_hl {
  1074. 1072.  -   border-bottom: 1px solid #DAE1E8;
  1075. 1073.  -   padding-bottom: 3px;
  1076. 1074.  -   margin-bottom: 10px;
  1077. 1075.  - }
  1078. 1076.  -
  1079. 1077.  - .ads_help_section .listing li {
  1080. 1078.  -   padding-top: 2px;
  1081. 1079.  - }
  1082. 1080.  -
  1083. 1081.  - .ads_help_section .listing,
  1084. 1082.  - .ads_help_section ol {
  1085. 1083.  -   padding-bottom: 0px;
  1086. 1084.  -   margin-bottom: 0px;
  1087. 1085.  - }
  1088. 1086.  -
  1089. 1087.  - .ads_help_section .par_divider {
  1090. 1088.  -   margin-bottom: 31px;
  1091. 1089.  - }
  1092. 1090.  -
  1093. 1091.  - .ads_help_section .emph_link {
  1094. 1092.  -   margin-left: 26px;
  1095. 1093.  - }
  1096. 1094.  -
  1097. 1095.  - #unions_navigation {
  1098. 1096.  -   vertical-align: top;
  1099. 1097.  - }
  1100. 1098.  -
  1101. 1099.  - #unions_navigation {
  1102. 1100.  -   width: 150px;
  1103. 1101.  -   padding: 12px 12px 12px 0;
  1104. 1102.  - }
  1105. 1103.  -
  1106. 1104.  - #unions_navigation .edit_button_wrap {
  1107. 1105.  -   padding-bottom: 10px;
  1108. 1106.  - }
  1109. 1107.  -
  1110. 1108.  - #unions_navigation .nav_separator {
  1111. 1109.  -   border-bottom: 1px solid rgb(211, 219, 225);
  1112. 1110.  -   height: 1px;
  1113. 1111.  -   overflow: hidden;
  1114. 1112.  -   margin: 7px 0px 8px 0;
  1115. 1113.  - }
  1116. 1114.  -
  1117. 1115.  - #unions_navigation a.nav {
  1118. 1116.  -   padding: 4px 5px 4px 10px;
  1119. 1117.  -   display: block;
  1120. 1118.  -   overflow: hidden;
  1121. 1119.  -   border: 1px solid #F7F7F7;
  1122. 1120.  - }
  1123. 1121.  - #unions_navigation a.nav {
  1124. 1122.  -   border: 1px solid white;
  1125. 1123.  - }
  1126. 1124.  - #unions_navigation a.nav {
  1127. 1125.  -   max-width: 133px;
  1128. 1126.  -   word-wrap: break-word;
  1129. 1127.  - }
  1130. 1128.  - #unions_navigation a.nav:hover {
  1131. 1129.  -   background-color: #DAE1E8;
  1132. 1130.  -   border-color: #DAE1E8;
  1133. 1131.  -   text-decoration: none;
  1134. 1132.  - }
  1135. 1133.  - #unions_navigation a.nav:hover {
  1136. 1134.  -   background-color: #E1E7ED;
  1137. 1135.  -   border-color: #E1E7ED;
  1138. 1136.  - }
  1139. 1137.  - #unions_navigation a.nav_selected,
  1140. 1138.  - #unions_navigation a.nav_selected:hover {
  1141. 1139.  -   border-color: #517295;
  1142. 1140.  -   background-color: #5e82a8;
  1143. 1141.  -   color: #FFF;
  1144. 1142.  - }
  1145. 1143.  -
  1146. 1144.  -
  1147. 1145.  - #unions_navigation.ads_unions_navigation_about {
  1148. 1146.  -   background-color: #F7F7F7;
  1149. 1147.  -   border-left: 1px solid #DAE1E8;
  1150. 1148.  -   padding: 14px 10px;
  1151. 1149.  - }
  1152. 1150.  -
  1153. 1151.  - #unions_navigation.ads_unions_navigation_about .nav {
  1154. 1152.  -   border-color: #F7F7F7;
  1155. 1153.  - }
  1156. 1154.  -
  1157. 1155.  - #unions_navigation.ads_unions_navigation_about .nav_selected {
  1158. 1156.  -   border-color: #517295;
  1159. 1157.  - }
  1160. 1158.  -
  1161. 1159.  - .ads_unions_navigation_about .ad_box_preview {
  1162. 1160.  -   border: 1px solid #DCE3E9
  1163. 1161.  - }
  1164. 1162.  -
  1165. 1163.  - #ads_contacts_form {
  1166. 1164.  -   margin: 20px 0 0 0;
  1167. 1165.  - }
  1168. 1166.  - #ads_contacts_form .row {
  1169. 1167.  -   clear: both;
  1170. 1168.  -   height: 30px;
  1171. 1169.  - }
  1172. 1170.  - #ads_contacts_form .label {
  1173. 1171.  -   width: 100px;
  1174. 1172.  -   color: #555;
  1175. 1173.  -   float: left;
  1176. 1174.  -   padding: 4px 10px 0 0;
  1177. 1175.  -   text-align: right;
  1178. 1176.  -   clear: left;
  1179. 1177.  - }
  1180. 1178.  - #ads_contacts_form .labeled {
  1181. 1179.  -   padding-left: 110px;
  1182. 1180.  - }
  1183. 1181.  - #ads_contacts_form input.txt {
  1184. 1182.  -   width: 242px;
  1185. 1183.  - }
  1186. 1184.  - #ads_contacts_form textarea.txt {
  1187. 1185.  -   width: 242px;
  1188. 1186.  -   height: 90px;
  1189. 1187.  - }
  1190. 1188.  - #ads_contacts_form .msg {
  1191. 1189.  -   background-color: #f9f6e7;
  1192. 1190.  -   border-color: #c3b988;
  1193. 1191.  -   font-weight: normal;
  1194. 1192.  - }
  1195. 1193.  -
  1196. 1194.  - /* Multi dropdown menu - begin */
  1197. 1195.  -
  1198. 1196.  - a.ads_dd_menu_item_checkbox_on,
  1199. 1197.  - a.ads_dd_menu_item_checkbox_off {
  1200. 1198.  -   padding-left: 22px !important;
  1201. 1199.  -   background-image: none !important;
  1202. 1200.  -   background-position: 4px 2px !important;
  1203. 1201.  - }
  1204. 1202.  - a.ads_dd_menu_item_checkbox_on {
  1205. 1203.  -   background-image: url("/images/dropdead_check.gif") !important;
  1206. 1204.  - }
  1207. 1205.  -
  1208. 1206.  - /* Multi dropdown menu - end */
  1209. 1207.  -
  1210. 1208.  - .ads_paginated_table_name {
  1211. 1209.  -   overflow: hidden;
  1212. 1210.  -   white-space: nowrap;
  1213. 1211.  - }
  1214. 1212.  -
  1215. 1213.  - .ad_new_user td.label {
  1216. 1214.  -   text-align: right;
  1217. 1215.  -   padding: 6px 15px 6px 0;
  1218. 1216.  -   width: 120px;
  1219. 1217.  -   color: gray;
  1220. 1218.  - }
  1221. 1219.  - .ad_new_user td.labeled input {
  1222. 1220.  -   width: 160px;
  1223. 1221.  - }
  1224. 1222.  -
  1225. 1223.  - #ads_page_simple .ads_reg_row {
  1226. 1224.  -   height: 30px;
  1227. 1225.  - }
  1228. 1226.  - #ads_page_simple .ads_reg_label {
  1229. 1227.  -   width: 231px;
  1230. 1228.  -   float: left;
  1231. 1229.  -   text-align: right;
  1232. 1230.  -   color: #777777;
  1233. 1231.  -   padding: 4px 10px 0 0;
  1234. 1232.  - }
  1235. 1233.  - #ads_page_simple .ads_reg_labeled {
  1236. 1234.  -   float: left;
  1237. 1235.  - }
  1238. 1236.  - #ads_page_simple .ads_reg_labeled_input {
  1239. 1237.  -   margin: 0;
  1240. 1238.  - }
  1241. 1239.  - #ads_page_simple .ads_reg_labeled input#first_name,
  1242. 1240.  - #ads_page_simple .ads_reg_labeled input#last_name,
  1243. 1241.  - #ads_page_simple .ads_reg_labeled input#regemail,
  1244. 1242.  - #ads_page_simple .ads_reg_labeled input#regpass {
  1245. 1243.  -   width: 217px;
  1246. 1244.  - }
  1247. 1245.  -
  1248. 1246.  - .box_body .ads_disapproved_message {
  1249. 1247.  -   line-height: 150%;
  1250. 1248.  - }
  1251. 1249.  -
  1252. 1250.  - .ads_wiki_wrap {
  1253. 1251.  -   line-height: 160%;
  1254. 1252.  - }
  1255. 1253.  -
  1256. 1254.  - .ads_wiki_bonus {
  1257. 1255.  -   padding-bottom: 10px;
  1258. 1256.  - }
  1259. 1257.  -
  1260. 1258.  - #ads_bonus_activation_form .ads_unions_content_label td {
  1261. 1259.  -   padding: 0 0 4px 0;
  1262. 1260.  - }
  1263. 1261.  -
  1264. 1262.  - #ads_unions_content .payments_systems_container {
  1265. 1263.  -   padding: 7px 102px 0 50px;
  1266. 1264.  - }
  1267. 1265.  -
  1268. 1266.  - #ads_unions_content .payments_systems_container .ps_desc_short {
  1269. 1267.  -   padding-right: 120px;
  1270. 1268.  - }
  1271. 1269.  -
  1272. 1270.  - #ads_unions_content .payments_systems_container .term_info {
  1273. 1271.  -   min-height: 24px;
  1274. 1272.  - }
  1275. 1273.  -
  1276. 1274.  - #ads_unions_content .payments_landing div {
  1277. 1275.  -   margin-bottom: 20px;
  1278. 1276.  - }
  1279. 1277.  -
  1280. 1278.  - #ads_retargeting_groups_table {
  1281. 1279.  -   margin-top: 15px;
  1282. 1280.  - }
  1283. 1281.  - #ads_retargeting_groups_table .column_action_view {
  1284. 1282.  -   width: 100px;
  1285. 1283.  -   white-space: nowrap;
  1286. 1284.  - }
  1287. 1285.  - #ads_retargeting_groups .ads_retargeting_controls {
  1288. 1286.  -   padding-top: 15px;
  1289. 1287.  - }
  1290. 1288.  - .ads_retargeting_box {
  1291. 1289.  -   line-height: 160%;
  1292. 1290.  - }
  1293. 1291.  - .ads_retargeting_box_text {
  1294. 1292.  -   padding-bottom: 10px;
  1295. 1293.  - }
  1296. 1294.  - .ads_retargeting_box td.label {
  1297. 1295.  -   color: #777;
  1298. 1296.  -   padding: 5px 10px 5px 0px;
  1299. 1297.  -   text-align: right;
  1300. 1298.  -   width: 100px;
  1301. 1299.  - }
  1302. 1300.  - .ads_retargeting_box td.labeled {
  1303. 1301.  -   padding: 2px 0;
  1304. 1302.  - }
  1305. 1303.  - .ads_retargeting_box td.labeled_info {
  1306. 1304.  -   padding: 2px 0 2px 5px;
  1307. 1305.  - }
  1308. 1306.  - .ads_retargeting_box input {
  1309. 1307.  -   width: 190px;
  1310. 1308.  - }
  1311. 1309.  - #ads_retargeting_box_error {
  1312. 1310.  -   margin-bottom: 10px;
  1313. 1311.  -   display: none;
  1314. 1312.  - }
  1315. 1313.  - .ads_retargeting_box .box_msg {
  1316. 1314.  -   margin-bottom: 10px;
  1317. 1315.  -   font-weight: normal;
  1318. 1316.  - }
  1319. 1317.  - .ads_retargeting_box_notice {
  1320. 1318.  -   font-size: 0.91em;
  1321. 1319.  -   color: #777;
  1322. 1320.  - }
  1323. 1321.  - #retargeting_group_pixel {
  1324. 1322.  -   background-color: #F2F2F2;
  1325. 1323.  -   height: 110px;
  1326. 1324.  -   width: 245px;
  1327. 1325.  - }
  1328. 1326.  - .ads_retargeting_text {
  1329. 1327.  -   line-height: 150%;
  1330. 1328.  - }
  1331. ------
  1332. Файл - ads_moder.css (Старый размер - 10944 | Новый - 0):
  1333. 0.  - #ads_moder_css { display: none; }
  1334. 1.  -
  1335. 2.  - /* ------- */
  1336. 3.  - /* General */
  1337. 4.  - /* ------- */
  1338. 5.  -
  1339. 6.  - .ads_overflow_hidden_wrap1 {
  1340. 7.  -   overflow: hidden;
  1341. 8.  - }
  1342. 9.  - .ads_overflow_hidden_wrap2 {
  1343. 10.  -   overflow: visible;
  1344. 11.  -   white-space: nowrap;
  1345. 12.  -   width: 1px;
  1346. 13.  - }
  1347. 14.  -
  1348. 15.  - .ads_moder_tabs {
  1349. 16.  -   padding-top: 0;
  1350. 17.  - }
  1351. 18.  - .ads_moder_tabs ul.t0 {
  1352. 19.  -   width: auto;
  1353. 20.  - }
  1354. 21.  -
  1355. 22.  - /* -- */
  1356. 23.  - /* Ad */
  1357. 24.  - /* -- */
  1358. 25.  -
  1359. 26.  - .ads_ad_char_hint {
  1360. 27.  -   position: relative;
  1361. 28.  - }
  1362. 29.  - .ads_ad_char_hint_color {
  1363. 30.  -   visibility: hidden;
  1364. 31.  -   position: absolute;
  1365. 32.  -   height: 1px;
  1366. 33.  -   bottom: 0;
  1367. 34.  -   left: 0;
  1368. 35.  -   border-bottom: 1px solid red;
  1369. 36.  -   overflow: hidden;
  1370. 37.  - }
  1371. 38.  - .ads_ad_box a:hover .ads_ad_char_hint_color {
  1372. 39.  -   visibility: visible;
  1373. 40.  - }
  1374. 41.  -
  1375. 42.  - /* ------- */
  1376. 43.  - /* Markers */
  1377. 44.  - /* ------- */
  1378. 45.  -
  1379. 46.  - .ads_marker_wrap_ad {
  1380. 47.  -   position: relative;
  1381. 48.  - }
  1382. 49.  - .ads_marker_wrap {
  1383. 50.  -   position: absolute;
  1384. 51.  -   top: 1px;
  1385. 52.  -   left: 1px;
  1386. 53.  -   z-index: 10;
  1387. 54.  - }
  1388. 55.  - .ads_marker {
  1389. 56.  -   float: left;
  1390. 57.  -   width: 5px;
  1391. 58.  -   height: 5px;
  1392. 59.  -   margin-right: 2px;
  1393. 60.  -   border-radius: 1px;
  1394. 61.  - }
  1395. 62.  - .ads_marker_wrap_ad:hover .ads_marker {
  1396. 63.  -   width: 7px;
  1397. 64.  -   height: 7px;
  1398. 65.  -   border-radius: 2px;
  1399. 66.  - }
  1400. 67.  -
  1401. 68.  - .ads_marker_target {
  1402. 69.  -   background-color: #ff8000;
  1403. 70.  - }
  1404. 71.  - .ads_marker_clicked {
  1405. 72.  -   background-color: #9966cc;
  1406. 73.  - }
  1407. 74.  - .ads_marker_closed {
  1408. 75.  -   background-color: #00b2cc;
  1409. 76.  - }
  1410. 77.  - .ads_marker_viewed {
  1411. 78.  -   background-color: #ff55aa;
  1412. 79.  - }
  1413. 80.  -
  1414. 81.  - .ads_marker_offensive {
  1415. 82.  -   background-color: #5090ff;
  1416. 83.  - }
  1417. 84.  - .ads_marker_porno {
  1418. 85.  -   background-color: #ff2213;
  1419. 86.  - }
  1420. 87.  - .ads_marker_cheaters {
  1421. 88.  -   background-color: #a0522d;
  1422. 89.  - }
  1423. 90.  - .ads_marker_against {
  1424. 91.  -   background-color: #008000;
  1425. 92.  - }
  1426. 93.  -
  1427. 94.  - .ads_marker_enabled {
  1428. 95.  -   background-color: #00aa00;
  1429. 96.  - }
  1430. 97.  - .ads_marker_enabling {
  1431. 98.  -   background-color: #CFB53B;
  1432. 99.  - }
  1433. 100.  - .ads_marker_approved {
  1434. 101.  -   background-color: #0000dd;
  1435. 102.  - }
  1436. 103.  - .ads_marker_disapproved {
  1437. 104.  -   background-color: #aa0000;
  1438. 105.  - }
  1439. 106.  - .ads_marker_archived {
  1440. 107.  -   background-color: #333333;
  1441. 108.  - }
  1442. 109.  -
  1443. 110.  - .ads_marker_request_manual {
  1444. 111.  -   background-color: #e0b080;
  1445. 112.  - }
  1446. 113.  - .ads_marker_request_wrong {
  1447. 114.  -   background-color: #00d07f;
  1448. 115.  - }
  1449. 116.  -
  1450. 117.  - .ads_marker_target_tip {
  1451. 118.  -   color: #ff8000;
  1452. 119.  - }
  1453. 120.  - .ads_marker_clicked_tip {
  1454. 121.  -   color: #9966cc;
  1455. 122.  - }
  1456. 123.  - .ads_marker_closed_tip {
  1457. 124.  -   color: #00b2cc;
  1458. 125.  - }
  1459. 126.  - .ads_marker_viewed_tip {
  1460. 127.  -   color: #ff55aa;
  1461. 128.  - }
  1462. 129.  -
  1463. 130.  - .ads_marker_offensive_tip {
  1464. 131.  -   color: #5090ff;
  1465. 132.  - }
  1466. 133.  - .ads_marker_porno_tip {
  1467. 134.  -   color: #ff2213;
  1468. 135.  - }
  1469. 136.  - .ads_marker_cheaters_tip {
  1470. 137.  -   color: #a0522d;
  1471. 138.  - }
  1472. 139.  - .ads_marker_against_tip {
  1473. 140.  -   color: #008000;
  1474. 141.  - }
  1475. 142.  -
  1476. 143.  - .ads_marker_enabled_tip {
  1477. 144.  -   color: #00aa00;
  1478. 145.  - }
  1479. 146.  - .ads_marker_enabling_tip {
  1480. 147.  -   color: #CFB53B;
  1481. 148.  - }
  1482. 149.  - .ads_marker_approved_tip {
  1483. 150.  -   color: #0000dd;
  1484. 151.  - }
  1485. 152.  - .ads_marker_disapproved_tip {
  1486. 153.  -   color: #aa0000;
  1487. 154.  - }
  1488. 155.  - .ads_marker_archived_tip {
  1489. 156.  -   color: #333333;
  1490. 157.  - }
  1491. 158.  -
  1492. 159.  - .ads_marker_request_manual_tip {
  1493. 160.  -   color: #e0b080;
  1494. 161.  - }
  1495. 162.  - .ads_marker_request_wrong_tip {
  1496. 163.  -   color: #00d07f;
  1497. 164.  - }
  1498. 165.  -
  1499. 166.  - .ads_marker_other_tip {
  1500. 167.  -   color: #2b587a;
  1501. 168.  - }
  1502. 169.  - .ads_marker_grey_tip {
  1503. 170.  -   color: grey;
  1504. 171.  - }
  1505. 172.  - /* #8B00ff */
  1506. 173.  - /* 009090 */
  1507. 174.  -
  1508. 175.  - .ads_info_marker {
  1509. 176.  -   position: absolute;
  1510. 177.  -   z-index: 20;
  1511. 178.  -   top: 2px;
  1512. 179.  -   right: 2px;
  1513. 180.  -
  1514. 181.  -   background-color: #D5DDE5;
  1515. 182.  -   border-radius: 3px;
  1516. 183.  -   text-align: center;
  1517. 184.  -
  1518. 185.  -   width: 20px;
  1519. 186.  -   height: 20px;
  1520. 187.  -   line-height: 20px;
  1521. 188.  -   font-size: 1px;
  1522. 189.  -   opacity: 0.5;
  1523. 190.  -
  1524. 191.  -   display: none;
  1525. 192.  - }
  1526. 193.  - .ads_marker_wrap_ad:hover .ads_info_marker {
  1527. 194.  -   display: block;
  1528. 195.  -   text-decoration: none;
  1529. 196.  - }
  1530. 197.  - .ads_marker_wrap_ad .ads_info_marker:hover {
  1531. 198.  -   font-size: 11px;
  1532. 199.  -   opacity: 1;
  1533. 200.  - }
  1534. 201.  -
  1535. 202.  - /* -------- */
  1536. 203.  - /* Category */
  1537. 204.  - /* -------- */
  1538. 205.  -
  1539. 206.  - .ads_category_wrap {
  1540. 207.  -   max-width: 118px;
  1541. 208.  -   margin-top: 4px;
  1542. 209.  -   display: inline-block;
  1543. 210.  -   font-size: 0.91em;
  1544. 211.  -   position: relative;
  1545. 212.  - }
  1546. 213.  - .ads_category_wrap .ads_category_parent {
  1547. 214.  -   position: absolute;
  1548. 215.  -   z-index: 10;
  1549. 216.  -   display: none;
  1550. 217.  -   white-space: nowrap;
  1551. 218.  -   padding-left: 5px;
  1552. 219.  - }
  1553. 220.  - .ads_category_wrap .ads_subcategory {
  1554. 221.  -   font-weight: bold;
  1555. 222.  - }
  1556. 223.  - .ads_category_wrap:hover .ads_subcategory,
  1557. 224.  - .ads_category_wrap:hover .ads_category_parent {
  1558. 225.  -   background-color: white;
  1559. 226.  - }
  1560. 227.  - .ads_category_wrap:hover .ads_category_parent {
  1561. 228.  -   display: inline;
  1562. 229.  - }
  1563. 230.  -
  1564. 231.  - /* -------- */
  1565. 232.  - /* Ads info */
  1566. 233.  - /* -------- */
  1567. 234.  -
  1568. 235.  - .ads_info_premoderation_request .ads_ad_box_border {
  1569. 236.  -   border-width: 1px;
  1570. 237.  - }
  1571. 238.  - .ads_info_premoderation_request .label {
  1572. 239.  -   color: grey;
  1573. 240.  -   padding-right: 10px;
  1574. 241.  - }
  1575. 242.  - .ads_info_premoderation_request .info_msg {
  1576. 243.  -   margin-top: 15px;
  1577. 244.  - }
  1578. 245.  - .ads_info_premoderation_request_info {
  1579. 246.  -   line-height: 160%;
  1580. 247.  - }
  1581. 248.  - .ads_info_premoderation_request_info td {
  1582. 249.  -   vertical-align: top;
  1583. 250.  -   padding-bottom: 3px;
  1584. 251.  - }
  1585. 252.  - .ads_info_premoderation_request_ad_prev,
  1586. 253.  - .ads_info_premoderation_request_ad_cur,
  1587. 254.  - .ads_info_premoderation_request_arrow,
  1588. 255.  - .ads_info_premoderation_request_info {
  1589. 256.  -   padding-right: 15px;
  1590. 257.  - }
  1591. 258.  - .ads_info_premoderation_request_ad_prev,
  1592. 259.  - .ads_info_premoderation_request_ad_cur,
  1593. 260.  - .ads_info_premoderation_request_info {
  1594. 261.  -   vertical-align: top;
  1595. 262.  - }
  1596. 263.  - .ads_info_premoderation_request_ad_prev,
  1597. 264.  - .ads_info_premoderation_request_ad_cur {
  1598. 265.  -   text-align: center;
  1599. 266.  - }
  1600. 267.  - .ads_info_premoderation_request_arrow {
  1601. 268.  -   font-size: 30px;
  1602. 269.  - }
  1603. 270.  -
  1604. 271.  - /* ------- */
  1605. 272.  - /* All ads */
  1606. 273.  - /* ------- */
  1607. 274.  -
  1608. 275.  - .ads_all_navigation_page {
  1609. 276.  -   display: block;
  1610. 277.  -   float: left;
  1611. 278.  -   text-decoration: none !important;
  1612. 279.  -   padding: 5px;
  1613. 280.  -   margin: 0 3px 3px 0;
  1614. 281.  -   border: 1px solid #DAE1E8;
  1615. 282.  -   min-width: 45px;
  1616. 283.  - }
  1617. 284.  - .ads_all_navigation_page.current {
  1618. 285.  -   font-weight: bold;
  1619. 286.  - }
  1620. 287.  -
  1621. 288.  - .ads_all_ads_box {
  1622. 289.  -   float: left;
  1623. 290.  -   height: 300px;
  1624. 291.  -   margin: 0 5px;
  1625. 292.  - }
  1626. 293.  -
  1627. 294.  - .ads_all_ads_box .ads_ad_box_border {
  1628. 295.  -   border-width: 1px;
  1629. 296.  - }
  1630. 297.  -
  1631. 298.  - /* ------------- */
  1632. 299.  - /* Premoderation */
  1633. 300.  - /* ------------- */
  1634. 301.  -
  1635. 302.  - .ads_premoderation_requests {
  1636. 303.  -   margin-right: -30px;
  1637. 304.  - }
  1638. 305.  - .ads_premoderation_request_wrap {
  1639. 306.  -   float: left;
  1640. 307.  -   height: 480px;
  1641. 308.  -   margin: 10px 30px 0 0;
  1642. 309.  - }
  1643. 310.  - .ads_premoderation_request_wrap.first {
  1644. 311.  -   margin-right: 31px;
  1645. 312.  - }
  1646. 313.  -
  1647. 314.  - .ads_premoderation_requests .ads_ad_box_border {
  1648. 315.  -   border-width: 1px;
  1649. 316.  - }
  1650. 317.  -
  1651. 318.  - .ads_premoderation_requests_office .label {
  1652. 319.  -   padding-right: 10px;
  1653. 320.  -   vertical-align: top;
  1654. 321.  - }
  1655. 322.  - .ads_premoderation_requests_office_columns {
  1656. 323.  -   width: 100%;
  1657. 324.  - }
  1658. 325.  - .ads_premoderation_requests_office_column {
  1659. 326.  -   vertical-align: top;
  1660. 327.  - }
  1661. 328.  - .ads_premoderation_requests_office_column_domains {
  1662. 329.  -   text-align: right;
  1663. 330.  - }
  1664. 331.  - .ads_premoderation_requests_office_domains {
  1665. 332.  -   display: inline-block;
  1666. 333.  - }
  1667. 334.  - .ads_premoderation_requests_office_domains .labeled {
  1668. 335.  -   text-align: left;
  1669. 336.  - }
  1670. 337.  - .ads_premoderation_requests_office_domain_similar {
  1671. 338.  -   color: #aa0000;
  1672. 339.  - }
  1673. 340.  -
  1674. 341.  - .ads_premoderation_request {
  1675. 342.  -   border: 1px solid #D3DBE1;
  1676. 343.  -   padding: 3px;
  1677. 344.  -   width: 283px;
  1678. 345.  - }
  1679. 346.  - .ads_premoderation_request_ad_wrap {
  1680. 347.  -   vertical-align: top;
  1681. 348.  -   text-align: center;
  1682. 349.  -   padding-top: 5px;
  1683. 350.  - }
  1684. 351.  - .ads_premoderation_request_ad_wrap2 {
  1685. 352.  -   display: inline-block;
  1686. 353.  - }
  1687. 354.  - .ads_premoderation_request_ad_page_link_wrap {
  1688. 355.  -   font-size: 30px;
  1689. 356.  -   text-align: center;
  1690. 357.  -   line-height: 20px;
  1691. 358.  -   overflow: hidden;
  1692. 359.  - }
  1693. 360.  - a.ads_premoderation_request_ad_page_link {
  1694. 361.  -   text-decoration: none;
  1695. 362.  - }
  1696. 363.  - .ads_premoderation_request_ad_link_url_wrap {
  1697. 364.  -   padding: 5px 3px 0 3px;
  1698. 365.  - }
  1699. 366.  - .ads_premoderation_request_notes_wrap {
  1700. 367.  -   padding: 5px 3px 0 3px;
  1701. 368.  - }
  1702. 369.  - .ads_premoderation_request_comment_wrap {
  1703. 370.  -   padding-top: 3px;
  1704. 371.  - }
  1705. 372.  - .ads_premoderation_request_comment_wrap2 {
  1706. 373.  -   margin-right: 8px;
  1707. 374.  - }
  1708. 375.  - .ads_premoderation_request_comment {
  1709. 376.  -   width: 100%;
  1710. 377.  -   margin: 0;
  1711. 378.  - }
  1712. 379.  - .ads_premoderation_request_actions_wrap {
  1713. 380.  -   padding-top: 8px;
  1714. 381.  - }
  1715. 382.  - .ads_premoderation_request_actions_wrap2 {
  1716. 383.  -   width: 100%;
  1717. 384.  -   border-collapse: collapse;
  1718. 385.  - }
  1719. 386.  - .ads_premoderation_request_reasons_wrap2 {
  1720. 387.  -   position: relative;
  1721. 388.  - }
  1722. 389.  - .ads_premoderation_request_result_wrap {
  1723. 390.  -   height: 20px;
  1724. 391.  -   padding: 5px 3px 3px 3px;
  1725. 392.  - }
  1726. 393.  - .ads_premoderation_request_result {
  1727. 394.  -   color: grey;
  1728. 395.  - }
  1729. 396.  -
  1730. 397.  - .ads_premoderation_categories_edit_box .info_msg {
  1731. 398.  -   margin-bottom: 15px;
  1732. 399.  - }
  1733. 400.  - .ads_premoderation_categories_edit_box .label {
  1734. 401.  -   padding-top: 4px;
  1735. 402.  -   color: grey;
  1736. 403.  -   width: 150px;
  1737. 404.  -   text-align: right;
  1738. 405.  - }
  1739. 406.  - .ads_premoderation_categories_edit_box .labeled {
  1740. 407.  -   padding-bottom: 10px;
  1741. 408.  - }
  1742. 409.  -
  1743. 410.  - .ads_premoderation_mass_progress_wrap2,
  1744. 411.  - .ads_premoderation_mass_result {
  1745. 412.  -   padding-top: 10px;
  1746. 413.  - }
  1747. 414.  - .ads_premoderation_mass_progress_wrap1 {
  1748. 415.  -   width: 250px;
  1749. 416.  - }
  1750. 417.  -
  1751. 418.  - .ads_premoderation_stat_moder_name_wrap {
  1752. 419.  -   visibility: hidden;
  1753. 420.  -   position: relative;
  1754. 421.  - }
  1755. 422.  - .ads_premoderation_stat_moder_name {
  1756. 423.  -   visibility: visible;
  1757. 424.  -   position: absolute;
  1758. 425.  -   left: 0;
  1759. 426.  -   top: 0;
  1760. 427.  -   white-space: nowrap;
  1761. 428.  - }
  1762. 429.  - .ads_premoderation_stat_value_hint,
  1763. 430.  - .ads_premoderation_stat_value_hint a {
  1764. 431.  -  color: gray;
  1765. 432.  - }
  1766. 433.  -
  1767. 434.  - /* ---- */
  1768. 435.  - /* Logs */
  1769. 436.  - /* ---- */
  1770. 437.  -
  1771. 438.  - table.ads_logs_users {
  1772. 439.  -   border-collapse: collapse;
  1773. 440.  - }
  1774. 441.  - table.ads_logs_users td,
  1775. 442.  - table.ads_logs_users th {
  1776. 443.  -   padding: 2px 5px;
  1777. 444.  - }
  1778. 445.  -
  1779. 446.  - table.ads_logs_info {
  1780. 447.  -   border-collapse: collapse;
  1781. 448.  - }
  1782. 449.  - table.ads_logs_info td,
  1783. 450.  - table.ads_logs_info th {
  1784. 451.  -   padding: 1px 10px;
  1785. 452.  - }
  1786. 453.  -
  1787. 454.  - /* ------------ */
  1788. 455.  - /* Stat summary */
  1789. 456.  - /* ------------ */
  1790. 457.  -
  1791. 458.  - .ads_moder_stat_summary_range_wrap {
  1792. 459.  -   margin-top: -2px;
  1793. 460.  - }
  1794. 461.  - @-moz-document url-prefix() {
  1795. 462.  - .ads_moder_stat_summary_range_wrap {
  1796. 463.  -   margin-top: -1px;
  1797. 464.  - }
  1798. 465.  - }
  1799. 466.  - .ads_moder_stat_summary_range_part {
  1800. 467.  -   padding-left: 8px;
  1801. 468.  - }
  1802. 469.  - .ads_moder_stat_summary_range_label {
  1803. 470.  -   padding-top: 5px;
  1804. 471.  - }
  1805. 472.  - @-moz-document url-prefix() {
  1806. 473.  - .ads_moder_stat_summary_range_label {
  1807. 474.  -   padding-top: 4px;
  1808. 475.  - }
  1809. 476.  - }
  1810. 477.  - #ads_moder_stat_summary_range_link {
  1811. 478.  -   opacity: 0.5;
  1812. 479.  -   display: block;
  1813. 480.  -   padding: 1px;
  1814. 481.  - }
  1815. 482.  - #ads_moder_stat_summary_range_link:hover {
  1816. 483.  -   opacity: 1;
  1817. 484.  - }
  1818. 485.  - #ads_moder_stat_summary_range_link img {
  1819. 486.  -   display: block;
  1820. 487.  - }
  1821. 488.  -
  1822. 489.  - #ads_moder_stat_summary_filter_properties_shower {
  1823. 490.  -   display: block;
  1824. 491.  -   padding: 3px 8px 8px 8px;
  1825. 492.  - }
  1826. 493.  -
  1827. 494.  - .ads_stat_summary_graph_link {
  1828. 495.  -   height: 11px;
  1829. 496.  -   overflow: visible;
  1830. 497.  - }
  1831. 498.  - .ads_stat_summary_graph_image {
  1832. 499.  -   display: block;
  1833. 500.  -   margin-top: -1px;
  1834. 501.  - }
  1835. 502.  -
  1836. 503.  - /* ----- */
  1837. 504.  - /* Other */
  1838. 505.  - /* ----- */
  1839. 506.  -
  1840. 507.  - .ads_navigation_link.current {
  1841. 508.  -   font-weight: bold;
  1842. 509.  - }
  1843. 510.  -
  1844. 511.  - .ads_note {
  1845. 512.  -   padding-bottom: 5px;
  1846. 513.  - }
  1847. 514.  - .ads_note_info {
  1848. 515.  -   color: #999999;
  1849. 516.  -   font-size: 0.91em;
  1850. 517.  - }
  1851. 518.  - .ads_note_info_user {
  1852. 519.  -   color: #999999;
  1853. 520.  - }
  1854. 521.  -
  1855. 522.  - /* --- */
  1856. 523.  - /* OLD */
  1857. 524.  - /* --- */
  1858. 525.  -
  1859. 526.  - #ads_unions_bonuses * {
  1860. 527.  -   text-align: left;
  1861. 528.  - }
  1862. 529.  -
  1863. 530.  - #ads_unions_queue .ads_unions_list td,
  1864. 531.  - #ads_unions_queue .ads_unions_list th {
  1865. 532.  -   text-align: left;
  1866. 533.  - }
  1867. 534.  -
  1868. 535.  - #ads_premoderation_stat .ads_unions_list th.column_moder *,
  1869. 536.  - #ads_premoderation_stat .ads_unions_list td.column_moder,
  1870. 537.  - #ads_premoderation_stat .ads_unions_list th.column_period *,
  1871. 538.  - #ads_premoderation_stat .ads_unions_list td.column_period {
  1872. 539.  -   text-align: left;
  1873. 540.  - }
  1874. 541.  -
  1875. 542.  - /* Distribution chart */
  1876. 543.  - .ads_moder_chart_table_wrap {
  1877. 544.  -   position: relative;
  1878. 545.  - }
  1879. 546.  - .ads_moder_chart_table {
  1880. 547.  -   background-color: #F3F5F7;
  1881. 548.  -   border: 0 none;
  1882. 549.  -   margin-bottom: 10px;
  1883. 550.  -   vertical-align: bottom;
  1884. 551.  -   margin: 0 auto;
  1885. 552.  - }
  1886. 553.  - .ads_moder_chart_table td.ads_moder_total_chart_row {
  1887. 554.  -   background-color: #FFFFFF;
  1888. 555.  -   color:#45688E;
  1889. 556.  -   border: 0 none;
  1890. 557.  -   padding-top: 10px;
  1891. 558.  -   padding-bottom: 30px;
  1892. 559.  -   vertical-align: bottom;
  1893. 560.  - }
  1894. 561.  - .ads_moder_chart_column {
  1895. 562.  -   background-color: #B0C1CF;
  1896. 563.  -   vertical-align: bottom;
  1897. 564.  -   cursor: pointer;
  1898. 565.  - }
  1899. 566.  - .ads_moder_chart_column.even {
  1900. 567.  -   background-color: #C7D3DD;
  1901. 568.  - }
  1902. 569.  - .ads_moder_chart_table td {
  1903. 570.  -   vertical-align: bottom;
  1904. 571.  - }
  1905. 572.  - .ads_moder_chart_table td.ads_moder_chart_under_num {
  1906. 573.  -   background-color: #EAEEF2;
  1907. 574.  -   height: 15px;
  1908. 575.  -   padding-bottom: 3px;
  1909. 576.  - }
  1910. 577.  - .ads_moder_chart_table td.ads_moder_chart_under_num.even {
  1911. 578.  -   background-color: #FFFFFF;
  1912. 579.  - }
  1913. 580.  - .ads_moder_chart_date {
  1914. 581.  -   font-size: 9px;
  1915. 582.  -   height: 10px;
  1916. 583.  -   padding-top: 4px;
  1917. 584.  -   text-align: center;
  1918. 585.  - }
  1919. 586.  - .ads_moder_chart_max_label {
  1920. 587.  -   background-color: #FFFFFF;
  1921. 588.  -   color: #000000;
  1922. 589.  -   display: none;
  1923. 590.  -   font-size: 9px;
  1924. 591.  -   padding: 2px 4px;
  1925. 592.  -   position: absolute;
  1926. 593.  -   z-index: 100;
  1927. 594.  - }
  1928. 595.  - .ads_moder_chart_max_label_out {
  1929. 596.  -   background-color: #2B587A;
  1930. 597.  -   display: none;
  1931. 598.  -   opacity: 0.2;
  1932. 599.  -   position: absolute;
  1933. 600.  -   z-index: 90;
  1934. 601.  - }
  1935. 602.  - .ads_moder_chart_max_label_out2 {
  1936. 603.  -   background-color: #2B587A;
  1937. 604.  -   display: none;
  1938. 605.  -   opacity: 0.1;
  1939. 606.  -   position: absolute;
  1940. 607.  -   z-index: 90;
  1941. 608.  - }
  1942. ------
  1943. Файл - ads_web.js (Старый размер - 17747 | Новый - 16528):
  1944. 5.  - AdsWeb.showAds = function() {
  1945. 6.  + AdsWeb.showAds = function(paramsExtra, openapiVersion) {
  1946. 11.  -   var adsCount = intval(ge('ads_web_site_code_ads_ads_count').value);
  1947. 12.  -   if (!AdsWeb.updateSiteCodeAdsParams('ads_ads_count', adsCount, false, true)) {
  1948. 13.  +   var adsCount = intval(ge('ads_web_site_code_ads_count').value);
  1949. 14.  +   if (!AdsWeb.updateSiteCodeAdsParams('ads_count', adsCount, false, true)) {
  1950. 20.  -     var keyFix = key.substr(4);
  1951. 21.  +     var keyFix = (inArray(key, ['ads_count']) ? key : key.substr(4));
  1952. 23.  -   }
  1953. 24.  -   if (adsParamsFix['handler'] && adsParamsFix['handler'].substr(0, 8) === 'function') {
  1954. 25.  -     eval("adsParamsFix['handler'] = " + adsParamsFix['handler']);
  1955. 28.  -   var paramsExtra = extend({}, adsParamsFix, cur.adsParamsExtra);
  1956. 29.  +   if (!paramsExtra) {
  1957. 30.  +     paramsExtra = {};
  1958. 31.  +   }
  1959. 32.  +   paramsExtra = extend({}, adsParamsFix, paramsExtra);
  1960. 33.  +   paramsExtra.ad_unit_id *= -1;
  1961. 37.  +     VK.init({apiId: -1, onlyWidgets: true});
  1962. 47.  -         src: '/js/api/openapi.js?'+cur.openapiVersion
  1963. 48.  +         src: '/js/api/openapi.js?'+openapiVersion
  1964. 66.  - AdsWeb.siteStatSelectGraph = function(itemElem, graphIndex) {
  1965. 67.  -   removeClass(geByClass1('selected', ge('ads_web_graph_filters')), 'selected');
  1966. 68.  -   addClass(itemElem, 'selected');
  1967. 69.  -   cur.pageGraphs.ads_web_graph.loadGraph(graphIndex);
  1968. 70.  + AdsWeb.getAdsViewParams = function() {
  1969. 71.  +   var adsViewParams = {};
  1970. 72.  +
  1971. 73.  +   adsViewParams.ads_count = adsCount;
  1972. 74.  +
  1973. 75.  +   return adsViewParams;
  1974. 78.  - AdsWeb.initSiteCode = function(widgetHtml, adsParams, adsParamsExtra, openapiVersion) {
  1975. 79.  -   cur.widgetHtml     = widgetHtml;
  1976. 80.  -   cur.adsParams      = adsParams;
  1977. 81.  -   cur.adsParamsExtra = adsParamsExtra;
  1978. 82.  -   cur.openapiVersion = openapiVersion;
  1979. 83.  + AdsWeb.initSiteCode = function(widgetCode, adsParams) {
  1980. 84.  +   cur.widgetCode = widgetCode;
  1981. 85.  +   cur.adsParams  = adsParams;
  1982. 87.  -   window.radioBtns['ads_demo']         = {els: Array.prototype.slice.apply(geByClass('radiobtn', ge('ads_web_site_code_ads_demo_wrap')))};
  1983. 102.  -   if (paramName === 'ads_ads_count') {
  1984. 103.  +   if (paramName === 'ads_count') {
  1985. 117.  -     'ads_demo',
  1986. 129.  -     'ads_handler_empty_html'
  1987. 130.  +     'ads_handler_fail_only'
  1988. 138.  -     var adsParamsFix = [];
  1989. 139.  +     var adsParamsFix = {};
  1990. 141.  -       var keyFix = key.substr(4);
  1991. 142.  -       var value;
  1992. 143.  -       if (key === 'ads_handler' && cur.adsParams[key].substr(0, 8) === 'function') {
  1993. 144.  -         value = '"' + keyFix + '":' + cur.adsParams[key];
  1994. 145.  -       } else {
  1995. 146.  -         value = '"' + keyFix + '":' + JSON.stringify(cur.adsParams[key]);
  1996. 147.  -       }
  1997. 148.  -       adsParamsFix.push(value);
  1998. 149.  +       var keyFix = (inArray(key, ['ads_count']) ? key : key.substr(4));
  1999. 150.  +       adsParamsFix[keyFix] = cur.adsParams[key];
  2000. 152.  -     var adsParamsStr = '{' + adsParamsFix.join(',') + '}';
  2001. 153.  -     var widgetHtml   = cur.widgetHtml.replace('{ads_params}', adsParamsStr);
  2002. 154.  -     ge('ads_web_site_code_widget_html').value = widgetHtml;
  2003. 155.  +     var adsParamsStr = JSON.stringify(adsParamsFix);
  2004. 156.  +     var widgetCode   = cur.widgetCode.replace('{ads_params}', adsParamsStr);
  2005. 157.  +     ge('ads_web_site_code_widget_code').value = widgetCode;
  2006. 196.  -     Ads.unlock('saveSite');
  2007. 206.  +       Ads.unlock('saveSite');
  2008. 218.  - AdsWeb.deleteSite = function(actionParams) {
  2009. 219.  -   if (!Ads.lock('deleteSite', onLock, onUnlock)) {
  2010. 220.  + AdsWeb.removeSite = function(actionParams) {
  2011. 221.  +   if (!Ads.lock('removeSite', onLock, onUnlock)) {
  2012. 228.  -   ajax.post('/adsweb?act=site_delete', ajaxParams, {onDone: onComplete, onFail: onComplete});
  2013. 229.  +   ajax.post('/adsweb?act=site_remove', ajaxParams, {onDone: onComplete, onFail: onComplete});
  2014. 232.  -     Ads.unlock('deleteSite');
  2015. 238.  +       Ads.unlock('removeSite');
  2016. 259.  -     Ads.unlock('changeSiteParams');
  2017. 265.  +       Ads.unlock('changeSiteParams');
  2018. 286.  -     Ads.unlock('changeDomainNameParams');
  2019. 292.  +       Ads.unlock('changeDomainNameParams');
  2020. 313.  -     Ads.unlock('changeDomainNameParams');
  2021. 319.  +       Ads.unlock('changeDomainNameParams');
  2022. 345.  +     showMax:       20,
  2023. 370.  -     Ads.unlock('saveSiteTags');
  2024. 376.  +       Ads.unlock('saveSiteTags');
  2025. 385.  -   }
  2026. 386.  - }
  2027. 387.  -
  2028. 388.  - AdsWeb.changeUnitParams = function(actionParams) {
  2029. 389.  -   if (!Ads.lock('changeUnitParams', onLock, onUnlock)) {
  2030. 390.  -     return;
  2031. 391.  -   }
  2032. 392.  -
  2033. 393.  -   var ajaxParams = {};
  2034. 394.  -   ajaxParams = extend({}, ajaxParams, actionParams);
  2035. 395.  -
  2036. 396.  -   ajax.post('/adsweb?act=unit_change_params', ajaxParams, {onDone: onComplete, onFail: onComplete});
  2037. 397.  -
  2038. 398.  -   function onComplete(response) {
  2039. 399.  -     Ads.unlock('changeUnitParams');
  2040. 400.  -     if (response && response.ok) {
  2041. 401.  -       nav.reload();
  2042. 402.  -     } else {
  2043. 403.  -       var msg = ((response && response.msg) ? response.msg : getLang('ads_error_unexpected_error_try_later'));
  2044. 404.  -       showFastBox(getLang('global_error'), msg);
  2045. 405.  -     }
  2046. 406.  -     return true;
  2047. 407.  -   }
  2048. 408.  -   function onLock() {
  2049. 409.  -   }
  2050. 410.  -   function onUnlock() {
  2051. 447.  -     Ads.unlock('saveTag');
  2052. 453.  +       Ads.unlock('saveTag');
  2053. 476.  -     Ads.unlock('removeTag');
  2054. 482.  +       Ads.unlock('removeTag');
  2055. 523.  -     Ads.unlock('saveAdmin');
  2056. 529.  +       Ads.unlock('saveAdmin');
  2057. 552.  -     Ads.unlock('removeAdmin');
  2058. 558.  +       Ads.unlock('removeAdmin');
  2059. 617.  -     Ads.unlock('saveDomainSpecial');
  2060. 623.  +       Ads.unlock('saveDomainSpecial');
  2061. ------
Advertisement
Add Comment
Please, Sign In to add comment