Hormold

VK Change (#1383514207)

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