Hormold

VK Change (#1394044210)

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