Hormold

VK Change (#1380291306)

Sep 27th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 46.88 KB | None | 0 0
  1. Файл - gifts.css (Старый размер - 11467 | Новый - 0):
  2. 0.  - #gifts_css {
  3. 1.  -   display: none;
  4. 2.  - }
  5. 3.  -
  6. 4.  - #gifts_box {
  7. 5.  -   position: relative;
  8. 6.  -   margin: -3px 0px 0;
  9. 7.  -   overflow: auto;
  10. 8.  -   width: 642px;
  11. 9.  -   padding: 5px 5px 20px;
  12. 10.  - }
  13. 11.  - .gifts_section {
  14. 12.  -   position: relative;
  15. 13.  -   margin: -3px 0px 0px;
  16. 14.  -   overflow: auto;
  17. 15.  -   padding: 10px 5px 23px 7px;
  18. 16.  - }
  19. 17.  - .gift_cell {
  20. 18.  -   height: 96px;
  21. 19.  -   width: 96px;
  22. 20.  -   padding: 4px;
  23. 21.  -   position: relative;
  24. 22.  - }
  25. 23.  - #gift_price {
  26. 24.  -   background: #D0D8E0;
  27. 25.  -   background: rgba(208, 216, 224, 0.8);
  28. 26.  -   border-radius: 3px;
  29. 27.  -   padding: 1px 4px 2px;
  30. 28.  -   margin: 0 12px;
  31. 29.  -   color: #45688E;
  32. 30.  -   font-size: 1em;
  33. 31.  -   font-weight: bold;
  34. 32.  -   position: absolute;
  35. 33.  -   left: 0;
  36. 34.  -   right: 0;
  37. 35.  -   bottom: 0;
  38. 36.  -   text-align: center;
  39. 37.  -   display: none;
  40. 38.  -   z-index: 99;
  41. 39.  - }
  42. 40.  - .gift_free {
  43. 41.  -   background: #D0D8E0;
  44. 42.  -   background: rgba(208, 216, 224, 0.8);
  45. 43.  -   border-radius: 3px;
  46. 44.  -   padding: 3px 4px 4px;
  47. 45.  -   margin: 0 12px;
  48. 46.  -   color: #45688E;
  49. 47.  -   font-size: 1em;
  50. 48.  -   font-weight: bold;
  51. 49.  -   position: absolute;
  52. 50.  -   left: 0;
  53. 51.  -   right: 0;
  54. 52.  -   bottom: 0;
  55. 53.  -   text-align: center;
  56. 54.  -   z-index: 99;
  57. 55.  - }
  58. 56.  - #gift_privacy {
  59. 57.  -   padding: 10px 0 0;
  60. 58.  -   color: #666;
  61. 59.  - }
  62. 60.  - .gifts_section img,
  63. 61.  - #gifts_box img {
  64. 62.  -   display: block;
  65. 63.  - }
  66. 64.  - #gift_price_str {
  67. 65.  -   display: block;
  68. 66.  -   margin: 2px 0px;
  69. 67.  - }
  70. 68.  - #gifts_box b.rbottom {
  71. 69.  -   background: white;
  72. 70.  -   display: block;
  73. 71.  - }
  74. 72.  - #gifts_box b.rbottom b {
  75. 73.  -   background: #F2E9BA;
  76. 74.  -   display: block;
  77. 75.  -   height: 1px;
  78. 76.  -   overflow: hidden;
  79. 77.  - }
  80. 78.  - #gifts_box b.rbottom b.r {
  81. 79.  -   height: 1px;
  82. 80.  -   margin: 0px 1px;
  83. 81.  - }
  84. 82.  - #gifts_box a.gold {
  85. 83.  -   background: url(/images/gift_gold_bg.gif) no-repeat;
  86. 84.  - }
  87. 85.  - .gift_cell .gift_img {
  88. 86.  -   -webkit-transition: opacity  .2s;
  89. 87.  -   -moz-transition: opacity  .2s;
  90. 88.  -   -o-transition: opacity  .2s;
  91. 89.  -   transition: opacity  .2s;
  92. 90.  - }
  93. 91.  - .gift_cell:hover .gift_img {
  94. 92.  -   opacity: .8;
  95. 93.  - }
  96. 94.  - .gift_cell:hover .gift_free {
  97. 95.  -   display: none;
  98. 96.  - }
  99. 97.  - #select_gift a.gold:hover {
  100. 98.  -   background: url(/images/gift_bg.gif) no-repeat;
  101. 99.  -   background-color: transparent;
  102. 100.  -   text-decoration: none;
  103. 101.  - }
  104. 102.  - #gifts_box a.unactive:hover {
  105. 103.  -   opacity: 1;
  106. 104.  -   filter:alpha(opacity=100);
  107. 105.  - }
  108. 106.  - #gifts_box a.active {
  109. 107.  -   background: url(/images/gift_bg.gif) no-repeat;
  110. 108.  - }
  111. 109.  - .gift_loader {
  112. 110.  -   height: 256px;
  113. 111.  -   text-align: center;
  114. 112.  -   margin-bottom: 4px;
  115. 113.  - }
  116. 114.  - .gift_loader img {
  117. 115.  -   margin: 0 auto;
  118. 116.  - }
  119. 117.  - .gift_label {
  120. 118.  -   width: 130px;
  121. 119.  -   color: #666;
  122. 120.  -   text-align: right;
  123. 121.  -   padding-top: 8px;
  124. 122.  - }
  125. 123.  - .gift_labeled {
  126. 124.  -   width: 250px;
  127. 125.  -   padding: 4px 10px 0;
  128. 126.  - }
  129. 127.  - .gift_labeled textarea {
  130. 128.  -   margin-top: 1px;
  131. 129.  - }
  132. 130.  - #g_money_to_votes {
  133. 131.  -   display: none;
  134. 132.  -   background-color: #F9F6E7;
  135. 133.  -   border: 1px solid #D4BC4C;
  136. 134.  -   padding: 8px 11px;
  137. 135.  -   text-align: center;
  138. 136.  - }
  139. 137.  - #gift_message .input_text {
  140. 138.  -   width: 222px;
  141. 139.  -   display:block
  142. 140.  - }
  143. 141.  - .gft_send #text_box_warn {
  144. 142.  -   color: #777;
  145. 143.  -   padding: 20px 0px 0px;
  146. 144.  -   display: none;
  147. 145.  - }
  148. 146.  - #gift_tip {
  149. 147.  -   text-align: center;
  150. 148.  -   padding-top:6px;
  151. 149.  -   line-height:140%;
  152. 150.  -   display:none;
  153. 151.  - }
  154. 152.  -
  155. 153.  - /* Wishlist */
  156. 154.  - #page {
  157. 155.  -   background-color: #F7F7F7;
  158. 156.  -   padding: 10px;
  159. 157.  -   height: 50px;
  160. 158.  -   border-bottom: 1px solid #DAE2E8;
  161. 159.  - }
  162. 160.  - .add_wish_row {
  163. 161.  -   clear: both;
  164. 162.  -   width: 400px;
  165. 163.  -   margin: 0px auto;
  166. 164.  - }
  167. 165.  - .box_body #cont_wrapper {
  168. 166.  -   background-color: #FFF;
  169. 167.  -   clear: left;
  170. 168.  -   overflow-x: hidden;
  171. 169.  -   overflow-y: auto;
  172. 170.  - }
  173. 171.  - .box_body .cont {
  174. 172.  -   width: 500px;
  175. 173.  -   margin: 0px auto;
  176. 174.  - }
  177. 175.  - .box_body .image_cont {
  178. 176.  -   padding: 3px;
  179. 177.  -   width: 96px;
  180. 178.  -   height: 96px;
  181. 179.  -   float: left;
  182. 180.  -   margin: 3px 10px 3px 0px;
  183. 181.  -   background: #FFF url(/images/upload.gif) no-repeat 50% 50%;
  184. 182.  - }
  185. 183.  - .box_body .image_cont img {
  186. 184.  -   margin: 0px;
  187. 185.  -   padding: 0px;
  188. 186.  -   border: 0px;
  189. 187.  - }
  190. 188.  - .box_body .item_description {
  191. 189.  -   padding: 7px 4px 4px;
  192. 190.  -   color: #000;
  193. 191.  - }
  194. 192.  - .box_body .item_name {
  195. 193.  -   padding: 7px 4px 4px;
  196. 194.  -   font-weight: bold;
  197. 195.  -   color: #36638E;
  198. 196.  - }
  199. 197.  - .box_body .item_details {
  200. 198.  -   padding: 0px 4px;
  201. 199.  -   font-size: 0.9em;
  202. 200.  -   color: #666;
  203. 201.  - }
  204. 202.  - .box_body #wish_publish {
  205. 203.  -   margin-left: 160px;
  206. 204.  -   position: relative;
  207. 205.  - }
  208. 206.  -
  209. 207.  - .gifts_right_link {
  210. 208.  -   display: none;
  211. 209.  - }
  212. 210.  - #gifts_rows,
  213. 211.  - .gifts_box_rows {
  214. 212.  -   padding: 0px 15px;
  215. 213.  - }
  216. 214.  - .gift_row {
  217. 215.  -   padding: 15px 0px 10px;
  218. 216.  -   border-bottom: 1px solid #DAE1E8;
  219. 217.  - }
  220. 218.  - .gift_row:last-child {
  221. 219.  -   border-bottom: 0px;
  222. 220.  - }
  223. 221.  - .gifts_box_rows .gift_row:last-child {
  224. 222.  -   padding-bottom: 15px;
  225. 223.  - }
  226. 224.  - .gift_thumb_td {
  227. 225.  -   vertical-align: top;
  228. 226.  -   width: 65px;
  229. 227.  - }
  230. 228.  - .gift_thumb {
  231. 229.  -   width: 65px;
  232. 230.  -   height: 50px;
  233. 231.  -   overflow: hidden;
  234. 232.  - }
  235. 233.  - .gift_info_td {
  236. 234.  -   vertical-align: top;
  237. 235.  -   width: 100%;
  238. 236.  - }
  239. 237.  - .gift_name {
  240. 238.  -   font-weight: bold;
  241. 239.  -   color: #45688E;
  242. 240.  - }
  243. 241.  - .gift_anonim {
  244. 242.  -   font-weight: normal;
  245. 243.  - }
  246. 244.  - .gift_text {
  247. 245.  -   padding: 10px 0px 20px;
  248. 246.  -   line-height: 160%;
  249. 247.  -   text-align: center;
  250. 248.  -   width: 466px;
  251. 249.  -   overflow: hidden;
  252. 250.  -   word-wrap: break-word;
  253. 251.  - }
  254. 252.  - .gift_wrap {
  255. 253.  -   width: 256px;
  256. 254.  -   margin: 25px 0px 0px 105px;
  257. 255.  -   height: 256px;
  258. 256.  -   overflow: hidden;
  259. 257.  - }
  260. 258.  - .gift_tip {
  261. 259.  -   width: 338px;
  262. 260.  -   border: 1px solid #DAE1E8;
  263. 261.  -   background: #F7F7F7;
  264. 262.  -   padding: 10px;
  265. 263.  -   margin: 10px 53px;
  266. 264.  -   line-height: 160%;
  267. 265.  -   text-align: center;
  268. 266.  - }
  269. 267.  - .gift_bottom {
  270. 268.  -   color: #999;
  271. 269.  -   height: 13px;
  272. 270.  - }
  273. 271.  - .gift_prg {
  274. 272.  -   margin: 0px 10px;
  275. 273.  - }
  276. 274.  - .gift_privacy {
  277. 275.  -   color: #999;
  278. 276.  -   margin: 0px 15px;
  279. 277.  - }
  280. 278.  - #gifts_no_content {
  281. 279.  -   padding: 100px 50px;
  282. 280.  -   text-align: center;
  283. 281.  -   font-size: 1.09em;
  284. 282.  -   color: #777;
  285. 283.  -   line-height: 160%;
  286. 284.  - }
  287. 285.  - #gifts_load_more {
  288. 286.  -   margin: 0px 15px 15px;
  289. 287.  - }
  290. 288.  - .gift_deleted {
  291. 289.  -   color: #777;
  292. 290.  -   padding: 18px 65px;
  293. 291.  - }
  294. 292.  -
  295. 293.  - #gs_rows {
  296. 294.  -   padding: 7px 7px 20px;
  297. 295.  - }
  298. 296.  - .gift_friend_gift {
  299. 297.  -   width: 96px;
  300. 298.  -   height: 96px;
  301. 299.  - }
  302. 300.  - .gift_many {
  303. 301.  -   display: block;
  304. 302.  -   padding: 20px 0px;
  305. 303.  - }
  306. 304.  - .gs_img {
  307. 305.  -   width: 96px;
  308. 306.  -   height: 96px;
  309. 307.  -   vertical-align: top;
  310. 308.  -   -webkit-transition: opacity  .2s;
  311. 309.  -   -moz-transition: opacity  .2s;
  312. 310.  -   -o-transition: opacity  .2s;
  313. 311.  -   transition: opacity  .2s;
  314. 312.  - }
  315. 313.  - .gs_btm {
  316. 314.  -   background: #D0D8E0;
  317. 315.  -   background: rgba(208, 216, 224, 0.8);
  318. 316.  -   border-radius: 3px;
  319. 317.  -   padding: 1px 4px 2px;
  320. 318.  -   margin: 0 12px;
  321. 319.  -   color: #45688E;
  322. 320.  -   font-size: 1em;
  323. 321.  -   font-weight: bold;
  324. 322.  -   position: absolute;
  325. 323.  -   left: 0;
  326. 324.  -   right: 0;
  327. 325.  -   bottom: 0;
  328. 326.  -   text-align: center;
  329. 327.  -   display: none;
  330. 328.  -   z-index: 499;
  331. 329.  - }
  332. 330.  - .gs_price {
  333. 331.  -   margin: 2px 0px 2px 0px;
  334. 332.  - }
  335. 333.  - .gs_btm1 {
  336. 334.  -   display: block;
  337. 335.  -   background: #FFF;
  338. 336.  - }
  339. 337.  - .gs_btm2 {
  340. 338.  -   display: block;
  341. 339.  -   height: 1px;
  342. 340.  -   overflow: hidden;
  343. 341.  -   background: #F2E9BA;
  344. 342.  -   margin: 0 1px;
  345. 343.  - }
  346. 344.  - .gs_row {
  347. 345.  -   display: inline-block;
  348. 346.  -   *display: inline;
  349. 347.  -   zoom: 1;
  350. 348.  -   width: 96px;
  351. 349.  -   height: 96px;
  352. 350.  -   padding: 4px 2px;
  353. 351.  -   margin: 1px;
  354. 352.  -   border-radius: 2px;
  355. 353.  -   position: relative;
  356. 354.  - }
  357. 355.  - .gs_row:hover .gs_btm {
  358. 356.  -   display: block;
  359. 357.  - }
  360. 358.  - .gs_row:hover .gs_img {
  361. 359.  -   opacity: .8;
  362. 360.  - }
  363. 361.  - .gs_row:hover .gift_free {
  364. 362.  -   display: none;
  365. 363.  - }
  366. 364.  - .gs_privacy {
  367. 365.  -   padding: 7px 0 0;
  368. 366.  -   color: #666;
  369. 367.  - }
  370. 368.  - .gs_check {
  371. 369.  -   position: absolute;
  372. 370.  -   z-index: 399;
  373. 371.  -   margin: 1px 82px;
  374. 372.  -   width: 12px;
  375. 373.  -   height: 14px;
  376. 374.  -   background: url(/images/check_dark.gif);
  377. 375.  -   display: none;
  378. 376.  - }
  379. 377.  - .gs_active .gs_check {
  380. 378.  -   display: block;
  381. 379.  - }
  382. 380.  - .gs_box_wrap {
  383. 381.  -   text-align: center;
  384. 382.  -   padding: 1px;
  385. 383.  -   padding-bottom: 10px;
  386. 384.  - }
  387. 385.  - .gs_box_img {
  388. 386.  -   width: 256px;
  389. 387.  -   height: 256px;
  390. 388.  -   vertical-align: top;
  391. 389.  - }
  392. 390.  - .gs_box_label {
  393. 391.  -   padding: 13px 10px 0px;
  394. 392.  -   width: 130px;
  395. 393.  -   color: #777;
  396. 394.  - }
  397. 395.  - .gs_box_labeled {
  398. 396.  -   padding-top: 10px;
  399. 397.  -   width: 236px;
  400. 398.  - }
  401. 399.  - .gs_box_privacy {
  402. 400.  -   padding: 9px 6px 0px;
  403. 401.  -   width: 236px;
  404. 402.  - }
  405. 403.  - #gs_msg,
  406. 404.  - #gift_text {
  407. 405.  -   width: 356px;
  408. 406.  -   height: 50px;
  409. 407.  - }
  410. 408.  - #gift_text {
  411. 409.  -   width: 364px;
  412. 410.  - }
  413. 411.  - #gs_warn {
  414. 412.  -   display: none;
  415. 413.  -   color: #777;
  416. 414.  -   padding: 20px 0px 0px;
  417. 415.  - }
  418. 416.  - .gft_send {
  419. 417.  -   padding: 0px 25px;
  420. 418.  - }
  421. 419.  - #gft_box_to {
  422. 420.  -   padding-top: 0px;
  423. 421.  - }
  424. 422.  - .gft_box_text_wrap {
  425. 423.  -   margin-bottom: 5px;
  426. 424.  - }
  427. 425.  - .gft_box_label {
  428. 426.  -   color: #45688E;
  429. 427.  -   line-height: 1.27em;
  430. 428.  -   margin: 0px;
  431. 429.  -   padding: 20px 0px 9px;
  432. 430.  -   font-size: 1.09em;
  433. 431.  -   font-weight: bold;
  434. 432.  - }
  435. 433.  -
  436. 434.  -
  437. 435.  - /* section tabs */
  438. 436.  - .gifts_subtab1 {
  439. 437.  -   -moz-border-radius: 2px;
  440. 438.  -   border-radius: 2px;
  441. 439.  -   cursor: pointer;
  442. 440.  -   margin: 0 5px 0 0;
  443. 441.  -   color: #45688E;
  444. 442.  - }
  445. 443.  - .gifts_subtab1:hover {
  446. 444.  -   background-color: #E1E7ED;
  447. 445.  - }
  448. 446.  -
  449. 447.  - .gifts_subtab1.active {
  450. 448.  -   background-color: #597DA3;
  451. 449.  -   color: white;
  452. 450.  -   cursor: default;
  453. 451.  - }
  454. 452.  - .gifts_subtab2 {
  455. 453.  -   padding: 3px 8px 4px;
  456. 454.  -   font-weight: bold;
  457. 455.  - }
  458. 456.  - .gifts_profile_block {
  459. 457.  -   background: #FFF;
  460. 458.  -   text-align: center;
  461. 459.  -   overflow: hidden;
  462. 460.  - }
  463. 461.  - .gifts_profile_cont {
  464. 462.  -   position: relative;
  465. 463.  - }
  466. 464.  - .gifts_profile_list_wrap {
  467. 465.  -   overflow: hidden;
  468. 466.  -   height: 288px;
  469. 467.  - }
  470. 468.  - .gifts_profile_list {
  471. 469.  -   position: static;
  472. 470.  -   width: 400px;
  473. 471.  -   height: auto;
  474. 472.  -   padding: 9px 15px 9px 11px;
  475. 473.  - }
  476. 474.  - .gifts_profile_cont .list_shadow {
  477. 475.  -   position: absolute;
  478. 476.  -   width: 100%;
  479. 477.  -   height: 6px;
  480. 478.  -   background-color: white;
  481. 479.  -   box-shadow: 0 0 3px white;
  482. 480.  - }
  483. 481.  - .gifts_profile_cont .shadow_top {
  484. 482.  -   top: 0;
  485. 483.  -   box-shadow: 0 1px 3px white;
  486. 484.  - }
  487. 485.  - .gifts_profile_cont .shadow_bottom {
  488. 486.  -   bottom: 0;
  489. 487.  -   box-shadow: 0 -1px 3px white;
  490. 488.  - }
  491. 489.  - .gifts_profile_send {
  492. 490.  -   position: relative;
  493. 491.  -   width: 168px;
  494. 492.  -   height: 288px;
  495. 493.  -   background: #F1F1F1;
  496. 494.  -   border-left: #dae1e8 1px solid;
  497. 495.  - }
  498. 496.  - .gift_profile_cell {
  499. 497.  -   height: 48px;
  500. 498.  -   width: 48px;
  501. 499.  -   padding: 3px 1px;
  502. 500.  -   -moz-border-radius: 2px;
  503. 501.  -   border-radius: 2px;
  504. 502.  -   -moz-transition: background .1s;
  505. 503.  -   -webkit-transition: background .1s;
  506. 504.  -   -o-transition: background .1s;
  507. 505.  -   transition: background .1s;
  508. 506.  - }
  509. 507.  - .gift_profile_cell:hover {
  510. 508.  -   background: #E1E7ED;
  511. 509.  -   -moz-transition-duration: 0;
  512. 510.  -   -webkit-transition-duration: 0;
  513. 511.  -   -o-transition-duration: 0;
  514. 512.  -   transition-duration: 0;
  515. 513.  - }
  516. 514.  - .gifts_profile_header {
  517. 515.  -   font-size: 1.09em;
  518. 516.  -   font-weight: bold;
  519. 517.  -   color: #45688E;
  520. 518.  -   padding: 12px 0 0;
  521. 519.  - }
  522. 520.  - .gifts_profile_price {
  523. 521.  -   font-size: 0.9em;
  524. 522.  -   color: #666;
  525. 523.  -   padding: 4px 0 2px;
  526. 524.  - }
  527. 525.  - .gifts_profile_gift {
  528. 526.  -   padding: 12px 0 9px;
  529. 527.  -   height: 96px;
  530. 528.  - }
  531. 529.  - .gifts_profile_gift img.animated {
  532. 530.  -   position: absolute;
  533. 531.  -   left: 0;
  534. 532.  -   right: 0;
  535. 533.  -   margin: 0 auto;
  536. 534.  - }
  537. 535.  - .gifts_profile_send .checkbox {
  538. 536.  -   text-align: left;
  539. 537.  -   padding: 8px 12px;
  540. 538.  -   font-size: 0.9em;
  541. 539.  -   color: #666;
  542. 540.  - }
  543. 541.  - .gifts_profile_message {
  544. 542.  -   padding: 0 12px;
  545. 543.  - }
  546. 544.  - #gifts_message {
  547. 545.  -   width: 136px;
  548. 546.  -   height: 35px;
  549. 547.  -   vertical-align: top;
  550. 548.  -   resize: none;
  551. 549.  -   margin: 2px 0px;
  552. 550.  -   outline: none;
  553. 551.  - }
  554. 552.  - #gifts_buttons {
  555. 553.  -   padding-top: 4px;
  556. 554.  - }
  557. 555.  - #gifts_submit {
  558. 556.  -   width: 144px;
  559. 557.  - }
  560. 558.  -
  561. 559.  - /* scrollbars */
  562. 560.  - .gifts_scrollbar_cont {
  563. 561.  -   width: 7px;
  564. 562.  -   height: 100%;
  565. 563.  -   margin-top: 3px;
  566. 564.  -   position: absolute;
  567. 565.  -   z-index: 500;
  568. 566.  - }
  569. 567.  - .gifts_scrollbar_inner {
  570. 568.  -   background: #DAE1E8;
  571. 569.  -   width: 6px;
  572. 570.  -   height: 26px;
  573. 571.  -   margin-left: -1px;
  574. 572.  -   -webkit-border-radius: 3px;
  575. 573.  -   -moz-border-radius: 3px;
  576. 574.  -   border-radius: 3px;
  577. 575.  -   cursor: pointer;
  578. 576.  - }
  579. 577.  - .gifts_scrollbar_inner:hover,
  580. 578.  - .gifts_scrollbar_hovered {
  581. 579.  -   background: #BEC8D3;
  582. 580.  - }
  583. 581.  - .gifts_scrollbar_top {
  584. 582.  -   position: absolute;
  585. 583.  -   height: 3px;
  586. 584.  -   margin-top: -1px;
  587. 585.  -   background: #555555;
  588. 586.  -   opacity: 0.12;
  589. 587.  -   filter: alpha(opacity=12);
  590. 588.  -   display: none;
  591. 589.  - }
  592. 590.  - .gifts_scrollbar_bottom {
  593. 591.  -   position: absolute;
  594. 592.  -   height: 3px;
  595. 593.  -   margin-top: -2px;
  596. 594.  -   background: #555555;
  597. 595.  -   opacity: 0.12;
  598. 596.  -   filter: alpha(opacity=12);
  599. 597.  - }
  600. 598.  - .gs_bonus_info {
  601. 599.  -   background: #F1F1F1;
  602. 600.  -   padding: 10px 10px;
  603. 601.  -   margin: 4px 10px 12px;
  604. 602.  - }
  605. 603.  - .gs_box_close {
  606. 604.  -   padding: 16px 20px 0px;
  607. 605.  - }
  608. 606.  - .gs_box_header {
  609. 607.  -   padding: 16px 0px 10px 0px;
  610. 608.  - }
  611. 609.  - .gs_box_header_f {
  612. 610.  -   font-size: 1.18em;
  613. 611.  -   color: #45688E;
  614. 612.  -   font-weight: bold;
  615. 613.  - }
  616. 614.  - #gsw_inp {
  617. 615.  -   width: 382px;
  618. 616.  -   font-size: 1em;
  619. 617.  -   font-family: Tahoma, Verdana, Arial, Sans-Serif, Lucida Sans;
  620. 618.  - }
  621. 619.  - .tb_tabs_wrap .gifts_add_lnk {
  622. 620.  -   padding: 11px 5px 9px;
  623. 621.  -   color: #899BA9;
  624. 622.  - }
  625. 623.  - #gifts_do_send_wrap {
  626. 624.  -   padding: 16px 14px;
  627. 625.  - }
  628. 626.  - #gifts_packages_wrap {
  629. 627.  -   display: none;
  630. 628.  -   padding: 16px 39px;
  631. 629.  - }
  632. 630.  - #gifts_packages_wrap .radiobtn {
  633. 631.  -   margin: 0 0 12px 5px;
  634. 632.  - }
  635. 633.  - #gifts_packages_wrap .radiobtn b {
  636. 634.  -   color: #36638E;
  637. 635.  -   font-size: 1.09em;
  638. 636.  - }
  639. 637.  - #gifts_packages_wrap .radiobtn span {
  640. 638.  -   color: #777;
  641. 639.  -   line-height: 20px;
  642. 640.  - }
  643. 641.  - #gifts_packages_wrap .radiobtn.disabled {
  644. 642.  -   opacity: 0.7;
  645. 643.  -   filter: alpha(opacity=70);
  646. 644.  - }
  647. 645.  - #gifts_packages_wrap .gifts_packages_options {
  648. 646.  -   margin: 0 auto;
  649. 647.  -   width: 240px;
  650. 648.  - }
  651. 649.  - #gifts_packages_wrap h2 {
  652. 650.  -   margin: 10px 0 20px 0;
  653. 651.  - }
  654. 652.  - #gifts_packages_wrap .error {
  655. 653.  -   margin: 0 -10px 15px -10px;
  656. 654.  - }
  657. 655.  - #gifts_packages_descr {
  658. 656.  -   margin: 20px 0 10px 0;
  659. 657.  -   color: #777;
  660. 658.  -   text-align: center;;
  661. 659.  - }
  662. 660.  - #gift_footer_balance_str {
  663. 661.  -   color: #777;
  664. 662.  - }
  665. 663.  - .box_controls_wrap .gift_box_controls {
  666. 664.  -   padding: 8px 5px 7px;
  667. 665.  -   height: 30px;
  668. 666.  -   background-color: #F2F2F2;
  669. 667.  -   border-top: 1px solid #DAE1E8;
  670. 668.  - }
  671. 669.  - .box_controls_wrap .gift_box_controls .box_controls_text {
  672. 670.  -   padding: 8px 8px 0px;
  673. 671.  - }
  674. ------
  675. Файл - payments.css (Старый размер - 22596 | Новый - 0):
  676. 0.  - #payments_css {
  677. 1.  -   display: none;
  678. 2.  - }
  679. 3.  -
  680. 4.  - #payments_box {
  681. 5.  -   line-height: 180%;
  682. 6.  - }
  683. 7.  - #payments_box_summary {
  684. 8.  -   margin: 0;
  685. 9.  -   padding: 16px 5px 16px 25px;
  686. 10.  -   background: #F2F2F2;
  687. 11.  - }
  688. 12.  - .payments_summary_phumb {
  689. 13.  -   margin-right: 12px;
  690. 14.  -   float: left;
  691. 15.  -   -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  692. 16.  -   -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  693. 17.  -   box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  694. 18.  -   width: 50px;
  695. 19.  -   height: 50px;
  696. 20.  - }
  697. 21.  - .payments_summary_cont {
  698. 22.  -   margin-top: 4px;
  699. 23.  - }
  700. 24.  - #payments_box_close_lnk {
  701. 25.  -   padding-right: 16px;
  702. 26.  -   line-height: 100%;
  703. 27.  - }
  704. 28.  - .payments_box_unpaid_gifts_info {
  705. 29.  -   margin: 18px 20px 0;
  706. 30.  - }
  707. 31.  - .payments_box_unpaid_gifts_descr {
  708. 32.  -   margin: 0 -3px 15px;
  709. 33.  - }
  710. 34.  - .payments_box_unpaid_gifts_info,
  711. 35.  - .payments_box_unpaid_gifts_descr {
  712. 36.  -   background: #F6F7F9;
  713. 37.  -   border: 1px solid #DBE0EA;
  714. 38.  -   line-height: 160%;
  715. 39.  -   padding: 8px 11px;
  716. 40.  - }
  717. 41.  - #payments_box_error {
  718. 42.  -   margin: 18px 15px 0 15px;
  719. 43.  -   display: none;
  720. 44.  - }
  721. 45.  - #payments_box p {
  722. 46.  -   margin: 0;
  723. 47.  -   padding: 0 0 17px 0;
  724. 48.  - }
  725. 49.  -
  726. 50.  - .payments_box_app_order .payments_summary_phumb {
  727. 51.  -   margin: -4px 12px -4px -11px;
  728. 52.  -   width: auto;
  729. 53.  -   height: auto;
  730. 54.  -   max-height: 65px;
  731. 55.  -   max-width: 150px;
  732. 56.  - }
  733. 57.  - .payments_box_app_order .payments_summary_cont {
  734. 58.  -   margin-top: -2px;
  735. 59.  -   float: left;
  736. 60.  -   color: #555;
  737. 61.  - }
  738. 62.  - .payments_box_app_order .payments_summary_cont strong {
  739. 63.  -   color: #000;
  740. 64.  - }
  741. 65.  - .payments_box_app_order #payments_getvotes_wrap {
  742. 66.  -   padding: 20px 17px 18px 17px;
  743. 67.  - }
  744. 68.  - .payments_box_app_order .payments_getvotes_order_descr {
  745. 69.  -   padding-bottom: 15px;
  746. 70.  - }
  747. 71.  - .payments_box_app_order #payments_getvotes_method small {
  748. 72.  -   display: block;
  749. 73.  -   color: #777;
  750. 74.  - }
  751. 75.  - .payments_box_app_order #payments_getvotes_buttons {
  752. 76.  -   padding-left: 17px;
  753. 77.  - }
  754. 78.  -
  755. 79.  - .payments_box_gift_order_header {
  756. 80.  -   color: #000;
  757. 81.  -   font-weight: bold;
  758. 82.  - }
  759. 83.  - .payments_box_gift_order .payments_box_unpaid_gifts_info {
  760. 84.  -   margin: 18px 15px 0;
  761. 85.  - }
  762. 86.  - .payments_box_wide.payments_box_gift_order .payments_summary_phumb {
  763. 87.  -   margin: -4px 12px -4px -11px;
  764. 88.  -   width: auto;
  765. 89.  -   height: auto;
  766. 90.  -   width: 76px;
  767. 91.  -   height: 76px;
  768. 92.  -   max-width: none!important;
  769. 93.  -   max-height: none!important;
  770. 94.  - }
  771. 95.  - .payments_box_wide.payments_box_gift_order .payments_summary_cont {
  772. 96.  -   margin-top: -2px;
  773. 97.  -   float: left;
  774. 98.  -   color: #555;
  775. 99.  -   width: 158px;
  776. 100.  - }
  777. 101.  - .payments_box_gift_order .payments_getvotes_method_opt {
  778. 102.  -   margin: 0 -3px;
  779. 103.  - }
  780. 104.  - .payments_box_gift_order #payments_getvotes_wrap {
  781. 105.  -   padding: 20px 17px 18px 17px;
  782. 106.  - }
  783. 107.  - .payments_box_gift_order .payments_getvotes_order_descr {
  784. 108.  -   padding-bottom: 15px;
  785. 109.  - }
  786. 110.  - .payments_box_gift_order #payments_getvotes_method small {
  787. 111.  -   display: block;
  788. 112.  -   color: #777;
  789. 113.  - }
  790. 114.  - .payments_box_gift_order #payments_getvotes_buttons {
  791. 115.  -   padding-left: 17px;
  792. 116.  - }
  793. 117.  - .payments_gift_order_confirm {
  794. 118.  -   text-align: center;
  795. 119.  - }
  796. 120.  - .payments_gift_order_confirm_text {
  797. 121.  -   font-size: 1.09em;
  798. 122.  -   line-height: 160%;
  799. 123.  -   padding-top: 12px;
  800. 124.  - }
  801. 125.  - .payments_gift_order_confirm_desc {
  802. 126.  -   line-height: 160%;
  803. 127.  -   padding: 7px 0;
  804. 128.  -   color: #777;
  805. 129.  - }
  806. 130.  -
  807. 131.  - #payments_getvotes_wrap {
  808. 132.  -   padding: 18px 25px;
  809. 133.  - }
  810. 134.  - #payments_get_votes_amounts {
  811. 135.  -   padding-left: 15px;
  812. 136.  - }
  813. 137.  - #payments_get_votes_opts .radiobtn, #payments_get_votes_amounts .radiobtn {
  814. 138.  -   margin-bottom: 12px;
  815. 139.  - }
  816. 140.  - #payments_get_votes_opts .radiobtn b, #payments_get_votes_amounts .radiobtn b {
  817. 141.  -   color: #36638E;
  818. 142.  -   font-size: 1.09em;
  819. 143.  - }
  820. 144.  - #payments_get_votes_amounts .radiobtn.last {
  821. 145.  -   margin-bottom: 8px;
  822. 146.  - }
  823. 147.  - #payments_getvotes_wrap .radiobtn .payments_opt_amount {
  824. 148.  -   color: #777;
  825. 149.  -   line-height: 20px;
  826. 150.  - }
  827. 151.  - #payments_other_amount {
  828. 152.  -   padding-left: 19px;
  829. 153.  - }
  830. 154.  - #payments_get_votes_opts_other,
  831. 155.  - #payments_getvotes_cont,
  832. 156.  - #payments_getvotes_phone,
  833. 157.  - #payments_getvotes_confirm,
  834. 158.  - #payments_getvotes_waiting,
  835. 159.  - #payments_getvotes_buttons,
  836. 160.  - #payments_other_amount,
  837. 161.  - #payments_getvotes_terminals,
  838. 162.  - #payments_getvotes_ps,
  839. 163.  - #payments_iframe_container {
  840. 164.  -   display: none;
  841. 165.  - }
  842. 166.  - #payments_getvotes_descr {
  843. 167.  -   margin: 10px -10px 10px -10px;
  844. 168.  -   padding: 5px 10px;
  845. 169.  -   background-color: #F2F2F2;
  846. 170.  - }
  847. 171.  - #payments_box_progress {
  848. 172.  -   padding: 140px 0;
  849. 173.  -   text-align: center;
  850. 174.  - }
  851. 175.  - #payments_box_progress_msg_wrap {
  852. 176.  -   padding: 10px 0 30px 0;
  853. 177.  -   text-align: center;
  854. 178.  -   font-size: 1.18em;
  855. 179.  -   color: #8293a8;
  856. 180.  - }
  857. 181.  - .payments_box_app_order #payments_box_progress {
  858. 182.  -   padding: 52px 0;
  859. 183.  - }
  860. 184.  - .payments_box_app_order #payments_box_progress_msg_wrap {
  861. 185.  -   padding-bottom: 10px;
  862. 186.  - }
  863. 187.  - #payments_getvotes_success {
  864. 188.  -   margin-bottom: 10px;
  865. 189.  -   font-weight: bold;
  866. 190.  -   font-size: 1.09em;
  867. 191.  - }
  868. 192.  - #payments_getvotes_done {
  869. 193.  -   margin-bottom: 5px;
  870. 194.  -   font-weight: bold;
  871. 195.  -   font-size: 1.09em;
  872. 196.  - }
  873. 197.  - #payments_box_votes_num,
  874. 198.  - #payments_box_votes_money,
  875. 199.  - .payments_box_votes_num,
  876. 200.  - .payments_getvotes_waiting_amount {
  877. 201.  -   font-weight: bold;
  878. 202.  - }
  879. 203.  - #payments_getvotes_waiting {
  880. 204.  -   margin: 0;
  881. 205.  - }
  882. 206.  - #payments_getvotes_waiting_status {
  883. 207.  -   margin: 40px 40px 30px 0;
  884. 208.  -   text-align: center;
  885. 209.  -   font-size: 1.09em;
  886. 210.  -   color: #67829e;
  887. 211.  - }
  888. 212.  - #payments_getvotes_waiting_status span {
  889. 213.  -   color: #fff;
  890. 214.  - }
  891. 215.  - #payments_getvotes_waiting_status span span {
  892. 216.  -   color: #67829e;
  893. 217.  - }
  894. 218.  - #payments_getvotes_waiting div {
  895. 219.  -   padding-left: 0;
  896. 220.  - }
  897. 221.  - #payments_getvotes_waiting_msg {
  898. 222.  -   margin: 0 -10px 20px -10px;
  899. 223.  -   padding: 10px 15px !important;
  900. 224.  -   border: 1px solid #dae2e8;
  901. 225.  -   background-color: #eef1f6;
  902. 226.  -   font-color: #333;
  903. 227.  - }
  904. 228.  - #payments_getvotes_waiting_comm {
  905. 229.  -   display: none;
  906. 230.  -   margin-top: 10px;
  907. 231.  -   color: #777;
  908. 232.  -   font-size: 0.9em;
  909. 233.  - }
  910. 234.  - #payments_getvotes_confirm_msg {
  911. 235.  -   margin: 0 -10px 20px -10px !important;
  912. 236.  -   padding: 10px 15px !important;
  913. 237.  -   border: 1px solid #dae2e8;
  914. 238.  -   background-color: #eef1f6;
  915. 239.  -   font-color: #333;
  916. 240.  - }
  917. 241.  - #payments_getvotes_confirm_msg a {
  918. 242.  -   border-bottom: 1px dashed #A7B7C9;
  919. 243.  - }
  920. 244.  - #payments_getvotes_confirm_msg a:hover {
  921. 245.  -   border-bottom: 1px solid #A7B7C9;
  922. 246.  -   text-decoration: none;
  923. 247.  - }
  924. 248.  - #payments_getvotes_confirm_comm_wrap {
  925. 249.  -   display: none;
  926. 250.  -   color: #777;
  927. 251.  -   height: auto;
  928. 252.  -   font-size: 0.9em;
  929. 253.  -   line-height: 160%;
  930. 254.  - }
  931. 255.  - .payments_getvotes_method_opt {
  932. 256.  -   margin: 0 -5px;
  933. 257.  -   padding: 10px 13px;
  934. 258.  -   display: block;
  935. 259.  -   color: #777;
  936. 260.  - }
  937. 261.  - .payments_getvotes_method_opt:hover,
  938. 262.  - #payments_getvotes_method .payments_getvotes_active_row {
  939. 263.  -   text-decoration: none;
  940. 264.  -   background-color: #EDF0F2;
  941. 265.  -   color: #6A7989;
  942. 266.  - }
  943. 267.  - .payments_getvotes_method_img {
  944. 268.  -   margin-right: 12px;
  945. 269.  -   float: left;
  946. 270.  -   width: 42px;
  947. 271.  -   height: 41px;
  948. 272.  -   background: url(/images/icons/payments_n.png?1) no-repeat 0 0;
  949. 273.  -   -moz-border-radius: 2px;
  950. 274.  -   -webkit-border-radius: 2px;
  951. 275.  -   border-radius: 2px;
  952. 276.  - }
  953. 277.  - .payments_getvotes_method_opt:hover .payments_getvotes_method_img,
  954. 278.  - #payments_getvotes_method .payments_getvotes_active_row .payments_getvotes_method_img {
  955. 279.  - }
  956. 280.  - .payments_getvotes_method_text {
  957. 281.  -   margin-left: 54px;
  958. 282.  -   height: 42px;
  959. 283.  - }
  960. 284.  - .payments_method_card {
  961. 285.  -   background-position: 0 -41px !important;
  962. 286.  - }
  963. 287.  - .payments_method_ps {
  964. 288.  -   background-position: 0 -82px !important;
  965. 289.  - }
  966. 290.  - .payments_method_term {
  967. 291.  -   background-position: 0 -123px !important;
  968. 292.  - }
  969. 293.  - .payments_method_offers {
  970. 294.  -   background-position: 0 -164px !important;
  971. 295.  - }
  972. 296.  - .payments_getvotes_method_opt h2 {
  973. 297.  -   margin: 0;
  974. 298.  -   padding: 0;
  975. 299.  -   color: #36638E;
  976. 300.  -   font-size: 1.18em;
  977. 301.  -   font-weight: bold;
  978. 302.  -   border: none;
  979. 303.  - }
  980. 304.  - .payments_getvotes_method_opt img {
  981. 305.  -   padding-top: 15px;
  982. 306.  -   display: none;
  983. 307.  - }
  984. 308.  - #payments_getvotes_method .payments_getvotes_active_row img {
  985. 309.  -   display: inline !important;
  986. 310.  - }
  987. 311.  - #payments_getvotes_method p {
  988. 312.  -   padding: 19px 0 0 0;
  989. 313.  -   text-align: center;
  990. 314.  - }
  991. 315.  - #payments_getvotes_buttons {
  992. 316.  -   padding: 0 0 25px 25px;
  993. 317.  - }
  994. 318.  - #payments_getvotes_buttons .button_blue {
  995. 319.  -   margin: 0 8px 0 15px;
  996. 320.  - }
  997. 321.  - #payments_getvotes_back {
  998. 322.  -   line-height: 120%;
  999. 323.  -   margin-top: 2px;
  1000. 324.  -   position: relative;
  1001. 325.  - }
  1002. 326.  - .payments_buttons_nopad {
  1003. 327.  -   padding-left: 10px!important;
  1004. 328.  - }
  1005. 329.  - h2.payments_getvotes_title {
  1006. 330.  -   margin: 0 0 6px 0;
  1007. 331.  -   padding: 0;
  1008. 332.  -   color: #36638E;
  1009. 333.  -   font-size: 1.18em;
  1010. 334.  -   font-weight: bold;
  1011. 335.  -   border: none;
  1012. 336.  - }
  1013. 337.  - .payments_systems_logo {
  1014. 338.  -   margin: -7px 10px 0 0;
  1015. 339.  - }
  1016. 340.  - .payments_getvotes_term_list {
  1017. 341.  -   margin: 5px auto 0 auto;
  1018. 342.  -   width: 440px;
  1019. 343.  - }
  1020. 344.  - .payments_getvotes_ps_list {
  1021. 345.  -   margin: 0 auto;
  1022. 346.  -   width: 450px;
  1023. 347.  - }
  1024. 348.  - .payments_getvotes_ps_row {
  1025. 349.  -   margin: 5px 5px 0 5px;
  1026. 350.  -   padding-left: 5px;
  1027. 351.  -   width: 210px;
  1028. 352.  -   height: 50px;
  1029. 353.  -   float: left;
  1030. 354.  -   overflow: hidden;
  1031. 355.  -   color: #777;
  1032. 356.  -   font-size: 1.09em;
  1033. 357.  - }
  1034. 358.  - .payments_getvotes_ps_row:hover,
  1035. 359.  - #payments_getvotes_ps .payments_getvotes_active_row {
  1036. 360.  -   text-decoration: none;
  1037. 361.  -   background-color: #EDF0F2;
  1038. 362.  - }
  1039. 363.  - .payments_getvotes_ps_logo {
  1040. 364.  -   width: 50px;
  1041. 365.  -   height: 50px;
  1042. 366.  -   float: left;
  1043. 367.  - }
  1044. 368.  - .payments_getvotes_ps_text {
  1045. 369.  -   padding-left: 55px;
  1046. 370.  - }
  1047. 371.  - .payments_getvotes_ps_row_s .payments_getvotes_ps_text h2 {
  1048. 372.  -   padding: 0;
  1049. 373.  -   height: 50px;
  1050. 374.  -   line-height: 50px;
  1051. 375.  - }
  1052. 376.  - .payments_getvotes_ps_text img {
  1053. 377.  -   padding: 22px 8px 0 0;
  1054. 378.  -   display: none;
  1055. 379.  - }
  1056. 380.  - .payments_getvotes_ps_text h2 {
  1057. 381.  -   margin: 0;
  1058. 382.  -   padding: 7px 0 0 0;
  1059. 383.  -   color: #36638E;
  1060. 384.  -   font-weight: bold;
  1061. 385.  -   border: none;
  1062. 386.  -   font-size: 1em;
  1063. 387.  -   line-height: 120%;
  1064. 388.  - }
  1065. 389.  - #payments_getvotes_ps .payments_getvotes_active_row img {
  1066. 390.  -   display: inline !important;
  1067. 391.  - }
  1068. 392.  - #payments_iframe_container {
  1069. 393.  -   height: 359px;
  1070. 394.  -   overflow-y: auto;
  1071. 395.  -   overflow-x: hidden;
  1072. 396.  - }
  1073. 397.  -
  1074. 398.  - .payments_tform {
  1075. 399.  -   margin-left: 15px;
  1076. 400.  -   border-collapse: collapse;
  1077. 401.  - }
  1078. 402.  - .payments_tform .tform_row {
  1079. 403.  -   height: 34px;
  1080. 404.  - }
  1081. 405.  - .payments_tform td {
  1082. 406.  -   padding: 3px 0 0 0;
  1083. 407.  -   vertical-align: top;
  1084. 408.  - }
  1085. 409.  - .payments_tform .label {
  1086. 410.  -   padding: 3px 10px 6px 0;
  1087. 411.  -   color: #777;
  1088. 412.  -   width: 110px;
  1089. 413.  -   text-align: right;
  1090. 414.  - }
  1091. 415.  - .payments_tform .labeled {
  1092. 416.  -   padding: 0;
  1093. 417.  - }
  1094. 418.  - .payments_tform .labeled input {
  1095. 419.  -   padding: 4px 3px 5px 3px;
  1096. 420.  -   width: 130px;
  1097. 421.  - }
  1098. 422.  - .payments_tform .selector_container td.selector {
  1099. 423.  -   padding-top: 3px;
  1100. 424.  -   padding-bottom: 3px;
  1101. 425.  - }
  1102. 426.  - #payments_phone_table {
  1103. 427.  -   border: 1px solid #C0CAD5;
  1104. 428.  -   width: 190px;
  1105. 429.  - }
  1106. 430.  - #payments_phone_prefix {
  1107. 431.  -   vertical-align: top;
  1108. 432.  -   width: 1px;
  1109. 433.  -   color: #777;
  1110. 434.  -   font-size: 1em;
  1111. 435.  -   padding: 4px 0px 5px 5px;
  1112. 436.  -   line-height: 15px;
  1113. 437.  - }
  1114. 438.  - .payments_tform td.payments_phone_field {
  1115. 439.  -   vertical-align: top;
  1116. 440.  -   width: 100%;
  1117. 441.  -   padding: 1px 0px 0px;
  1118. 442.  - }
  1119. 443.  - .is_rtl1 #payments_phone_prefix {
  1120. 444.  -   padding: 4px 5px 5px 0px;
  1121. 445.  - }
  1122. 446.  - #payments_phone_table #phone {
  1123. 447.  -   width: 100%;
  1124. 448.  -   outline: none;
  1125. 449.  -   border: 0px;
  1126. 450.  -   padding: 0px;
  1127. 451.  -   margin: 0px -1px;
  1128. 452.  -   background: transparent;
  1129. 453.  - }
  1130. 454.  - #payments_box #votes_num {
  1131. 455.  -   margin-right: 5px;
  1132. 456.  -   width: 160px;
  1133. 457.  - }
  1134. 458.  - .payments_offers_empty {
  1135. 459.  -   padding: 90px 30px;
  1136. 460.  -   text-align: center;
  1137. 461.  -   font-size: 1.18em;
  1138. 462.  -   color: #777;
  1139. 463.  - }
  1140. 464.  - .payments_offers_cont {
  1141. 465.  -   padding: 15px;
  1142. 466.  - }
  1143. 467.  - .payments_offers_cont .payments_getvotes_title {
  1144. 468.  -   padding-left: 10px;
  1145. 469.  - }
  1146. 470.  - .payments_offer {
  1147. 471.  -   border-bottom: 1px solid #E1E7ED;
  1148. 472.  -   padding: 12px 10px;
  1149. 473.  -   cursor: pointer;
  1150. 474.  - }
  1151. 475.  - .payments_offer:hover, .payments_offer_hover {
  1152. 476.  -   background-color: #edf1f5;
  1153. 477.  - }
  1154. 478.  - .payments_offer_hover .payments_offers_desc, .payments_offer_hover .payments_offers_votes {
  1155. 479.  -   color: #6A7989;
  1156. 480.  - }
  1157. 481.  - .payments_offers_img {
  1158. 482.  -   width: 100px;
  1159. 483.  -   text-align: center;
  1160. 484.  - }
  1161. 485.  - .payments_offers_img img {
  1162. 486.  -   display: block;
  1163. 487.  - }
  1164. 488.  - .payments_offers_info {
  1165. 489.  -   margin: -3px 0 0 100px;
  1166. 490.  -   padding-left: 15px;
  1167. 491.  -   width: 363px;
  1168. 492.  - }
  1169. 493.  - .payments_offers_title {
  1170. 494.  -   padding-bottom: 4px;
  1171. 495.  -   font-weight: bold;
  1172. 496.  -   font-size: 1.09em;
  1173. 497.  -   color: #45688E;
  1174. 498.  -   width: 310px;
  1175. 499.  - }
  1176. 500.  - .payments_offers_desc {
  1177. 501.  -   width: 310px;
  1178. 502.  -   color: #606060;
  1179. 503.  - }
  1180. 504.  - .payments_offers_add_info {
  1181. 505.  -   padding-left: 10px;
  1182. 506.  -   color: #888888;
  1183. 507.  - }
  1184. 508.  - .payments_offers_votes {
  1185. 509.  -   font-weight: bold;
  1186. 510.  -   color: #666;
  1187. 511.  - }
  1188. 512.  - #payments_offers_next {
  1189. 513.  -   text-align: center;
  1190. 514.  -   c1olor: #738392;
  1191. 515.  -   text-decoration: none;
  1192. 516.  -   cursor: pointer;
  1193. 517.  -   display: block;
  1194. 518.  -   padding: 8px;
  1195. 519.  -   height: 15px;
  1196. 520.  -   line-height: 15px;
  1197. 521.  - }
  1198. 522.  - #payments_offers_next:hover {
  1199. 523.  -   text-decoration: none;
  1200. 524.  -   background-color: #edf1f5;
  1201. 525.  - }
  1202. 526.  - #payments_offers_next .progress {
  1203. 527.  -   margin: 1px auto;
  1204. 528.  - }
  1205. 529.  - .payments_offers_add_text {
  1206. 530.  -   padding-top: 4px;
  1207. 531.  - }
  1208. 532.  - .payments_offer_view_man .numbered {
  1209. 533.  -   padding-left: 16px;
  1210. 534.  -   margin-top: 3px;
  1211. 535.  -   margin-bottom: 2px;
  1212. 536.  - }
  1213. 537.  - .payments_offer_view_man .numbered li {
  1214. 538.  -   padding-top: 3px;
  1215. 539.  - }
  1216. 540.  - .payments_offer_view_man {
  1217. 541.  -   background: #eff4fb;
  1218. 542.  -   border: 1px solid #b7c5db;
  1219. 543.  -   padding: 10px;
  1220. 544.  -   margin-top: 18px;
  1221. 545.  - }
  1222. 546.  - .payments_offer_view {
  1223. 547.  -   padding: 25px 25px 16px 25px;
  1224. 548.  - }
  1225. 549.  - .payments_offer_view_info {
  1226. 550.  -   padding-left: 10px;
  1227. 551.  -   width: 325px;
  1228. 552.  - }
  1229. 553.  - .payments_disclaimer {
  1230. 554.  -   color: #888888;
  1231. 555.  -   padding: 12px 10px 0px 10px;
  1232. 556.  - }
  1233. 557.  -
  1234. 558.  - .payments_terminal_row {
  1235. 559.  -   cursor: pointer;
  1236. 560.  -   width: 70px;
  1237. 561.  -   height: 70px;
  1238. 562.  -   float: left;
  1239. 563.  -   overflow: hidden;
  1240. 564.  - }
  1241. 565.  - .payments_terminal_row img {
  1242. 566.  -   width: 70px;
  1243. 567.  -   height: 70px;
  1244. 568.  - }
  1245. 569.  - .payments_terminal_name {
  1246. 570.  -   color: #36638E;
  1247. 571.  -   font-weight: bold;
  1248. 572.  - }
  1249. 573.  - .payments_terminal_tt table .tt_text {
  1250. 574.  -   color: #000;
  1251. 575.  -   padding: 10px;
  1252. 576.  -   width: 150px;
  1253. 577.  -   line-height: 160%;
  1254. 578.  - }
  1255. 579.  - .payments_terminal_tt table.toup1 .bottom_pointer {
  1256. 580.  -   margin-right: 0px;
  1257. 581.  -   margin-left: 40px;
  1258. 582.  -   display: block;
  1259. 583.  -   background: url(/images/tooltip_arrow_white.gif) no-repeat;
  1260. 584.  - }
  1261. 585.  - .payments_terminal_tt table.toup .top_pointer {
  1262. 586.  -   margin-right: 0px;
  1263. 587.  -   margin-left: 40px;
  1264. 588.  -   display: block;
  1265. 589.  -   bottom: -2px;
  1266. 590.  -   background: url(/images/tooltip_arrow_up.gif) no-repeat;
  1267. 591.  - }
  1268. 592.  - .payments_prices_notice {
  1269. 593.  -   padding-top: 5px;
  1270. 594.  -   font-size: 10px;
  1271. 595.  -   color: #777777;
  1272. 596.  - }
  1273. 597.  - .payments_votes_bonus {
  1274. 598.  -   margin-left: 4px;
  1275. 599.  -   color: #7C90A6;
  1276. 600.  -   font-weight: bold;
  1277. 601.  - }
  1278. 602.  -
  1279. 603.  - .payments_box_wide,
  1280. 604.  - #payments_box_right_col {
  1281. 605.  -   height: 390px;
  1282. 606.  -   overflow: hidden;
  1283. 607.  - }
  1284. 608.  - .payments_box_autoheight,
  1285. 609.  - .payments_box_autoheight #payments_box_right_col {
  1286. 610.  -   height: auto!important;
  1287. 611.  - }
  1288. 612.  - .payments_box_wide,
  1289. 613.  - .payments_box_wide #payments_box_summary {
  1290. 614.  -   background-color: #f5f6f7;
  1291. 615.  - }
  1292. 616.  - #payments_box_left_col {
  1293. 617.  -   width: 265px;
  1294. 618.  -   display: table-cell;
  1295. 619.  -   padding-bottom: 15px;
  1296. 620.  -   position: relative;
  1297. 621.  - }
  1298. 622.  - #payments_box_right_col {
  1299. 623.  -   margin-left: 265px;
  1300. 624.  -   background-color: #FFFFFF;
  1301. 625.  -   display: table-cell;
  1302. 626.  -   width: 495px;
  1303. 627.  -   vertical-align: top;
  1304. 628.  - }
  1305. 629.  - .payments_box_wide #payments_box_summary {
  1306. 630.  -   padding: 18px 5px 0 25px;
  1307. 631.  - }
  1308. 632.  - .payments_box_wide .payments_summary_cont {
  1309. 633.  -   font-size: 1.09em;
  1310. 634.  -   width: 168px;
  1311. 635.  -   white-space: nowrap;
  1312. 636.  -   overflow: hidden;
  1313. 637.  -   text-overflow: ellipsis;
  1314. 638.  - }
  1315. 639.  - .payments_box_wide .payments_summary_phumb {
  1316. 640.  -   max-height: 65px!important;
  1317. 641.  -   max-width: 65px!important;
  1318. 642.  - }
  1319. 643.  - #payments_box_left_col #payments_box_menu {
  1320. 644.  -   position: absolute;
  1321. 645.  -   top: 110px;
  1322. 646.  -   width: 265px;
  1323. 647.  - }
  1324. 648.  - .payments_box_wide .payments_getvotes_method_opt {
  1325. 649.  -   margin: 0;
  1326. 650.  -   padding: 10px 13px 10px 18px;
  1327. 651.  -   color: #747d87;
  1328. 652.  - }
  1329. 653.  - .payments_box_wide .payments_getvotes_method_opt:hover {
  1330. 654.  -   background-color: #e9edf1;
  1331. 655.  - }
  1332. 656.  - .payments_box_wide .payments_getvotes_active_row,
  1333. 657.  - .payments_box_wide .payments_getvotes_active_row:hover {
  1334. 658.  -   background-color: #dae1e8;
  1335. 659.  - }
  1336. 660.  - .payments_box_wide .payments_getvotes_method_img {
  1337. 661.  -   margin-right: 15px;
  1338. 662.  -   background: url(/images/icons/payments_w.png) no-repeat 0 0;
  1339. 663.  - }
  1340. 664.  - .payments_box_wide .payments_box_menu p {
  1341. 665.  -   padding: 19px 0 0 0;
  1342. 666.  -   text-align: center;
  1343. 667.  - }
  1344. 668.  - .payments_box_wide #payments_box_close_lnk {
  1345. 669.  -   padding: 19px 21px 0 0;
  1346. 670.  - }
  1347. 671.  - .payments_box_wide #payments_getvotes_wrap {
  1348. 672.  -   padding: 15px 25px;
  1349. 673.  - }
  1350. 674.  - .payments_box_wide .payments_getvotes_term_list {
  1351. 675.  -   width: 350px;
  1352. 676.  - }
  1353. 677.  - .payments_box_wide .payments_getvotes_ps_list {
  1354. 678.  -   width: 220px;
  1355. 679.  - }
  1356. 680.  - .payments_box_wide .payments_getvotes_title {
  1357. 681.  -   margin: 0 0 17px 0;
  1358. 682.  - }
  1359. 683.  - .payments_box_wide #payments_getvotes_title {
  1360. 684.  -   margin: 15px 0 0 25px;
  1361. 685.  -   padding: 0;
  1362. 686.  -   color: #36638E;
  1363. 687.  -   font-size: 1.18em;
  1364. 688.  -   font-weight: bold;
  1365. 689.  -   border: none;
  1366. 690.  - }
  1367. 691.  - .payments_box_wide #payments_box_progress {
  1368. 692.  -   padding: 150px 0;
  1369. 693.  - }
  1370. 694.  - .payments_box_wide #payments_box_progress_link {
  1371. 695.  -   display: none;
  1372. 696.  - }
  1373. 697.  - .payments_box_wide #payments_box_error {
  1374. 698.  -   margin: 0 -10px 15px -10px;
  1375. 699.  - }
  1376. 700.  - .payments_box_wide .payments_getvotes_confirm_msg,
  1377. 701.  - .payments_box_wide #payments_getvotes_confirm_msg,
  1378. 702.  - .payments_box_wide #payments_getvotes_waiting_msg {
  1379. 703.  -   margin: 20px 0!important;
  1380. 704.  -   padding: 0!important;
  1381. 705.  -   text-align: center;
  1382. 706.  -   border: none;
  1383. 707.  -   background: #FFF;
  1384. 708.  - }
  1385. 709.  - .payments_box_wide .payments_getvotes_confirm_msg {
  1386. 710.  -   font-size: 1.09em;
  1387. 711.  - }
  1388. 712.  - .payments_box_wide #payments_getvotes_waiting_mo {
  1389. 713.  -   display: none;
  1390. 714.  - }
  1391. 715.  - .payments_box_wide .payments_getvotes_footer {
  1392. 716.  -   position: absolute;
  1393. 717.  -   bottom: 20px;
  1394. 718.  -   padding-right: 25px;
  1395. 719.  -   text-align: center;
  1396. 720.  -   color: #909090;
  1397. 721.  -   line-height: 120%;
  1398. 722.  - }
  1399. 723.  - .payments_box_wide .payments_getvotes_confirm_amount {
  1400. 724.  -   margin: 10px 0 20px 0;
  1401. 725.  -   text-align: center;
  1402. 726.  -   color: #777;
  1403. 727.  - }
  1404. 728.  - .payments_box_wide #payments_getvotes_buttons {
  1405. 729.  -   padding-left: 25px;
  1406. 730.  -   width: 300px;
  1407. 731.  - }
  1408. 732.  - .payments_box_wide #payments_getvotes_buttons .button_blue,
  1409. 733.  - .payments_box_wide #payments_getvotes_back {
  1410. 734.  -   margin: 0 0 0 146px;
  1411. 735.  - }
  1412. 736.  - .payments_box_wide #payments_getvotes_back {
  1413. 737.  -   padding-top: 5px;
  1414. 738.  - }
  1415. 739.  - .payments_box_wide #payments_getvotes_phone {
  1416. 740.  -   text-align: center;
  1417. 741.  - }
  1418. 742.  - #payments_get_votes_amounts.payments_confirm_amount {
  1419. 743.  -   padding: 15px 0 10px 0;
  1420. 744.  -   font-size: 1.3em;
  1421. 745.  - }
  1422. 746.  - .payments_box_wide #payments_getvotes_phone_msg {
  1423. 747.  -   font-size: 1.09em;
  1424. 748.  - }
  1425. 749.  - .payments_box_wide .payments_systems_logo {
  1426. 750.  -   margin: 50px 0 20px 0;
  1427. 751.  -   text-align: center;
  1428. 752.  - }
  1429. 753.  - .payments_box_wide .payments_getvotes_confirm_phone {
  1430. 754.  -   margin: 20px 0;
  1431. 755.  -   font-size: 1.19em;
  1432. 756.  -   font-weight: bold;
  1433. 757.  -   text-align: center;
  1434. 758.  - }
  1435. 759.  - .payments_box_wide .payments_getvotes_confirm_phone span {
  1436. 760.  -   font-size: 11px;
  1437. 761.  -   font-weight: normal;
  1438. 762.  - }
  1439. 763.  - .payments_box_wide #payments_getvotes_waiting_comm {
  1440. 764.  -   text-align: center;
  1441. 765.  -   line-height: 140%;
  1442. 766.  - }
  1443. 767.  - .payments_box_wide #payments_getvotes_confirm_comm_wrap {
  1444. 768.  -   margin: -10px 0 15px 0;
  1445. 769.  -   line-height: 140%;
  1446. 770.  -   text-align: center;
  1447. 771.  - }
  1448. 772.  - .payments_form_row {
  1449. 773.  -   margin: 0 auto 12px;
  1450. 774.  -   width: 154px;
  1451. 775.  - }
  1452. 776.  - .payments_form_label {
  1453. 777.  -   padding: 6px 0 10px;
  1454. 778.  -   font-size: 1.09em;
  1455. 779.  -   font-weight: bold;
  1456. 780.  -   color: #45688E;
  1457. 781.  -   text-align: left;
  1458. 782.  - }
  1459. 783.  - .payments_form_row input {
  1460. 784.  -   padding: 4px 3px 5px 3px;
  1461. 785.  -   width: 147px;
  1462. 786.  -   outline: none;
  1463. 787.  - }
  1464. 788.  - .payments_form_row #payments_phone_table {
  1465. 789.  -   width: 154px;
  1466. 790.  - }
  1467. 791.  - .payments_form_row td.payments_phone_field {
  1468. 792.  -   padding: 2px 0px 0px;
  1469. 793.  -   vertical-align: top;
  1470. 794.  -   width: 100%;
  1471. 795.  - }
  1472. 796.  - .payments_form_row .selector_container td.selector {
  1473. 797.  -   padding-top: 3px;
  1474. 798.  -   padding-bottom: 3px;
  1475. 799.  - }
  1476. 800.  -
  1477. 801.  - .payments_logo_cards {
  1478. 802.  -   background: url(/images/pics/cards.png) 50% 50% no-repeat;
  1479. 803.  -   height: 52px;
  1480. 804.  - }
  1481. 805.  - .payments_logo_webmoney {
  1482. 806.  -   background: url(/images/ps/webmoney.gif) 50% 50% no-repeat;
  1483. 807.  -   width: 126px;
  1484. 808.  -   height: 40px;
  1485. 809.  - }
  1486. 810.  - .payments_logo_kiwipurse {
  1487. 811.  -   background: url(/images/ps/qiwiwallet.gif) 50% 50% no-repeat;
  1488. 812.  -   width: 110px;
  1489. 813.  -   height: 40px;
  1490. 814.  - }
  1491. 815.  - .payments_logo_yandexmoney {
  1492. 816.  -   background: url(/images/ps/yandexmoney.png) 50% 50% no-repeat;
  1493. 817.  -   width: 106px;
  1494. 818.  -   height: 45px;
  1495. 819.  - }
  1496. 820.  - .payments_logo_checkout {
  1497. 821.  -   background: url(/images/ps/googlewallet.png) 50% 50% no-repeat;
  1498. 822.  -   width: 190px;
  1499. 823.  -   height: 40px;
  1500. 824.  - }
  1501. 825.  - .payments_box_wide .payments_logo_webmoney,
  1502. 826.  - .payments_box_wide .payments_logo_kiwipurse,
  1503. 827.  - .payments_box_wide .payments_logo_yandexmoney,
  1504. 828.  - .payments_box_wide .payments_logo_checkout {
  1505. 829.  -   width: 100%;
  1506. 830.  - }
  1507. 831.  -
  1508. 832.  - /* Old payments - begin */
  1509. 833.  -
  1510. 834.  - .payments_systems_messages_container {
  1511. 835.  -   margin: 10px 10px 0;
  1512. 836.  - }
  1513. 837.  - .payments_systems_messages_container .msg {
  1514. 838.  -   margin: 0px 0px 10px;
  1515. 839.  -   font-weight: normal;
  1516. 840.  - }
  1517. 841.  -
  1518. 842.  - .payments_systems_container .labeled {
  1519. 843.  -   width: 110px;
  1520. 844.  -   float: left;
  1521. 845.  -   text-align: right;
  1522. 846.  -   color: #666;
  1523. 847.  -   padding-top: 4px;
  1524. 848.  -   padding-right: 10px;
  1525. 849.  - }
  1526. 850.  -
  1527. 851.  - .payments_systems_container a {
  1528. 852.  -   outline: none;
  1529. 853.  - }
  1530. 854.  - .payments_systems_container {
  1531. 855.  -   padding: 10px 15px 10px 15px;
  1532. 856.  -   line-height: 140%;
  1533. 857.  - }
  1534. 858.  - .payments_systems_container h2 {
  1535. 859.  -   float: left;
  1536. 860.  -   margin: 0px 0 0px 0;
  1537. 861.  -   color: #3C6993;
  1538. 862.  -   font-size: 1em;
  1539. 863.  -   border: none;
  1540. 864.  -   padding: 0;
  1541. 865.  - }
  1542. 866.  - .payments_systems_container .icon {
  1543. 867.  -   cursor: pointer;
  1544. 868.  -   width: 68px;
  1545. 869.  -   vertical-align: top;
  1546. 870.  -   text-align:center;
  1547. 871.  - }
  1548. 872.  - .payments_systems_container td {
  1549. 873.  -   vertical-align: top;
  1550. 874.  - }
  1551. 875.  - .payments_systems_container .ps_title {
  1552. 876.  -   height: 18px;
  1553. 877.  -   cursor: pointer;
  1554. 878.  -   padding: 2px 0;
  1555. 879.  -   background: url(/images/ps/payments_bg.gif) 0 50% repeat-x;
  1556. 880.  - }
  1557. 881.  - .payments_systems_container .ps_title h2 {
  1558. 882.  -   background: #ffffff;
  1559. 883.  -   padding-right: 5px;
  1560. 884.  - }
  1561. 885.  - .payments_systems_container .ps_description {
  1562. 886.  -   vertical-align: top;
  1563. 887.  -   cursor: pointer;
  1564. 888.  -   padding-right: 10px;
  1565. 889.  - }
  1566. 890.  - .payments_systems_container .ps_desc_short {
  1567. 891.  -   padding-right: 170px;
  1568. 892.  - }
  1569. 893.  - .payments_systems_container .ps_expand {
  1570. 894.  -   cursor: pointer;
  1571. 895.  -   color: #2B587A;
  1572. 896.  -   padding-top: 6px;
  1573. 897.  - }
  1574. 898.  - .payments_systems_container .ps_expand:hover {
  1575. 899.  -   text-decoration: underline;
  1576. 900.  - }
  1577. 901.  - .payments_systems_container .ps_link {
  1578. 902.  -   display: block;
  1579. 903.  -   padding-top: 6px;
  1580. 904.  - }
  1581. 905.  - .payments_systems_container .ps_select {
  1582. 906.  -   display: none;
  1583. 907.  -   padding-bottom: 0px;
  1584. 908.  - }
  1585. 909.  - .payments_systems_container .selected .ps_select {
  1586. 910.  -   display: block;
  1587. 911.  - }
  1588. 912.  - .payments_systems_container .ps_select_cell {
  1589. 913.  -   padding-bottom: 20px;
  1590. 914.  - }
  1591. 915.  -
  1592. 916.  - .payments_systems_container .cards_buttons {
  1593. 917.  -   clear:both;
  1594. 918.  -   padding: 6px 0 0 230px;
  1595. 919.  -   height:25px;
  1596. 920.  - }
  1597. 921.  -
  1598. 922.  - .payments_systems_container .info_box {
  1599. 923.  -   font-size: 0.9em;
  1600. 924.  -   color: #666666;
  1601. 925.  - }
  1602. 926.  -
  1603. 927.  - .payments_systems_container #ps_select_card { /* See ps_select_ */
  1604. 928.  -   margin-left: 45px;
  1605. 929.  - }
  1606. 930.  -
  1607. 931.  - .payments_systems_container .terminal {
  1608. 932.  -   float: left;
  1609. 933.  -   cursor: pointer;
  1610. 934.  -   width: 150px;
  1611. 935.  -   padding: 8px 6px 6px;
  1612. 936.  -   margin: 0px 7px 0px;
  1613. 937.  -   border-bottom: 1px solid transparent;
  1614. 938.  - }
  1615. 939.  - .payments_systems_container .terminal:hover,
  1616. 940.  - .payments_systems_container .terminal.selected {
  1617. 941.  -   background: #EFF1F4;
  1618. 942.  -   border-bottom: 1px solid #C0CAD5;
  1619. 943.  - }
  1620. 944.  - .payments_systems_container .terminal.selected {
  1621. 945.  -   cursor: default;
  1622. 946.  - }
  1623. 947.  -
  1624. 948.  - .payments_systems_container .term_logo {
  1625. 949.  -   float: left;
  1626. 950.  -   width: 150px;
  1627. 951.  -   margin-right: 20px;
  1628. 952.  -   text-align: center;
  1629. 953.  -   line-height: 100%;
  1630. 954.  - }
  1631. 955.  -
  1632. 956.  - .payments_systems_container .term_description {
  1633. 957.  -   display: none;
  1634. 958.  -   float: left;
  1635. 959.  -   line-height: 2.18em;
  1636. 960.  - }
  1637. 961.  -
  1638. 962.  - .payments_systems_container .term_info {
  1639. 963.  -   min-height: 48px;
  1640. 964.  - }
  1641. 965.  -
  1642. 966.  - .payments_systems_container .term_name {
  1643. 967.  -   font-weight: 900;
  1644. 968.  -   color: #3C6993;
  1645. 969.  - }
  1646. 970.  -
  1647. 971.  - .payments_systems_container #ps_rubles {
  1648. 972.  -   margin-left: 30px;
  1649. 973.  -   width: 260px;
  1650. 974.  -   padding: 10px;
  1651. 975.  -   float: left;
  1652. 976.  -   border-right: 1px solid #dae1e8;
  1653. 977.  - }
  1654. 978.  - .payments_systems_container #ps_votes {
  1655. 979.  -   width: 260px;
  1656. 980.  -   padding: 10px;
  1657. 981.  -   float: left;
  1658. 982.  - }
  1659. 983.  -
  1660. 984.  - .payments_systems_container .payment_system {
  1661. 985.  -   padding-bottom: 10px;
  1662. 986.  -   border-bottom: 1px solid transparent;
  1663. 987.  -   overflow: hidden;
  1664. 988.  - }
  1665. 989.  - .payments_systems_container .payment_system:hover,
  1666. 990.  - .payments_systems_container .payment_system.selected {
  1667. 991.  -   background: #eff1f4;
  1668. 992.  -   border-bottom: 1px solid #c0cad5;
  1669. 993.  - }
  1670. 994.  - .payments_systems_container .payment_system .payment_system_logo {
  1671. 995.  -   width: 200px;
  1672. 996.  -   padding: 10px 30px 0px;
  1673. 997.  -   cursor: pointer;
  1674. 998.  - }
  1675. 999.  - .payments_systems_container .payment_system .payment_system_description {
  1676. 1000.  -   width: 260px;
  1677. 1001.  -   display: none;
  1678. 1002.  - }
  1679. 1003.  - .payments_systems_container .payment_system .label {
  1680. 1004.  -   padding-top: 4px;
  1681. 1005.  -   margin-right: 4px;
  1682. 1006.  - }
  1683. 1007.  -
  1684. 1008.  - .payments_systems_container .payment_type_title {
  1685. 1009.  -   color: rgb(69, 104, 142);
  1686. 1010.  -   font-size: 1em;
  1687. 1011.  -   font-weight: bold;
  1688. 1012.  -   margin-bottom: 10px;
  1689. 1013.  -   margin-left: 30px;
  1690. 1014.  - }
  1691. 1015.  -
  1692. 1016.  - .payments_systems_container .label_fee {
  1693. 1017.  -   font-size: 0.9em;
  1694. 1018.  -   color: #777;
  1695. 1019.  -   margin-left: 143px;
  1696. 1020.  -   width: 180px;
  1697. 1021.  - }
  1698. 1022.  -
  1699. 1023.  - .payments_landing div {
  1700. 1024.  -   margin: 0 0 10px;
  1701. 1025.  -   font-weight: 100;
  1702. 1026.  - }
  1703. 1027.  - .payments_landing span {
  1704. 1028.  -   display: block;
  1705. 1029.  -   font-weight: 900;
  1706. 1030.  - }
  1707. 1031.  - .payments_landing #status_in_progress {
  1708. 1032.  -   background-color: #E7F1F9;
  1709. 1033.  -   border: 1px solid #C3CAD2;
  1710. 1034.  - }
  1711. 1035.  -
  1712. 1036.  - #payments_systems_form_container {
  1713. 1037.  -   line-height: 160%;
  1714. 1038.  - }
  1715. 1039.  -
  1716. 1040.  - /* Old payments - end */
  1717. 1041.  -
  1718. 1042.  - /* Votes tranfer box */
  1719. 1043.  - #payments_transfer_wrap {
  1720. 1044.  -   padding: 32px 25px;
  1721. 1045.  - }
  1722. 1046.  - #payments_transfer_wrap .label {
  1723. 1047.  -   padding-right: 13px;
  1724. 1048.  - }
  1725. 1049.  - #payments_transfer_wrap #transfer_amount {
  1726. 1050.  -   width: 222px;
  1727. 1051.  - }
  1728. 1052.  - #payments_transfer_wrap #transfer_comment {
  1729. 1053.  -   width: 222px;
  1730. 1054.  -   height: 40px;
  1731. 1055.  - }
  1732. 1056.  - #payments_transfer_wrap #transfer_to_photo {
  1733. 1057.  -   margin: 1px 0 0 12px;
  1734. 1058.  - }
  1735. 1059.  - #payments_transfer_wrap .tform_row {
  1736. 1060.  -   height: 30px;
  1737. 1061.  - }
  1738. 1062.  - #payments_transfer_wrap #limit_message {
  1739. 1063.  -   padding: 7px 0 13px 0;
  1740. 1064.  -   display: block;
  1741. 1065.  -   color: #777;
  1742. 1066.  -   width: 222px;
  1743. 1067.  -   line-height: 100%;
  1744. 1068.  - }
  1745. ------
Advertisement
Add Comment
Please, Sign In to add comment