Hormold

VK Change (#1391509804)

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