Hormold

VK Change (#1390930208)

Jan 28th, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 35.35 KB | None | 0 0
  1. Файл - photoview.css (Старый размер - 24721 | Новый - 0):
  2. 0.  - #photoview_css {
  3. 1.  -   display: none;
  4. 2.  - }
  5. 3.  -
  6. 4.  - .pv_fixed {
  7. 5.  -   left: 0px;
  8. 6.  -   top: 0px;
  9. 7.  -   width: 100%;
  10. 8.  -   z-index: 601;
  11. 9.  - }
  12. 10.  - .pv_fixed div {
  13. 11.  -   position: absolute;
  14. 12.  -   z-index: 630;
  15. 13.  - }
  16. 14.  - .pv_fixed div div {
  17. 15.  -   position: static;
  18. 16.  - }
  19. 17.  -
  20. 18.  - #layer_bg.wk_dark.pv_light,
  21. 19.  - #layer_bg.pv_light {
  22. 20.  -   background: #000;
  23. 21.  -   opacity: 0.2;
  24. 22.  -   filter: alpha(opacity=20);
  25. 23.  - }
  26. 24.  - #layer_bg.pv_dark {
  27. 25.  -   background: #000;
  28. 26.  -   opacity: 0.7;
  29. 27.  -   filter: alpha(opacity=70);
  30. 28.  - }
  31. 29.  - .pv_light #layer, .pv_dark #layer {
  32. 30.  -   padding-bottom: 1px;
  33. 31.  - }
  34. 32.  -
  35. 33.  - @-moz-document url-prefix() {
  36. 34.  -   #layer_bg.pv_light {
  37. 35.  -     background: url(/images/layer_bg_lite.png);
  38. 36.  -     opacity: 1 !important;
  39. 37.  -   }
  40. 38.  -   #layer_bg.pv_dark {
  41. 39.  -     background: url(/images/layer_bg_black.png);
  42. 40.  -     opacity: 1 !important;
  43. 41.  -   }
  44. 42.  - }
  45. 43.  -
  46. 44.  - .pv_wrap {
  47. 45.  -   overflow: auto;
  48. 46.  -   z-index: 610;
  49. 47.  - }
  50. 48.  -
  51. 49.  - .pv_left, .pv_close {
  52. 50.  -   width: 17px;
  53. 51.  -   height: 17px;
  54. 52.  -   top: 25px;
  55. 53.  -   opacity: 0.4;
  56. 54.  -   filter: alpha(opacity=40);
  57. 55.  -   background: url(/images/photonav.gif?1) no-repeat;
  58. 56.  -   z-index: 630;
  59. 57.  -   cursor: pointer;
  60. 58.  - }
  61. 59.  - .pv_left {
  62. 60.  -   background-position: 0px 0px;
  63. 61.  - }
  64. 62.  - .pv_close {
  65. 63.  -   background-position: 0px -19px;
  66. 64.  - }
  67. 65.  - .pv_light .pv_left {
  68. 66.  -   background-position: 0px -38px;
  69. 67.  - }
  70. 68.  - .pv_light .pv_close {
  71. 69.  -   background-position: 0px -57px;
  72. 70.  - }
  73. 71.  -
  74. 72.  - .pv_cont {
  75. 73.  -   position: relative;
  76. 74.  -   width: 758px;
  77. 75.  -   margin: 0px auto;
  78. 76.  -   padding: 10px 0px 0px;
  79. 77.  - }
  80. 78.  - .pv_cont table {
  81. 79.  -   margin: 0px auto;
  82. 80.  - }
  83. 81.  - .pv_cont .sidesh {
  84. 82.  -   background: #000;
  85. 83.  -   width: 1px;
  86. 84.  - }
  87. 85.  - .pv_cont .sidesh div {
  88. 86.  -   width: 1px;
  89. 87.  -   overflow: hidden;
  90. 88.  - }
  91. 89.  - .pv_cont .bottomsh {
  92. 90.  -   background: #000;
  93. 91.  -   height: 1px;
  94. 92.  - }
  95. 93.  - .pv_cont .bottomsh div {
  96. 94.  -   height: 1px;
  97. 95.  -   overflow: hidden;
  98. 96.  - }
  99. 97.  - .pv_cont .s1 {
  100. 98.  -   opacity: 0.05;
  101. 99.  -   filter: alpha(opacity=5);
  102. 100.  - }
  103. 101.  - .pv_cont .s2 {
  104. 102.  -   opacity: 0.15;
  105. 103.  -   filter: alpha(opacity=15);
  106. 104.  - }
  107. 105.  - .pv_cont .s3 {
  108. 106.  -   opacity: 0.25;
  109. 107.  -   filter: alpha(opacity=25);
  110. 108.  - }
  111. 109.  -
  112. 110.  - #pv_box {
  113. 111.  -   padding: 1px 0px 25px;
  114. 112.  -   background: #FFF;
  115. 113.  -   position: relative;
  116. 114.  - }
  117. 115.  - #pv_summary {
  118. 116.  -   height: 13px;
  119. 117.  -   padding: 0px 27px;
  120. 118.  -   margin: 15px auto 0px;
  121. 119.  -   width: 600px;
  122. 120.  - }
  123. 121.  - #pv_summary .summary {
  124. 122.  -   color: #45688E;
  125. 123.  -   font-weight: bold;
  126. 124.  - }
  127. 125.  - .pvsa_summary_title {
  128. 126.  -   margin-bottom: 10px;
  129. 127.  - }
  130. 128.  - .pvsa_empty_album {
  131. 129.  -   padding: 100px 0;
  132. 130.  -   text-align: center;
  133. 131.  -   color: #777;
  134. 132.  - }
  135. 133.  - .pvsa_summary_author {
  136. 134.  -   padding: 0px 10px;
  137. 135.  - }
  138. 136.  - .pvsa_summary_author a {
  139. 137.  -   color: #777;
  140. 138.  - }
  141. 139.  - #pv_tag_info {
  142. 140.  -   display: none;
  143. 141.  -   margin: 15px auto 0px;
  144. 142.  -   width: 604px;
  145. 143.  - }
  146. 144.  - #pv_tag_info table, #pv_tag_info table td.info {
  147. 145.  -   width: 100%;
  148. 146.  - }
  149. 147.  - #pv_tag_info div.info {
  150. 148.  -   padding: 6px 0px;
  151. 149.  - }
  152. 150.  - #pv_tag_info .progress {
  153. 151.  -   margin: 6px 5px;
  154. 152.  - }
  155. 153.  - #pv_tag_info tr {
  156. 154.  -   vertical-align: middle;
  157. 155.  - }
  158. 156.  - #pv_tag_info .button_blue, #pv_tag_info .button_gray {
  159. 157.  -   margin: 0px 5px;
  160. 158.  - }
  161. 159.  - #pv_tag_info .pv_to_profile_desc {
  162. 160.  -   padding-top: 6px;
  163. 161.  - }
  164. 162.  - .pv_data {
  165. 163.  -   position: relative;
  166. 164.  - }
  167. 165.  - #pv_comments_data {
  168. 166.  -   margin: 25px auto 0px;
  169. 167.  -   width: 604px;
  170. 168.  -   display: none;
  171. 169.  - }
  172. 170.  - #pv_comments_data .pv_info {
  173. 171.  -   color: #777;
  174. 172.  - }
  175. 173.  - #pv_comments_header {
  176. 174.  -   cursor: pointer;
  177. 175.  -   background: #E9EDF1;
  178. 176.  -   border-top: 1px solid #E9EDF1;
  179. 177.  -   color: #6A7989;
  180. 178.  -   padding: 10px 7px;
  181. 179.  -   text-align: center;
  182. 180.  - }
  183. 181.  - #pv_comments_progress {
  184. 182.  -   margin: 0px auto;
  185. 183.  - }
  186. 184.  - #pv_comment_header {
  187. 185.  -   color: #36638E;
  188. 186.  -   font-weight: bold;
  189. 187.  -   padding: 16px 0px 8px 0px;
  190. 188.  - }
  191. 189.  - #pv_comment {
  192. 190.  -   vertical-align: top;
  193. 191.  -   width: 386px;
  194. 192.  -   height: 65px;
  195. 193.  -   margin-bottom: 10px;
  196. 194.  -   outline: none;
  197. 195.  - }
  198. 196.  - #pv_comment_warn {
  199. 197.  -   margin: 10px 0px 0px;
  200. 198.  -   color: #777;
  201. 199.  -   display: none;
  202. 200.  - }
  203. 201.  - #pv_reply_to_title {
  204. 202.  -   display: none;
  205. 203.  -   padding: 6px 10px 0px;
  206. 204.  -   white-space: nowrap;
  207. 205.  -   overflow: hidden;
  208. 206.  -   -o-text-overflow: ellipsis;
  209. 207.  -   text-overflow: ellipsis;
  210. 208.  - }
  211. 209.  - #pv_reply_as_group {
  212. 210.  -   display: none;
  213. 211.  -   margin: 6px 0px 0px 10px;
  214. 212.  - }
  215. 213.  - .pv_reply_to {
  216. 214.  -   color: #999;
  217. 215.  - }
  218. 216.  - .pv_reply_greeting {
  219. 217.  -   color: #000;
  220. 218.  - }
  221. 219.  - .pv_comment .dld {
  222. 220.  -   color: #777;
  223. 221.  -   width: 325px;
  224. 222.  -   padding: 11px 4px 12px 65px;
  225. 223.  - }
  226. 224.  - .pv_commdata .progress {
  227. 225.  -   height: 12px;
  228. 226.  - }
  229. 227.  - .pv_commdate {
  230. 228.  -   color: #999;
  231. 229.  - }
  232. 230.  - #pv_action_info {
  233. 231.  -   padding: 0px 0px 20px;
  234. 232.  -   color: #777;
  235. 233.  - }
  236. 234.  - #pv_action_info .progress {
  237. 235.  -   margin: 0px 2px;
  238. 236.  - }
  239. 237.  - #pv_comments_data .narrow_column .pv_info {
  240. 238.  -   line-height: 150%;
  241. 239.  - }
  242. 240.  - #pv_album, #pv_author {
  243. 241.  -   color: #777;
  244. 242.  -   padding-bottom: 10px;
  245. 243.  - }
  246. 244.  - #pv_desc {
  247. 245.  -   line-height: 1.37em;
  248. 246.  -   padding-bottom: 6px;
  249. 247.  - }
  250. 248.  - #pv_place {
  251. 249.  -   padding-bottom: 6px;
  252. 250.  - }
  253. 251.  - .pv_place_a {
  254. 252.  -   display: inline-block;
  255. 253.  -   padding-bottom: 1px;
  256. 254.  - }
  257. 255.  - .pv_place_label {
  258. 256.  -   color: #777777;
  259. 257.  - }
  260. 258.  - #pv_actions {
  261. 259.  -   width: 160px;
  262. 260.  -   margin: 0px -5px;
  263. 261.  - }
  264. 262.  - #pv_actions a, #pv_rotate {
  265. 263.  -   display: block;
  266. 264.  -   padding: 4px 5px;
  267. 265.  - }
  268. 266.  - #pv_actions a:hover {
  269. 267.  -   text-decoration: none;
  270. 268.  -   background: #E1E7ED;
  271. 269.  - }
  272. 270.  - #pv_rotate {
  273. 271.  -   color: #777;
  274. 272.  - }
  275. 273.  - #pv_actions div.progress {
  276. 274.  -   padding: 0px;
  277. 275.  - }
  278. 276.  - #pv_actions .left, #pv_actions .right {
  279. 277.  -   cursor: pointer;
  280. 278.  -   background: #FFF url(/images/photorot.gif) no-repeat 0px 0px;
  281. 279.  -   padding: 3px 10px 4px;
  282. 280.  - }
  283. 281.  - #pv_actions .left {
  284. 282.  -   background-position: -20px 0px;
  285. 283.  - }
  286. 284.  - #pv_actions .right:hover {
  287. 285.  -   background-position: 0px -20px;
  288. 286.  - }
  289. 287.  - #pv_actions .left:hover {
  290. 288.  -   background-position: -20px -20px;
  291. 289.  - }
  292. 290.  - .pv_cont .wide_column {
  293. 291.  -   width: 394px;
  294. 292.  - }
  295. 293.  - .pv_cont .narrow_column {
  296. 294.  -   margin-left: 20px;
  297. 295.  -   border-left: 1px solid #EEE;
  298. 296.  -   padding-left: 20px;
  299. 297.  -   overflow: hidden;
  300. 298.  -   width: 169px;
  301. 299.  - }
  302. 300.  -
  303. 301.  - .pv_can_edit, .pv_cant_edit {
  304. 302.  -   overflow: hidden;
  305. 303.  - }
  306. 304.  - .pv_can_edit:hover {
  307. 305.  -   cursor: pointer;
  308. 306.  -   margin: -5px;
  309. 307.  -   background: #E9EDF1;
  310. 308.  -   padding: 5px;
  311. 309.  - }
  312. 310.  -
  313. 311.  - #pv_photo {
  314. 312.  -   display: block;
  315. 313.  -   text-align: center;
  316. 314.  -   padding: 15px 25px;
  317. 315.  -   outline: none;
  318. 316.  - }
  319. 317.  - #pv_photo img {
  320. 318.  -   vertical-align: top;
  321. 319.  -   background: url(/images/progress_gray_inv.gif) no-repeat 50% 50%;
  322. 320.  -   margin: 0px auto;
  323. 321.  - }
  324. 322.  -
  325. 323.  - #pv_left_nav, #pv_right_nav {
  326. 324.  -   position: absolute;
  327. 325.  -   left: 0px;
  328. 326.  -   top: 11px;
  329. 327.  -   z-index: 620;
  330. 328.  -   cursor: pointer;
  331. 329.  - }
  332. 330.  -
  333. 331.  - .pv_switch {
  334. 332.  -   margin: 18px auto;
  335. 333.  -   padding: 20px;
  336. 334.  -   width: 10px;
  337. 335.  -   height: 10px;
  338. 336.  -   opacity: 0.4;
  339. 337.  -   filter: alpha(opacity=40);
  340. 338.  -   cursor: pointer;
  341. 339.  - }
  342. 340.  - .pv_switch_wrap {
  343. 341.  -   width: 10px;
  344. 342.  -   height: 12px;
  345. 343.  -   overflow: hidden;
  346. 344.  - }
  347. 345.  - .pv_switch_img {
  348. 346.  -   behavior: url(/js/iepngfix.htc);
  349. 347.  - }
  350. 348.  - .pv_dark .pv_switch_img {
  351. 349.  -   margin-top: 2px;
  352. 350.  - }
  353. 351.  - .pv_light .pv_switch_img {
  354. 352.  -   margin-top: -10px;
  355. 353.  - }
  356. 354.  -
  357. 355.  - .pv_comment {
  358. 356.  -   border-top: 1px solid #E9EDF1;
  359. 357.  -   padding: 8px 0px;
  360. 358.  -   width: 394px;
  361. 359.  -   background-color: #FFF;
  362. 360.  - }
  363. 361.  - .pv_comment .pv_photo_thumb img {
  364. 362.  -   width: 75px;
  365. 363.  - }
  366. 364.  - .pv_comment .pv_photo_thumb {
  367. 365.  -   width: 75px;
  368. 366.  - }
  369. 367.  - .pv_thumb {
  370. 368.  -   width: 60px;
  371. 369.  -   height: 50px;
  372. 370.  -   overflow: hidden;
  373. 371.  - }
  374. 372.  - .pv_thumb img {
  375. 373.  -   width: 50px;
  376. 374.  -   height: 50px;
  377. 375.  - }
  378. 376.  - .pv_comm {
  379. 377.  -   padding: 0px;
  380. 378.  -   width: 330px;
  381. 379.  - }
  382. 380.  - .wall_module .pv_comm .author {
  383. 381.  -   font-weight: bold;
  384. 382.  -   line-height: 140%;
  385. 383.  - }
  386. 384.  - .pv_commtext {
  387. 385.  -   padding-top: 2px;
  388. 386.  -   line-height: 130%;
  389. 387.  -   width: 330px;
  390. 388.  -   overflow: hidden;
  391. 389.  -   word-wrap: break-word;
  392. 390.  - }
  393. 391.  - .pv_commtext:hover .wall_reply_more {
  394. 392.  -   color: #45688E;
  395. 393.  - }
  396. 394.  - .pv_commdata {
  397. 395.  -   padding-top: 4px;
  398. 396.  -   font-size: 10px;
  399. 397.  - }
  400. 398.  - .font_medium .pv_commdata {
  401. 399.  -   font-size: 11px;
  402. 400.  - }
  403. 401.  - .photos_comments #photos_container {
  404. 402.  -   padding: 4px 25px 10px;
  405. 403.  - }
  406. 404.  - #photos_container .pv_first_comment {
  407. 405.  -   border-top: 0px;
  408. 406.  - }
  409. 407.  - #photos_container .pv_comment {
  410. 408.  -   width: 100%;
  411. 409.  -   padding: 8px 0px;
  412. 410.  -   border-color: #DAE1E8;
  413. 411.  - }
  414. 412.  - #photos_container .pv_comm {
  415. 413.  -   width: 350px;
  416. 414.  - }
  417. 415.  -
  418. 416.  - #pv_date_wrap {
  419. 417.  -   padding: 0px 0px 8px;
  420. 418.  -   color: #777;
  421. 419.  - }
  422. 420.  - #pv_tags {
  423. 421.  -   padding: 0px 0px 20px;
  424. 422.  -   color: #777;
  425. 423.  -   max-width: 394px;
  426. 424.  -   overflow: hidden;
  427. 425.  -   text-overflow: ellipsis;
  428. 426.  - }
  429. 427.  - #pv_tags span {
  430. 428.  -   color: #000;
  431. 429.  -   cursor: default;
  432. 430.  -   vertical-align: bottom;
  433. 431.  - }
  434. 432.  - .pv_tag_span {
  435. 433.  -   max-width: 375px;
  436. 434.  -   overflow: hidden;
  437. 435.  -   text-overflow: ellipsis;
  438. 436.  -   display: inline-block;
  439. 437.  - }
  440. 438.  -
  441. 439.  - #pv_tags .delete {
  442. 440.  -   display: inline-block;
  443. 441.  -   height: 13px;
  444. 442.  - }
  445. 443.  - #pv_tags .delete,
  446. 444.  - #pv_del_reply_to {
  447. 445.  -   background: #C4D2E1 url(/images/small_delete.gif) no-repeat 0px 0px;
  448. 446.  -   width: 0px;
  449. 447.  -   z-index: 615;
  450. 448.  -   padding-left: 14px;
  451. 449.  -   overflow: hidden;
  452. 450.  -   cursor: pointer;
  453. 451.  - }
  454. 452.  - #pv_del_reply_to {
  455. 453.  -   display: none;
  456. 454.  -   height: 14px;
  457. 455.  -   margin: 6px -10px 0px;
  458. 456.  -   -webkit-transition: all 100ms linear;
  459. 457.  -   -moz-transition: all 100ms linear;
  460. 458.  -   -o-transition: all 100ms linear;
  461. 459.  -   transition: all 100ms linear;
  462. 460.  - }
  463. 461.  - #pv_del_reply_to:hover {
  464. 462.  -   background-color: #6B8DB1;
  465. 463.  - }
  466. 464.  - #pv_tag_frame {
  467. 465.  -   top: 0px;
  468. 466.  -   left: 0px;
  469. 467.  -   position: absolute;
  470. 468.  -   border: 3px solid #C0C6D0;
  471. 469.  -   overflow: hidden;
  472. 470.  -   display: none;
  473. 471.  -   z-index: 622;
  474. 472.  -   text-align: left; /* Even for rtl langs */
  475. 473.  -   direction: ltr;
  476. 474.  - }
  477. 475.  - #pv_tag_faded {
  478. 476.  -   position: absolute;
  479. 477.  -   background: #000;
  480. 478.  -   opacity: 0.5;
  481. 479.  -   filter: alpha(opacity=50);
  482. 480.  -   display: none;
  483. 481.  -   z-index: 621;
  484. 482.  - }
  485. 483.  - #pv_tag_person a, #pv_tag_person span {
  486. 484.  -   display: block;
  487. 485.  -   text-align: center;
  488. 486.  -   color: #FFF;
  489. 487.  -   padding: 3px;
  490. 488.  -   background: #000;
  491. 489.  - }
  492. 490.  - #pv_tag_person span {
  493. 491.  -   cursor: default;
  494. 492.  - }
  495. 493.  - #pv_tag_person a:hover {
  496. 494.  -   text-decoration: none;
  497. 495.  -   color: #DAE1E8;
  498. 496.  - }
  499. 497.  - #pv_tag_person {
  500. 498.  -   display: none;
  501. 499.  -   font-weight: bold;
  502. 500.  -   z-index: 623;
  503. 501.  -   opacity: 0.7;
  504. 502.  -   overflow: hidden;
  505. 503.  -   position: absolute;
  506. 504.  - }
  507. 505.  -
  508. 506.  - #pv_loader {
  509. 507.  -   background: url(/images/progress_gray_inv.gif) no-repeat 50% 50%;
  510. 508.  -   height: 453px;
  511. 509.  -   width: 604px;
  512. 510.  -   margin: 0px auto;
  513. 511.  - }
  514. 512.  -
  515. 513.  - #pv_desc_text {
  516. 514.  -   width: 372px;
  517. 515.  - }
  518. 516.  -
  519. 517.  - #pv_like_wrap {
  520. 518.  -   color: #2F5879;
  521. 519.  -   cursor: pointer;
  522. 520.  - }
  523. 521.  - #pv_like_wrap i {
  524. 522.  -   background: url(/images/icons/like.gif?1) no-repeat 1px 0px;
  525. 523.  -   height: 10px;
  526. 524.  -   margin: 3px 3px 0px;
  527. 525.  -   opacity: 0.4;
  528. 526.  -   filter: alpha(opacity=40);
  529. 527.  -   width: 11px;
  530. 528.  - }
  531. 529.  - #pv_like_wrap i.no_likes {
  532. 530.  -   margin-right: 0px;
  533. 531.  - }
  534. 532.  - #pv_like_count {
  535. 533.  -   margin-right: 3px;
  536. 534.  -   color: #7295b2;
  537. 535.  -   font-weight: bold;
  538. 536.  - }
  539. 537.  -
  540. 538.  - #pv_desc_warn {
  541. 539.  -   display: none;
  542. 540.  -   margin-top: 14px;
  543. 541.  -   color: #777;
  544. 542.  - }
  545. 543.  - #pv_move_to {
  546. 544.  -   height: 20px;
  547. 545.  - }
  548. 546.  - .pv_edit_header {
  549. 547.  -   color: #36638E;
  550. 548.  -   font-size: 1.09em;
  551. 549.  -   font-weight: bold;
  552. 550.  -   margin-bottom: 10px;
  553. 551.  - }
  554. 552.  - .pv_header_two {
  555. 553.  -   margin-top: 14px;
  556. 554.  - }
  557. 555.  - #pv_to_cover {
  558. 556.  -   margin: 14px 0px 4px;
  559. 557.  -   height: 14px;
  560. 558.  - }
  561. 559.  - .pv_close_link {
  562. 560.  -   padding: 15px 27px 0px;
  563. 561.  - }
  564. 562.  - .pv_desc_edit {
  565. 563.  -   color: #777;
  566. 564.  - }
  567. 565.  - #pv_edit_text {
  568. 566.  -   margin: -4px -4px -5px;
  569. 567.  -   width: 394px;
  570. 568.  -   height: 13px;
  571. 569.  -   outline: none;
  572. 570.  -   line-height: 1.37em;
  573. 571.  - }
  574. 572.  -
  575. 573.  - .pv_act_text {
  576. 574.  -   padding-right: 12px;
  577. 575.  -   background: url(/images/darr_on.gif) no-repeat right 6px;
  578. 576.  - }
  579. 577.  - .pvs_dd {
  580. 578.  -   position: absolute;
  581. 579.  -   z-index: 2000;
  582. 580.  -   margin-left: -1px;
  583. 581.  -   margin-top: -21px;
  584. 582.  -   display: none;
  585. 583.  - }
  586. 584.  - .pvs_side_sh {
  587. 585.  -   background: black;
  588. 586.  -   opacity: 0.1;
  589. 587.  -   filter: alpha(opacity=10);
  590. 588.  - }
  591. 589.  - .pvs_side_sh_el {
  592. 590.  -   width: 1px;
  593. 591.  - }
  594. 592.  - .pvs_header_wrap {
  595. 593.  -   cursor: pointer;
  596. 594.  -   width: 158px;
  597. 595.  -   border: 1px solid #517295;
  598. 596.  - }
  599. 597.  - .pvs_header {
  600. 598.  -   color: white;
  601. 599.  -   background: #5e82a8;
  602. 600.  -   border: 1px solid;
  603. 601.  -   padding: 2px 4px;
  604. 602.  -   border-color: #7E9CBC #5C82AB #5e82a8;
  605. 603.  - }
  606. 604.  - .pvs_header_text {
  607. 605.  -   padding-right: 12px;
  608. 606.  -   background: url(/images/darr_dd_over.gif) no-repeat right 6px;
  609. 607.  - }
  610. 608.  - .pvs_acts {
  611. 609.  -   border: 1px solid #96AABE;
  612. 610.  -   border-top: 0px;
  613. 611.  - }
  614. 612.  - .pvs_act {
  615. 613.  -   background: #FFF;
  616. 614.  - }
  617. 615.  - .pvs_sh1, .pvs_sh2 {
  618. 616.  -   background: black;
  619. 617.  -   height: 1px;
  620. 618.  -   overflow: hidden;
  621. 619.  -   position: relative;
  622. 620.  -   opacity: 0.1;
  623. 621.  -   filter: alpha(opacity=10);
  624. 622.  - }
  625. 623.  - .pvs_sh2 {
  626. 624.  -   opacity: 0.05;
  627. 625.  -   filter: alpha(opacity=5);
  628. 626.  - }
  629. 627.  - /* Huge hearts */
  630. 628.  - .pvs_hh {
  631. 629.  -   width: 72px;
  632. 630.  -   height: 72px;
  633. 631.  -   position: absolute;
  634. 632.  -   overflow: hidden;
  635. 633.  -   text-align: center;
  636. 634.  -   margin-top: 25px;
  637. 635.  -   display: block;
  638. 636.  - }
  639. 637.  - .pvs_hh_cover {
  640. 638.  -   filter: alpha(opacity=0);
  641. 639.  -   opacity: 0;
  642. 640.  -   position: relative;
  643. 641.  -   z-index: 100;
  644. 642.  - }
  645. 643.  - .pvs_hh_bg {
  646. 644.  -   width: 72px;
  647. 645.  -   height: 72px;
  648. 646.  -   position: absolute;
  649. 647.  -   background: #000000;
  650. 648.  -   border-radius: 7px;
  651. 649.  -   border-radius: 7px;
  652. 650.  -   opacity: 0.2;
  653. 651.  -   filter: alpha(opacity=20);
  654. 652.  - }
  655. 653.  - .pvs_hh_fg {
  656. 654.  -   width: 72px;
  657. 655.  -   height: 72px;
  658. 656.  -   position: absolute;
  659. 657.  -   background: url(/images/icons/post_hh.png?2) 17px 20px no-repeat;
  660. 658.  -   opacity: 0.5;
  661. 659.  -   filter: alpha(opacity=60);
  662. 660.  -   text-align: left;
  663. 661.  -   cursor: pointer;
  664. 662.  - }
  665. 663.  - .pvs_hh_liked .pvs_hh_bg {
  666. 664.  -   opacity: 0.25;
  667. 665.  -   filter: alpha(opacity=25);
  668. 666.  - }
  669. 667.  - .pvs_hh_liked .pvs_hh_fg {
  670. 668.  -   opacity: 1;
  671. 669.  -   filter: alpha(opacity=100);
  672. 670.  - }
  673. 671.  - .pvs_hh_ah {
  674. 672.  -   position:  absolute;
  675. 673.  -   margin-left: 17px;
  676. 674.  -   margin-top: 20px;
  677. 675.  - }
  678. 676.  -
  679. 677.  - #pv_albums_wrap,
  680. 678.  - #pv_album_wrap {
  681. 679.  -   width: 820px;
  682. 680.  -   padding: 4px 17px 10px;
  683. 681.  - }
  684. 682.  - #pv_album_wrap.pv_album_wrap_mini {
  685. 683.  -   width: 552px;
  686. 684.  -   /*margin: 0 auto;*/
  687. 685.  - }
  688. 686.  - .pva_row {
  689. 687.  -   padding: 9px 10px 0px;
  690. 688.  -   width: 390px;
  691. 689.  -   height: 271px;
  692. 690.  -   overflow: hidden;
  693. 691.  -   display: inline-block;
  694. 692.  -   *display: inline;
  695. 693.  -   *zoom: 1;
  696. 694.  -   vertical-align: top;
  697. 695.  - }
  698. 696.  - .pva_link {
  699. 697.  -   position: relative;
  700. 698.  -   display: block;
  701. 699.  -   width: 390px;
  702. 700.  -   height: 260px;
  703. 701.  -   overflow: hidden;
  704. 702.  -   text-align: center;
  705. 703.  -   background: #F1F1F1;
  706. 704.  - }
  707. 705.  - .pva_link:hover {
  708. 706.  -   text-decoration: none;
  709. 707.  - }
  710. 708.  - .pva_img {
  711. 709.  -   vertical-align: top;
  712. 710.  -   max-width: 390px;
  713. 711.  - }
  714. 712.  - .pva_title {
  715. 713.  -   background: rgba(0, 0, 0, 0.5);
  716. 714.  -   color: white;
  717. 715.  -   position: absolute;
  718. 716.  -   top: 0px;
  719. 717.  -   width: 390px;
  720. 718.  -   margin-top: 238px;
  721. 719.  -   text-align: left;
  722. 720.  -   padding: 4px 0px 10px;
  723. 721.  - }
  724. 722.  - .pva_no_photos {
  725. 723.  -   cursor: default;
  726. 724.  -   background: #F1F1F1 url('/images/camera_big.png') 50% 100px no-repeat !important;
  727. 725.  - }
  728. 726.  - .pva_no_photos .pva_img, .pva_no_photos .pva_camera {
  729. 727.  -   display: none;
  730. 728.  - }
  731. 729.  - .pva_title_text {
  732. 730.  -   white-space: nowrap;
  733. 731.  -   overflow: hidden;
  734. 732.  -   -o-text-overflow: ellipsis;
  735. 733.  -   text-overflow: ellipsis;
  736. 734.  -   max-width: 328px;
  737. 735.  -   font-weight: bold;
  738. 736.  -   margin: 0 5px 0 7px;
  739. 737.  - }
  740. 738.  - .pva_camera {
  741. 739.  -   background: url(/images/camera_white.png) 0 2px no-repeat;
  742. 740.  -   padding-left: 14px;
  743. 741.  -   font-weight: bold;
  744. 742.  -   margin: 0 7px;
  745. 743.  - }
  746. 744.  - .pva_desc {
  747. 745.  -   max-height: 126px;
  748. 746.  -   margin: 5px 7px 0px;
  749. 747.  - }
  750. 748.  - .pva_summary {
  751. 749.  -   padding: 8px 0px 0px;
  752. 750.  -   border-bottom: 0px;
  753. 751.  -   margin: 0px 10px 10px;
  754. 752.  - }
  755. 753.  - #pva_more,
  756. 754.  - #pva_more_photos,
  757. 755.  - #pvsa_more_photos {
  758. 756.  -   display: block;
  759. 757.  -   background: #EFF1F3;
  760. 758.  -   margin: 10px 10px 15px;
  761. 759.  -   padding: 10px;
  762. 760.  -   text-align: center;
  763. 761.  -   color: #738392;
  764. 762.  - }
  765. 763.  - #pva_more_videos {
  766. 764.  -   display: block;
  767. 765.  -   background: #EFF1F3;
  768. 766.  -   margin: 10px 27px 6px;
  769. 767.  -   padding: 10px;
  770. 768.  -   text-align: center;
  771. 769.  -   color: #738392;
  772. 770.  - }
  773. 771.  - #pva_more:hover,
  774. 772.  - #pva_more_photos:hover,
  775. 773.  - #pva_more_videos:hover,
  776. 774.  - #pvsa_more_photos:hover {
  777. 775.  -   text-decoration: none;
  778. 776.  -   background: #E9EDF1;
  779. 777.  - }
  780. 778.  - #pva_content_photos {
  781. 779.  -   padding: 0px 8px;
  782. 780.  - }
  783. 781.  - #pvsa_content_photos {
  784. 782.  -   padding: 10px 8px 0;
  785. 783.  - }
  786. 784.  - .pva_photo {
  787. 785.  -   padding: 2px;
  788. 786.  -   width: 130px;
  789. 787.  -   height: 87px;
  790. 788.  -   display: inline-block;
  791. 789.  -   *display: inline;
  792. 790.  -   *zoom: 1;
  793. 791.  - }
  794. 792.  - .pva_photo_link {
  795. 793.  -   display: block;
  796. 794.  -   width: 130px;
  797. 795.  -   height: 87px;
  798. 796.  -   overflow: hidden;
  799. 797.  -   text-align: center;
  800. 798.  -   background: #F1F1F1;
  801. 799.  - }
  802. 800.  - .pva_photo_img {
  803. 801.  -   vertical-align: top;
  804. 802.  -   max-width: 130px;
  805. 803.  - }
  806. 804.  - .pva_no {
  807. 805.  -   padding: 150px 20px;
  808. 806.  -   text-align: center;
  809. 807.  -   line-height: 160%;
  810. 808.  -   font-size: 15px;
  811. 809.  -   color: #777;
  812. 810.  - }
  813. 811.  - #pva_more_prg,
  814. 812.  - #pva_more_photos_prg,
  815. 813.  - #pva_more_videos_prg,
  816. 814.  - #pvsa_more_photos_prg {
  817. 815.  -   margin: 0px auto;
  818. 816.  - }
  819. 817.  - .pva_repeat {
  820. 818.  -   position: absolute;
  821. 819.  -   top: 0px;
  822. 820.  -   width: 390px;
  823. 821.  -   margin-top: 86px;
  824. 822.  -   text-align: center;
  825. 823.  - }
  826. 824.  - .pva_repeat_blob {
  827. 825.  -   display: inline-block;
  828. 826.  -   *display: inline;
  829. 827.  -   *zoom: 1;
  830. 828.  -   padding: 14px;
  831. 829.  -   height: 38px;
  832. 830.  -   background: #000;
  833. 831.  -   filter: alpha(opacity=50);
  834. 832.  -   background: rgba(0, 0, 0, 0.5);
  835. 833.  -   overflow: hidden;
  836. 834.  -   -webkit-border-radius: 8px;
  837. 835.  -   -khtml-border-radius: 8px;
  838. 836.  -   -moz-border-radius: 8px;
  839. 837.  -   border-radius: 8px;
  840. 838.  - }
  841. 839.  - .pva_repeat_cont {
  842. 840.  -   overflow: hidden;
  843. 841.  -   opacity: 0.8;
  844. 842.  -   -webkit-transition: opacity 100ms linear;
  845. 843.  -   -moz-transition: opacity 100ms linear;
  846. 844.  -   -o-transition: opacity 100ms linear;
  847. 845.  -   transition: opacity 100ms linear;
  848. 846.  - }
  849. 847.  - .pva_row:hover .pva_repeat_cont {
  850. 848.  -   opacity: 1;
  851. 849.  - }
  852. 850.  - .pva_repeat_img {
  853. 851.  -   width: 38px;
  854. 852.  -   vertical-align: top;
  855. 853.  -   position: relative;
  856. 854.  -   margin-top: -61px;
  857. 855.  - }
  858. 856.  - .pva_repeat_text {
  859. 857.  -   font-family: Lucida Grande, Tahoma, Verdana, Arial, Sans-Serif, Lucida Sans;
  860. 858.  -   font-size: 13px;
  861. 859.  -   padding: 10px 14px 0px;
  862. 860.  -   font-weight: bold;
  863. 861.  -   color: #FFF;
  864. 862.  -   display: inline-block;
  865. 863.  -   *display: inline;
  866. 864.  -   *zoom: 1;
  867. 865.  - }
  868. 866.  - .pvb_prev_box {
  869. 867.  -   line-height: 160%;
  870. 868.  - }
  871. 869.  - .pv_desc_edit_place {
  872. 870.  -   display: inline-block;
  873. 871.  -   padding: 6px 0px 0px 0px;
  874. 872.  - }
  875. 873.  -
  876. 874.  - #pv_edit_place {
  877. 875.  -   color: #777777;
  878. 876.  - }
  879. 877.  - .pv_place_pregress {
  880. 878.  -   margin: 9px 0px 0px 0px;
  881. 879.  - }
  882. 880.  -
  883. 881.  - .pv_place_summary {
  884. 882.  -   padding-left: 0px;
  885. 883.  -   padding-right: 0px;
  886. 884.  -   font-size: 1.18em;
  887. 885.  - }
  888. 886.  - #pv_place_other_list {
  889. 887.  -   padding: 14px 0px 0px 0px;
  890. 888.  -   width: 670px;
  891. 889.  - }
  892. 890.  - .pv_place_header {
  893. 891.  -   padding: 16px 0px 14px 0px;
  894. 892.  - }
  895. 893.  - .pv_place_header_f {
  896. 894.  -   font-size: 1.18em;
  897. 895.  -   color: #45688E;
  898. 896.  -   font-weight: bold;
  899. 897.  - }
  900. 898.  - .pv_place_close {
  901. 899.  -   padding: 16px 20px 0px;
  902. 900.  - }
  903. 901.  - .pv_place_cont {
  904. 902.  -   padding: 0px 20px 20px 20px;
  905. 903.  - }
  906. 904.  - .pv_place_map {
  907. 905.  -   height: 350px;
  908. 906.  - }
  909. 907.  - #pv_place_edit_panel {
  910. 908.  -   background: #F7F7F7;
  911. 909.  -   padding: 10px;
  912. 910.  -   margin-top: 14px;
  913. 911.  -   display: none;
  914. 912.  - }
  915. 913.  - .pv_place_save_btn {
  916. 914.  -   margin: 0px 10px;
  917. 915.  - }
  918. 916.  - .pv_place_photo {
  919. 917.  -   display: block;
  920. 918.  -   overflow: hidden;
  921. 919.  -   width: 130px;
  922. 920.  -   height: 87px;
  923. 921.  -   background: #F1F1F1;
  924. 922.  -   margin: 0px 4px 4px 0px;
  925. 923.  -   position: relative;
  926. 924.  - }
  927. 925.  - #pv_place_more {
  928. 926.  -   display: block;
  929. 927.  -   background: #EFF1F3;
  930. 928.  -   padding: 10px;
  931. 929.  -   margin-top: 10px;
  932. 930.  -   text-align: center;
  933. 931.  -   color: #738392;
  934. 932.  - }
  935. 933.  - #pv_place_more:hover {
  936. 934.  -   text-decoration: none;
  937. 935.  -   background: #E9EDF1;
  938. 936.  - }
  939. 937.  - .pv_load_near {
  940. 938.  -   position: absolute;
  941. 939.  -   width: 32px;
  942. 940.  -   height: 13px;
  943. 941.  -   background: rgba(0, 0, 0, 0.5) url(/images/upload_inv.gif) no-repeat 50% 50%;
  944. 942.  -   margin-left: 49px;
  945. 943.  -   margin-top: 38px;
  946. 944.  - }
  947. 945.  - #pv_place_name_act {
  948. 946.  -   padding: 16px 0px 0px 0px;
  949. 947.  - }
  950. 948.  - .pv_close_has_act {
  951. 949.  -   padding: 16px 20px 0px 0px;
  952. 950.  - }
  953. 951.  - .is_rtl1 .pv_close_has_act {
  954. 952.  -   padding: 16px 0px 0px 20px;
  955. 953.  - }
  956. 954.  -
  957. 955.  - #pv_fullscreen {
  958. 956.  -   left: 0;
  959. 957.  -   top: 0;
  960. 958.  -   width: 100%;
  961. 959.  -   height: 100%;
  962. 960.  -   background: #000;
  963. 961.  -   z-index: 10000;
  964. 962.  -   text-align: center;
  965. 963.  -   cursor: pointer;
  966. 964.  - }
  967. 965.  -
  968. 966.  -
  969. 967.  - .pv_filter_wrap {
  970. 968.  -   margin: 15px 25px 12px;
  971. 969.  - }
  972. 970.  - .pv_filters_header {
  973. 971.  -   color: #45688E;
  974. 972.  -   font-weight: bold;
  975. 973.  -   padding: 17px 27px 0px;
  976. 974.  -   font-size: 1.18em;
  977. 975.  - }
  978. 976.  - .pv_filters_close {
  979. 977.  -   padding: 17px 27px 0px;
  980. 978.  - }
  981. 979.  - .pv_filter_panel {
  982. 980.  -   background: #F1F1F1;
  983. 981.  -   padding: 14px 19px;
  984. 982.  -   overflow: hidden;
  985. 983.  - }
  986. 984.  - #pv_filter_roll {
  987. 985.  -   width: 1000px;
  988. 986.  - }
  989. 987.  - .pv_filter_cont {
  990. 988.  -   display: inline-block;
  991. 989.  -   padding: 6px;
  992. 990.  - }
  993. 991.  - .pv_filter_img {
  994. 992.  -   width: 76px;
  995. 993.  -   vertical-align: top;
  996. 994.  - }
  997. 995.  - .pv_filter_sel {
  998. 996.  -   background: #DADADA;
  999. 997.  -   -webkit-box-shadow: inset 0 1px 4px 0px #AAAAAA;
  1000. 998.  -   -moz-box-shadow: inset 0 1px 4px 0px #AAAAAA;
  1001. 999.  -   box-shadow: inset 0 1px 4px 0px #AAAAAA;
  1002. 1000.  -   padding: 6px;
  1003. 1001.  - }
  1004. 1002.  - .pv_filter_sel .pv_filter_img {
  1005. 1003.  - }
  1006. 1004.  - .pv_filter_buttons {
  1007. 1005.  -   padding: 20px 27px;
  1008. 1006.  -   text-align: center;
  1009. 1007.  - }
  1010. 1008.  - .pv_change_setting {
  1011. 1009.  -   vertical-align: bottom;
  1012. 1010.  -   padding-left: 15px;
  1013. 1011.  -   padding-right: 15px;
  1014. 1012.  -   display: inline-block;
  1015. 1013.  -   padding-top: 5px;
  1016. 1014.  -   vertical-align: middle;
  1017. 1015.  - }
  1018. 1016.  - .pv_filter_under {
  1019. 1017.  -   width: 604px;
  1020. 1018.  -   height: 405px;
  1021. 1019.  -   position: absolute;
  1022. 1020.  - }
  1023. 1021.  - #pv_other_settings {
  1024. 1022.  -   display: none;
  1025. 1023.  -   padding: 0px 0px 0px 6px;
  1026. 1024.  - }
  1027. 1025.  - .pv_filter_more_h {
  1028. 1026.  -   color: #36638E;
  1029. 1027.  -   font-size: 1.09em;
  1030. 1028.  -   font-weight: bold;
  1031. 1029.  -   padding: 14px 0px 10px;
  1032. 1030.  - }
  1033. 1031.  - .pv_other_settings_rows {
  1034. 1032.  -   padding-top: 4px;
  1035. 1033.  - }
  1036. 1034.  - #pv_sett_desc {
  1037. 1035.  -   width: 372px;
  1038. 1036.  -   margin: 0px;
  1039. 1037.  -   height: 45px;
  1040. 1038.  - }
  1041. 1039.  - #pv_sett_to_cover {
  1042. 1040.  -   margin-top: 10px;
  1043. 1041.  - }
  1044. 1042.  - .pv_filter_custom_block {
  1045. 1043.  -   display: inline-block;
  1046. 1044.  -   padding: 2px 6px;
  1047. 1045.  -   font-weight: bold;
  1048. 1046.  -   -webkit-border-radius: 2px;
  1049. 1047.  -   border-radius: 2px;
  1050. 1048.  -   color: #45688E;
  1051. 1049.  -   margin-right: 5px;
  1052. 1050.  - }
  1053. 1051.  - .pv_filter_custom_block:hover {
  1054. 1052.  -   background: #E1E7ED;
  1055. 1053.  -   text-decoration: none;
  1056. 1054.  - }
  1057. 1055.  - .pv_filter_custom_block.pv_filter_sel {
  1058. 1056.  -   color: #FFFFFF;
  1059. 1057.  -   background: #597DA3;
  1060. 1058.  -   border: none;
  1061. 1059.  - }
  1062. 1060.  - #pv_filters_cont {
  1063. 1061.  -   position: absolute;
  1064. 1062.  -   margin-top: -124px;
  1065. 1063.  -   margin-left: 22px;
  1066. 1064.  -   margin-right: 22px;
  1067. 1065.  - }
  1068. 1066.  - .pv_filter_crop {
  1069. 1067.  -   background: rgba(0, 0, 0, 0.5);
  1070. 1068.  -   width: 30px;
  1071. 1069.  -   height: 30px;
  1072. 1070.  -   cursor: pointer;
  1073. 1071.  -   position: absolute;
  1074. 1072.  -   margin-top: 34px;
  1075. 1073.  - }
  1076. 1074.  - .pv_filter_blur {
  1077. 1075.  -   background: rgba(0, 0, 0, 0.5);
  1078. 1076.  -   width: 30px;
  1079. 1077.  -   height: 34px;
  1080. 1078.  -   -webkit-border-radius: 0px 0px 16px 16px;
  1081. 1079.  -   -moz-border-radius: 0px 0px 16px 16px;
  1082. 1080.  -   border-radius: 0px 0px 16px 16px;
  1083. 1081.  -   cursor: pointer;
  1084. 1082.  -   position: absolute;
  1085. 1083.  -   margin-top: 64px;
  1086. 1084.  - }
  1087. 1085.  - .pv_filter_text {
  1088. 1086.  -   background: rgba(0, 0, 0, 0.5);
  1089. 1087.  -   width: 30px;
  1090. 1088.  -   height: 34px;
  1091. 1089.  -   -webkit-border-radius: 16px 16px 0px 0px;
  1092. 1090.  -   -moz-border-radius: 16px 16px 0px 0px;
  1093. 1091.  -   border-radius: 16px 16px 0px 0px;
  1094. 1092.  -   cursor: pointer;
  1095. 1093.  -   position: absolute;
  1096. 1094.  -   margin-top: 0px;
  1097. 1095.  - }
  1098. 1096.  - .pv_filter_text:active, .pv_filter_blur:active {
  1099. 1097.  -   padding-top: 1px;
  1100. 1098.  -   height: 33px;
  1101. 1099.  - }
  1102. 1100.  - .pv_filter_crop:active {
  1103. 1101.  -   padding-top: 1px;
  1104. 1102.  -   height: 29px;
  1105. 1103.  - }
  1106. 1104.  - .pv_filter_icon {
  1107. 1105.  -   margin: 10px 0px 0px 8px;
  1108. 1106.  -   background: url('/images/icons/filter_tools.png?6') 0px 0px no-repeat;
  1109. 1107.  -   width: 14px;
  1110. 1108.  -   height: 20px;
  1111. 1109.  -   opacity: 0.85;
  1112. 1110.  -   filter: alpha(opacity=85);
  1113. 1111.  - }
  1114. 1112.  - .pv_filter_crop .pv_filter_icon {
  1115. 1113.  -   margin: 4px 0px 0px 8px;
  1116. 1114.  -   background-position: 0px 0px;
  1117. 1115.  - }
  1118. 1116.  - .pv_filter_blur .pv_filter_icon {
  1119. 1117.  -   margin: 4px 0px 0px 8px;
  1120. 1118.  -   background-position: 0px -20px;
  1121. 1119.  - }
  1122. 1120.  - .pv_filter_text .pv_filter_icon {
  1123. 1121.  -   margin: 10px 0px 0px 8px;
  1124. 1122.  -   background-position: -1px -60px;
  1125. 1123.  - }
  1126. 1124.  - .pv_filter_no_crop .pv_filter_text {
  1127. 1125.  -   margin-top: 30px;
  1128. 1126.  - }
  1129. 1127.  - #pv_crop_actions {
  1130. 1128.  -   width: 100px;
  1131. 1129.  -   height: 50px;
  1132. 1130.  -   position: absolute;
  1133. 1131.  -   background: rgba(0, 0, 0, 0.5);
  1134. 1132.  -   -webkit-border-radius: 25px;
  1135. 1133.  -   -moz-border-radius: 25px;
  1136. 1134.  -   border-radius: 25px;
  1137. 1135.  -   display: none;
  1138. 1136.  -   z-index: 100;
  1139. 1137.  - }
  1140. 1138.  - .pv_crop_apply {
  1141. 1139.  -   width: 30px;
  1142. 1140.  -   height: 26px;
  1143. 1141.  -   background-position: -16px 0px;
  1144. 1142.  -   position: absolute;
  1145. 1143.  -   margin: 11px 0px 0px 13px;
  1146. 1144.  -   cursor: pointer;
  1147. 1145.  - }
  1148. 1146.  - .pv_crop_cancel {
  1149. 1147.  -   width: 30px;
  1150. 1148.  -   height: 26px;
  1151. 1149.  -   background-position: -16px -27px;
  1152. 1150.  -   position: absolute;
  1153. 1151.  -   margin: 11px 0px 0px 56px;
  1154. 1152.  -   cursor: pointer;
  1155. 1153.  - }
  1156. 1154.  - #pv_filter_blur_sl {
  1157. 1155.  -   position: absolute;
  1158. 1156.  -   margin: 70px 24px 0px 24px;
  1159. 1157.  -   background: rgba(0, 0, 0, 0.5);
  1160. 1158.  -   width: 0px;
  1161. 1159.  -   height: 5px;
  1162. 1160.  -   -webkit-border-radius: 10px;
  1163. 1161.  -   -moz-border-radius: 10px;
  1164. 1162.  -   border-radius: 10px;
  1165. 1163.  -   display: none;
  1166. 1164.  -   opacity: 0;
  1167. 1165.  -   filter: alpha(opacity=0);
  1168. 1166.  -   padding: 8px 10px;
  1169. 1167.  -   overflow: hidden;
  1170. 1168.  -   cursor: pointer;
  1171. 1169.  -   z-index: 2001;
  1172. 1170.  - }
  1173. 1171.  - #pv_filter_text_sl {
  1174. 1172.  -   position: absolute;
  1175. 1173.  -   margin: 4px 24px 0px 24px;
  1176. 1174.  -   background: rgba(0, 0, 0, 0.6);
  1177. 1175.  -   width: 0px;
  1178. 1176.  -   -webkit-border-radius: 10px;
  1179. 1177.  -   -moz-border-radius: 10px;
  1180. 1178.  -   border-radius: 10px;
  1181. 1179.  -   display: none;
  1182. 1180.  -   opacity: 0;
  1183. 1181.  -   filter: alpha(opacity=0);
  1184. 1182.  -   padding: 4px 8px 0px;
  1185. 1183.  -   overflow: hidden;
  1186. 1184.  -   cursor: pointer;
  1187. 1185.  - }
  1188. 1186.  - .pv_filter_no_crop #pv_filter_text_sl {
  1189. 1187.  -   margin-top: 34px;
  1190. 1188.  - }
  1191. 1189.  - .pv_focus_holder {
  1192. 1190.  -   position: absolute;
  1193. 1191.  -   width: 1px;
  1194. 1192.  -   height: 1px;
  1195. 1193.  -   opacity: 0;
  1196. 1194.  -   filter: alpha(opacity=0);
  1197. 1195.  -   outline: none;
  1198. 1196.  - }
  1199. 1197.  - #pv_filter_text_ta {
  1200. 1198.  -   width: 190px;
  1201. 1199.  -   height: 16px;
  1202. 1200.  -   padding-bottom: 0px;
  1203. 1201.  -   background: transparent;
  1204. 1202.  -   border: none;
  1205. 1203.  -   color: #FFFFFF;
  1206. 1204.  -   outline: none;
  1207. 1205.  -   resize: none;
  1208. 1206.  - }
  1209. 1207.  - .pv_blur_back {
  1210. 1208.  -   background: gray;
  1211. 1209.  -   width: 82px;
  1212. 1210.  -   height: 5px;
  1213. 1211.  -   position: absolute;
  1214. 1212.  -   -webkit-border-radius: 2px;
  1215. 1213.  -   -moz-border-radius: 2px;
  1216. 1214.  -   border-radius: 2px;
  1217. 1215.  - }
  1218. 1216.  - .pv_level_shown .pv_blur_back {
  1219. 1217.  -   display: block;
  1220. 1218.  - }
  1221. 1219.  - .pv_level_shown .pv_filter_level_txt {
  1222. 1220.  -   display: none;
  1223. 1221.  - }
  1224. 1222.  - .pv_level_before_hide .pv_blur_back {
  1225. 1223.  -   display: block;
  1226. 1224.  - }
  1227. 1225.  - .pv_level_before_hide .pv_filter_level_txt {
  1228. 1226.  -   display: none;
  1229. 1227.  - }
  1230. 1228.  - .pv_blur_line {
  1231. 1229.  -   background: #FFFFFF;
  1232. 1230.  -   height: 5px;
  1233. 1231.  -   position: relative;
  1234. 1232.  -   -webkit-border-radius: 2px;
  1235. 1233.  -   -moz-border-radius: 2px;
  1236. 1234.  -   border-radius: 2px;
  1237. 1235.  -   width: 40px;
  1238. 1236.  - }
  1239. 1237.  - .pv_blur_slider {
  1240. 1238.  -   position: absolute;
  1241. 1239.  -   right: -2px;
  1242. 1240.  -   top: 0px;
  1243. 1241.  -   width: 5px;
  1244. 1242.  -   height: 5px;
  1245. 1243.  -   background: #FFF;
  1246. 1244.  -   -webkit-border-radius: 5px;
  1247. 1245.  -   -moz-border-radius: 5px;
  1248. 1246.  -   border-radius: 5px;
  1249. 1247.  -   -webkit-transition: all 100ms linear;
  1250. 1248.  -   -moz-transition: all 100ms linear;
  1251. 1249.  -   -o-transition: all 100ms linear;
  1252. 1250.  -   transition: all 100ms linear;
  1253. 1251.  -   cursor: pointer;
  1254. 1252.  - }
  1255. 1253.  - .is_rtl1 .pv_blur_slider {
  1256. 1254.  -   left: -2px;
  1257. 1255.  -   right: auto;
  1258. 1256.  - }
  1259. 1257.  - #pv_filter_blur_sl:hover #pv_blur_slider, .pv_filter_down #pv_blur_slider {
  1260. 1258.  -   width: 11px;
  1261. 1259.  -   height: 11px;
  1262. 1260.  -   top: -3px;
  1263. 1261.  -   right: -5px;
  1264. 1262.  - }
  1265. 1263.  - .is_rtl1 #pv_filter_blur_sl:hover #pv_blur_slider, .is_rtl1 .pv_filter_down #pv_blur_slider {
  1266. 1264.  -   left: -5px;
  1267. 1265.  -   right: auto;
  1268. 1266.  - }
  1269. 1267.  - .pv_filter_bg {
  1270. 1268.  -   position: fixed;
  1271. 1269.  -   z-index: 2000;
  1272. 1270.  -   left: 0px;
  1273. 1271.  -   top: 0px;
  1274. 1272.  -   background-color: #FFF;
  1275. 1273.  -   opacity: 0;
  1276. 1274.  -   filter: alpha(opacity=0);
  1277. 1275.  -   cursor: pointer;
  1278. 1276.  - }
  1279. 1277.  - .pv_filtered_msg {
  1280. 1278.  -   background: #F1F1F1;
  1281. 1279.  -   padding: 14px 19px;
  1282. 1280.  -   margin-top: 12px;
  1283. 1281.  -   margin-bottom: 16px;
  1284. 1282.  -   text-align: center;
  1285. 1283.  - }
  1286. 1284.  - .pv_filter_pointer {
  1287. 1285.  -   cursor: crosshair;
  1288. 1286.  - }
  1289. 1287.  - .pv_blur_switch {
  1290. 1288.  -   background-position: 0px -43px;
  1291. 1289.  -   margin: -1px 87px;
  1292. 1290.  -   padding: 0px;
  1293. 1291.  -   position: absolute;
  1294. 1292.  -   width: 14px;
  1295. 1293.  -   height: 9px;
  1296. 1294.  - }
  1297. 1295.  - .is_rtl1 .pv_blur_switch {
  1298. 1296.  -   margin: -1px 90px;
  1299. 1297.  - }
  1300. 1298.  - .pv_filter_level {
  1301. 1299.  -   position: absolute;
  1302. 1300.  -   display: none;
  1303. 1301.  -   overflow: hidden;
  1304. 1302.  -   height: 1px;
  1305. 1303.  -   background: #000000;
  1306. 1304.  -   background: rgba(0, 0, 0, 0.5);
  1307. 1305.  -   padding: 0px 4px;
  1308. 1306.  -   width: 68px;
  1309. 1307.  -   margin-top: 0px;
  1310. 1308.  -   opacity: 0;
  1311. 1309.  -   filter: alpha(opacity=0);
  1312. 1310.  - }
  1313. 1311.  - .pv_filter_level .pv_blur_back {
  1314. 1312.  -   margin: 5px 0px;
  1315. 1313.  -   width: 68px;
  1316. 1314.  - }
  1317. 1315.  - .pv_filter_level_txt {
  1318. 1316.  -   color: #FFFFFF;
  1319. 1317.  -   text-align: center;
  1320. 1318.  -   font-size: 10px;
  1321. 1319.  - }
  1322. 1320.  - .pv_filter_level:hover .pv_blur_slider, .pv_filter_down .pv_blur_slider {
  1323. 1321.  -   width: 9px;
  1324. 1322.  -   height: 9px;
  1325. 1323.  -   top: -2px;
  1326. 1324.  -   right: -4px;
  1327. 1325.  - }
  1328. 1326.  - .is_rtl1 .pv_filter_level:hover .pv_blur_slider, .is_rtl1 .pv_filter_down .pv_blur_slider {
  1329. 1327.  -   left: -4px;
  1330. 1328.  -   right: auto;
  1331. 1329.  - }
  1332. 1330.  -
  1333. 1331.  - #pv_desc .match {
  1334. 1332.  -   background: #E1E7ED;
  1335. 1333.  -   border-bottom: 1px solid #DAE1E8;
  1336. 1334.  -   margin: 0px;
  1337. 1335.  -   padding: 0px 1px;
  1338. 1336.  - }
  1339. 1337.  - #pv_vtagged_wrap {
  1340. 1338.  -   width: 660px;
  1341. 1339.  - }
  1342. 1340.  - #pva_video_tags {
  1343. 1341.  -   padding: 14px 0px 0px 27px;
  1344. 1342.  - }
  1345. 1343.  -
  1346. 1344.  - div.pv_composer_dd .wdd_lwrap {
  1347. 1345.  -   top: -10px;
  1348. 1346.  - }
  1349. 1347.  - #pv_add_media {
  1350. 1348.  -   padding: 6px 9px 0px;
  1351. 1349.  - }
  1352. 1350.  - .wall_module div.pv_commdata div.pv_review_like {
  1353. 1351.  -   margin: 0px 1px;
  1354. 1352.  - }
  1355. 1353.  - div.pv_commdata i.no_like_hide {
  1356. 1354.  -   visibility: visible;
  1357. 1355.  - }
  1358. 1356.  - .wall_module .pv_comment .like_wrap {
  1359. 1357.  -   margin: 4px 1px 0px;
  1360. 1358.  - }
  1361. 1359.  - .pv_filter_font {
  1362. 1360.  -   position: absolute;
  1363. 1361.  -   right: 0px;
  1364. 1362.  -   top: 0px;
  1365. 1363.  -   padding: 8px 7px 4px 4px;
  1366. 1364.  - }
  1367. 1365.  - .pv_filter_font:active {
  1368. 1366.  -   padding: 9px 7px 3px 4px;
  1369. 1367.  - }
  1370. 1368.  - .pv_filter_font_icon {
  1371. 1369.  -   background: url('/images/icons/switch_fonts.png') 0px 0px no-repeat;
  1372. 1370.  -   width: 17px;
  1373. 1371.  -   height: 13px;
  1374. 1372.  - }
  1375. 1373.  - .pv_filter_font0 .pv_filter_font_icon {
  1376. 1374.  -   background-position: 0px -14px;
  1377. 1375.  - }
  1378. 1376.  - .pv_report_blocked {
  1379. 1377.  -   color: #777777;
  1380. 1378.  -   padding: 4px 5px;
  1381. 1379.  - }
  1382. 1380.  - .pv_report_upload {
  1383. 1381.  -   display: none;
  1384. 1382.  - }
  1385. 1383.  - .pv_report_blocked .pv_report_upload {
  1386. 1384.  -   display: block;
  1387. 1385.  - }
  1388. 1386.  - .pv_report_blocked .pv_act_text {
  1389. 1387.  -   display: none;
  1390. 1388.  - }
  1391. ------
Advertisement
Add Comment
Please, Sign In to add comment