Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Файл - gifts.css (Старый размер - 11467 | Новый - 0):
- 0. - #gifts_css {
- 1. - display: none;
- 2. - }
- 3. -
- 4. - #gifts_box {
- 5. - position: relative;
- 6. - margin: -3px 0px 0;
- 7. - overflow: auto;
- 8. - width: 642px;
- 9. - padding: 5px 5px 20px;
- 10. - }
- 11. - .gifts_section {
- 12. - position: relative;
- 13. - margin: -3px 0px 0px;
- 14. - overflow: auto;
- 15. - padding: 10px 5px 23px 7px;
- 16. - }
- 17. - .gift_cell {
- 18. - height: 96px;
- 19. - width: 96px;
- 20. - padding: 4px;
- 21. - position: relative;
- 22. - }
- 23. - #gift_price {
- 24. - background: #D0D8E0;
- 25. - background: rgba(208, 216, 224, 0.8);
- 26. - border-radius: 3px;
- 27. - padding: 1px 4px 2px;
- 28. - margin: 0 12px;
- 29. - color: #45688E;
- 30. - font-size: 1em;
- 31. - font-weight: bold;
- 32. - position: absolute;
- 33. - left: 0;
- 34. - right: 0;
- 35. - bottom: 0;
- 36. - text-align: center;
- 37. - display: none;
- 38. - z-index: 99;
- 39. - }
- 40. - .gift_free {
- 41. - background: #D0D8E0;
- 42. - background: rgba(208, 216, 224, 0.8);
- 43. - border-radius: 3px;
- 44. - padding: 3px 4px 4px;
- 45. - margin: 0 12px;
- 46. - color: #45688E;
- 47. - font-size: 1em;
- 48. - font-weight: bold;
- 49. - position: absolute;
- 50. - left: 0;
- 51. - right: 0;
- 52. - bottom: 0;
- 53. - text-align: center;
- 54. - z-index: 99;
- 55. - }
- 56. - #gift_privacy {
- 57. - padding: 10px 0 0;
- 58. - color: #666;
- 59. - }
- 60. - .gifts_section img,
- 61. - #gifts_box img {
- 62. - display: block;
- 63. - }
- 64. - #gift_price_str {
- 65. - display: block;
- 66. - margin: 2px 0px;
- 67. - }
- 68. - #gifts_box b.rbottom {
- 69. - background: white;
- 70. - display: block;
- 71. - }
- 72. - #gifts_box b.rbottom b {
- 73. - background: #F2E9BA;
- 74. - display: block;
- 75. - height: 1px;
- 76. - overflow: hidden;
- 77. - }
- 78. - #gifts_box b.rbottom b.r {
- 79. - height: 1px;
- 80. - margin: 0px 1px;
- 81. - }
- 82. - #gifts_box a.gold {
- 83. - background: url(/images/gift_gold_bg.gif) no-repeat;
- 84. - }
- 85. - .gift_cell .gift_img {
- 86. - -webkit-transition: opacity .2s;
- 87. - -moz-transition: opacity .2s;
- 88. - -o-transition: opacity .2s;
- 89. - transition: opacity .2s;
- 90. - }
- 91. - .gift_cell:hover .gift_img {
- 92. - opacity: .8;
- 93. - }
- 94. - .gift_cell:hover .gift_free {
- 95. - display: none;
- 96. - }
- 97. - #select_gift a.gold:hover {
- 98. - background: url(/images/gift_bg.gif) no-repeat;
- 99. - background-color: transparent;
- 100. - text-decoration: none;
- 101. - }
- 102. - #gifts_box a.unactive:hover {
- 103. - opacity: 1;
- 104. - filter:alpha(opacity=100);
- 105. - }
- 106. - #gifts_box a.active {
- 107. - background: url(/images/gift_bg.gif) no-repeat;
- 108. - }
- 109. - .gift_loader {
- 110. - height: 256px;
- 111. - text-align: center;
- 112. - margin-bottom: 4px;
- 113. - }
- 114. - .gift_loader img {
- 115. - margin: 0 auto;
- 116. - }
- 117. - .gift_label {
- 118. - width: 130px;
- 119. - color: #666;
- 120. - text-align: right;
- 121. - padding-top: 8px;
- 122. - }
- 123. - .gift_labeled {
- 124. - width: 250px;
- 125. - padding: 4px 10px 0;
- 126. - }
- 127. - .gift_labeled textarea {
- 128. - margin-top: 1px;
- 129. - }
- 130. - #g_money_to_votes {
- 131. - display: none;
- 132. - background-color: #F9F6E7;
- 133. - border: 1px solid #D4BC4C;
- 134. - padding: 8px 11px;
- 135. - text-align: center;
- 136. - }
- 137. - #gift_message .input_text {
- 138. - width: 222px;
- 139. - display:block
- 140. - }
- 141. - .gft_send #text_box_warn {
- 142. - color: #777;
- 143. - padding: 20px 0px 0px;
- 144. - display: none;
- 145. - }
- 146. - #gift_tip {
- 147. - text-align: center;
- 148. - padding-top:6px;
- 149. - line-height:140%;
- 150. - display:none;
- 151. - }
- 152. -
- 153. - /* Wishlist */
- 154. - #page {
- 155. - background-color: #F7F7F7;
- 156. - padding: 10px;
- 157. - height: 50px;
- 158. - border-bottom: 1px solid #DAE2E8;
- 159. - }
- 160. - .add_wish_row {
- 161. - clear: both;
- 162. - width: 400px;
- 163. - margin: 0px auto;
- 164. - }
- 165. - .box_body #cont_wrapper {
- 166. - background-color: #FFF;
- 167. - clear: left;
- 168. - overflow-x: hidden;
- 169. - overflow-y: auto;
- 170. - }
- 171. - .box_body .cont {
- 172. - width: 500px;
- 173. - margin: 0px auto;
- 174. - }
- 175. - .box_body .image_cont {
- 176. - padding: 3px;
- 177. - width: 96px;
- 178. - height: 96px;
- 179. - float: left;
- 180. - margin: 3px 10px 3px 0px;
- 181. - background: #FFF url(/images/upload.gif) no-repeat 50% 50%;
- 182. - }
- 183. - .box_body .image_cont img {
- 184. - margin: 0px;
- 185. - padding: 0px;
- 186. - border: 0px;
- 187. - }
- 188. - .box_body .item_description {
- 189. - padding: 7px 4px 4px;
- 190. - color: #000;
- 191. - }
- 192. - .box_body .item_name {
- 193. - padding: 7px 4px 4px;
- 194. - font-weight: bold;
- 195. - color: #36638E;
- 196. - }
- 197. - .box_body .item_details {
- 198. - padding: 0px 4px;
- 199. - font-size: 0.9em;
- 200. - color: #666;
- 201. - }
- 202. - .box_body #wish_publish {
- 203. - margin-left: 160px;
- 204. - position: relative;
- 205. - }
- 206. -
- 207. - .gifts_right_link {
- 208. - display: none;
- 209. - }
- 210. - #gifts_rows,
- 211. - .gifts_box_rows {
- 212. - padding: 0px 15px;
- 213. - }
- 214. - .gift_row {
- 215. - padding: 15px 0px 10px;
- 216. - border-bottom: 1px solid #DAE1E8;
- 217. - }
- 218. - .gift_row:last-child {
- 219. - border-bottom: 0px;
- 220. - }
- 221. - .gifts_box_rows .gift_row:last-child {
- 222. - padding-bottom: 15px;
- 223. - }
- 224. - .gift_thumb_td {
- 225. - vertical-align: top;
- 226. - width: 65px;
- 227. - }
- 228. - .gift_thumb {
- 229. - width: 65px;
- 230. - height: 50px;
- 231. - overflow: hidden;
- 232. - }
- 233. - .gift_info_td {
- 234. - vertical-align: top;
- 235. - width: 100%;
- 236. - }
- 237. - .gift_name {
- 238. - font-weight: bold;
- 239. - color: #45688E;
- 240. - }
- 241. - .gift_anonim {
- 242. - font-weight: normal;
- 243. - }
- 244. - .gift_text {
- 245. - padding: 10px 0px 20px;
- 246. - line-height: 160%;
- 247. - text-align: center;
- 248. - width: 466px;
- 249. - overflow: hidden;
- 250. - word-wrap: break-word;
- 251. - }
- 252. - .gift_wrap {
- 253. - width: 256px;
- 254. - margin: 25px 0px 0px 105px;
- 255. - height: 256px;
- 256. - overflow: hidden;
- 257. - }
- 258. - .gift_tip {
- 259. - width: 338px;
- 260. - border: 1px solid #DAE1E8;
- 261. - background: #F7F7F7;
- 262. - padding: 10px;
- 263. - margin: 10px 53px;
- 264. - line-height: 160%;
- 265. - text-align: center;
- 266. - }
- 267. - .gift_bottom {
- 268. - color: #999;
- 269. - height: 13px;
- 270. - }
- 271. - .gift_prg {
- 272. - margin: 0px 10px;
- 273. - }
- 274. - .gift_privacy {
- 275. - color: #999;
- 276. - margin: 0px 15px;
- 277. - }
- 278. - #gifts_no_content {
- 279. - padding: 100px 50px;
- 280. - text-align: center;
- 281. - font-size: 1.09em;
- 282. - color: #777;
- 283. - line-height: 160%;
- 284. - }
- 285. - #gifts_load_more {
- 286. - margin: 0px 15px 15px;
- 287. - }
- 288. - .gift_deleted {
- 289. - color: #777;
- 290. - padding: 18px 65px;
- 291. - }
- 292. -
- 293. - #gs_rows {
- 294. - padding: 7px 7px 20px;
- 295. - }
- 296. - .gift_friend_gift {
- 297. - width: 96px;
- 298. - height: 96px;
- 299. - }
- 300. - .gift_many {
- 301. - display: block;
- 302. - padding: 20px 0px;
- 303. - }
- 304. - .gs_img {
- 305. - width: 96px;
- 306. - height: 96px;
- 307. - vertical-align: top;
- 308. - -webkit-transition: opacity .2s;
- 309. - -moz-transition: opacity .2s;
- 310. - -o-transition: opacity .2s;
- 311. - transition: opacity .2s;
- 312. - }
- 313. - .gs_btm {
- 314. - background: #D0D8E0;
- 315. - background: rgba(208, 216, 224, 0.8);
- 316. - border-radius: 3px;
- 317. - padding: 1px 4px 2px;
- 318. - margin: 0 12px;
- 319. - color: #45688E;
- 320. - font-size: 1em;
- 321. - font-weight: bold;
- 322. - position: absolute;
- 323. - left: 0;
- 324. - right: 0;
- 325. - bottom: 0;
- 326. - text-align: center;
- 327. - display: none;
- 328. - z-index: 499;
- 329. - }
- 330. - .gs_price {
- 331. - margin: 2px 0px 2px 0px;
- 332. - }
- 333. - .gs_btm1 {
- 334. - display: block;
- 335. - background: #FFF;
- 336. - }
- 337. - .gs_btm2 {
- 338. - display: block;
- 339. - height: 1px;
- 340. - overflow: hidden;
- 341. - background: #F2E9BA;
- 342. - margin: 0 1px;
- 343. - }
- 344. - .gs_row {
- 345. - display: inline-block;
- 346. - *display: inline;
- 347. - zoom: 1;
- 348. - width: 96px;
- 349. - height: 96px;
- 350. - padding: 4px 2px;
- 351. - margin: 1px;
- 352. - border-radius: 2px;
- 353. - position: relative;
- 354. - }
- 355. - .gs_row:hover .gs_btm {
- 356. - display: block;
- 357. - }
- 358. - .gs_row:hover .gs_img {
- 359. - opacity: .8;
- 360. - }
- 361. - .gs_row:hover .gift_free {
- 362. - display: none;
- 363. - }
- 364. - .gs_privacy {
- 365. - padding: 7px 0 0;
- 366. - color: #666;
- 367. - }
- 368. - .gs_check {
- 369. - position: absolute;
- 370. - z-index: 399;
- 371. - margin: 1px 82px;
- 372. - width: 12px;
- 373. - height: 14px;
- 374. - background: url(/images/check_dark.gif);
- 375. - display: none;
- 376. - }
- 377. - .gs_active .gs_check {
- 378. - display: block;
- 379. - }
- 380. - .gs_box_wrap {
- 381. - text-align: center;
- 382. - padding: 1px;
- 383. - padding-bottom: 10px;
- 384. - }
- 385. - .gs_box_img {
- 386. - width: 256px;
- 387. - height: 256px;
- 388. - vertical-align: top;
- 389. - }
- 390. - .gs_box_label {
- 391. - padding: 13px 10px 0px;
- 392. - width: 130px;
- 393. - color: #777;
- 394. - }
- 395. - .gs_box_labeled {
- 396. - padding-top: 10px;
- 397. - width: 236px;
- 398. - }
- 399. - .gs_box_privacy {
- 400. - padding: 9px 6px 0px;
- 401. - width: 236px;
- 402. - }
- 403. - #gs_msg,
- 404. - #gift_text {
- 405. - width: 356px;
- 406. - height: 50px;
- 407. - }
- 408. - #gift_text {
- 409. - width: 364px;
- 410. - }
- 411. - #gs_warn {
- 412. - display: none;
- 413. - color: #777;
- 414. - padding: 20px 0px 0px;
- 415. - }
- 416. - .gft_send {
- 417. - padding: 0px 25px;
- 418. - }
- 419. - #gft_box_to {
- 420. - padding-top: 0px;
- 421. - }
- 422. - .gft_box_text_wrap {
- 423. - margin-bottom: 5px;
- 424. - }
- 425. - .gft_box_label {
- 426. - color: #45688E;
- 427. - line-height: 1.27em;
- 428. - margin: 0px;
- 429. - padding: 20px 0px 9px;
- 430. - font-size: 1.09em;
- 431. - font-weight: bold;
- 432. - }
- 433. -
- 434. -
- 435. - /* section tabs */
- 436. - .gifts_subtab1 {
- 437. - -moz-border-radius: 2px;
- 438. - border-radius: 2px;
- 439. - cursor: pointer;
- 440. - margin: 0 5px 0 0;
- 441. - color: #45688E;
- 442. - }
- 443. - .gifts_subtab1:hover {
- 444. - background-color: #E1E7ED;
- 445. - }
- 446. -
- 447. - .gifts_subtab1.active {
- 448. - background-color: #597DA3;
- 449. - color: white;
- 450. - cursor: default;
- 451. - }
- 452. - .gifts_subtab2 {
- 453. - padding: 3px 8px 4px;
- 454. - font-weight: bold;
- 455. - }
- 456. - .gifts_profile_block {
- 457. - background: #FFF;
- 458. - text-align: center;
- 459. - overflow: hidden;
- 460. - }
- 461. - .gifts_profile_cont {
- 462. - position: relative;
- 463. - }
- 464. - .gifts_profile_list_wrap {
- 465. - overflow: hidden;
- 466. - height: 288px;
- 467. - }
- 468. - .gifts_profile_list {
- 469. - position: static;
- 470. - width: 400px;
- 471. - height: auto;
- 472. - padding: 9px 15px 9px 11px;
- 473. - }
- 474. - .gifts_profile_cont .list_shadow {
- 475. - position: absolute;
- 476. - width: 100%;
- 477. - height: 6px;
- 478. - background-color: white;
- 479. - box-shadow: 0 0 3px white;
- 480. - }
- 481. - .gifts_profile_cont .shadow_top {
- 482. - top: 0;
- 483. - box-shadow: 0 1px 3px white;
- 484. - }
- 485. - .gifts_profile_cont .shadow_bottom {
- 486. - bottom: 0;
- 487. - box-shadow: 0 -1px 3px white;
- 488. - }
- 489. - .gifts_profile_send {
- 490. - position: relative;
- 491. - width: 168px;
- 492. - height: 288px;
- 493. - background: #F1F1F1;
- 494. - border-left: #dae1e8 1px solid;
- 495. - }
- 496. - .gift_profile_cell {
- 497. - height: 48px;
- 498. - width: 48px;
- 499. - padding: 3px 1px;
- 500. - -moz-border-radius: 2px;
- 501. - border-radius: 2px;
- 502. - -moz-transition: background .1s;
- 503. - -webkit-transition: background .1s;
- 504. - -o-transition: background .1s;
- 505. - transition: background .1s;
- 506. - }
- 507. - .gift_profile_cell:hover {
- 508. - background: #E1E7ED;
- 509. - -moz-transition-duration: 0;
- 510. - -webkit-transition-duration: 0;
- 511. - -o-transition-duration: 0;
- 512. - transition-duration: 0;
- 513. - }
- 514. - .gifts_profile_header {
- 515. - font-size: 1.09em;
- 516. - font-weight: bold;
- 517. - color: #45688E;
- 518. - padding: 12px 0 0;
- 519. - }
- 520. - .gifts_profile_price {
- 521. - font-size: 0.9em;
- 522. - color: #666;
- 523. - padding: 4px 0 2px;
- 524. - }
- 525. - .gifts_profile_gift {
- 526. - padding: 12px 0 9px;
- 527. - height: 96px;
- 528. - }
- 529. - .gifts_profile_gift img.animated {
- 530. - position: absolute;
- 531. - left: 0;
- 532. - right: 0;
- 533. - margin: 0 auto;
- 534. - }
- 535. - .gifts_profile_send .checkbox {
- 536. - text-align: left;
- 537. - padding: 8px 12px;
- 538. - font-size: 0.9em;
- 539. - color: #666;
- 540. - }
- 541. - .gifts_profile_message {
- 542. - padding: 0 12px;
- 543. - }
- 544. - #gifts_message {
- 545. - width: 136px;
- 546. - height: 35px;
- 547. - vertical-align: top;
- 548. - resize: none;
- 549. - margin: 2px 0px;
- 550. - outline: none;
- 551. - }
- 552. - #gifts_buttons {
- 553. - padding-top: 4px;
- 554. - }
- 555. - #gifts_submit {
- 556. - width: 144px;
- 557. - }
- 558. -
- 559. - /* scrollbars */
- 560. - .gifts_scrollbar_cont {
- 561. - width: 7px;
- 562. - height: 100%;
- 563. - margin-top: 3px;
- 564. - position: absolute;
- 565. - z-index: 500;
- 566. - }
- 567. - .gifts_scrollbar_inner {
- 568. - background: #DAE1E8;
- 569. - width: 6px;
- 570. - height: 26px;
- 571. - margin-left: -1px;
- 572. - -webkit-border-radius: 3px;
- 573. - -moz-border-radius: 3px;
- 574. - border-radius: 3px;
- 575. - cursor: pointer;
- 576. - }
- 577. - .gifts_scrollbar_inner:hover,
- 578. - .gifts_scrollbar_hovered {
- 579. - background: #BEC8D3;
- 580. - }
- 581. - .gifts_scrollbar_top {
- 582. - position: absolute;
- 583. - height: 3px;
- 584. - margin-top: -1px;
- 585. - background: #555555;
- 586. - opacity: 0.12;
- 587. - filter: alpha(opacity=12);
- 588. - display: none;
- 589. - }
- 590. - .gifts_scrollbar_bottom {
- 591. - position: absolute;
- 592. - height: 3px;
- 593. - margin-top: -2px;
- 594. - background: #555555;
- 595. - opacity: 0.12;
- 596. - filter: alpha(opacity=12);
- 597. - }
- 598. - .gs_bonus_info {
- 599. - background: #F1F1F1;
- 600. - padding: 10px 10px;
- 601. - margin: 4px 10px 12px;
- 602. - }
- 603. - .gs_box_close {
- 604. - padding: 16px 20px 0px;
- 605. - }
- 606. - .gs_box_header {
- 607. - padding: 16px 0px 10px 0px;
- 608. - }
- 609. - .gs_box_header_f {
- 610. - font-size: 1.18em;
- 611. - color: #45688E;
- 612. - font-weight: bold;
- 613. - }
- 614. - #gsw_inp {
- 615. - width: 382px;
- 616. - font-size: 1em;
- 617. - font-family: Tahoma, Verdana, Arial, Sans-Serif, Lucida Sans;
- 618. - }
- 619. - .tb_tabs_wrap .gifts_add_lnk {
- 620. - padding: 11px 5px 9px;
- 621. - color: #899BA9;
- 622. - }
- 623. - #gifts_do_send_wrap {
- 624. - padding: 16px 14px;
- 625. - }
- 626. - #gifts_packages_wrap {
- 627. - display: none;
- 628. - padding: 16px 39px;
- 629. - }
- 630. - #gifts_packages_wrap .radiobtn {
- 631. - margin: 0 0 12px 5px;
- 632. - }
- 633. - #gifts_packages_wrap .radiobtn b {
- 634. - color: #36638E;
- 635. - font-size: 1.09em;
- 636. - }
- 637. - #gifts_packages_wrap .radiobtn span {
- 638. - color: #777;
- 639. - line-height: 20px;
- 640. - }
- 641. - #gifts_packages_wrap .radiobtn.disabled {
- 642. - opacity: 0.7;
- 643. - filter: alpha(opacity=70);
- 644. - }
- 645. - #gifts_packages_wrap .gifts_packages_options {
- 646. - margin: 0 auto;
- 647. - width: 240px;
- 648. - }
- 649. - #gifts_packages_wrap h2 {
- 650. - margin: 10px 0 20px 0;
- 651. - }
- 652. - #gifts_packages_wrap .error {
- 653. - margin: 0 -10px 15px -10px;
- 654. - }
- 655. - #gifts_packages_descr {
- 656. - margin: 20px 0 10px 0;
- 657. - color: #777;
- 658. - text-align: center;;
- 659. - }
- 660. - #gift_footer_balance_str {
- 661. - color: #777;
- 662. - }
- 663. - .box_controls_wrap .gift_box_controls {
- 664. - padding: 8px 5px 7px;
- 665. - height: 30px;
- 666. - background-color: #F2F2F2;
- 667. - border-top: 1px solid #DAE1E8;
- 668. - }
- 669. - .box_controls_wrap .gift_box_controls .box_controls_text {
- 670. - padding: 8px 8px 0px;
- 671. - }
- ------
- Файл - payments.css (Старый размер - 22596 | Новый - 0):
- 0. - #payments_css {
- 1. - display: none;
- 2. - }
- 3. -
- 4. - #payments_box {
- 5. - line-height: 180%;
- 6. - }
- 7. - #payments_box_summary {
- 8. - margin: 0;
- 9. - padding: 16px 5px 16px 25px;
- 10. - background: #F2F2F2;
- 11. - }
- 12. - .payments_summary_phumb {
- 13. - margin-right: 12px;
- 14. - float: left;
- 15. - -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
- 16. - -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
- 17. - box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
- 18. - width: 50px;
- 19. - height: 50px;
- 20. - }
- 21. - .payments_summary_cont {
- 22. - margin-top: 4px;
- 23. - }
- 24. - #payments_box_close_lnk {
- 25. - padding-right: 16px;
- 26. - line-height: 100%;
- 27. - }
- 28. - .payments_box_unpaid_gifts_info {
- 29. - margin: 18px 20px 0;
- 30. - }
- 31. - .payments_box_unpaid_gifts_descr {
- 32. - margin: 0 -3px 15px;
- 33. - }
- 34. - .payments_box_unpaid_gifts_info,
- 35. - .payments_box_unpaid_gifts_descr {
- 36. - background: #F6F7F9;
- 37. - border: 1px solid #DBE0EA;
- 38. - line-height: 160%;
- 39. - padding: 8px 11px;
- 40. - }
- 41. - #payments_box_error {
- 42. - margin: 18px 15px 0 15px;
- 43. - display: none;
- 44. - }
- 45. - #payments_box p {
- 46. - margin: 0;
- 47. - padding: 0 0 17px 0;
- 48. - }
- 49. -
- 50. - .payments_box_app_order .payments_summary_phumb {
- 51. - margin: -4px 12px -4px -11px;
- 52. - width: auto;
- 53. - height: auto;
- 54. - max-height: 65px;
- 55. - max-width: 150px;
- 56. - }
- 57. - .payments_box_app_order .payments_summary_cont {
- 58. - margin-top: -2px;
- 59. - float: left;
- 60. - color: #555;
- 61. - }
- 62. - .payments_box_app_order .payments_summary_cont strong {
- 63. - color: #000;
- 64. - }
- 65. - .payments_box_app_order #payments_getvotes_wrap {
- 66. - padding: 20px 17px 18px 17px;
- 67. - }
- 68. - .payments_box_app_order .payments_getvotes_order_descr {
- 69. - padding-bottom: 15px;
- 70. - }
- 71. - .payments_box_app_order #payments_getvotes_method small {
- 72. - display: block;
- 73. - color: #777;
- 74. - }
- 75. - .payments_box_app_order #payments_getvotes_buttons {
- 76. - padding-left: 17px;
- 77. - }
- 78. -
- 79. - .payments_box_gift_order_header {
- 80. - color: #000;
- 81. - font-weight: bold;
- 82. - }
- 83. - .payments_box_gift_order .payments_box_unpaid_gifts_info {
- 84. - margin: 18px 15px 0;
- 85. - }
- 86. - .payments_box_wide.payments_box_gift_order .payments_summary_phumb {
- 87. - margin: -4px 12px -4px -11px;
- 88. - width: auto;
- 89. - height: auto;
- 90. - width: 76px;
- 91. - height: 76px;
- 92. - max-width: none!important;
- 93. - max-height: none!important;
- 94. - }
- 95. - .payments_box_wide.payments_box_gift_order .payments_summary_cont {
- 96. - margin-top: -2px;
- 97. - float: left;
- 98. - color: #555;
- 99. - width: 158px;
- 100. - }
- 101. - .payments_box_gift_order .payments_getvotes_method_opt {
- 102. - margin: 0 -3px;
- 103. - }
- 104. - .payments_box_gift_order #payments_getvotes_wrap {
- 105. - padding: 20px 17px 18px 17px;
- 106. - }
- 107. - .payments_box_gift_order .payments_getvotes_order_descr {
- 108. - padding-bottom: 15px;
- 109. - }
- 110. - .payments_box_gift_order #payments_getvotes_method small {
- 111. - display: block;
- 112. - color: #777;
- 113. - }
- 114. - .payments_box_gift_order #payments_getvotes_buttons {
- 115. - padding-left: 17px;
- 116. - }
- 117. - .payments_gift_order_confirm {
- 118. - text-align: center;
- 119. - }
- 120. - .payments_gift_order_confirm_text {
- 121. - font-size: 1.09em;
- 122. - line-height: 160%;
- 123. - padding-top: 12px;
- 124. - }
- 125. - .payments_gift_order_confirm_desc {
- 126. - line-height: 160%;
- 127. - padding: 7px 0;
- 128. - color: #777;
- 129. - }
- 130. -
- 131. - #payments_getvotes_wrap {
- 132. - padding: 18px 25px;
- 133. - }
- 134. - #payments_get_votes_amounts {
- 135. - padding-left: 15px;
- 136. - }
- 137. - #payments_get_votes_opts .radiobtn, #payments_get_votes_amounts .radiobtn {
- 138. - margin-bottom: 12px;
- 139. - }
- 140. - #payments_get_votes_opts .radiobtn b, #payments_get_votes_amounts .radiobtn b {
- 141. - color: #36638E;
- 142. - font-size: 1.09em;
- 143. - }
- 144. - #payments_get_votes_amounts .radiobtn.last {
- 145. - margin-bottom: 8px;
- 146. - }
- 147. - #payments_getvotes_wrap .radiobtn .payments_opt_amount {
- 148. - color: #777;
- 149. - line-height: 20px;
- 150. - }
- 151. - #payments_other_amount {
- 152. - padding-left: 19px;
- 153. - }
- 154. - #payments_get_votes_opts_other,
- 155. - #payments_getvotes_cont,
- 156. - #payments_getvotes_phone,
- 157. - #payments_getvotes_confirm,
- 158. - #payments_getvotes_waiting,
- 159. - #payments_getvotes_buttons,
- 160. - #payments_other_amount,
- 161. - #payments_getvotes_terminals,
- 162. - #payments_getvotes_ps,
- 163. - #payments_iframe_container {
- 164. - display: none;
- 165. - }
- 166. - #payments_getvotes_descr {
- 167. - margin: 10px -10px 10px -10px;
- 168. - padding: 5px 10px;
- 169. - background-color: #F2F2F2;
- 170. - }
- 171. - #payments_box_progress {
- 172. - padding: 140px 0;
- 173. - text-align: center;
- 174. - }
- 175. - #payments_box_progress_msg_wrap {
- 176. - padding: 10px 0 30px 0;
- 177. - text-align: center;
- 178. - font-size: 1.18em;
- 179. - color: #8293a8;
- 180. - }
- 181. - .payments_box_app_order #payments_box_progress {
- 182. - padding: 52px 0;
- 183. - }
- 184. - .payments_box_app_order #payments_box_progress_msg_wrap {
- 185. - padding-bottom: 10px;
- 186. - }
- 187. - #payments_getvotes_success {
- 188. - margin-bottom: 10px;
- 189. - font-weight: bold;
- 190. - font-size: 1.09em;
- 191. - }
- 192. - #payments_getvotes_done {
- 193. - margin-bottom: 5px;
- 194. - font-weight: bold;
- 195. - font-size: 1.09em;
- 196. - }
- 197. - #payments_box_votes_num,
- 198. - #payments_box_votes_money,
- 199. - .payments_box_votes_num,
- 200. - .payments_getvotes_waiting_amount {
- 201. - font-weight: bold;
- 202. - }
- 203. - #payments_getvotes_waiting {
- 204. - margin: 0;
- 205. - }
- 206. - #payments_getvotes_waiting_status {
- 207. - margin: 40px 40px 30px 0;
- 208. - text-align: center;
- 209. - font-size: 1.09em;
- 210. - color: #67829e;
- 211. - }
- 212. - #payments_getvotes_waiting_status span {
- 213. - color: #fff;
- 214. - }
- 215. - #payments_getvotes_waiting_status span span {
- 216. - color: #67829e;
- 217. - }
- 218. - #payments_getvotes_waiting div {
- 219. - padding-left: 0;
- 220. - }
- 221. - #payments_getvotes_waiting_msg {
- 222. - margin: 0 -10px 20px -10px;
- 223. - padding: 10px 15px !important;
- 224. - border: 1px solid #dae2e8;
- 225. - background-color: #eef1f6;
- 226. - font-color: #333;
- 227. - }
- 228. - #payments_getvotes_waiting_comm {
- 229. - display: none;
- 230. - margin-top: 10px;
- 231. - color: #777;
- 232. - font-size: 0.9em;
- 233. - }
- 234. - #payments_getvotes_confirm_msg {
- 235. - margin: 0 -10px 20px -10px !important;
- 236. - padding: 10px 15px !important;
- 237. - border: 1px solid #dae2e8;
- 238. - background-color: #eef1f6;
- 239. - font-color: #333;
- 240. - }
- 241. - #payments_getvotes_confirm_msg a {
- 242. - border-bottom: 1px dashed #A7B7C9;
- 243. - }
- 244. - #payments_getvotes_confirm_msg a:hover {
- 245. - border-bottom: 1px solid #A7B7C9;
- 246. - text-decoration: none;
- 247. - }
- 248. - #payments_getvotes_confirm_comm_wrap {
- 249. - display: none;
- 250. - color: #777;
- 251. - height: auto;
- 252. - font-size: 0.9em;
- 253. - line-height: 160%;
- 254. - }
- 255. - .payments_getvotes_method_opt {
- 256. - margin: 0 -5px;
- 257. - padding: 10px 13px;
- 258. - display: block;
- 259. - color: #777;
- 260. - }
- 261. - .payments_getvotes_method_opt:hover,
- 262. - #payments_getvotes_method .payments_getvotes_active_row {
- 263. - text-decoration: none;
- 264. - background-color: #EDF0F2;
- 265. - color: #6A7989;
- 266. - }
- 267. - .payments_getvotes_method_img {
- 268. - margin-right: 12px;
- 269. - float: left;
- 270. - width: 42px;
- 271. - height: 41px;
- 272. - background: url(/images/icons/payments_n.png?1) no-repeat 0 0;
- 273. - -moz-border-radius: 2px;
- 274. - -webkit-border-radius: 2px;
- 275. - border-radius: 2px;
- 276. - }
- 277. - .payments_getvotes_method_opt:hover .payments_getvotes_method_img,
- 278. - #payments_getvotes_method .payments_getvotes_active_row .payments_getvotes_method_img {
- 279. - }
- 280. - .payments_getvotes_method_text {
- 281. - margin-left: 54px;
- 282. - height: 42px;
- 283. - }
- 284. - .payments_method_card {
- 285. - background-position: 0 -41px !important;
- 286. - }
- 287. - .payments_method_ps {
- 288. - background-position: 0 -82px !important;
- 289. - }
- 290. - .payments_method_term {
- 291. - background-position: 0 -123px !important;
- 292. - }
- 293. - .payments_method_offers {
- 294. - background-position: 0 -164px !important;
- 295. - }
- 296. - .payments_getvotes_method_opt h2 {
- 297. - margin: 0;
- 298. - padding: 0;
- 299. - color: #36638E;
- 300. - font-size: 1.18em;
- 301. - font-weight: bold;
- 302. - border: none;
- 303. - }
- 304. - .payments_getvotes_method_opt img {
- 305. - padding-top: 15px;
- 306. - display: none;
- 307. - }
- 308. - #payments_getvotes_method .payments_getvotes_active_row img {
- 309. - display: inline !important;
- 310. - }
- 311. - #payments_getvotes_method p {
- 312. - padding: 19px 0 0 0;
- 313. - text-align: center;
- 314. - }
- 315. - #payments_getvotes_buttons {
- 316. - padding: 0 0 25px 25px;
- 317. - }
- 318. - #payments_getvotes_buttons .button_blue {
- 319. - margin: 0 8px 0 15px;
- 320. - }
- 321. - #payments_getvotes_back {
- 322. - line-height: 120%;
- 323. - margin-top: 2px;
- 324. - position: relative;
- 325. - }
- 326. - .payments_buttons_nopad {
- 327. - padding-left: 10px!important;
- 328. - }
- 329. - h2.payments_getvotes_title {
- 330. - margin: 0 0 6px 0;
- 331. - padding: 0;
- 332. - color: #36638E;
- 333. - font-size: 1.18em;
- 334. - font-weight: bold;
- 335. - border: none;
- 336. - }
- 337. - .payments_systems_logo {
- 338. - margin: -7px 10px 0 0;
- 339. - }
- 340. - .payments_getvotes_term_list {
- 341. - margin: 5px auto 0 auto;
- 342. - width: 440px;
- 343. - }
- 344. - .payments_getvotes_ps_list {
- 345. - margin: 0 auto;
- 346. - width: 450px;
- 347. - }
- 348. - .payments_getvotes_ps_row {
- 349. - margin: 5px 5px 0 5px;
- 350. - padding-left: 5px;
- 351. - width: 210px;
- 352. - height: 50px;
- 353. - float: left;
- 354. - overflow: hidden;
- 355. - color: #777;
- 356. - font-size: 1.09em;
- 357. - }
- 358. - .payments_getvotes_ps_row:hover,
- 359. - #payments_getvotes_ps .payments_getvotes_active_row {
- 360. - text-decoration: none;
- 361. - background-color: #EDF0F2;
- 362. - }
- 363. - .payments_getvotes_ps_logo {
- 364. - width: 50px;
- 365. - height: 50px;
- 366. - float: left;
- 367. - }
- 368. - .payments_getvotes_ps_text {
- 369. - padding-left: 55px;
- 370. - }
- 371. - .payments_getvotes_ps_row_s .payments_getvotes_ps_text h2 {
- 372. - padding: 0;
- 373. - height: 50px;
- 374. - line-height: 50px;
- 375. - }
- 376. - .payments_getvotes_ps_text img {
- 377. - padding: 22px 8px 0 0;
- 378. - display: none;
- 379. - }
- 380. - .payments_getvotes_ps_text h2 {
- 381. - margin: 0;
- 382. - padding: 7px 0 0 0;
- 383. - color: #36638E;
- 384. - font-weight: bold;
- 385. - border: none;
- 386. - font-size: 1em;
- 387. - line-height: 120%;
- 388. - }
- 389. - #payments_getvotes_ps .payments_getvotes_active_row img {
- 390. - display: inline !important;
- 391. - }
- 392. - #payments_iframe_container {
- 393. - height: 359px;
- 394. - overflow-y: auto;
- 395. - overflow-x: hidden;
- 396. - }
- 397. -
- 398. - .payments_tform {
- 399. - margin-left: 15px;
- 400. - border-collapse: collapse;
- 401. - }
- 402. - .payments_tform .tform_row {
- 403. - height: 34px;
- 404. - }
- 405. - .payments_tform td {
- 406. - padding: 3px 0 0 0;
- 407. - vertical-align: top;
- 408. - }
- 409. - .payments_tform .label {
- 410. - padding: 3px 10px 6px 0;
- 411. - color: #777;
- 412. - width: 110px;
- 413. - text-align: right;
- 414. - }
- 415. - .payments_tform .labeled {
- 416. - padding: 0;
- 417. - }
- 418. - .payments_tform .labeled input {
- 419. - padding: 4px 3px 5px 3px;
- 420. - width: 130px;
- 421. - }
- 422. - .payments_tform .selector_container td.selector {
- 423. - padding-top: 3px;
- 424. - padding-bottom: 3px;
- 425. - }
- 426. - #payments_phone_table {
- 427. - border: 1px solid #C0CAD5;
- 428. - width: 190px;
- 429. - }
- 430. - #payments_phone_prefix {
- 431. - vertical-align: top;
- 432. - width: 1px;
- 433. - color: #777;
- 434. - font-size: 1em;
- 435. - padding: 4px 0px 5px 5px;
- 436. - line-height: 15px;
- 437. - }
- 438. - .payments_tform td.payments_phone_field {
- 439. - vertical-align: top;
- 440. - width: 100%;
- 441. - padding: 1px 0px 0px;
- 442. - }
- 443. - .is_rtl1 #payments_phone_prefix {
- 444. - padding: 4px 5px 5px 0px;
- 445. - }
- 446. - #payments_phone_table #phone {
- 447. - width: 100%;
- 448. - outline: none;
- 449. - border: 0px;
- 450. - padding: 0px;
- 451. - margin: 0px -1px;
- 452. - background: transparent;
- 453. - }
- 454. - #payments_box #votes_num {
- 455. - margin-right: 5px;
- 456. - width: 160px;
- 457. - }
- 458. - .payments_offers_empty {
- 459. - padding: 90px 30px;
- 460. - text-align: center;
- 461. - font-size: 1.18em;
- 462. - color: #777;
- 463. - }
- 464. - .payments_offers_cont {
- 465. - padding: 15px;
- 466. - }
- 467. - .payments_offers_cont .payments_getvotes_title {
- 468. - padding-left: 10px;
- 469. - }
- 470. - .payments_offer {
- 471. - border-bottom: 1px solid #E1E7ED;
- 472. - padding: 12px 10px;
- 473. - cursor: pointer;
- 474. - }
- 475. - .payments_offer:hover, .payments_offer_hover {
- 476. - background-color: #edf1f5;
- 477. - }
- 478. - .payments_offer_hover .payments_offers_desc, .payments_offer_hover .payments_offers_votes {
- 479. - color: #6A7989;
- 480. - }
- 481. - .payments_offers_img {
- 482. - width: 100px;
- 483. - text-align: center;
- 484. - }
- 485. - .payments_offers_img img {
- 486. - display: block;
- 487. - }
- 488. - .payments_offers_info {
- 489. - margin: -3px 0 0 100px;
- 490. - padding-left: 15px;
- 491. - width: 363px;
- 492. - }
- 493. - .payments_offers_title {
- 494. - padding-bottom: 4px;
- 495. - font-weight: bold;
- 496. - font-size: 1.09em;
- 497. - color: #45688E;
- 498. - width: 310px;
- 499. - }
- 500. - .payments_offers_desc {
- 501. - width: 310px;
- 502. - color: #606060;
- 503. - }
- 504. - .payments_offers_add_info {
- 505. - padding-left: 10px;
- 506. - color: #888888;
- 507. - }
- 508. - .payments_offers_votes {
- 509. - font-weight: bold;
- 510. - color: #666;
- 511. - }
- 512. - #payments_offers_next {
- 513. - text-align: center;
- 514. - c1olor: #738392;
- 515. - text-decoration: none;
- 516. - cursor: pointer;
- 517. - display: block;
- 518. - padding: 8px;
- 519. - height: 15px;
- 520. - line-height: 15px;
- 521. - }
- 522. - #payments_offers_next:hover {
- 523. - text-decoration: none;
- 524. - background-color: #edf1f5;
- 525. - }
- 526. - #payments_offers_next .progress {
- 527. - margin: 1px auto;
- 528. - }
- 529. - .payments_offers_add_text {
- 530. - padding-top: 4px;
- 531. - }
- 532. - .payments_offer_view_man .numbered {
- 533. - padding-left: 16px;
- 534. - margin-top: 3px;
- 535. - margin-bottom: 2px;
- 536. - }
- 537. - .payments_offer_view_man .numbered li {
- 538. - padding-top: 3px;
- 539. - }
- 540. - .payments_offer_view_man {
- 541. - background: #eff4fb;
- 542. - border: 1px solid #b7c5db;
- 543. - padding: 10px;
- 544. - margin-top: 18px;
- 545. - }
- 546. - .payments_offer_view {
- 547. - padding: 25px 25px 16px 25px;
- 548. - }
- 549. - .payments_offer_view_info {
- 550. - padding-left: 10px;
- 551. - width: 325px;
- 552. - }
- 553. - .payments_disclaimer {
- 554. - color: #888888;
- 555. - padding: 12px 10px 0px 10px;
- 556. - }
- 557. -
- 558. - .payments_terminal_row {
- 559. - cursor: pointer;
- 560. - width: 70px;
- 561. - height: 70px;
- 562. - float: left;
- 563. - overflow: hidden;
- 564. - }
- 565. - .payments_terminal_row img {
- 566. - width: 70px;
- 567. - height: 70px;
- 568. - }
- 569. - .payments_terminal_name {
- 570. - color: #36638E;
- 571. - font-weight: bold;
- 572. - }
- 573. - .payments_terminal_tt table .tt_text {
- 574. - color: #000;
- 575. - padding: 10px;
- 576. - width: 150px;
- 577. - line-height: 160%;
- 578. - }
- 579. - .payments_terminal_tt table.toup1 .bottom_pointer {
- 580. - margin-right: 0px;
- 581. - margin-left: 40px;
- 582. - display: block;
- 583. - background: url(/images/tooltip_arrow_white.gif) no-repeat;
- 584. - }
- 585. - .payments_terminal_tt table.toup .top_pointer {
- 586. - margin-right: 0px;
- 587. - margin-left: 40px;
- 588. - display: block;
- 589. - bottom: -2px;
- 590. - background: url(/images/tooltip_arrow_up.gif) no-repeat;
- 591. - }
- 592. - .payments_prices_notice {
- 593. - padding-top: 5px;
- 594. - font-size: 10px;
- 595. - color: #777777;
- 596. - }
- 597. - .payments_votes_bonus {
- 598. - margin-left: 4px;
- 599. - color: #7C90A6;
- 600. - font-weight: bold;
- 601. - }
- 602. -
- 603. - .payments_box_wide,
- 604. - #payments_box_right_col {
- 605. - height: 390px;
- 606. - overflow: hidden;
- 607. - }
- 608. - .payments_box_autoheight,
- 609. - .payments_box_autoheight #payments_box_right_col {
- 610. - height: auto!important;
- 611. - }
- 612. - .payments_box_wide,
- 613. - .payments_box_wide #payments_box_summary {
- 614. - background-color: #f5f6f7;
- 615. - }
- 616. - #payments_box_left_col {
- 617. - width: 265px;
- 618. - display: table-cell;
- 619. - padding-bottom: 15px;
- 620. - position: relative;
- 621. - }
- 622. - #payments_box_right_col {
- 623. - margin-left: 265px;
- 624. - background-color: #FFFFFF;
- 625. - display: table-cell;
- 626. - width: 495px;
- 627. - vertical-align: top;
- 628. - }
- 629. - .payments_box_wide #payments_box_summary {
- 630. - padding: 18px 5px 0 25px;
- 631. - }
- 632. - .payments_box_wide .payments_summary_cont {
- 633. - font-size: 1.09em;
- 634. - width: 168px;
- 635. - white-space: nowrap;
- 636. - overflow: hidden;
- 637. - text-overflow: ellipsis;
- 638. - }
- 639. - .payments_box_wide .payments_summary_phumb {
- 640. - max-height: 65px!important;
- 641. - max-width: 65px!important;
- 642. - }
- 643. - #payments_box_left_col #payments_box_menu {
- 644. - position: absolute;
- 645. - top: 110px;
- 646. - width: 265px;
- 647. - }
- 648. - .payments_box_wide .payments_getvotes_method_opt {
- 649. - margin: 0;
- 650. - padding: 10px 13px 10px 18px;
- 651. - color: #747d87;
- 652. - }
- 653. - .payments_box_wide .payments_getvotes_method_opt:hover {
- 654. - background-color: #e9edf1;
- 655. - }
- 656. - .payments_box_wide .payments_getvotes_active_row,
- 657. - .payments_box_wide .payments_getvotes_active_row:hover {
- 658. - background-color: #dae1e8;
- 659. - }
- 660. - .payments_box_wide .payments_getvotes_method_img {
- 661. - margin-right: 15px;
- 662. - background: url(/images/icons/payments_w.png) no-repeat 0 0;
- 663. - }
- 664. - .payments_box_wide .payments_box_menu p {
- 665. - padding: 19px 0 0 0;
- 666. - text-align: center;
- 667. - }
- 668. - .payments_box_wide #payments_box_close_lnk {
- 669. - padding: 19px 21px 0 0;
- 670. - }
- 671. - .payments_box_wide #payments_getvotes_wrap {
- 672. - padding: 15px 25px;
- 673. - }
- 674. - .payments_box_wide .payments_getvotes_term_list {
- 675. - width: 350px;
- 676. - }
- 677. - .payments_box_wide .payments_getvotes_ps_list {
- 678. - width: 220px;
- 679. - }
- 680. - .payments_box_wide .payments_getvotes_title {
- 681. - margin: 0 0 17px 0;
- 682. - }
- 683. - .payments_box_wide #payments_getvotes_title {
- 684. - margin: 15px 0 0 25px;
- 685. - padding: 0;
- 686. - color: #36638E;
- 687. - font-size: 1.18em;
- 688. - font-weight: bold;
- 689. - border: none;
- 690. - }
- 691. - .payments_box_wide #payments_box_progress {
- 692. - padding: 150px 0;
- 693. - }
- 694. - .payments_box_wide #payments_box_progress_link {
- 695. - display: none;
- 696. - }
- 697. - .payments_box_wide #payments_box_error {
- 698. - margin: 0 -10px 15px -10px;
- 699. - }
- 700. - .payments_box_wide .payments_getvotes_confirm_msg,
- 701. - .payments_box_wide #payments_getvotes_confirm_msg,
- 702. - .payments_box_wide #payments_getvotes_waiting_msg {
- 703. - margin: 20px 0!important;
- 704. - padding: 0!important;
- 705. - text-align: center;
- 706. - border: none;
- 707. - background: #FFF;
- 708. - }
- 709. - .payments_box_wide .payments_getvotes_confirm_msg {
- 710. - font-size: 1.09em;
- 711. - }
- 712. - .payments_box_wide #payments_getvotes_waiting_mo {
- 713. - display: none;
- 714. - }
- 715. - .payments_box_wide .payments_getvotes_footer {
- 716. - position: absolute;
- 717. - bottom: 20px;
- 718. - padding-right: 25px;
- 719. - text-align: center;
- 720. - color: #909090;
- 721. - line-height: 120%;
- 722. - }
- 723. - .payments_box_wide .payments_getvotes_confirm_amount {
- 724. - margin: 10px 0 20px 0;
- 725. - text-align: center;
- 726. - color: #777;
- 727. - }
- 728. - .payments_box_wide #payments_getvotes_buttons {
- 729. - padding-left: 25px;
- 730. - width: 300px;
- 731. - }
- 732. - .payments_box_wide #payments_getvotes_buttons .button_blue,
- 733. - .payments_box_wide #payments_getvotes_back {
- 734. - margin: 0 0 0 146px;
- 735. - }
- 736. - .payments_box_wide #payments_getvotes_back {
- 737. - padding-top: 5px;
- 738. - }
- 739. - .payments_box_wide #payments_getvotes_phone {
- 740. - text-align: center;
- 741. - }
- 742. - #payments_get_votes_amounts.payments_confirm_amount {
- 743. - padding: 15px 0 10px 0;
- 744. - font-size: 1.3em;
- 745. - }
- 746. - .payments_box_wide #payments_getvotes_phone_msg {
- 747. - font-size: 1.09em;
- 748. - }
- 749. - .payments_box_wide .payments_systems_logo {
- 750. - margin: 50px 0 20px 0;
- 751. - text-align: center;
- 752. - }
- 753. - .payments_box_wide .payments_getvotes_confirm_phone {
- 754. - margin: 20px 0;
- 755. - font-size: 1.19em;
- 756. - font-weight: bold;
- 757. - text-align: center;
- 758. - }
- 759. - .payments_box_wide .payments_getvotes_confirm_phone span {
- 760. - font-size: 11px;
- 761. - font-weight: normal;
- 762. - }
- 763. - .payments_box_wide #payments_getvotes_waiting_comm {
- 764. - text-align: center;
- 765. - line-height: 140%;
- 766. - }
- 767. - .payments_box_wide #payments_getvotes_confirm_comm_wrap {
- 768. - margin: -10px 0 15px 0;
- 769. - line-height: 140%;
- 770. - text-align: center;
- 771. - }
- 772. - .payments_form_row {
- 773. - margin: 0 auto 12px;
- 774. - width: 154px;
- 775. - }
- 776. - .payments_form_label {
- 777. - padding: 6px 0 10px;
- 778. - font-size: 1.09em;
- 779. - font-weight: bold;
- 780. - color: #45688E;
- 781. - text-align: left;
- 782. - }
- 783. - .payments_form_row input {
- 784. - padding: 4px 3px 5px 3px;
- 785. - width: 147px;
- 786. - outline: none;
- 787. - }
- 788. - .payments_form_row #payments_phone_table {
- 789. - width: 154px;
- 790. - }
- 791. - .payments_form_row td.payments_phone_field {
- 792. - padding: 2px 0px 0px;
- 793. - vertical-align: top;
- 794. - width: 100%;
- 795. - }
- 796. - .payments_form_row .selector_container td.selector {
- 797. - padding-top: 3px;
- 798. - padding-bottom: 3px;
- 799. - }
- 800. -
- 801. - .payments_logo_cards {
- 802. - background: url(/images/pics/cards.png) 50% 50% no-repeat;
- 803. - height: 52px;
- 804. - }
- 805. - .payments_logo_webmoney {
- 806. - background: url(/images/ps/webmoney.gif) 50% 50% no-repeat;
- 807. - width: 126px;
- 808. - height: 40px;
- 809. - }
- 810. - .payments_logo_kiwipurse {
- 811. - background: url(/images/ps/qiwiwallet.gif) 50% 50% no-repeat;
- 812. - width: 110px;
- 813. - height: 40px;
- 814. - }
- 815. - .payments_logo_yandexmoney {
- 816. - background: url(/images/ps/yandexmoney.png) 50% 50% no-repeat;
- 817. - width: 106px;
- 818. - height: 45px;
- 819. - }
- 820. - .payments_logo_checkout {
- 821. - background: url(/images/ps/googlewallet.png) 50% 50% no-repeat;
- 822. - width: 190px;
- 823. - height: 40px;
- 824. - }
- 825. - .payments_box_wide .payments_logo_webmoney,
- 826. - .payments_box_wide .payments_logo_kiwipurse,
- 827. - .payments_box_wide .payments_logo_yandexmoney,
- 828. - .payments_box_wide .payments_logo_checkout {
- 829. - width: 100%;
- 830. - }
- 831. -
- 832. - /* Old payments - begin */
- 833. -
- 834. - .payments_systems_messages_container {
- 835. - margin: 10px 10px 0;
- 836. - }
- 837. - .payments_systems_messages_container .msg {
- 838. - margin: 0px 0px 10px;
- 839. - font-weight: normal;
- 840. - }
- 841. -
- 842. - .payments_systems_container .labeled {
- 843. - width: 110px;
- 844. - float: left;
- 845. - text-align: right;
- 846. - color: #666;
- 847. - padding-top: 4px;
- 848. - padding-right: 10px;
- 849. - }
- 850. -
- 851. - .payments_systems_container a {
- 852. - outline: none;
- 853. - }
- 854. - .payments_systems_container {
- 855. - padding: 10px 15px 10px 15px;
- 856. - line-height: 140%;
- 857. - }
- 858. - .payments_systems_container h2 {
- 859. - float: left;
- 860. - margin: 0px 0 0px 0;
- 861. - color: #3C6993;
- 862. - font-size: 1em;
- 863. - border: none;
- 864. - padding: 0;
- 865. - }
- 866. - .payments_systems_container .icon {
- 867. - cursor: pointer;
- 868. - width: 68px;
- 869. - vertical-align: top;
- 870. - text-align:center;
- 871. - }
- 872. - .payments_systems_container td {
- 873. - vertical-align: top;
- 874. - }
- 875. - .payments_systems_container .ps_title {
- 876. - height: 18px;
- 877. - cursor: pointer;
- 878. - padding: 2px 0;
- 879. - background: url(/images/ps/payments_bg.gif) 0 50% repeat-x;
- 880. - }
- 881. - .payments_systems_container .ps_title h2 {
- 882. - background: #ffffff;
- 883. - padding-right: 5px;
- 884. - }
- 885. - .payments_systems_container .ps_description {
- 886. - vertical-align: top;
- 887. - cursor: pointer;
- 888. - padding-right: 10px;
- 889. - }
- 890. - .payments_systems_container .ps_desc_short {
- 891. - padding-right: 170px;
- 892. - }
- 893. - .payments_systems_container .ps_expand {
- 894. - cursor: pointer;
- 895. - color: #2B587A;
- 896. - padding-top: 6px;
- 897. - }
- 898. - .payments_systems_container .ps_expand:hover {
- 899. - text-decoration: underline;
- 900. - }
- 901. - .payments_systems_container .ps_link {
- 902. - display: block;
- 903. - padding-top: 6px;
- 904. - }
- 905. - .payments_systems_container .ps_select {
- 906. - display: none;
- 907. - padding-bottom: 0px;
- 908. - }
- 909. - .payments_systems_container .selected .ps_select {
- 910. - display: block;
- 911. - }
- 912. - .payments_systems_container .ps_select_cell {
- 913. - padding-bottom: 20px;
- 914. - }
- 915. -
- 916. - .payments_systems_container .cards_buttons {
- 917. - clear:both;
- 918. - padding: 6px 0 0 230px;
- 919. - height:25px;
- 920. - }
- 921. -
- 922. - .payments_systems_container .info_box {
- 923. - font-size: 0.9em;
- 924. - color: #666666;
- 925. - }
- 926. -
- 927. - .payments_systems_container #ps_select_card { /* See ps_select_ */
- 928. - margin-left: 45px;
- 929. - }
- 930. -
- 931. - .payments_systems_container .terminal {
- 932. - float: left;
- 933. - cursor: pointer;
- 934. - width: 150px;
- 935. - padding: 8px 6px 6px;
- 936. - margin: 0px 7px 0px;
- 937. - border-bottom: 1px solid transparent;
- 938. - }
- 939. - .payments_systems_container .terminal:hover,
- 940. - .payments_systems_container .terminal.selected {
- 941. - background: #EFF1F4;
- 942. - border-bottom: 1px solid #C0CAD5;
- 943. - }
- 944. - .payments_systems_container .terminal.selected {
- 945. - cursor: default;
- 946. - }
- 947. -
- 948. - .payments_systems_container .term_logo {
- 949. - float: left;
- 950. - width: 150px;
- 951. - margin-right: 20px;
- 952. - text-align: center;
- 953. - line-height: 100%;
- 954. - }
- 955. -
- 956. - .payments_systems_container .term_description {
- 957. - display: none;
- 958. - float: left;
- 959. - line-height: 2.18em;
- 960. - }
- 961. -
- 962. - .payments_systems_container .term_info {
- 963. - min-height: 48px;
- 964. - }
- 965. -
- 966. - .payments_systems_container .term_name {
- 967. - font-weight: 900;
- 968. - color: #3C6993;
- 969. - }
- 970. -
- 971. - .payments_systems_container #ps_rubles {
- 972. - margin-left: 30px;
- 973. - width: 260px;
- 974. - padding: 10px;
- 975. - float: left;
- 976. - border-right: 1px solid #dae1e8;
- 977. - }
- 978. - .payments_systems_container #ps_votes {
- 979. - width: 260px;
- 980. - padding: 10px;
- 981. - float: left;
- 982. - }
- 983. -
- 984. - .payments_systems_container .payment_system {
- 985. - padding-bottom: 10px;
- 986. - border-bottom: 1px solid transparent;
- 987. - overflow: hidden;
- 988. - }
- 989. - .payments_systems_container .payment_system:hover,
- 990. - .payments_systems_container .payment_system.selected {
- 991. - background: #eff1f4;
- 992. - border-bottom: 1px solid #c0cad5;
- 993. - }
- 994. - .payments_systems_container .payment_system .payment_system_logo {
- 995. - width: 200px;
- 996. - padding: 10px 30px 0px;
- 997. - cursor: pointer;
- 998. - }
- 999. - .payments_systems_container .payment_system .payment_system_description {
- 1000. - width: 260px;
- 1001. - display: none;
- 1002. - }
- 1003. - .payments_systems_container .payment_system .label {
- 1004. - padding-top: 4px;
- 1005. - margin-right: 4px;
- 1006. - }
- 1007. -
- 1008. - .payments_systems_container .payment_type_title {
- 1009. - color: rgb(69, 104, 142);
- 1010. - font-size: 1em;
- 1011. - font-weight: bold;
- 1012. - margin-bottom: 10px;
- 1013. - margin-left: 30px;
- 1014. - }
- 1015. -
- 1016. - .payments_systems_container .label_fee {
- 1017. - font-size: 0.9em;
- 1018. - color: #777;
- 1019. - margin-left: 143px;
- 1020. - width: 180px;
- 1021. - }
- 1022. -
- 1023. - .payments_landing div {
- 1024. - margin: 0 0 10px;
- 1025. - font-weight: 100;
- 1026. - }
- 1027. - .payments_landing span {
- 1028. - display: block;
- 1029. - font-weight: 900;
- 1030. - }
- 1031. - .payments_landing #status_in_progress {
- 1032. - background-color: #E7F1F9;
- 1033. - border: 1px solid #C3CAD2;
- 1034. - }
- 1035. -
- 1036. - #payments_systems_form_container {
- 1037. - line-height: 160%;
- 1038. - }
- 1039. -
- 1040. - /* Old payments - end */
- 1041. -
- 1042. - /* Votes tranfer box */
- 1043. - #payments_transfer_wrap {
- 1044. - padding: 32px 25px;
- 1045. - }
- 1046. - #payments_transfer_wrap .label {
- 1047. - padding-right: 13px;
- 1048. - }
- 1049. - #payments_transfer_wrap #transfer_amount {
- 1050. - width: 222px;
- 1051. - }
- 1052. - #payments_transfer_wrap #transfer_comment {
- 1053. - width: 222px;
- 1054. - height: 40px;
- 1055. - }
- 1056. - #payments_transfer_wrap #transfer_to_photo {
- 1057. - margin: 1px 0 0 12px;
- 1058. - }
- 1059. - #payments_transfer_wrap .tform_row {
- 1060. - height: 30px;
- 1061. - }
- 1062. - #payments_transfer_wrap #limit_message {
- 1063. - padding: 7px 0 13px 0;
- 1064. - display: block;
- 1065. - color: #777;
- 1066. - width: 222px;
- 1067. - line-height: 100%;
- 1068. - }
- ------
Advertisement
Add Comment
Please, Sign In to add comment