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