Hormold

VK Change (#1393254019)

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