Hormold

VK Change (#1386803702)

Dec 11th, 2013
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 23.82 KB | None | 0 0
  1. Файл - videoview.css (Старый размер - 16674 | Новый - 0):
  2. 0.  - #videoview_css {
  3. 1.  -   display: none;
  4. 2.  - }
  5. 3.  -
  6. 4.  - #mv_layer_wrap {
  7. 5.  -   overflow: auto;
  8. 6.  -   top: 0;
  9. 7.  -   left: 0;
  10. 8.  -   width: 100%;
  11. 9.  -   height: 100%;
  12. 10.  -   z-index: 500;
  13. 11.  -   display: none;
  14. 12.  - }
  15. 13.  - #mv_layer_wrap.fixed {
  16. 14.  -   -webkit-transform: translateZ(0);
  17. 15.  - }
  18. 16.  - @-moz-document url-prefix() {
  19. 17.  -   #mv_layer {
  20. 18.  -     overflow: hidden;
  21. 19.  -   }
  22. 20.  - }
  23. 21.  - body.mobfixed #mv_layer_wrap {
  24. 22.  -   overflow: visible;
  25. 23.  - }
  26. 24.  - .mv_minimized #mv_layer {
  27. 25.  -   overflow: hidden;
  28. 26.  - }
  29. 27.  - .toggle_flash #extra_player {
  30. 28.  -   position: absolute;
  31. 29.  -   top: -10000px;
  32. 30.  - }
  33. 31.  - .mv_fixed {
  34. 32.  -   left: 0px;
  35. 33.  -   top: 0px;
  36. 34.  -   z-index: 601;
  37. 35.  - }
  38. 36.  - .mv_fixed div {
  39. 37.  -   position: absolute;
  40. 38.  -   z-index: 602;
  41. 39.  - }
  42. 40.  - .mv_fixed div div {
  43. 41.  -   position: static;
  44. 42.  - }
  45. 43.  - #layer_bg.mv_light {
  46. 44.  -   background: #B6BCC1;
  47. 45.  -   opacity: 0.7;
  48. 46.  -   filter: alpha(opacity=70);
  49. 47.  - }
  50. 48.  -
  51. 49.  - #layer_bg.mv_dark {
  52. 50.  -   background: #000;
  53. 51.  -   opacity: 0.7;
  54. 52.  -   filter: alpha(opacity=70);
  55. 53.  - }
  56. 54.  -
  57. 55.  - @-moz-document url-prefix() {
  58. 56.  -   #layer_bg.mv_dark {
  59. 57.  -     background: url('/images/layer_bg_black.png');
  60. 58.  -     opacity: 1 !important;
  61. 59.  -   }
  62. 60.  - }
  63. 61.  -
  64. 62.  - .mv_wrap {
  65. 63.  -   overflow: auto;
  66. 64.  -   z-index: 610;
  67. 65.  - }
  68. 66.  -
  69. 67.  - .mv_left, .mv_right {
  70. 68.  -   width: 8px;
  71. 69.  -   height: 15px;
  72. 70.  -   top: 27px;
  73. 71.  -   opacity: 0.4;
  74. 72.  -   filter: alpha(opacity=40);
  75. 73.  -   background: url(/images/photoview.gif) no-repeat;
  76. 74.  -   z-index: 630;
  77. 75.  -   cursor: pointer;
  78. 76.  - }
  79. 77.  - .mv_dark .mv_left {
  80. 78.  -   background-position: -4px -52px;
  81. 79.  - }
  82. 80.  - .mv_dark .mv_right {
  83. 81.  -   background-position: -5px -69px;
  84. 82.  - }
  85. 83.  - .mv_light .mv_left {
  86. 84.  -   background-position: -21px -52px;
  87. 85.  - }
  88. 86.  - .mv_light .mv_right {
  89. 87.  -   background-position: -22px -69px;
  90. 88.  - }
  91. 89.  - .video_layer_message {
  92. 90.  -   color: #AAAAAA;
  93. 91.  -   width: 640px;
  94. 92.  -   padding: 150px 30px;
  95. 93.  -   text-align: center;
  96. 94.  - }
  97. 95.  - .mv_minimized .video_layer_message {
  98. 96.  -   width: auto;
  99. 97.  -   padding: 60px;
  100. 98.  - }
  101. 99.  - .video_layer_message a {
  102. 100.  -   color: #6B98BA;
  103. 101.  - }
  104. 102.  - .mv_cont {
  105. 103.  -   position: relative;
  106. 104.  -   margin: 0px auto;
  107. 105.  -   padding: 10px 0px 80px;
  108. 106.  - }
  109. 107.  - .mv_cont table {
  110. 108.  -   margin: 0px auto;
  111. 109.  - }
  112. 110.  - .mv_cont .sidesh {
  113. 111.  -   background: #000;
  114. 112.  -   width: 1px;
  115. 113.  - }
  116. 114.  - .mv_cont .sidesh div {
  117. 115.  -   width: 1px;
  118. 116.  -   overflow: hidden;
  119. 117.  - }
  120. 118.  - .mv_cont .bottomsh {
  121. 119.  -   background: #000;
  122. 120.  -   height: 1px;
  123. 121.  - }
  124. 122.  - .mv_cont .bottom_section_section_sectionersesh div {
  125. 123.  -   height: 1px;
  126. 124.  -   overflow: hidden;
  127. 125.  - }
  128. 126.  - .mv_cont .s1 {
  129. 127.  -   opacity: 0.05;
  130. 128.  -   filter: alpha(opacity=5);
  131. 129.  - }
  132. 130.  - .mv_cont .s2 {
  133. 131.  -   opacity: 0.15;
  134. 132.  -   filter: alpha(opacity=15);
  135. 133.  - }
  136. 134.  - .mv_cont .s3 {
  137. 135.  -   opacity: 0.25;
  138. 136.  -   filter: alpha(opacity=25);
  139. 137.  - }
  140. 138.  -
  141. 139.  - #mv_box {
  142. 140.  -   background: #000000;
  143. 141.  -   position: relative;
  144. 142.  - }
  145. 143.  - #mv_min_layer {
  146. 144.  -   /*display: none;*/
  147. 145.  -   position: absolute;
  148. 146.  - }
  149. 147.  - #mv_min_layer .mv_mini_control {
  150. 148.  -   display: none;
  151. 149.  - }
  152. 150.  - #mv_min_layer .mv_min_title {
  153. 151.  -   padding: 12px 19px;
  154. 152.  -   *padding: 10px 19px;
  155. 153.  -   color: #777777;
  156. 154.  -   max-width: 590px;
  157. 155.  -   white-space: nowrap;
  158. 156.  -   overflow: hidden;
  159. 157.  -   text-overflow: ellipsis;
  160. 158.  - }
  161. 159.  - .is_rtl1 #mv_min_layer {
  162. 160.  -   width: 500px;
  163. 161.  -   margin-left: 285px;
  164. 162.  - }
  165. 163.  - .is_rtl1 #mv_min_layer .mv_min_title {
  166. 164.  -   text-align: right;
  167. 165.  - }
  168. 166.  - .mv_minimized #mv_box {
  169. 167.  -   background: none;
  170. 168.  -   position: relative;
  171. 169.  - }
  172. 170.  - .mv_minimized #mv_min_layer {
  173. 171.  -   display: block;
  174. 172.  -   position: static;
  175. 173.  - }
  176. 174.  - .mv_minimized #mv_controls_line {
  177. 175.  -   display: none;
  178. 176.  - }
  179. 177.  - #mv_min_layer .mv_min_header {
  180. 178.  -   z-index: 520;
  181. 179.  -   height: 24px;
  182. 180.  -   *height: 19px;
  183. 181.  -   padding: 1px 10px 0px 10px;
  184. 182.  - }
  185. 183.  - #mv_min_layer .mv_mini_control {
  186. 184.  -   width: 12px;
  187. 185.  -   height: 12px;
  188. 186.  -   padding: 6px 2px;
  189. 187.  -   opacity: 0.6;
  190. 188.  -   cursor: pointer;
  191. 189.  - }
  192. 190.  - #mv_min_layer .mv_min_title {
  193. 191.  -   font-weight: bold;
  194. 192.  - }
  195. 193.  - .mv_minimized #mv_min_layer .mv_mini_control {
  196. 194.  -   display: block;
  197. 195.  - }
  198. 196.  - .mv_minimized #mv_min_layer .mv_mini_control:hover {
  199. 197.  -   opacity: 1;
  200. 198.  - }
  201. 199.  - #mv_min_layer .mv_mini_control .mv_max_control {
  202. 200.  -   background: url('/images/icons/viewer_min_controls.gif') left -11px;
  203. 201.  -   width: 11px;
  204. 202.  -   height: 11px;
  205. 203.  - }
  206. 204.  - #mv_min_layer .mv_mini_control .mv_close_control {
  207. 205.  -   background: url('/images/icons/viewer_min_controls.gif') left 0px;
  208. 206.  -   width: 11px;
  209. 207.  -   height: 11px;
  210. 208.  - }
  211. 209.  - .mv_minimized #mv_min_layer .mv_min_title {
  212. 210.  -   color: #DDD;
  213. 211.  -   padding: 0px;
  214. 212.  -   cursor: pointer;
  215. 213.  -   margin-top: 5px;
  216. 214.  -   font-weight: normal;
  217. 215.  - }
  218. 216.  - .mv_minimized .mv_cont .sidesh,
  219. 217.  - .mv_minimized .mv_cont .bottomsh {
  220. 218.  -   display: none;
  221. 219.  - }
  222. 220.  - .mv_minimized #mv_box,
  223. 221.  - .mv_minimized .mv_cont,
  224. 222.  - .mv_minimized .mv_cont table {
  225. 223.  -   padding: 0px;
  226. 224.  -   margin: 0px;
  227. 225.  - }
  228. 226.  - .mv_minimized #mv_box {
  229. 227.  -   /*overflow: hidden;*/
  230. 228.  - }
  231. 229.  -
  232. 230.  - #mv_box .video_box_wrap {
  233. 231.  -   background: #000000;
  234. 232.  -   overflow: hidden;
  235. 233.  -   margin: 0 auto;
  236. 234.  - }
  237. 235.  -
  238. 236.  - #mv_summary {
  239. 237.  -   height: 13px;
  240. 238.  -   padding: 0px 17px;
  241. 239.  -   margin: 15px auto 0px;
  242. 240.  -   width: 600px;
  243. 241.  - }
  244. 242.  - #mv_summary .summary {
  245. 243.  -   color: #2B587A;
  246. 244.  -   font-weight: bold;
  247. 245.  - }
  248. 246.  - #mv_tag_info {
  249. 247.  -   display: none;
  250. 248.  -   margin: 15px auto 0px;
  251. 249.  -   width: 604px;
  252. 250.  - }
  253. 251.  - #mv_tag_info table, #mv_tag_info table td.info {
  254. 252.  -   width: 100%;
  255. 253.  - }
  256. 254.  - #mv_tag_info div.info {
  257. 255.  -   padding: 6px 0px;
  258. 256.  - }
  259. 257.  - #mv_tag_info .progress {
  260. 258.  -   margin: 6px 5px;
  261. 259.  - }
  262. 260.  - #mv_tag_info tr {
  263. 261.  -   vertical-align: middle;
  264. 262.  - }
  265. 263.  - #mv_tag_info .button_blue, #mv_tag_info .button_gray {
  266. 264.  -   margin: 0px 5px;
  267. 265.  - }
  268. 266.  - #mv_tag_info .mv_to_profile_desc {
  269. 267.  -   padding-top: 6px;
  270. 268.  - }
  271. 269.  - .mv_data {
  272. 270.  - /*  position: relative;*/
  273. 271.  - }
  274. 272.  - #mv_comments_data {
  275. 273.  -   margin: 0px auto 0px;
  276. 274.  -   padding-top: 25px;
  277. 275.  -   width: 724px;
  278. 276.  - }
  279. 277.  - #mv_comments_data .mv_info {
  280. 278.  -   color: #777;
  281. 279.  - }
  282. 280.  - #mv_comments_data .wide_column {
  283. 281.  -   width: 512px;
  284. 282.  - }
  285. 283.  - #mv_comments_header {
  286. 284.  -   cursor: pointer;
  287. 285.  -   background: #E9EDF1;
  288. 286.  -   border-top: 1px solid #E9EDF1;
  289. 287.  -   color: #6A7989;
  290. 288.  -   padding: 10px 7px;
  291. 289.  -   text-align: center;
  292. 290.  - }
  293. 291.  - #mv_comments_header.all_replies {
  294. 292.  -   cursor: default;
  295. 293.  - }
  296. 294.  - #mv_comment_submit {
  297. 295.  -   padding-bottom: 15px;
  298. 296.  - }
  299. 297.  - #mv_comment {
  300. 298.  -   vertical-align: top;
  301. 299.  -   width: 504px;
  302. 300.  -   height: 80px;
  303. 301.  -   outline: none;
  304. 302.  -   margin-bottom: 10px;
  305. 303.  - }
  306. 304.  - #mv_reply_to_title {
  307. 305.  -   display: none;
  308. 306.  -   padding: 6px 10px 0px;
  309. 307.  -   white-space: nowrap;
  310. 308.  -   overflow: hidden;
  311. 309.  -   -o-text-overflow: ellipsis;
  312. 310.  -   text-overflow: ellipsis;
  313. 311.  - }
  314. 312.  - #mv_reply_as_group {
  315. 313.  -   margin: 6px 0px 0px 10px;
  316. 314.  - }
  317. 315.  - .mv_reply_to {
  318. 316.  -   color: #999;
  319. 317.  - }
  320. 318.  - .mv_reply_greeting {
  321. 319.  -   color: #000;
  322. 320.  - }
  323. 321.  - .mv_comment_header {
  324. 322.  -   color: #36638e;
  325. 323.  -   font-weight: bold;
  326. 324.  -   padding: 16px 0px 8px 0px;
  327. 325.  - }
  328. 326.  - #mv_comment_warn {
  329. 327.  -   margin: 10px 0px 0px;
  330. 328.  -   color: #777;
  331. 329.  -   display: none;
  332. 330.  - }
  333. 331.  - #mv_comments .dld {
  334. 332.  -   color: #777;
  335. 333.  -   width: 310px;
  336. 334.  -   padding: 11px 4px 12px 60px;
  337. 335.  - }
  338. 336.  - .mv_commdata .progress {
  339. 337.  -   height: 12px;
  340. 338.  - }
  341. 339.  - .mv_commdata {
  342. 340.  -   padding-top: 4px;
  343. 341.  -   font-size: 10px;
  344. 342.  -   color: #999;
  345. 343.  - }
  346. 344.  - .font_medium .mv_commdata {
  347. 345.  -   font-size: 11px;
  348. 346.  - }
  349. 347.  - #mv_action_info {
  350. 348.  -   padding: 0px 0px 10px;
  351. 349.  -   color: #777;
  352. 350.  - }
  353. 351.  - #mv_action_info .progress {
  354. 352.  -   margin: 0px 2px;
  355. 353.  - }
  356. 354.  - #mv_licensed_info {
  357. 355.  -   padding: 0px 0px 10px;
  358. 356.  -   color: #777;
  359. 357.  - }
  360. 358.  - #mv_comments_data .narrow_column .mv_info {
  361. 359.  -   line-height: 150%;
  362. 360.  - }
  363. 361.  - #mv_album, #mv_author {
  364. 362.  -   color: #777;
  365. 363.  -   padding-bottom: 10px;
  366. 364.  - }
  367. 365.  - #mv_actions {
  368. 366.  -   width: 160px;
  369. 367.  -   margin: 0px -5px;
  370. 368.  - }
  371. 369.  - #mv_actions a, #mv_rotate {
  372. 370.  -   display: block;
  373. 371.  -   padding: 4px 5px;
  374. 372.  - }
  375. 373.  - #mv_actions a:hover {
  376. 374.  -   text-decoration: none;
  377. 375.  -   background: #E1E7ED;
  378. 376.  - }
  379. 377.  - #mv_actions .loading {
  380. 378.  -   background: #FFF url('/images/upload.gif') 120px 7px no-repeat;
  381. 379.  - }
  382. 380.  - #mv_actions .loading:hover {
  383. 381.  -   background: #E1E7ED url('/images/upload.gif') 120px 7px no-repeat;
  384. 382.  - }
  385. 383.  - #mv_rotate {
  386. 384.  -   color: #777;
  387. 385.  - }
  388. 386.  - #mv_actions div.progress {
  389. 387.  -   padding: 0px;
  390. 388.  - }
  391. 389.  - .mv_cont .narrow_column {
  392. 390.  -   margin-left: 20px;
  393. 391.  -   border-left: 1px solid #EEE;
  394. 392.  -   padding-left: 20px;
  395. 393.  -   overflow: hidden;
  396. 394.  -   width: 169px;
  397. 395.  - }
  398. 396.  - .is_rtl1 .mv_cont .narrow_column {
  399. 397.  -   margin-left: 0px;
  400. 398.  -   border-left: none;
  401. 399.  -   padding-left: 0px;
  402. 400.  -   margin-right: 20px;
  403. 401.  -   border-right: 1px solid #EEE;
  404. 402.  -   padding-right: 20px;
  405. 403.  - }
  406. 404.  -
  407. 405.  - #mv_photo {
  408. 406.  -   display: block;
  409. 407.  -   text-align: center;
  410. 408.  -   padding: 15px;
  411. 409.  - }
  412. 410.  - #mv_photo img {
  413. 411.  -   vertical-align: top;
  414. 412.  -   margin: 0px auto;
  415. 413.  - }
  416. 414.  -
  417. 415.  - #mv_left_nav, #mv_right_nav {
  418. 416.  -   position: absolute;
  419. 417.  -   top: 11px;
  420. 418.  -   left: 0px;
  421. 419.  -   width: 60px;
  422. 420.  -   z-index: 620;
  423. 421.  -   opacity: 0;
  424. 422.  -   filter: alpha(opacity=0);
  425. 423.  -   cursor: pointer;
  426. 424.  - }
  427. 425.  - .mv_dark #mv_left_nav, .mv_dark #mv_right_nav {
  428. 426.  -   background: #000;
  429. 427.  - }
  430. 428.  - .mv_light #mv_left_nav, .mv_light #mv_right_nav {
  431. 429.  -   background: #FFF;
  432. 430.  - }
  433. 431.  - #mv_right_nav {
  434. 432.  -   left: 698px;
  435. 433.  - }
  436. 434.  - #mv_right_controls {
  437. 435.  -   position: absolute;
  438. 436.  -   z-index: 620;
  439. 437.  -   margin-top: 1px;
  440. 438.  - }
  441. 439.  - .mv_controls_bg {
  442. 440.  -   opacity: 0.3;
  443. 441.  -   filter: alpha(opacity=30);
  444. 442.  -   width: 60px;
  445. 443.  -   height: 29px;
  446. 444.  -   background: #000000;
  447. 445.  -   z-index: 10;
  448. 446.  - }
  449. 447.  - .mv_controls_ctrl {
  450. 448.  -   position: absolute;
  451. 449.  -   padding: 8px;
  452. 450.  -   cursor: pointer;
  453. 451.  -   z-index: 15;
  454. 452.  -   opacity: 0.5;
  455. 453.  -   filter: alpha(opacity=50);
  456. 454.  - }
  457. 455.  - .mv_controls_close {
  458. 456.  -   margin-left: 29px;
  459. 457.  - }
  460. 458.  - .mv_controls_min {
  461. 459.  -   margin-left: 5px;
  462. 460.  - }
  463. 461.  - .mv_controls_ctrl div {
  464. 462.  -   background: url('/images/icons/viewer_controls.gif') no-repeat 0px 0px;
  465. 463.  -   width: 14px;
  466. 464.  -   height: 14px;
  467. 465.  - }
  468. 466.  - .mv_controls_min div {
  469. 467.  -   background-position: 0px -14px;
  470. 468.  - }
  471. 469.  -
  472. 470.  - .mv_switch {
  473. 471.  -   top: 0px;
  474. 472.  -   left: 0px;
  475. 473.  -   padding: 10px;
  476. 474.  -   width: 14px;
  477. 475.  -   height: 14px;
  478. 476.  -   opacity: 0.4;
  479. 477.  -   filter: alpha(opacity=40);
  480. 478.  -   cursor: pointer;
  481. 479.  - }
  482. 480.  - .mv_switch img {
  483. 481.  -   behavior: url(/js/iepngfix.htc);
  484. 482.  - }
  485. 483.  -
  486. 484.  - .mv_comment {
  487. 485.  -   border-top: 1px solid #E9EDF1;
  488. 486.  -   padding: 11px 0px 8px 0px;
  489. 487.  -   width: 512px;
  490. 488.  - }
  491. 489.  - .mv_comment .mv_photo_thumb img {
  492. 490.  -   width: 75px;
  493. 491.  - }
  494. 492.  - .mv_comment .mv_photo_thumb {
  495. 493.  -   width: 80px;
  496. 494.  - }
  497. 495.  - .mv_thumb {
  498. 496.  -   width: 60px;
  499. 497.  -   padding: 0px;
  500. 498.  -   height: 50px;
  501. 499.  -   vertical-align: top;
  502. 500.  - }
  503. 501.  - .mv_thumb img {
  504. 502.  -   width: 50px;
  505. 503.  -   height: 50px;
  506. 504.  - }
  507. 505.  - .mv_comm {
  508. 506.  -   padding: 0px;
  509. 507.  -   width: 450px;
  510. 508.  -   overflow: hidden;
  511. 509.  - }
  512. 510.  - .mv_commtext {
  513. 511.  -   width: 430px;
  514. 512.  -   padding-top: 2px;
  515. 513.  -   line-height: 130%;
  516. 514.  -   overflow: hidden;
  517. 515.  -   word-wrap: break-word;
  518. 516.  - }
  519. 517.  - .mv_commtext:hover .wall_reply_more {
  520. 518.  -   color: #45688E;
  521. 519.  - }
  522. 520.  - .wall_module .mv_comm .author {
  523. 521.  -   font-weight: bold;
  524. 522.  -   line-height: 140%;
  525. 523.  - }
  526. 524.  -
  527. 525.  - #mv_date_wrap {
  528. 526.  -   padding: 0px 0px 8px;
  529. 527.  -   color: #777;
  530. 528.  - }
  531. 529.  - #mv_tags {
  532. 530.  -   padding: 0px 2px 20px;
  533. 531.  -   color: #777;
  534. 532.  -   width: 500px;
  535. 533.  - }
  536. 534.  - #mv_tags span {
  537. 535.  -   color: #000;
  538. 536.  -   cursor: default;
  539. 537.  - }
  540. 538.  - #mv_tags .delete,
  541. 539.  - #mv_del_reply_to {
  542. 540.  -   background: #C4D2E1 url(/images/small_delete.gif) no-repeat 0px 0px;
  543. 541.  -   width: 0px;
  544. 542.  -   height: 14px;
  545. 543.  -   z-index: 615;
  546. 544.  -   padding-left: 14px;
  547. 545.  -   overflow: hidden;
  548. 546.  -   cursor: pointer;
  549. 547.  - }
  550. 548.  - #mv_del_reply_to {
  551. 549.  -   display: none;
  552. 550.  -   margin: 6px -10px 0px;
  553. 551.  -   -webkit-transition: all 100ms linear;
  554. 552.  -   -moz-transition: all 100ms linear;
  555. 553.  -   -o-transition: all 100ms linear;
  556. 554.  -   transition: all 100ms linear;
  557. 555.  - }
  558. 556.  - #mv_del_reply_to:hover {
  559. 557.  -   background-color: #7996B5;
  560. 558.  - }
  561. 559.  - #mv_tag_frame {
  562. 560.  -   top: 0px;
  563. 561.  -   left: 0px;
  564. 562.  -   position: absolute;
  565. 563.  -   border: 3px solid #C0C6D0;
  566. 564.  -   overflow: hidden;
  567. 565.  -   display: none;
  568. 566.  -   z-index: 622;
  569. 567.  -   text-align: left; /* Even for rtl langs */
  570. 568.  -   direction: ltr;
  571. 569.  - }
  572. 570.  - #mv_tag_faded {
  573. 571.  -   position: absolute;
  574. 572.  -   background: #000;
  575. 573.  -   opacity: 0.5;
  576. 574.  -   filter: alpha(opacity=50);
  577. 575.  -   display: none;
  578. 576.  -   z-index: 621;
  579. 577.  - }
  580. 578.  - #mv_tag_person a, #mv_tag_person span {
  581. 579.  -   display: block;
  582. 580.  -   width: 100%;
  583. 581.  -   text-align: center;
  584. 582.  -   color: #FFF;
  585. 583.  -   padding: 3px;
  586. 584.  -   background: #000;
  587. 585.  - }
  588. 586.  - #mv_tag_person span {
  589. 587.  -   cursor: default;
  590. 588.  - }
  591. 589.  - #mv_tag_person a:hover {
  592. 590.  -   text-decoration: none;
  593. 591.  -   color: #DAE1E8;
  594. 592.  - }
  595. 593.  - #mv_tag_person {
  596. 594.  -   display: none;
  597. 595.  -   font-weight: bold;
  598. 596.  -   z-index: 623;
  599. 597.  -   opacity: 0.7;
  600. 598.  -   overflow: hidden;
  601. 599.  -   position: absolute;
  602. 600.  - }
  603. 601.  -
  604. 602.  - #mv_approve {
  605. 603.  -   background: white;
  606. 604.  -   padding: 15px 30px 15px 15px;
  607. 605.  -   border-bottom: 1px solid #DAE1E8;
  608. 606.  -   background: #FFFFFF;
  609. 607.  -   text-align: left;
  610. 608.  - }
  611. 609.  - #mv_approve table {
  612. 610.  -   width: 100%;
  613. 611.  - }
  614. 612.  - #mv_approve table .info {
  615. 613.  -   vertical-align: center;
  616. 614.  - }
  617. 615.  - #mv_delete_tag {
  618. 616.  -   display: block;
  619. 617.  -   margin-top: 6px;
  620. 618.  -   margin-left: 20px;
  621. 619.  -   *height: 16px;
  622. 620.  - }
  623. 621.  - .mv_tager_photo {
  624. 622.  -   margin-right: 15px;
  625. 623.  - }
  626. 624.  -
  627. 625.  - #mv_loader {
  628. 626.  -   background: url(/images/progress_gray.gif) no-repeat 50% 50%;
  629. 627.  -   width: 780px;
  630. 628.  -   height: 420px;
  631. 629.  -   margin: 0px auto;
  632. 630.  - }
  633. 631.  -
  634. 632.  - .mv_minimized #mv_loader {
  635. 633.  -   width: 279px;
  636. 634.  -   height: 180px;
  637. 635.  - }
  638. 636.  - .mv_resizing #mv_loader {
  639. 637.  -   position: absolute;
  640. 638.  -   width: 100%;
  641. 639.  -   height: 100%;
  642. 640.  -   margin-top: -20px;
  643. 641.  -   background: none;
  644. 642.  - }
  645. 643.  -
  646. 644.  - #mv_content {
  647. 645.  -   padding: 0px 30px 30px 30px;
  648. 646.  - }
  649. 647.  - .mv_minimized #mv_content {
  650. 648.  -   padding: 2px 10px 10px 10px;
  651. 649.  -   *position: static;
  652. 650.  -   z-index: 520;
  653. 651.  - }
  654. 652.  -
  655. 653.  - .mv_minimized #mv_box {
  656. 654.  -   background: url('/images/mv_bg.png');
  657. 655.  -   background: rgba(0, 0, 0, 0.8);
  658. 656.  -   border-radius: 3px;
  659. 657.  -   -moz-border-radius: 3px;
  660. 658.  -   -webkit-border-radius: 3px;
  661. 659.  -   -khtml-border-radius: 3px;
  662. 660.  - }
  663. 661.  -
  664. 662.  - .mv_controls {
  665. 663.  -   background: #FFFFFF;
  666. 664.  -   padding: 10px;
  667. 665.  - }
  668. 666.  -
  669. 667.  - #mv_wide .mv_desc {
  670. 668.  -   width: 500px;
  671. 669.  -   padding-bottom: 10px;
  672. 670.  -   line-height: 140%;
  673. 671.  -   overflow: hidden;
  674. 672.  - }
  675. 673.  -
  676. 674.  - #mv_friends {
  677. 675.  -   position: absolute;
  678. 676.  -   width: 190px;
  679. 677.  -   display: none;
  680. 678.  -   background: #FFF;
  681. 679.  -   z-index: 700;
  682. 680.  - }
  683. 681.  - #mv_friends .name_input {
  684. 682.  -   padding: 10px;
  685. 683.  -   background: #F2F2F2;
  686. 684.  -   border-left: 1px solid #AAA;
  687. 685.  -   border-right: 1px solid #AAA;
  688. 686.  - }
  689. 687.  - #mv_friends .name_input input {
  690. 688.  -   width: 160px;
  691. 689.  - }
  692. 690.  - #mv_friends .list_wrap {
  693. 691.  -   padding: 5px;
  694. 692.  -   border-left: 1px solid #AAA;
  695. 693.  -   border-right: 1px solid #AAA;
  696. 694.  -   border-top: 1px solid #DAE1E8;
  697. 695.  -   border-bottom: 1px solid #DAE1E8;
  698. 696.  - }
  699. 697.  - #mv_friends .list_wrap a {
  700. 698.  -   display: block;
  701. 699.  -   padding: 5px;
  702. 700.  - }
  703. 701.  - #mv_friends .list_wrap a em {
  704. 702.  -   background: #D8DFEA;
  705. 703.  -   font-weight: bold;
  706. 704.  -   font-style: normal;
  707. 705.  - }
  708. 706.  - #mv_friends .list_wrap a:hover {
  709. 707.  -   text-decoration: none;
  710. 708.  -   background: #E1E7ED;
  711. 709.  - }
  712. 710.  - #mv_friends .box_controls {
  713. 711.  -   border-top: 0px;
  714. 712.  - }
  715. 713.  - #mv_friends .box_controls .progress {
  716. 714.  -   margin: 7px auto 0px;
  717. 715.  - }
  718. 716.  - #mv_friends_list {
  719. 717.  - }
  720. 718.  - #mv_friends_list .progress {
  721. 719.  -   display: block;
  722. 720.  -   margin: 10px auto 5px;
  723. 721.  - }
  724. 722.  - #mv_friends table {
  725. 723.  -   width: 100%;
  726. 724.  - }
  727. 725.  - #mv_friends .button_blue, #mv_friends .button_gray {
  728. 726.  -   margin: 3px;
  729. 727.  - }
  730. 728.  -
  731. 729.  - #mv_desc_text {
  732. 730.  -   width: 362px;
  733. 731.  -   height: 70px;
  734. 732.  -   padding: 8px 9px 9px;
  735. 733.  -   margin-bottom: 10px;
  736. 734.  - }
  737. 735.  - #mv_title_text, #mv_create_album {
  738. 736.  -   width: 362px;
  739. 737.  -   padding: 7px 9px 8px;
  740. 738.  - }
  741. 739.  - #mv_like_wrap {
  742. 740.  -   margin: 0px 1px;
  743. 741.  -   color: #2F5879;
  744. 742.  -   cursor: pointer;
  745. 743.  - }
  746. 744.  - #mv_controls_line #mv_like_wrap {
  747. 745.  -   color: #777777;
  748. 746.  - }
  749. 747.  - #mv_like_wrap i {
  750. 748.  -   background: url(/images/icons/like.gif?1) no-repeat 1px 0px;
  751. 749.  -   height: 10px;
  752. 750.  -   margin: 3px 3px 0px;
  753. 751.  -   opacity: 0.4;
  754. 752.  -   filter: alpha(opacity=40);
  755. 753.  -   width: 11px;
  756. 754.  - }
  757. 755.  - #mv_controls_line #mv_like_wrap i {
  758. 756.  -   background: url(/images/icons/like_white.gif) no-repeat 1px 0px;
  759. 757.  - }
  760. 758.  - #mv_like_wrap i.no_likes {
  761. 759.  -   margin-right: 0px;
  762. 760.  - }
  763. 761.  - #mv_like_count {
  764. 762.  -   margin-right: 3px;
  765. 763.  -   font-weight: bold;
  766. 764.  - }
  767. 765.  - #mv_wide #mv_like_count {
  768. 766.  -   color: #7295b2;
  769. 767.  - }
  770. 768.  -
  771. 769.  - #mv_desc_warn {
  772. 770.  -   display: none;
  773. 771.  -   margin-top: 5px;
  774. 772.  -   color: #777;
  775. 773.  - }
  776. 774.  - #mv_move_to {
  777. 775.  -   height: 20px;
  778. 776.  - }
  779. 777.  - .mv_edit_header {
  780. 778.  -   color: #36638E;
  781. 779.  -   font-size: 1.09em;
  782. 780.  -   font-weight: bold;
  783. 781.  -   margin-bottom: 10px;
  784. 782.  - }
  785. 783.  - .mv_edit_header span {
  786. 784.  -   color: #BBBBBB;
  787. 785.  - }
  788. 786.  - #mv_warning {
  789. 787.  -   width: 604px;
  790. 788.  - }
  791. 789.  - .mv_header_two {
  792. 790.  -   margin-top: 14px;
  793. 791.  - }
  794. 792.  - #mv_to_cover {
  795. 793.  -   margin: 14px 0px 4px;
  796. 794.  -   height: 14px;
  797. 795.  - }
  798. 796.  - .mv_action_link span {
  799. 797.  -   padding: 4px 5px;
  800. 798.  -   display: block;
  801. 799.  - }
  802. 800.  - #mv_top_controls {
  803. 801.  -   height: 42px;
  804. 802.  - }
  805. 803.  - #mv_top_controls .divider {
  806. 804.  -   color: #444444;
  807. 805.  -   padding: 12px 2px 5px;
  808. 806.  - }
  809. 807.  - #mv_controls_line {
  810. 808.  -   padding: 0px 30px 14px 30px;
  811. 809.  - }
  812. 810.  - #mv_controls_line a {
  813. 811.  -   color: #777777;
  814. 812.  - }
  815. 813.  - #mv_controls_line a:hover {
  816. 814.  -   /*color: #FFFFFF;*/
  817. 815.  -   text-decoration: none;
  818. 816.  - }
  819. 817.  - #mv_controls_line .divider {
  820. 818.  -   color: #444444;
  821. 819.  - }
  822. 820.  - .video_already_added,
  823. 821.  - .video_already_posted {
  824. 822.  -   display: none;
  825. 823.  - }
  826. 824.  - .video_added .video_already_added,
  827. 825.  - .video_posted .video_already_posted {
  828. 826.  -   display: inline;
  829. 827.  -   color: #555555;
  830. 828.  - }
  831. 829.  - .video_added .video_add_link {
  832. 830.  -   display: none;
  833. 831.  - }
  834. 832.  - .video_posted .video_post_link {
  835. 833.  -   display: none;
  836. 834.  - }
  837. 835.  - .mv_top_button {
  838. 836.  -   color: #777777;
  839. 837.  -   padding: 12px 5px 12px;
  840. 838.  -   cursor: pointer;
  841. 839.  -   background: #000000;
  842. 840.  - }
  843. 841.  - .mv_top_close {
  844. 842.  -   padding-right: 30px;
  845. 843.  - }
  846. 844.  - .is_rtl1 .mv_top_close {
  847. 845.  -   padding-right: 12px;
  848. 846.  -   padding-left: 30px;
  849. 847.  - }
  850. 848.  - .mv_show_info {
  851. 849.  -   display: inline;
  852. 850.  - }
  853. 851.  - .mv_hide_info {
  854. 852.  -   display: none;
  855. 853.  - }
  856. 854.  - .mv_controls_shown .mv_show_info {
  857. 855.  -   display: none;
  858. 856.  - }
  859. 857.  - .mv_controls_shown .mv_hide_info {
  860. 858.  -   display: inline;
  861. 859.  - }
  862. 860.  - .video_no_flash_wrap {
  863. 861.  -   padding-top: 20px;
  864. 862.  -   color: #BBBBBB;
  865. 863.  -   width: 640px;
  866. 864.  -   text-align: center;
  867. 865.  - }
  868. 866.  - .video_no_flash_wrap a {
  869. 867.  -   color: #EEEEEE;
  870. 868.  - }
  871. 869.  - .mv_num_views {
  872. 870.  -   padding-bottom: 8px;
  873. 871.  - }
  874. 872.  - .video_message_videoviewer {
  875. 873.  -   margin: 5px;
  876. 874.  -   padding: 8px 10px;
  877. 875.  -   font-weight: normal;
  878. 876.  - }
  879. 877.  - .mv_share_text {
  880. 878.  -   padding-right: 12px;
  881. 879.  -   background: url('/images/darr_on.gif') right 6px no-repeat;
  882. 880.  - }
  883. 881.  - .mv_controls_dd {
  884. 882.  -   position: absolute;
  885. 883.  -   z-index: 2000;
  886. 884.  -   margin-left: -1px;
  887. 885.  -   margin-top: -21px;
  888. 886.  -   display: none;
  889. 887.  - }
  890. 888.  - .mvs_side_sh {
  891. 889.  -   background: black;
  892. 890.  -   opacity: 0.1;
  893. 891.  -   filter: alpha(opacity=10);
  894. 892.  - }
  895. 893.  - .mvs_side_sh_el {
  896. 894.  -   width: 1px;
  897. 895.  - }
  898. 896.  - .mvs_header_wrap {
  899. 897.  -   cursor: pointer;
  900. 898.  -   width: 158px;
  901. 899.  -   border: 1px solid #517295;
  902. 900.  - }
  903. 901.  - .mvs_header {
  904. 902.  -   color: white;
  905. 903.  -   background: #5e82a8;
  906. 904.  -   border: 1px solid;
  907. 905.  -   padding: 2px 4px;
  908. 906.  -   border-color: #7E9CBC #5C82AB #5e82a8;
  909. 907.  - }
  910. 908.  - .mvs_header_text {
  911. 909.  -   padding-right: 12px;
  912. 910.  -   background: url(/images/darr_dd_over.gif) no-repeat right 6px;
  913. 911.  - }
  914. 912.  - .mvs_acts {
  915. 913.  -   border: 1px solid #96AABE;
  916. 914.  -   border-top: 0px;
  917. 915.  - }
  918. 916.  - .mvs_act {
  919. 917.  -   background: #FFF;
  920. 918.  - }
  921. 919.  - .mvs_sh1, .mvs_sh2 {
  922. 920.  -   background: black;
  923. 921.  -   height: 1px;
  924. 922.  -   overflow: hidden;
  925. 923.  -   position: relative;
  926. 924.  -   opacity: 0.1;
  927. 925.  -   filter: alpha(opacity=10);
  928. 926.  - }
  929. 927.  - .mvs_sh2 {
  930. 928.  -   opacity: 0.05;
  931. 929.  -   filter: alpha(opacity=5);
  932. 930.  - }
  933. 931.  - .video_comments_msg {
  934. 932.  -   padding: 20px 0px;
  935. 933.  -   color: #777;
  936. 934.  - }
  937. 935.  - .mv_embed_privacy {
  938. 936.  -   padding-top: 15px;
  939. 937.  -   line-height: 150%;
  940. 938.  - }
  941. 939.  -
  942. 940.  - div.mv_composer_dd .wdd_lwrap {
  943. 941.  -   top: -10px;
  944. 942.  - }
  945. 943.  - #mv_add_media {
  946. 944.  -   padding: 6px 9px 0px;
  947. 945.  - }
  948. 946.  - div.review_commdata div.mv_review_like {
  949. 947.  -   margin: 0px 1px;
  950. 948.  - }
  951. 949.  - div.review_commdata i.no_like_hide {
  952. 950.  -   visibility: visible;
  953. 951.  - }
  954. 952.  - .wall_module .mv_comment .like_wrap {
  955. 953.  -   margin: 5px 1px 0px;
  956. 954.  - }
  957. 955.  - .mv_report_upload {
  958. 956.  -   display: none;
  959. 957.  - }
  960. 958.  - .mv_report_blocked {
  961. 959.  -   color: #777777;
  962. 960.  -   padding: 4px 5px;
  963. 961.  - }
  964. 962.  - .mv_report_blocked .mv_report_upload {
  965. 963.  -   display: block;
  966. 964.  - }
  967. 965.  - .mv_report_blocked .mv_share_text {
  968. 966.  -   display: none;
  969. 967.  - }
  970. ------
Advertisement
Add Comment
Please, Sign In to add comment