Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Файл - uncommon.css (Старый размер - 14924 | Новый - 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_no_code {
- 335. - color: #777;
- 336. - text-align: center;
- 337. - }
- 338. - .validation_img {
- 339. - width: 225px;
- 340. - height: 160px;
- 341. - background-image: url(/images/join/finish_f.gif);
- 342. - margin: 20px auto 0;
- 343. - }
- 344. - #validation_phone_table {
- 345. - border: 1px solid #C0CAD5;
- 346. - width: 134px;
- 347. - background-color: #fff;
- 348. - }
- 349. - #validation_phone_prefix {
- 350. - vertical-align: top;
- 351. - width: 1px;
- 352. - color: #777;
- 353. - font-size: 1.09em;
- 354. - padding: 5px 0px 4px 5px;
- 355. - line-height: 15px;
- 356. - }
- 357. - .validation_readonly_wrap #validation_phone_prefix {
- 358. - color: #000;
- 359. - }
- 360. - .validation_phone_field {
- 361. - vertical-align: top;
- 362. - width: 100%;
- 363. - padding: 4px 0px 0px;
- 364. - }
- 365. - .is_rtl1 #validation_phone_prefix {
- 366. - padding: 5px 5px 4px 0px;
- 367. - }
- 368. - #validation_phone_table #validation_phone {
- 369. - width: 100%;
- 370. - outline: none;
- 371. - border: 0px;
- 372. - padding: 0px;
- 373. - margin: 0px -1px;
- 374. - background: transparent;
- 375. - }
- 376. - #validation_country_row .selector_container td.selector {
- 377. - padding-top: 5px;
- 378. - padding-bottom: 2px;
- 379. - }
- 380. - #validation_country_row .disabled.selector_container .selector_dropdown {
- 381. - background-color: #F2F2F2;
- 382. - border-color: #F2F2F2;
- 383. - }
- 384. - .validation_tt_pointer {
- 385. - behavior: url(/js/iepngfix.htc);
- 386. - background: url(/images/ddtooltip.png) 0 0 no-repeat;
- 387. - width: 8px;
- 388. - height: 11px;
- 389. - position: absolute;
- 390. - left: -7px;
- 391. - overflow: hidden;
- 392. - z-index: 10;
- 393. - top: 31px;
- 394. - }
- 395. - .validation_tt table .tt_text {
- 396. - line-height: 120%;
- 397. - color: #000;
- 398. - padding: 10px;
- 399. - width: 200px;
- 400. - }
- 401. - .validation_phone_tt table div.tt_text {
- 402. - width: 220px;
- 403. - }
- 404. - .validation_resend_box {
- 405. - line-height: 160%;
- 406. - }
- 407. - .validation_robot {
- 408. - width: 160px;
- 409. - height: 160px;
- 410. - margin: -7px auto -9px;
- 411. - background: url(/images/join/robot.gif) no-repeat;
- 412. - }
- 413. -
- 414. - /* binding email */
- 415. - .bindmail_img {
- 416. - margin: 20px 0 15px 0;
- 417. - text-align: center;
- 418. - }
- 419. - .bindmail_desc {
- 420. - padding: 0 30px;
- 421. - }
- 422. - .bindmail_form {
- 423. - padding: 15px 85px 22px;
- 424. - background-color: #F0F0F0;
- 425. - text-align: center;
- 426. - }
- 427. - .bindmail_label {
- 428. - padding-bottom: 15px;
- 429. - font-weight: bold;
- 430. - color: #45688E;
- 431. - }
- 432. - .bindmail_controls {
- 433. - margin: 0 auto;
- 434. - width: 195px;
- 435. - }
- 436. - .bindmail_controls #bind_email {
- 437. - margin-bottom: 10px;
- 438. - width: 187px;
- 439. - font-size: 1.09em!important;
- 440. - }
- 441. - #bindemail_error {
- 442. - margin: 0 -55px 10px;
- 443. - padding: 4px 11px;
- 444. - font-weight: normal;
- 445. - text-align: left;
- 446. - display: none;
- 447. - }
- 448. - #bindmail_button {
- 449. - font-size: 1.09em;
- 450. - }
- 451. -
- 452. - .login_bad_link_box {
- 453. - padding: 10px;
- 454. - font-size: 13px;
- 455. - line-height: 160%;
- 456. - }
- 457. - .login_bad_link_header {
- 458. - font-size: 15px;
- 459. - font-weight: bold;
- 460. - color: #45688E;
- 461. - padding-bottom: 20px;
- 462. - }
- 463. - .login_bad_link {
- 464. - white-space: nowrap;
- 465. - }
- 466. - .login_bad_link_text {
- 467. - padding-bottom: 20px;
- 468. - }
- 469. - .login_bad_link_pic {
- 470. - text-align: center;
- 471. - padding-bottom: 20px;
- 472. - }
- 473. - .login_bad_link_img {
- 474. - width: 225px;
- 475. - height: 160px;
- 476. - }
- 477. - .login_bad_link_button button {
- 478. - font-size: 13px;
- 479. - white-space: nowrap;
- 480. - }
- 481. - .login_bad_link_cancel {
- 482. - font-size: 13px;
- 483. - margin: 0px 20px;
- 484. - white-space: nowrap;
- 485. - }
- 486. - .login_bad_link_buttons {
- 487. - width: 100%;
- 488. - }
- 489. - .login_bad_link_buttons td {
- 490. - width: 50%;
- 491. - text-align: center;
- 492. - }
- 493. -
- 494. - #save_fv_bar,
- 495. - #chrome_bar,
- 496. - #olympics_bar,
- 497. - #custom_bar {
- 498. - height: 48px;
- 499. - position: relative;
- 500. - overflow: visible;
- 501. - }
- 502. -
- 503. - #custom_bar_high {
- 504. - height: 128px;
- 505. - position: relative;
- 506. - overflow: visible;
- 507. - }
- 508. -
- 509. - .hide_button_good {
- 510. - *display: none;
- 511. - }
- 512. - .hide_button_ie6 {
- 513. - display: none;
- 514. - *display: block;
- 515. - }
- 516. - #save_fv_bar_content,
- 517. - #chrome_bar_content {
- 518. - color: #5E7488;
- 519. - font-size: 12px;
- 520. - font-weight: bold;
- 521. - height: 36px;
- 522. - padding-top: 12px;
- 523. - text-align: center;
- 524. - margin-left: 40px;
- 525. - }
- 526. - #custom_bar_content,
- 527. - #olympics_bar_content {
- 528. - color: #69839f;
- 529. - font-size: 12px;
- 530. - font-weight: bold;
- 531. - height: 32px;
- 532. - padding-top: 16px;
- 533. - text-align: center;
- 534. - margin-left: 40px;
- 535. - }
- 536. - #custom_bar_high_content {
- 537. - color: #69839f;
- 538. - height: 82px;
- 539. - font-size: 12px;
- 540. - padding-top: 16px;
- 541. - text-align: center;
- 542. - line-height: 180%;
- 543. - }
- 544. -
- 545. - #save_fv_bar_bg,
- 546. - #chrome_bar_bg,
- 547. - #olympics_bar_bg,
- 548. - #custom_bar_bg {
- 549. - background: url(/images/chrome_bar.gif) repeat-x left top;
- 550. - margin-top: -48px;
- 551. - height: 52px;
- 552. - }
- 553. - #custom_bar_high_bg {
- 554. - margin-top: -18px;
- 555. - height: 92px;
- 556. - }
- 557. - .chrome_bar_a{
- 558. - color: #3E698F;
- 559. - }
- 560. - ,
- 561. - .custom_bar_a,
- 562. - .olympics_bar_a {
- 563. - color: #45688e;
- 564. - }
- 565. - .chrome_bar_img {
- 566. - width: 39px;
- 567. - height: 27px;
- 568. - background: url(/images/chrome_icon.gif) no-repeat center center;
- 569. - display: inline-block;
- 570. - *display: inline;
- 571. - *zoom: 1;
- 572. - vertical-align: middle;
- 573. - position: relative;
- 574. - top: -2px;
- 575. - }
- 576. - .olympics_bar_img {
- 577. - width: 59px;
- 578. - height: 28px;
- 579. - background: url(/images/olymp_mono.png) no-repeat center center;
- 580. - margin-right: 12px;
- 581. - display: inline-block;
- 582. - *display: inline;
- 583. - *zoom: 1;
- 584. - vertical-align: top;
- 585. - position: relative;
- 586. - top: -6px;
- 587. - }
- 588. - .olympics_bar_img.sochi {
- 589. - width: 50px;
- 590. - height: 33px;
- 591. - background: url(/images/sochi2014.png) no-repeat center center;
- 592. - top: -9px;
- 593. - }
- 594. - #save_fv_bar_content .button_blue,
- 595. - #save_fv_bar_content .button_gray {
- 596. - margin-left: 10px;
- 597. - }
- 598. - .save_fv_bar_label {
- 599. - display: inline-block;
- 600. - padding: 5px 0 0;
- 601. - vertical-align: top;
- 602. - }
- 603. -
- 604. - .validation_last_wrap {
- 605. - padding: 30px;
- 606. - }
- 607. - .validation_last_header {
- 608. - font-weight: bold;
- 609. - font-size: 15px;
- 610. - color: #45688E;
- 611. - padding-bottom: 16px;
- 612. - }
- 613. - .validation_last_text {
- 614. - font-size: 13px;
- 615. - padding-bottom: 20px;
- 616. - line-height: 160%;
- 617. - }
- 618. - .validation_last_buttons {
- 619. - margin-top: 15px;
- 620. - width: 100%;
- 621. - }
- 622. - div.validation_last_button button {
- 623. - font-size: 13px;
- 624. - }
- 625. - div.validation_last_button .button {
- 626. - padding: 7px 10px;
- 627. - font-size: 13px;
- 628. - }
- 629. - .validation_last_sep {
- 630. - width: 15px;
- 631. - }
- 632. -
- 633. - .lang_box_row {
- 634. - display: block;
- 635. - padding-left: 60px;
- 636. - height: 42px;
- 637. - line-height: 42px;
- 638. - background-repeat: no-repeat;
- 639. - background-position: 10px center;
- 640. - color: #426A87;
- 641. - font-weight: bold;
- 642. - }
- 643. - .lang_box_row:hover {
- 644. - background-color: #EDF0F4;
- 645. - text-decoration: none;
- 646. - }
- 647. - .lang_selected {
- 648. - color: #333333;
- 649. - }
- 650. - .lang_selected:hover {
- 651. - background-color: transparent!important;
- 652. - cursor: default;
- 653. - }
- 654. -
- 655. - .shorten_page {
- 656. - padding: 115px 15px;
- 657. - }
- 658. - .shorten_about {
- 659. - padding-bottom: 50px;
- 660. - text-align: center;
- 661. - font-size: 12px;
- 662. - line-height: 160%;
- 663. - }
- 664. - .shorten_page .button_big button {
- 665. - font-size: 12px;
- 666. - }
- 667. - .shorten_row {
- 668. - width: 278px;
- 669. - margin: 0px auto;
- 670. - }
- 671. - .shorten_input {
- 672. - padding: 15px 0px;
- 673. - }
- 674. - #shorten_link {
- 675. - width: 268px;
- 676. - }
- 677. - .shorten_result {
- 678. - height: 35px;
- 679. - overflow: hidden;
- 680. - margin-top: 15px;
- 681. - }
- 682. - #shorten_error,
- 683. - #shorten_result {
- 684. - display: none;
- 685. - }
- 686. - #shorten_short {
- 687. - font-size: 19px;
- 688. - font-weight: bold;
- 689. - padding: 5px 4px;
- 690. - width: 268px;
- 691. - background: #E1E7ED;
- 692. - }
- 693. -
- 694. -
- 695. - .layerbox {
- 696. - line-height: 160%;
- 697. - }
- 698. - .layerbox h2 {
- 699. - font-size: 1.09em;
- 700. - }
- 701. - .layerbox_text {
- 702. - width: 413px;
- 703. - margin: 20px auto 21px;
- 704. - text-align: center;
- 705. - font-size: 1.09em;
- 706. - }
- 707. - .layerbox_row {
- 708. - width: 134px;
- 709. - margin: 0px auto 10px;
- 710. - }
- 711. - .layerbox_label {
- 712. - padding: 6px 0px 10px 0px;
- 713. - font-weight: bold;
- 714. - font-size: 1.09em;
- 715. - color: #45688E;
- 716. - }
- 717. - #layerbox_submit_result {
- 718. - display: none;
- 719. - font-weight: normal;
- 720. - margin: 0 0 15px 0;
- 721. - padding: 4px 11px 5px;
- 722. - text-align: left;
- 723. - }
- 724. - .layerbox_submit_row {
- 725. - width: 134px;
- 726. - margin: 11px auto 0px;
- 727. - }
- 728. - .layerbox_img {
- 729. - margin: 20px 0 0 0;
- 730. - text-align: center;
- 731. - }
- 732. - .layerbox .inp_sep {
- 733. - padding-right: 5px;
- 734. - }
- 735. - #birthday_box .layerbox_row,
- 736. - #birthday_box .layerbox_submit_row {
- 737. - width: 220px;
- 738. - }
- 739. - #city_box .layerbox_row,
- 740. - #city_box .layerbox_submit_row {
- 741. - width: 150px;
- 742. - }
- 743. - #city_box_country_row {
- 744. - position: relative;
- 745. - }
- 746. - #city_box_country_progress {
- 747. - display: none;
- 748. - margin: 7px 8px;
- 749. - position: absolute;
- 750. - left: 150px;
- 751. - }
- 752. -
- 753. - /* password change */
- 754. - .passchange_img {
- 755. - margin-top: 20px;
- 756. - text-align: center;
- 757. - }
- 758. - .passchange_desc {
- 759. - padding: 0 30px;
- 760. - }
- 761. - #passchange_form {
- 762. - padding: 15px 85px 22px;
- 763. - background-color: #F0F0F0;
- 764. - text-align: center;
- 765. - }
- 766. - .passchange_label {
- 767. - padding-bottom: 15px;
- 768. - font-weight: bold;
- 769. - color: #45688E;
- 770. - }
- 771. - .passchange_email {
- 772. - margin: 0 auto 15px;
- 773. - width: 187px;
- 774. - padding: 3px;
- 775. - border: 1px solid #C0CAD5;
- 776. - font-size: 1.09em !important;
- 777. - background: #E1E7ED;
- 778. - }
- 779. - .passchange_controls {
- 780. - margin: 0 auto;
- 781. - width: 195px;
- 782. - }
- 783. - #passchange_wrap {
- 784. - padding-bottom: 15px;
- 785. - }
- 786. - #passchange_input {
- 787. - width: 187px;
- 788. - font-size: 1.09em !important;
- 789. - }
- 790. - #passchange_error {
- 791. - margin: 15px 15px 0px;
- 792. - padding: 4px 11px;
- 793. - font-weight: normal;
- 794. - display: none;
- 795. - }
- 796. - #passchange_button {
- 797. - font-size: 1.09em;
- 798. - }
- 799. - #passchange_about {
- 800. - position: absolute;
- 801. - margin-top: -1px;
- 802. - height: 5px;
- 803. - width: 195px;
- 804. - overflow: hidden;
- 805. - }
- 806. - .passchange_level0 {
- 807. - display: none;
- 808. - }
- 809. - .passchange_level1 {
- 810. - background: #CD4849;
- 811. - width: 25%;
- 812. - }
- 813. - .passchange_level2 {
- 814. - background: #FF762D;
- 815. - width: 50%;
- 816. - }
- 817. - .passchange_level3 {
- 818. - background: #C9B72D;
- 819. - width: 75%;
- 820. - }
- 821. - .passchange_level4 {
- 822. - background: #60B92B;
- 823. - width: 100%;
- 824. - }
- 825. - #passchange_strength {
- 826. - color: #777;
- 827. - }
- 828. - .passchange_about {
- 829. - padding: 2px 0 3px;
- 830. - font-size: 0.9em;
- 831. - color: #777;
- 832. - }
- 833. - #audios_list .audio_edited a {
- 834. - color: #777777;
- 835. - }
- 836. - #left_other_rows {
- 837. - margin-top: -21px;
- 838. - display: none;
- 839. - overflow: hidden;
- 840. - background: #FFF;
- 841. - position: relative;
- 842. - }
- ------
Advertisement
Add Comment
Please, Sign In to add comment