Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Файл - video.css (Старый размер - 16672 | Новый - 0):
- 0. - #video_css {
- 1. - display: none;
- 2. - }
- 3. - .video_layout {
- 4. - width: 100%;
- 5. - }
- 6. - .video_layout .main_panel {
- 7. - padding: 3px 0px;
- 8. - vertical-align: top;
- 9. - width: 452px;
- 10. - border-right: 1px solid #DAE1E8;
- 11. - }
- 12. - .is_rtl1 .video_layout .main_panel {
- 13. - border-left: 1px solid #DAE1E8;
- 14. - }
- 15. - .video_layout .side_filter {
- 16. - width: auto;
- 17. - }
- 18. - #video_section_filter .side_filter {
- 19. - padding: 4px 9px;
- 20. - width: 135px;
- 21. - overflow: hidden;
- 22. - white-space: nowrap;
- 23. - text-overflow: ellipsis;
- 24. - -o-text-overflow: ellipsis;
- 25. - }
- 26. - .video_layout .video_row {
- 27. - border-top: 1px solid #EDEDED;
- 28. - padding: 0px;
- 29. - margin: 10px 15px;
- 30. - border-spacing: 0px 0px;
- 31. - }
- 32. - .video_list {
- 33. - padding: 0px 0px;
- 34. - }
- 35. - .video_info_msg {
- 36. - padding: 130px 10px;
- 37. - text-align: center;
- 38. - font-size: 1.09em;
- 39. - color: #777777;
- 40. - word-wrap: break-word;
- 41. - overflow: hidden;
- 42. - text-overflow: ellipsis;
- 43. - }
- 44. - .video_comments_msg {
- 45. - padding: 20px 0px;
- 46. - color: #777777;
- 47. - }
- 48. - .video_info_msg .video_by_search {
- 49. - display: none;
- 50. - }
- 51. - .video_info_msg .video_empty_album {
- 52. - display: none;
- 53. - }
- 54. - .video_v_search .video_empty {
- 55. - display: none;
- 56. - }
- 57. - .video_v_search .video_by_search {
- 58. - display: block;
- 59. - }
- 60. - .video_v_album .video_empty {
- 61. - display: none;
- 62. - }
- 63. - .video_v_album .video_empty_album {
- 64. - display: block;
- 65. - }
- 66. - .v_search .video_by_search {
- 67. - display: block;
- 68. - }
- 69. - .v_search .video_empty {
- 70. - display: none;
- 71. - }
- 72. - .video_search {
- 73. - height: 26px;
- 74. - background: #F7F7F7;
- 75. - padding: 10px;
- 76. - border-bottom: 1px solid #dae1e8;
- 77. - overflow: hidden;
- 78. - }
- 79. - .video_add_new {
- 80. - width: 150px;
- 81. - height: 20px;
- 82. - display: block;
- 83. - padding: 5px 0px 0px 6px;
- 84. - *margin-top: 1px;
- 85. - background: #F7F7F7;
- 86. - }
- 87. - .is_rtl1 .video_add_new {
- 88. - padding: 5px 6px 0px 0px;
- 89. - }
- 90. - .video_add_new span {
- 91. - width: 16px;
- 92. - height: 14px;
- 93. - display: block;
- 94. - float: left;
- 95. - margin-top: 1px;
- 96. - background: url(/images/profile_icons.gif?10) left -10px no-repeat;
- 97. - }
- 98. - .video_add_new:hover {
- 99. - background-color: #DAE1E8;
- 100. - text-decoration: none;
- 101. - }
- 102. - .video_search .input_back {
- 103. - color: #C0C8D0;
- 104. - }
- 105. - .video_search #v_search {
- 106. - position: absolute;
- 107. - padding: 5px 20px 6px;
- 108. - width: 256px;
- 109. - background: #FFF url(/images/magglass.png) no-repeat 5px 6px;
- 110. - outline: none;
- 111. - }
- 112. - .is_rtl1 .video_search #v_search {
- 113. - background: #FFF url(/images/magglass.png) no-repeat 280px 6px;
- 114. - }
- 115. - .is_rtl1 .video_search_extended #v_search {
- 116. - background-position: 589px 6px;
- 117. - }
- 118. - .video_search #v_search::-ms-clear {
- 119. - display: none;
- 120. - }
- 121. - #video_search_rows {
- 122. - padding: 0px 0px 0px 10px;
- 123. - }
- 124. - #show_search_rows {
- 125. - padding: 10px;
- 126. - text-align: center;
- 127. - display: block;
- 128. - }
- 129. - #show_search_rows:hover {
- 130. - background: #E9EDF1;
- 131. - border-top: 1px solid #DAE1E8;
- 132. - text-decoration: none;
- 133. - margin-top: -1px;
- 134. - }
- 135. - #show_search_rows .show_search_rows {
- 136. - display: none;
- 137. - }
- 138. - .video_list .show_more a.more {
- 139. - display: block;
- 140. - padding: 8px 0px;
- 141. - text-align: center;
- 142. - margin: 8px 0px 10px 0px;
- 143. - border-top: 1px solid #EDEDED;
- 144. - }
- 145. - .video_list .show_more a.more:hover {
- 146. - text-decoration: none;
- 147. - background: #E9EDF1;
- 148. - border-top: 1px solid #D8E0E6;
- 149. - }
- 150. - .video_list .load_more {
- 151. - display: block;
- 152. - height: 31px;
- 153. - background: url('/images/upload.gif') center center no-repeat;
- 154. - }
- 155. - .video_list .load_more a.more {
- 156. - display: none;
- 157. - }
- 158. - .video_search .video_loading {
- 159. - background: url('/images/upload.gif') center center no-repeat;
- 160. - width: 32px;
- 161. - height: 9px;
- 162. - margin: 7px 0px 0px 401px;
- 163. - z-index: 95;
- 164. - position: absolute;
- 165. - display: none;
- 166. - }
- 167. - .video_search .video_loading {
- 168. - margin: 7px 0px 0px 570px;
- 169. - }
- 170. - .is_rtl1 .video_search .video_loading {
- 171. - margin: 7px 570px 0px 0px;
- 172. - }
- 173. - .v_loading .video_loading {
- 174. - display: block;
- 175. - }
- 176. - .video_search .video_reset_search {
- 177. - margin: 1px 0px 0px 583px;
- 178. - display: none;
- 179. - cursor: pointer;
- 180. - background: transparent url(/images/icons/input_clear.gif) 6px 6px no-repeat;
- 181. - padding: 2px;
- 182. - width: 19px;
- 183. - height: 19px;
- 184. - opacity: 0.6;
- 185. - filter: alpha(opacity=60);
- 186. - position: absolute;
- 187. - z-index: 95;
- 188. - }
- 189. - .is_rtl1 .video_search .video_reset_search {
- 190. - margin: 1px 583px 0px 0px;
- 191. - }
- 192. - .video_search .video_reset_search_shown {
- 193. - display: block;
- 194. - }
- 195. - .video_addition_options {
- 196. - padding: 0px 10px 10px 9px;
- 197. - }
- 198. - .video_addition_options .checkbox {
- 199. - padding-top: 2px;
- 200. - }
- 201. - .video_addition_options .checkbox div {
- 202. - margin: 0px 8px 0px 0px;
- 203. - }
- 204. - .video_addition_options .radiobtn {
- 205. - margin: 5px 0px 9px;
- 206. - }
- 207. - .video_addition_options .filter_main {
- 208. - padding: 11px 4px 5px 0;
- 209. - font-weight: bold;
- 210. - cursor: default;
- 211. - color: #555;
- 212. - margin: 5px 0 4px;
- 213. - }
- 214. - .video_addition_options .filter_main:first-child {
- 215. - padding: 9px 4px 4px 0;
- 216. - }
- 217. - .video_addition_options .filter_open div.arrow {
- 218. - padding: 4px 0 0 6px;
- 219. - }
- 220. - .video_addition_options .filter_shut div.arrow {
- 221. - padding: 5px 0 0 6px;
- 222. - }
- 223. - .video_addition_options .filter_open div.arrow_back {
- 224. - width: 7px;
- 225. - height: 5px;
- 226. - background: url(/images/gray_corner.gif) 0px 0px no-repeat;
- 227. - }
- 228. - .video_addition_options .filter_shut div.arrow_back {
- 229. - width: 7px;
- 230. - height: 5px;
- 231. - background: url(/images/gray_corner.gif) 0px -5px no-repeat;
- 232. - }
- 233. - .video_addition_options .filter_open,
- 234. - .video_addition_options .filter_shut {
- 235. - padding: 8px 4px 4px 0;
- 236. - font-weight: bold;
- 237. - cursor: pointer;
- 238. - color: #555;
- 239. - margin: 9px 0 4px;
- 240. - }
- 241. - #video_sort_dd {
- 242. - display: none;
- 243. - margin: -28px 12px 0px 0px;
- 244. - }
- 245. - #video_external_dd_wrap {
- 246. - display: none;
- 247. - padding-top: 3px;
- 248. - }
- 249. - #video_external_dd {
- 250. - margin: 0px 12px 0px 0px;
- 251. - }
- 252. - #content .v_loading .video_reset_search,
- 253. - #content .v_loading .video_reset_search_shown {
- 254. - display: none;
- 255. - }
- 256. - .video_filter_sep {
- 257. - margin: 5px 0px 5px 0px;
- 258. - border-bottom: 1px solid #DAE2E8;
- 259. - height: 1px;
- 260. - }
- 261. - .video_privacy_edit {
- 262. - margin-bottom: 10px;
- 263. - }
- 264. - #video_search_summary {
- 265. - margin: 0px 10px 10px;
- 266. - padding: 10px 2px 0px;
- 267. - }
- 268. -
- 269. - #video_rows {
- 270. - position: relative;
- 271. - padding: 10px 0px 0px 10px;
- 272. - }
- 273. -
- 274. - #video_rows .wide_loading {
- 275. - background: url('/images/progress7.gif') center center no-repeat;
- 276. - height: 298px;
- 277. - width: 617px;
- 278. - }
- 279. -
- 280. - #video_rows .review_comment {
- 281. - margin: 0px 0px 10px;
- 282. - width: 606px;
- 283. - border-top: 1px solid #EEE;
- 284. - }
- 285. - #video_rows .review_comment_dld {
- 286. - margin: 10px;
- 287. - padding: 10px 0px 0px 0px;
- 288. - width: 421px;
- 289. - border-top: 1px solid #EEE;
- 290. - }
- 291. - #video_rows .review_comment_first {
- 292. - margin: 0px 0px 10px;
- 293. - width: 421px;
- 294. - }
- 295. - #video_rows .dld {
- 296. - padding: 10px 20px;
- 297. - }
- 298. - .video_comm_dld {
- 299. - color: #777;
- 300. - padding: 10px 60px;
- 301. - }
- 302. - #video_rows .review_thumb {
- 303. - width: 50px;
- 304. - }
- 305. - #video_rows .review_comment td {
- 306. - padding-top: 10px;
- 307. - vertical-align: top;
- 308. - }
- 309. - #video_rows .video_comment_first {
- 310. - border-top: none;
- 311. - }
- 312. - #video_rows .video_comment_first td {
- 313. - padding-top: 0px;
- 314. - }
- 315. - #video_rows .review_comm {
- 316. - padding: 0px 10px;
- 317. - }
- 318. - #video_rows .review_commdata {
- 319. - color: #999;
- 320. - font-size: 0.9em;
- 321. - }
- 322. - #video_rows .review_commtext {
- 323. - padding: 3px 0px 4px 0px;
- 324. - word-break: break-word;
- 325. - }
- 326. - #video_rows .review_video_thumb {
- 327. - width: 65px;
- 328. - }
- 329. - .video_row_cont {
- 330. - display: inline-block;
- 331. - height: 178px;
- 332. - width: 298px;
- 333. - padding: 0px 10px 8px 0px;
- 334. - cursor: pointer;
- 335. - }
- 336. - .video_row_relative {
- 337. - display: block;
- 338. - position: relative;
- 339. - }
- 340. - .video_row_inner_cont {
- 341. - height: 178px;
- 342. - width: 298px;
- 343. - }
- 344. - .video_album_row_inner {
- 345. - height: 145px;
- 346. - width: 197px;
- 347. - position: relative;
- 348. - }
- 349. - .video_row_up .video_row_relative {
- 350. - cursor: move;
- 351. - }
- 352. - .video_row_up .video_row_inner_cont,
- 353. - .video_row_up .video_album_row_inner {
- 354. - position: absolute;
- 355. - }
- 356. - .video_image_div {
- 357. - display: block;
- 358. - background: #000000 center center no-repeat;
- 359. - width: 298px;
- 360. - height: 178px;
- 361. - }
- 362. - .video_row_info_line {
- 363. - position: absolute;
- 364. - margin-top: 150px;
- 365. - width: 282px;
- 366. - padding: 6px 8px;
- 367. - background: #000000;
- 368. - background: rgba(0, 0, 0, 0.5);
- 369. - color: #FFFFFF;
- 370. - height: 16px;
- 371. - }
- 372. - .video_row_info_line em, .video_album_info em {
- 373. - background: #666666;
- 374. - padding: 1px 2px 2px;
- 375. - margin: 0px -2px;
- 376. - -webkit-border-radius: 2px;
- 377. - -moz-border-radius: 2px;
- 378. - border-radius: 2px;
- 379. - font-style: normal;
- 380. - }
- 381. - .video_raw_info_name {
- 382. - padding-right: 34px;
- 383. - white-space: nowrap;
- 384. - text-overflow: ellipsis;
- 385. - height: 16px;
- 386. - overflow: hidden;
- 387. - line-height: 16px;
- 388. - }
- 389. - .video_row_overed .video_raw_info_name {
- 390. - height: auto;
- 391. - white-space: normal;
- 392. - }
- 393. - .video_row_controls, .video_album_controls, .video_row_add {
- 394. - position: absolute;
- 395. - right: 6px;
- 396. - top: 6px;
- 397. - background: #000000;
- 398. - background: rgba(0, 0, 0, 0.5);
- 399. - -webkit-border-radius: 3px;
- 400. - -moz-border-radius: 3px;
- 401. - border-radius: 3px;
- 402. - opacity: 0;
- 403. - filter: alpha(opacity=0);
- 404. - padding: 0px 1px 0px 1px;
- 405. - cursor: pointer;
- 406. - display: none;
- 407. - }
- 408. - .video_can_edit .video_row_controls {
- 409. - display: block;
- 410. - }
- 411. - .video_albums_can_edit .video_album_controls {
- 412. - display: block;
- 413. - }
- 414. - #video_album_-1 .video_album_controls {
- 415. - display: none;
- 416. - }
- 417. - .video_row_icon {
- 418. - width: 14px;
- 419. - height: 13px;
- 420. - background: url('/images/icons/photo_icons.png?2') no-repeat;
- 421. - }
- 422. - .video_row_icon_edit, .video_row_icon_delete {
- 423. - padding: 6px 3px 6px 5px;
- 424. - opacity: 0.8;
- 425. - filter: alpha(opacity=80);
- 426. - }
- 427. - .video_row_icon_add {
- 428. - padding: 6px 3px 6px 4px;
- 429. - opacity: 0.8;
- 430. - filter: alpha(opacity=80);
- 431. - }
- 432. - .video_row_icon_edit .video_row_icon {
- 433. - background-position: 0px -47px;
- 434. - }
- 435. - .video_row_icon_delete .video_row_icon {
- 436. - background-position: 0px -77px;
- 437. - }
- 438. - .video_row_icon_add .video_row_icon {
- 439. - width: 16px;
- 440. - background: url(/images/icons/audio_icons.png?5) -92px -51px no-repeat;
- 441. - }
- 442. - .video_row_added .video_row_icon_add .video_row_icon {
- 443. - background: url(/images/icons/audio_icons.png?5) -184px -51px no-repeat;
- 444. - }
- 445. - .video_row_info_play {
- 446. - position: absolute;
- 447. - z-index: 10;
- 448. - background: url(/images/inline_video_play.png) no-repeat;
- 449. - margin-left: 126px;
- 450. - margin-top: 58px;
- 451. - width: 46px;
- 452. - height: 46px;
- 453. - }
- 454. - .video_row_duration {
- 455. - position: absolute;
- 456. - bottom: 7px;
- 457. - right: 7px;
- 458. - font-weight: bold;
- 459. - }
- 460. - /*
- 461. - color: white;
- 462. - font-size: 0.9em;
- 463. - padding: 1px 4px 2px;
- 464. - -moz-border-radius: 2px;
- 465. - -webkit-border-radius: 2px;
- 466. - border-radius: 2px;
- 467. - background: rgba(0, 0, 0, 0.5);
- 468. - cursor: default;
- 469. - }*/
- 470. -
- 471. - #video_rows .video_message_list {
- 472. - padding: 0px 30px;
- 473. - margin: 5px;
- 474. - width: 373px;
- 475. - font-weight: normal;
- 476. - }
- 477. - .video_layout .video_row .video_message_list {
- 478. - vertical-align: middle;
- 479. - }
- 480. - #video_delete_tags {
- 481. - background: #FFF;
- 482. - border: 1px solid #CCC;
- 483. - margin: 20px 0px 10px 0px;
- 484. - width: 298px;
- 485. - height: 18px;
- 486. - }
- 487. - #video_delete_tags div {
- 488. - background: #597DA3 url(/images/progress_grad.gif) repeat;
- 489. - border: 1px solid #45688E;
- 490. - margin: -1px;
- 491. - width: 1%;
- 492. - height: 18px;
- 493. - }
- 494. - .video_delete_tags_cont {
- 495. - padding: 10px 34px;
- 496. - }
- 497. -
- 498. - .video_del_void {
- 499. - margin-top: 10px;
- 500. - display: block;
- 501. - text-align: center;
- 502. - }
- 503. -
- 504. - .video_close_wrap {
- 505. - height: 13px;
- 506. - width: 17px;
- 507. - padding-top: 4px;
- 508. - }
- 509. - .video_close {
- 510. - background: url(/images/pics/statusx_op.gif) no-repeat;
- 511. - opacity: 0;
- 512. - filter: alpha(opacity=0);
- 513. - cursor: pointer;
- 514. - height: 17px;
- 515. - width: 17px;
- 516. - margin: 2px -6px 0px 0px;
- 517. - }
- 518. -
- 519. - .video_row_deleted .video_row_controls, .video_row_deleted .video_row_info_play, .video_row_deleted .video_row_info_line {
- 520. - display: none;
- 521. - }
- 522. - .video_row_deleted .video_image_div {
- 523. - opacity: 0.35;
- 524. - filter: alpha(opacity=35);
- 525. - }
- 526. - .video_row_deleted_msg {
- 527. - -webkit-border-radius: 5px;
- 528. - -moz-border-radius: 5px;
- 529. - border-radius: 5px;
- 530. - z-index: 10;
- 531. - text-align: center;
- 532. - background: #FFFFFF;
- 533. - background: rgba(255, 255, 255, 0.8);
- 534. - display: block;
- 535. - padding: 10px;
- 536. - position: absolute;
- 537. - width: 238px;
- 538. - margin-left: 20px;
- 539. - margin-top: 74px;
- 540. - color: #000000;
- 541. - }
- 542. - #video_albums_list {
- 543. - position: relative;
- 544. - z-index: 119;
- 545. - }
- 546. - .video_albums_hidden #video_albums_list, .video_no_albums #video_albums_list {
- 547. - display: none;
- 548. - }
- 549. - .video_main_summary {
- 550. - margin: 0px 10px;
- 551. - padding: 13px 0px 0px;
- 552. - }
- 553. - .video_albums_hidden .video_main_summary {
- 554. - margin: 0px 0px;
- 555. - padding: 13px 10px 0px;
- 556. -
- 557. - }
- 558. - #video_albums_wrap {
- 559. - position: relative;
- 560. - }
- 561. - .video_albums_cont {
- 562. - padding: 10px 0px 0px 10px;
- 563. - }
- 564. - .video_album {
- 565. - width: 197px;
- 566. - height: 145px;
- 567. - display: inline-block;
- 568. - *display: inline;
- 569. - zoom: 1;
- 570. - margin: 0px 8px 10px 0px;
- 571. - }
- 572. - .video_album_info {
- 573. - position: absolute;
- 574. - width: 181px;
- 575. - color: #FFFFFF;
- 576. - bottom: 0px;
- 577. - padding: 8px 8px 4px;
- 578. - background: #000000;
- 579. - background: rgba(0, 0, 0, 0.5);
- 580. - }
- 581. - .videos_album_move {
- 582. - position: absolute;
- 583. - width: 161px;
- 584. - color: #FFFFFF;
- 585. - padding: 8px 8px;
- 586. - background: #000000;
- 587. - background: rgba(0, 0, 0, 0.5);
- 588. - -webkit-border-radius: 5px;
- 589. - -moz-border-radius: 5px;
- 590. - border-radius: 5px;
- 591. - margin: 45px 10px;
- 592. - text-align: center;
- 593. -
- 594. - }
- 595. - .video_album_bg {
- 596. - width: 197px;
- 597. - height: 145px;
- 598. - background: #000000 center center no-repeat;
- 599. - /*background-size: 196px 146px;*/
- 600. - }
- 601. - .video_album_count {
- 602. - line-height: 100%;
- 603. - }
- 604. - .video_album_count_icon {
- 605. - background-position: 0px -90px;
- 606. - position: absolute;
- 607. - margin-left: -14px;
- 608. - }
- 609. - #video_albums_more {
- 610. - display: none;
- 611. - }
- 612. - .video_albums_show_more {
- 613. - display: block;
- 614. - background: #EFF1F3;
- 615. - margin: 0px 0px 15px;
- 616. - padding: 10px;
- 617. - text-align: center;
- 618. - color: #738392;
- 619. - margin: 0px 10px 15px 0px;
- 620. - }
- 621. - .video_albums_show_more:hover {
- 622. - text-decoration: none;
- 623. - background: #E9EDF1;
- 624. - }
- 625. - .video_tab_hidden {
- 626. - display: none;
- 627. - }
- 628. - .videos_album_tags {
- 629. - position: absolute;
- 630. - padding: 8px 2px;
- 631. - background: black;
- 632. - background: rgba(0, 0, 0, 0.5);
- 633. - color: white;
- 634. - -webkit-border-radius: 6px;
- 635. - -moz-border-radius: 6px;
- 636. - border-radius: 6px;
- 637. - font-size: 25px;
- 638. - font-weight: lighter;
- 639. - left: 50%;
- 640. - top: 50%;
- 641. - width: 54px;
- 642. - height: 30px;
- 643. - text-align: center;
- 644. - margin: -35px 0px 0px -25px;
- 645. - }
- 646. - .video_tag_label {
- 647. - position: absolute;
- 648. - width: 282px;
- 649. - padding: 7px 8px 8px;
- 650. - background: black;
- 651. - background: rgba(0, 0, 0, 0.5);
- 652. - color: #FFFFFF;
- 653. - text-align: center;
- 654. - }
- 655. - .video_album_edit_header {
- 656. - color: #36638E;
- 657. - font-size: 1.09em;
- 658. - font-weight: bold;
- 659. - margin-bottom: 10px;
- 660. - }
- 661. - #video_album_edit_title {
- 662. - width: 368px;
- 663. - padding: 5px;
- 664. - }
- 665. - #video_search_controls {
- 666. - position: absolute;
- 667. - height: 1px;
- 668. - width: 607px;
- 669. - margin-top: 25px;
- 670. - overflow: hidden;
- 671. - }
- 672. - .video_search_cont {
- 673. - width: 607px;
- 674. - padding-top: 10px;
- 675. - }
- 676. - .video_length {
- 677. - display: inline-block;
- 678. - *display: block;
- 679. - zoom: 1;
- 680. - padding: 3px 8px 4px;
- 681. - margin: 0px 0px 0px 4px;
- 682. - font-weight: bold;
- 683. - color: #45688E;
- 684. - border-radius: 2px;
- 685. - -moz-border-radius: 2px;
- 686. - -webkit-border-radius: 2px;
- 687. - }
- 688. - .video_length:hover {
- 689. - text-decoration: none;
- 690. - }
- 691. - .video_length_sel {
- 692. - background: #597DA3;
- 693. - color: #FFF;
- 694. - }
- 695. - .video_checkbox {
- 696. - margin-top: 4px;
- 697. - margin-left: 0px;
- 698. - margin-right: 12px;
- 699. - }
- 700. - .video_edit_checkbox {
- 701. - margin: 11px 0px 12px;
- 702. - }
- 703. - #video_create_album {
- 704. - padding-top: 4px;
- 705. - }
- 706. - .video_loading_cont {
- 707. - opacity: 0;
- 708. - }
- 709. - #v_search, .video_search, #video_add_button, #video_search_controls, .video_loading_cont {
- 710. - -webkit-transition: all 200ms ease-out;
- 711. - -moz-transition: all 200ms ease-out;
- 712. - -o-transition: all 200ms ease-out;
- 713. - transition: all 200ms ease-out;
- 714. - }
- 715. - .video_search_extended #video_add_button {
- 716. - margin-right: -180px;
- 717. - }
- 718. - .video_search_extended {
- 719. - height: 55px;
- 720. - }
- 721. - .video_search_extended #video_search_controls {
- 722. - height: 30px;
- 723. - }
- 724. - .video_search_extended #v_search {
- 725. - width: 565px;
- 726. - }
- 727. - .video_search_extended .video_loading_cont {
- 728. - opacity: 1;
- 729. - }
- 730. - .video_moder_actions_wrap {
- 731. - position: absolute;
- 732. - margin: 6px 0px 0px 6px;
- 733. - }
- 734. - .video_moder_actions {
- 735. - background: #000000;
- 736. - background: rgba(0, 0, 0, 0.5);
- 737. - -webkit-border-radius: 3px;
- 738. - -moz-border-radius: 3px;
- 739. - border-radius: 3px;
- 740. - color: #FFFFFF;
- 741. - padding: 4px;
- 742. - margin-right: 6px;
- 743. - opacity: 0;
- 744. - filter: alpha(opacity=0);
- 745. - -webkit-transition: opacity 200ms linear;
- 746. - -moz-transition: opacity 200ms linear;
- 747. - -o-transition: opacity 200ms linear;
- 748. - transition: opacity 200ms linear;
- 749. - }
- 750. - .video_row_cont:hover .video_moder_actions {
- 751. - opacity: 1;
- 752. - filter: alpha(opacity=100);
- 753. - }
- 754. - .video_moder_actions:hover {
- 755. - text-decoration: underline;
- 756. - }
- 757. - #video_comments_link {
- 758. - padding-top: 4px;
- 759. - }
- 760. - .video_album_text {
- 761. - overflow: hidden;
- 762. - text-overflow: ellipsis;
- 763. - width: 154px;
- 764. - height: 16px;
- 765. - white-space: nowrap;
- 766. - line-height: 100%;
- 767. - }
- 768. - .video_is_private {
- 769. - display: inline-block;
- 770. - *display: block;
- 771. - zoom: 1;
- 772. - background: url(/images/icons/photo_icons.png?2) 0 -34px no-repeat;
- 773. - width: 10px;
- 774. - height: 12px;
- 775. - margin-left: 4px;
- 776. - margin-bottom: -2px;
- 777. - }
- 778. - .video_box_label {
- 779. - color: #36638E;
- 780. - font-size: 1.09em;
- 781. - font-weight: bold;
- 782. - text-align: left;
- 783. - margin: 10px auto;
- 784. - }
- 785. - input.video_box_disabled {
- 786. - padding: 7px 7px;
- 787. - width: 259px;
- 788. - background: #eef0f2;
- 789. - margin-bottom: 10px;
- 790. - height: 14px;
- 791. - }
- 792. -
- 793. - textarea.video_box_disabled {
- 794. - padding: 7px 7px;
- 795. - background: #eef0f2;
- 796. - width: 334px;
- 797. - height: 46px;
- 798. - margin-bottom: 2px;
- 799. - }
- 800. - .video_share_icon {
- 801. - display: block;
- 802. - width: 30px;
- 803. - height: 30px;
- 804. - background: url(/images/icons/videoexporticons.png) 0px 0px no-repeat;
- 805. - background-size: 30px 60px;
- 806. - margin-left: 7px;
- 807. - }
- 808. - .video_icon_fb {
- 809. - background-position: 0px -30px;
- 810. - }
- 811. - .video_share_icon {
- 812. - -webkit-transition: opacity 200ms linear;
- 813. - -moz-transition: opacity 200ms linear;
- 814. - -o-transition: opacity 200ms linear;
- 815. - transition: opacity 200ms linear;
- 816. - }
- 817. - .video_share_icon:hover {
- 818. - opacity: 0.6;
- 819. - }
- ------
Advertisement
Add Comment
Please, Sign In to add comment