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