Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Файл - uncommon.css (Старый размер - 14772 | Новый - 0):
- 0. - #uncommon_css {
- 1. - display: none;
- 2. - }
- 3. -
- 4. - .message_page {
- 5. - padding: 50px;
- 6. - }
- 7. - .message_page .title {
- 8. - background: #DAE2E8;
- 9. - color: #45688E;
- 10. - border-top: 1px solid #B1BDD6;
- 11. - font-weight: bold;
- 12. - padding: 3px 11px;
- 13. - }
- 14. - .message_page .body {
- 15. - background: #F7F7F7;
- 16. - border-top: 1px solid #CCC;
- 17. - border-bottom: 1px solid #DAE2E8;
- 18. - padding: 15px 25px;
- 19. - }
- 20. - .message_page .button_blue {
- 21. - display: block;
- 22. - margin: 15px auto 0px;
- 23. - width: 100px;
- 24. - }
- 25. - .message_page .button_blue button {
- 26. - width: 100%;
- 27. - }
- 28. -
- 29. - .top_info_bar {
- 30. - border-bottom: 1px solid #d7cf9e;
- 31. - background-color: #fff8cc
- 32. - }
- 33. - .top_info_bar .info {
- 34. - padding: 8px;
- 35. - text-align: center;
- 36. - }
- 37. - .top_info_bar .info .text {
- 38. - width: 740px;
- 39. - margin: 0px auto;
- 40. - }
- 41. - .top_info_bar .info .aligned_text {
- 42. - padding-right: 26px;
- 43. - padding-left: 157px;
- 44. - text-align: left;
- 45. - padding-top: 0px;
- 46. - margin: 0px auto;
- 47. - width: 608px;
- 48. - line-height: 160%;
- 49. - }
- 50. - .top_info_wrap .hide_button {
- 51. - cursor: pointer;
- 52. - position: relative;
- 53. - z-index: 5;
- 54. - margin: 6px 10px 0px;
- 55. - background: url(/images/pics/statusx_op.gif) 2px 4px no-repeat;
- 56. - opacity: 0.7;
- 57. - filter: alpha(opacity=70);
- 58. - height: 19px;
- 59. - width: 15px;
- 60. - -webkit-transition: opacity 100ms linear;
- 61. - -moz-transition: opacity 100ms linear;
- 62. - -o-transition: opacity 100ms linear;
- 63. - transition: opacity 100ms linear;
- 64. - }
- 65. - .top_info_wrap .hide_button:hover {
- 66. - opacity: 1;
- 67. - filter: alpha(opacity=100);
- 68. - }
- 69. - #custom_bar.top_info_wrap .hide_button,
- 70. - #custom_bar_high.top_info_wrap .hide_button,
- 71. - #olympics_bar.top_info_wrap .hide_button {
- 72. - margin-top: 14px;
- 73. - }
- 74. - .confirm_mail .info div, .top_info_bar .info div {
- 75. - padding-top: 5px;
- 76. - }
- 77. - .confirm_mail .info div.text, .top_info_bar .info div.text {
- 78. - padding-top: 0px;
- 79. - }
- 80. - .top_info_bar_blue {
- 81. - border-bottom: 1px solid #B8C7D3;
- 82. - background-color: #F2F4FF;
- 83. - }
- 84. - .top_info_bar_blue .info {
- 85. - line-height: 150%;
- 86. - }
- 87. - .top_info_bar_blue .info div {
- 88. - line-height: 100%;
- 89. - }
- 90. -
- 91. - #change_mail_box {
- 92. - padding: 10px 0px 0px;
- 93. - }
- 94. - #change_mail_box .clear_fix {
- 95. - padding-bottom: 10px;
- 96. - }
- 97. - #change_mail_box .label {
- 98. - color: #777;
- 99. - padding: 4px 10px 0px;
- 100. - text-align: right;
- 101. - width: 120px;
- 102. - }
- 103. - #change_mail_box .labeled {
- 104. - width: 210px;
- 105. - }
- 106. - #change_mail_box .error {
- 107. - display: none;
- 108. - }
- 109. - #change_mail_box .labeled .text {
- 110. - width: 202px;
- 111. - margin: 0px;
- 112. - }
- 113. - #change_mail_box .msg {
- 114. - margin-bottom: 10px;
- 115. - }
- 116. -
- 117. - .settings_box_container .label {
- 118. - padding: 5px 15px 3px 0;
- 119. - width: 95px;
- 120. - clear: both;
- 121. - }
- 122. - .settings_box_container .labeled {
- 123. - width: 260px;
- 124. - padding: 2px 0 3px 0;
- 125. - }
- 126. - .settings_box_container .labeled input {
- 127. - width: 160px;
- 128. - }
- 129. - .settings_box_container .labeled span {
- 130. - padding-top: 5px;
- 131. - display: block;
- 132. - color: #555;
- 133. - }
- 134. - #email_bind_error {
- 135. - margin-bottom: 16px;
- 136. - display: none;
- 137. - line-height: 160%;
- 138. - text-align: left;
- 139. - }
- 140. -
- 141. - #welcome_translator {
- 142. - margin: 15px 0 5px;
- 143. - }
- 144. - #welcome_translator .cell {
- 145. - vertical-align: top;
- 146. - }
- 147. - #welcome_translator .text {
- 148. - padding: 4px 5px 10px;
- 149. - }
- 150. - #welcome_translator .label.text {
- 151. - color: #777;
- 152. - padding: 4px 10px 10px;
- 153. - }
- 154. - #welcome_translator textarea {
- 155. - width: 313px;
- 156. - height: 100px;
- 157. - }
- 158. -
- 159. - #phone_validation_box .msg {
- 160. - display: none;
- 161. - margin-bottom: 10px;
- 162. - }
- 163. - #phone_validation_box .clear_fix {
- 164. - padding: 10px 0px;
- 165. - }
- 166. - #phone_validation_box .label {
- 167. - padding: 4px 10px 0px;
- 168. - color: #777;
- 169. - width: 150px;
- 170. - }
- 171. - #phone_validation_box .labeled {
- 172. - width: 200px;
- 173. - }
- 174. - #phone_validation_box .labeled input {
- 175. - width: 150px;
- 176. - }
- 177. - #phone_validation_box .labeled small {
- 178. - color: #777;
- 179. - }
- 180. - #phone_validation_box .info {
- 181. - padding-top: 10px;
- 182. - }
- 183. - #phone_validation_box .info a {
- 184. - font-weight: bold;
- 185. - }
- 186. - #phone_validation_box .info div, #phone_validation_complaint {
- 187. - display: none;
- 188. - }
- 189. -
- 190. - #security_check {
- 191. - padding: 17px 30px 18px 30px;
- 192. - line-height: 140%;
- 193. - }
- 194. - #security_check .label {
- 195. - color: #777;
- 196. - font-size: 1em;
- 197. - width: 190px;
- 198. - padding: 0px 10px;
- 199. - }
- 200. - #security_check .phone_postfix {
- 201. - color: #777;
- 202. - font-size: 1em;
- 203. - padding: 0px 10px;
- 204. - }
- 205. - #security_check #logout_lnk {
- 206. - margin: 0px 10px;
- 207. - }
- 208. - #security_check #logout_lnk:hover {
- 209. - text-decoration: none;
- 210. - }
- 211. - #check_change {
- 212. - margin-bottom: 10px;
- 213. - line-height: 160%;
- 214. - }
- 215. - #check_msg {
- 216. - margin-bottom: 10px;
- 217. - }
- 218. - #change_phone_cont {
- 219. - margin-top: 15px;
- 220. - }
- 221. -
- 222. - #restore_cancel_error {
- 223. - display: none;
- 224. - margin-bottom: 10px;
- 225. - }
- 226. - #restore_cancel_box {
- 227. - line-height: 140%;
- 228. - }
- 229. - #restore_cancel_box .clear_fix {
- 230. - padding: 10px 0px;
- 231. - }
- 232. - #restore_cancel_box .label {
- 233. - padding: 4px 10px 0px;
- 234. - color: #777;
- 235. - width: 150px;
- 236. - }
- 237. - #restore_cancel_box .labeled {
- 238. - width: 200px;
- 239. - }
- 240. - #restore_cancel_box .labeled input {
- 241. - width: 150px;
- 242. - }
- 243. -
- 244. - #vk_com_only .info {
- 245. - padding: 8px;
- 246. - text-align: center;
- 247. - line-height: 160%;
- 248. - }
- 249. - .vk_com_only_about {
- 250. - line-height: 160%;
- 251. - font-size: 1.09em;
- 252. - padding: 10px 15px;
- 253. - }
- 254. - .vk_com_only_header {
- 255. - font-size: 1.18em;
- 256. - font-weight: bold;
- 257. - color: #45688E;
- 258. - padding: 10px 15px 9px;
- 259. - }
- 260. - ul.vk_com_only_good {
- 261. - font-size: 1.09em;
- 262. - line-height: 1.72em;
- 263. - padding-left: 45px;
- 264. - }
- 265. - .is_rtl1 ul.vk_com_only_good {
- 266. - padding-left: 0px;
- 267. - padding-right: 45px;
- 268. - }
- 269. - .vk_com_only_img {
- 270. - width: 320px;
- 271. - height: 160px;
- 272. - background: url(/images/join/vkcomonly.gif) no-repeat;
- 273. - margin: 10px auto;
- 274. - }
- 275. - .vk_com_only_hide {
- 276. - text-align: center;
- 277. - padding: 21px 0px 10px;
- 278. - }
- 279. -
- 280. - #validation_box {
- 281. - line-height: 160%;
- 282. - }
- 283. - #validation_box h2 {
- 284. - font-size: 1.09em;
- 285. - }
- 286. -
- 287. - .validation_text {
- 288. - width: 413px;
- 289. - margin: 20px auto 21px;
- 290. - text-align: center;
- 291. - font-size: 1.09em;
- 292. - }
- 293. - .validation_row {
- 294. - width: 134px;
- 295. - margin: 0px auto 10px;
- 296. - }
- 297. - .validation_label {
- 298. - padding: 6px 0px 10px 0px;
- 299. - font-weight: bold;
- 300. - font-size: 1.09em;
- 301. - color: #45688E;
- 302. - }
- 303. - #validation_submit_result {
- 304. - display: none;
- 305. - font-weight: normal;
- 306. - margin: 0 0 15px 0;
- 307. - padding: 4px 11px 5px;
- 308. - text-align: left;
- 309. - }
- 310. - #validation_phone,
- 311. - #validation_code {
- 312. - width: 124px;
- 313. - outline: none;
- 314. - }
- 315. - #validation_other_phone {
- 316. - position: absolute;
- 317. - margin: -22px 0px 0px 145px;
- 318. - }
- 319. - .is_rtl1 #validation_other_phone {
- 320. - margin-left: 0px;
- 321. - margin-right: 145px;
- 322. - }
- 323. - .validation_submit_row {
- 324. - width: 134px;
- 325. - margin: 11px auto 0px;
- 326. - }
- 327. - .validation_row input.validation_readonly, .validation_readonly_wrap {
- 328. - background: #E1E7ED!important;
- 329. - }
- 330. - .validation_no_code, .validation_skip {
- 331. - padding-top: 10px;
- 332. - text-align: center;
- 333. - }
- 334. - .validation_img {
- 335. - width: 225px;
- 336. - height: 160px;
- 337. - background-image: url(/images/join/finish_f.gif);
- 338. - margin: 20px auto 0;
- 339. - }
- 340. - #validation_phone_table {
- 341. - border: 1px solid #C0CAD5;
- 342. - width: 134px;
- 343. - background-color: #fff;
- 344. - }
- 345. - #validation_phone_prefix {
- 346. - vertical-align: top;
- 347. - width: 1px;
- 348. - color: #777;
- 349. - font-size: 1.09em;
- 350. - padding: 5px 0px 4px 5px;
- 351. - line-height: 15px;
- 352. - }
- 353. - .validation_readonly_wrap #validation_phone_prefix {
- 354. - color: #000;
- 355. - }
- 356. - .validation_phone_field {
- 357. - vertical-align: top;
- 358. - width: 100%;
- 359. - padding: 4px 0px 0px;
- 360. - }
- 361. - .is_rtl1 #validation_phone_prefix {
- 362. - padding: 5px 5px 4px 0px;
- 363. - }
- 364. - #validation_phone_table #validation_phone {
- 365. - width: 100%;
- 366. - outline: none;
- 367. - border: 0px;
- 368. - padding: 0px;
- 369. - margin: 0px -1px;
- 370. - background: transparent;
- 371. - }
- 372. - #validation_country_row .selector_container td.selector {
- 373. - padding-top: 5px;
- 374. - padding-bottom: 2px;
- 375. - }
- 376. - #validation_country_row .disabled.selector_container .selector_dropdown {
- 377. - background-color: #F2F2F2;
- 378. - border-color: #F2F2F2;
- 379. - }
- 380. - .validation_tt_pointer {
- 381. - behavior: url(/js/iepngfix.htc);
- 382. - background: url(/images/ddtooltip.png) 0 0 no-repeat;
- 383. - width: 8px;
- 384. - height: 11px;
- 385. - position: absolute;
- 386. - left: -7px;
- 387. - overflow: hidden;
- 388. - z-index: 10;
- 389. - top: 31px;
- 390. - }
- 391. - .validation_tt table .tt_text {
- 392. - line-height: 120%;
- 393. - color: #000;
- 394. - padding: 10px;
- 395. - width: 200px;
- 396. - }
- 397. - .validation_phone_tt table div.tt_text {
- 398. - width: 220px;
- 399. - }
- 400. - .validation_resend_box {
- 401. - line-height: 160%;
- 402. - }
- 403. - .validation_robot {
- 404. - width: 160px;
- 405. - height: 160px;
- 406. - margin: -7px auto -9px;
- 407. - background: url(/images/join/robot.gif) no-repeat;
- 408. - }
- 409. -
- 410. - /* binding email */
- 411. - .bindmail_img {
- 412. - margin: 20px 0 15px 0;
- 413. - text-align: center;
- 414. - }
- 415. - .bindmail_desc {
- 416. - padding: 0 30px;
- 417. - }
- 418. - .bindmail_form {
- 419. - padding: 15px 85px 22px;
- 420. - background-color: #F0F0F0;
- 421. - text-align: center;
- 422. - }
- 423. - .bindmail_label {
- 424. - padding-bottom: 15px;
- 425. - font-weight: bold;
- 426. - color: #45688E;
- 427. - }
- 428. - .bindmail_controls {
- 429. - margin: 0 auto;
- 430. - width: 195px;
- 431. - }
- 432. - .bindmail_controls #bind_email {
- 433. - margin-bottom: 10px;
- 434. - width: 187px;
- 435. - font-size: 1.09em!important;
- 436. - }
- 437. - #bindemail_error {
- 438. - margin: 0 -55px 10px;
- 439. - padding: 4px 11px;
- 440. - font-weight: normal;
- 441. - text-align: left;
- 442. - display: none;
- 443. - }
- 444. - #bindmail_button {
- 445. - padding: 2px 14px 3px 14px;
- 446. - font-size: 1.09em;
- 447. - }
- 448. -
- 449. - .login_bad_link_box {
- 450. - padding: 10px;
- 451. - font-size: 13px;
- 452. - line-height: 160%;
- 453. - }
- 454. - .login_bad_link_header {
- 455. - font-size: 15px;
- 456. - font-weight: bold;
- 457. - color: #45688E;
- 458. - padding-bottom: 20px;
- 459. - }
- 460. - .login_bad_link {
- 461. - white-space: nowrap;
- 462. - }
- 463. - .login_bad_link_text {
- 464. - padding-bottom: 20px;
- 465. - }
- 466. - .login_bad_link_pic {
- 467. - text-align: center;
- 468. - padding-bottom: 20px;
- 469. - }
- 470. - .login_bad_link_img {
- 471. - width: 225px;
- 472. - height: 160px;
- 473. - }
- 474. - .login_bad_link_button button {
- 475. - font-size: 13px;
- 476. - white-space: nowrap;
- 477. - }
- 478. - .login_bad_link_cancel {
- 479. - font-size: 13px;
- 480. - margin: 0px 20px;
- 481. - white-space: nowrap;
- 482. - }
- 483. - .login_bad_link_buttons {
- 484. - width: 100%;
- 485. - }
- 486. - .login_bad_link_buttons td {
- 487. - width: 50%;
- 488. - text-align: center;
- 489. - }
- 490. -
- 491. - #save_fv_bar,
- 492. - #chrome_bar,
- 493. - #olympics_bar,
- 494. - #custom_bar {
- 495. - height: 48px;
- 496. - position: relative;
- 497. - overflow: visible;
- 498. - }
- 499. -
- 500. - #custom_bar_high {
- 501. - height: 128px;
- 502. - position: relative;
- 503. - overflow: visible;
- 504. - }
- 505. -
- 506. - .hide_button_good {
- 507. - *display: none;
- 508. - }
- 509. - .hide_button_ie6 {
- 510. - display: none;
- 511. - *display: block;
- 512. - }
- 513. - #save_fv_bar_content,
- 514. - #chrome_bar_content {
- 515. - color: #5E7488;
- 516. - font-size: 12px;
- 517. - font-weight: bold;
- 518. - height: 36px;
- 519. - padding-top: 12px;
- 520. - text-align: center;
- 521. - margin-left: 40px;
- 522. - }
- 523. - #custom_bar_content,
- 524. - #olympics_bar_content {
- 525. - color: #69839f;
- 526. - font-size: 12px;
- 527. - font-weight: bold;
- 528. - height: 32px;
- 529. - padding-top: 16px;
- 530. - text-align: center;
- 531. - margin-left: 40px;
- 532. - }
- 533. - #custom_bar_high_content {
- 534. - color: #69839f;
- 535. - height: 82px;
- 536. - font-size: 12px;
- 537. - padding-top: 16px;
- 538. - text-align: center;
- 539. - line-height: 180%;
- 540. - }
- 541. -
- 542. - #save_fv_bar_bg,
- 543. - #chrome_bar_bg,
- 544. - #olympics_bar_bg,
- 545. - #custom_bar_bg {
- 546. - background: url(/images/chrome_bar.gif) repeat-x left top;
- 547. - margin-top: -48px;
- 548. - height: 52px;
- 549. - }
- 550. - #custom_bar_high_bg {
- 551. - margin-top: -18px;
- 552. - height: 92px;
- 553. - }
- 554. - .chrome_bar_a{
- 555. - color: #3E698F;
- 556. - }
- 557. - ,
- 558. - .custom_bar_a,
- 559. - .olympics_bar_a {
- 560. - color: #45688e;
- 561. - }
- 562. - .chrome_bar_img {
- 563. - width: 39px;
- 564. - height: 27px;
- 565. - background: url(/images/chrome_icon.gif) no-repeat center center;
- 566. - display: inline-block;
- 567. - *display: inline;
- 568. - *zoom: 1;
- 569. - vertical-align: middle;
- 570. - position: relative;
- 571. - top: -2px;
- 572. - }
- 573. - .olympics_bar_img {
- 574. - width: 59px;
- 575. - height: 28px;
- 576. - background: url(/images/olymp_mono.png) no-repeat center center;
- 577. - margin-right: 12px;
- 578. - display: inline-block;
- 579. - *display: inline;
- 580. - *zoom: 1;
- 581. - vertical-align: top;
- 582. - position: relative;
- 583. - top: -6px;
- 584. - }
- 585. - .olympics_bar_img.sochi {
- 586. - width: 50px;
- 587. - height: 33px;
- 588. - background: url(/images/sochi2014.png) no-repeat center center;
- 589. - top: -9px;
- 590. - }
- 591. - #save_fv_bar_content .button_blue,
- 592. - #save_fv_bar_content .button_gray {
- 593. - margin-left: 10px;
- 594. - }
- 595. - .save_fv_bar_label {
- 596. - display: inline-block;
- 597. - padding: 5px 0 0;
- 598. - vertical-align: top;
- 599. - }
- 600. -
- 601. - .validation_last_wrap {
- 602. - padding: 30px;
- 603. - }
- 604. - .validation_last_header {
- 605. - font-weight: bold;
- 606. - font-size: 15px;
- 607. - color: #45688E;
- 608. - padding-bottom: 16px;
- 609. - }
- 610. - .validation_last_text {
- 611. - font-size: 13px;
- 612. - padding-bottom: 20px;
- 613. - line-height: 160%;
- 614. - }
- 615. - .validation_last_buttons {
- 616. - margin-top: 15px;
- 617. - width: 100%;
- 618. - }
- 619. - div.validation_last_button button {
- 620. - font-size: 13px;
- 621. - }
- 622. - div.validation_last_button .button {
- 623. - padding: 7px 10px;
- 624. - font-size: 13px;
- 625. - }
- 626. - .validation_last_sep {
- 627. - width: 15px;
- 628. - }
- 629. -
- 630. - .lang_box_row {
- 631. - display: block;
- 632. - padding-left: 60px;
- 633. - height: 42px;
- 634. - line-height: 42px;
- 635. - background-repeat: no-repeat;
- 636. - background-position: 10px center;
- 637. - color: #426A87;
- 638. - font-weight: bold;
- 639. - }
- 640. - .lang_box_row:hover {
- 641. - background-color: #EDF0F4;
- 642. - text-decoration: none;
- 643. - }
- 644. - .lang_selected {
- 645. - color: #333333;
- 646. - }
- 647. - .lang_selected:hover {
- 648. - background-color: transparent!important;
- 649. - cursor: default;
- 650. - }
- 651. -
- 652. - .shorten_page {
- 653. - padding: 115px 15px;
- 654. - }
- 655. - .shorten_about {
- 656. - padding-bottom: 50px;
- 657. - text-align: center;
- 658. - font-size: 12px;
- 659. - line-height: 160%;
- 660. - }
- 661. - .shorten_page .button_big button {
- 662. - font-size: 12px;
- 663. - }
- 664. - .shorten_row {
- 665. - width: 278px;
- 666. - margin: 0px auto;
- 667. - }
- 668. - .shorten_input {
- 669. - padding: 15px 0px;
- 670. - }
- 671. - #shorten_link {
- 672. - width: 268px;
- 673. - }
- 674. - .shorten_result {
- 675. - height: 35px;
- 676. - overflow: hidden;
- 677. - margin-top: 15px;
- 678. - }
- 679. - #shorten_error,
- 680. - #shorten_result {
- 681. - display: none;
- 682. - }
- 683. - #shorten_short {
- 684. - font-size: 19px;
- 685. - font-weight: bold;
- 686. - padding: 5px 4px;
- 687. - width: 268px;
- 688. - background: #E1E7ED;
- 689. - }
- 690. -
- 691. -
- 692. - .layerbox {
- 693. - line-height: 160%;
- 694. - }
- 695. - .layerbox h2 {
- 696. - font-size: 1.09em;
- 697. - }
- 698. - .layerbox_text {
- 699. - width: 413px;
- 700. - margin: 20px auto 21px;
- 701. - text-align: center;
- 702. - font-size: 1.09em;
- 703. - }
- 704. - .layerbox_row {
- 705. - width: 134px;
- 706. - margin: 0px auto 10px;
- 707. - }
- 708. - .layerbox_label {
- 709. - padding: 6px 0px 10px 0px;
- 710. - font-weight: bold;
- 711. - font-size: 1.09em;
- 712. - color: #45688E;
- 713. - }
- 714. - #layerbox_submit_result {
- 715. - display: none;
- 716. - font-weight: normal;
- 717. - margin: 0 0 15px 0;
- 718. - padding: 4px 11px 5px;
- 719. - text-align: left;
- 720. - }
- 721. - .layerbox_submit_row {
- 722. - width: 134px;
- 723. - margin: 11px auto 0px;
- 724. - }
- 725. - .layerbox_img {
- 726. - margin: 20px 0 0 0;
- 727. - text-align: center;
- 728. - }
- 729. - .layerbox .inp_sep {
- 730. - padding-right: 5px;
- 731. - }
- 732. - #birthday_box .layerbox_row,
- 733. - #birthday_box .layerbox_submit_row {
- 734. - width: 220px;
- 735. - }
- 736. - #city_box .layerbox_row,
- 737. - #city_box .layerbox_submit_row {
- 738. - width: 150px;
- 739. - }
- 740. - #city_box_country_row {
- 741. - position: relative;
- 742. - }
- 743. - #city_box_country_progress {
- 744. - display: none;
- 745. - margin: 7px 8px;
- 746. - position: absolute;
- 747. - left: 150px;
- 748. - }
- 749. -
- 750. - /* password change */
- 751. - .passchange_img {
- 752. - margin-top: 20px;
- 753. - text-align: center;
- 754. - }
- 755. - .passchange_desc {
- 756. - padding: 0 30px;
- 757. - }
- 758. - #passchange_form {
- 759. - padding: 15px 85px 22px;
- 760. - background-color: #F0F0F0;
- 761. - text-align: center;
- 762. - }
- 763. - .passchange_label {
- 764. - padding-bottom: 15px;
- 765. - font-weight: bold;
- 766. - color: #45688E;
- 767. - }
- 768. - .passchange_email {
- 769. - margin: 0 auto 15px;
- 770. - width: 187px;
- 771. - padding: 3px;
- 772. - border: 1px solid #C0CAD5;
- 773. - font-size: 1.09em !important;
- 774. - background: #E1E7ED;
- 775. - }
- 776. - .passchange_controls {
- 777. - margin: 0 auto;
- 778. - width: 195px;
- 779. - }
- 780. - #passchange_wrap {
- 781. - padding-bottom: 15px;
- 782. - }
- 783. - #passchange_input {
- 784. - width: 187px;
- 785. - font-size: 1.09em !important;
- 786. - }
- 787. - #passchange_error {
- 788. - margin: 15px 15px 0px;
- 789. - padding: 4px 11px;
- 790. - font-weight: normal;
- 791. - display: none;
- 792. - }
- 793. - #passchange_button {
- 794. - font-size: 1.09em;
- 795. - }
- 796. - #passchange_about {
- 797. - position: absolute;
- 798. - margin-top: -1px;
- 799. - height: 5px;
- 800. - width: 195px;
- 801. - overflow: hidden;
- 802. - }
- 803. - .passchange_level0 {
- 804. - display: none;
- 805. - }
- 806. - .passchange_level1 {
- 807. - background: #CD4849;
- 808. - width: 25%;
- 809. - }
- 810. - .passchange_level2 {
- 811. - background: #FF762D;
- 812. - width: 50%;
- 813. - }
- 814. - .passchange_level3 {
- 815. - background: #C9B72D;
- 816. - width: 75%;
- 817. - }
- 818. - .passchange_level4 {
- 819. - background: #60B92B;
- 820. - width: 100%;
- 821. - }
- 822. - #passchange_strength {
- 823. - color: #777;
- 824. - }
- 825. - .passchange_about {
- 826. - padding: 2px 0 3px;
- 827. - font-size: 0.9em;
- 828. - color: #777;
- 829. - }
- 830. - #audios_list .audio_edited a {
- 831. - color: #777777;
- 832. - }
- ------
Advertisement
Add Comment
Please, Sign In to add comment