Hormold

VK Change (#1392490812)

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