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