Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Файл - page.css (Старый размер - 110189 | Новый - 0):
- 0. - #page_css {
- 1. - display: none;
- 2. - }
- 3. -
- 4. - .wide_column {
- 5. - padding-bottom: 10px;
- 6. - width: 397px;
- 7. - }
- 8. - .narrow_column {
- 9. - padding-bottom: 10px;
- 10. - width: 200px;
- 11. - }
- 12. -
- 13. - .page_wide_no_narrow .narrow_column {
- 14. - display: none;
- 15. - }
- 16. - .page_wide_no_narrow .wide_wall_module {
- 17. - padding: 0;
- 18. - }
- 19. - .page_wide_no_narrow .wide_column {
- 20. - width: auto;
- 21. - }
- 22. - .page_wide_no_narrow #info_module_wrap,
- 23. - .page_wide_no_narrow #info_module_wrap .info_tabs.no_edit,
- 24. - .page_wide_no_narrow #info_module_wrap .info_tab {
- 25. - /*width: auto; (auto means 1191px in some cases) */
- 26. - width: 597px;
- 27. - }
- 28. -
- 29. - .public_info .short_text,
- 30. - .group_info .short_text {
- 31. - background: #FFF;
- 32. - cursor: pointer;
- 33. - }
- 34. - .page_desc_full {
- 35. - position: relative;
- 36. - top: 2px;
- 37. - font-weight: bold;
- 38. - color: #91A4B8;
- 39. - -webkit-transition: color 200ms linear;
- 40. - -moz-transition: color 200ms linear;
- 41. - -o-transition: color 200ms linear;
- 42. - transition: color 200ms linear;
- 43. - }
- 44. - .public_info .short_text:hover .page_desc_full,
- 45. - .group_info .short_text:hover .page_desc_full {
- 46. - color: #45688E;
- 47. - }
- 48. - .page_desc_full:hover {
- 49. - text-decoration: none;
- 50. - }
- 51. - .counts_module div {
- 52. - line-height: 170%;
- 53. - }
- 54. - .counts_module div a {
- 55. - padding: 2px 6px;
- 56. - display: block;
- 57. - text-decoration: none;
- 58. - }
- 59. -
- 60. - .counts_module div a:hover {
- 61. - background: #E9EDF1;
- 62. - text-decoration: none;
- 63. - }
- 64. -
- 65. - .module_body {
- 66. - padding-bottom: 20px;
- 67. - overflow: hidden;
- 68. - }
- 69. - .module .module_count {
- 70. - font-weight: bold;
- 71. - }
- 72. - .module .module_count_wrap {
- 73. - color: #99ADC2;
- 74. - }
- 75. -
- 76. - .module_header {
- 77. - display: block;
- 78. - background: #f1f1f1;
- 79. - }
- 80. - .module_header:hover {
- 81. - text-decoration: none;
- 82. - }
- 83. - .wall_header {
- 84. - border-bottom: none;
- 85. - }
- 86. - .module_header .header_top {
- 87. - background: #DEE5EB;
- 88. - overflow: hidden;
- 89. - padding: 4px 8px;
- 90. - font-weight: bold;
- 91. - outline: none;
- 92. - color: #45688E;
- 93. - }
- 94. - .wide_column .module_header .header_top {
- 95. - padding: 6px 8px;
- 96. - }
- 97. - .module_header .header_top#page_wall_header {
- 98. - border-bottom: 0px;
- 99. - }
- 100. - .module_header .header_top .right_link {
- 101. - color: #99ADC2;
- 102. - font-weight: bold;
- 103. - }
- 104. - .module_header .header_top {
- 105. - text-decoration: none;
- 106. - }
- 107. - .p_header_bottom {
- 108. - border-bottom: 1px solid #F1F1F1;
- 109. - color: #666;
- 110. - padding: 3px 8px;
- 111. - background: #F1F1F1;
- 112. - }
- 113. - .p_sub_header {
- 114. - margin: 7px 0px 5px 0px;
- 115. - display: block;
- 116. - }
- 117. - .p_sub_header:hover {
- 118. - text-decoration: none;
- 119. - }
- 120. - .module_header span {
- 121. - font-weight: normal;
- 122. - }
- 123. - .p_header_bottom .fl_r {
- 124. - color: #2B587A;
- 125. - }
- 126. - .module_header .header_top .fl_r:hover, .module_header .header_bottom .fl_r:hover {
- 127. - text-decoration: underline;
- 128. - }
- 129. - .module_inverted .header_top {
- 130. - background-color: #597da3;
- 131. - color: #FFFFFF;
- 132. - }
- 133. -
- 134. - .photos_module {
- 135. - overflow: hidden;
- 136. - }
- 137. -
- 138. - .audios_module .module_body {
- 139. - padding: 8px 0px;
- 140. - }
- 141. -
- 142. - .narrow_column .audios_module .module_body {
- 143. - padding: 8px 8px 8px 0px;
- 144. - }
- 145. -
- 146. - .audios_module .audio .title_wrap {
- 147. - width: 325px;
- 148. - }
- 149. - .audios_module .audio .title_wrap b {
- 150. - max-width: 230px;
- 151. - }
- 152. -
- 153. - .people_module .module_body {
- 154. - padding: 6px 0px 14px 0px;
- 155. - }
- 156. -
- 157. - .narrow_column .people_module .people_row {
- 158. - width: 198px;
- 159. - overflow: hidden;
- 160. - }
- 161. -
- 162. - .module_body .people_cell {
- 163. - width: 66px;
- 164. - overflow: hidden;
- 165. - padding: 6px 0px;
- 166. - text-align: center;
- 167. - }
- 168. -
- 169. - .module_body .people_cell .ava {
- 170. - display: block;
- 171. - width: 50px;
- 172. - height: 50px;
- 173. - margin: 0px 8px;
- 174. - padding-bottom: 6px;
- 175. - }
- 176. - .module_body .people_cell .name_field {
- 177. - width: 300px;
- 178. - margin: 0px -117px;
- 179. - }
- 180. - .app_module .module_body {
- 181. - padding-bottom: 0px;
- 182. - }
- 183. - .app_module .app_container {
- 184. - padding: 20px 0px 20px 0px;
- 185. - background: url('/images/upload.gif') center center no-repeat;
- 186. - }
- 187. - .app_module .app_container iframe {
- 188. - display: none;
- 189. - overflow: hidden;
- 190. - height: 60px;
- 191. - }
- 192. - .app_module .app_container.loaded {
- 193. - padding: 0px 0px 10px 0px;
- 194. - background: none;
- 195. - }
- 196. - .app_module .app_container.loaded iframe {
- 197. - display: block;
- 198. - height: auto;
- 199. - }
- 200. - .app_module .header_bottom {
- 201. - display: none;
- 202. - }
- 203. - .narrow_column .topics_module .module_body {
- 204. - padding: 10px 5px;
- 205. - }
- 206. - .wide_column .topics_module .module_body {
- 207. - padding: 0px 0px 10px;
- 208. - }
- 209. - .topics_module .topic_to_last {
- 210. - color: #2B587A;
- 211. - font-size: 1.18em;
- 212. - margin: 0px 1px;
- 213. - padding: 0px 3px 1px;
- 214. - }
- 215. - .topics_module .topic_to_last:hover {
- 216. - background-color: #DAE1E8;
- 217. - }
- 218. - .topics_module .topic_inner_link {
- 219. - color: #2B587A;
- 220. - }
- 221. - .topics_module .topic_inner_link:hover {
- 222. - text-decoration: underline;
- 223. - }
- 224. - .topics_module .icon {
- 225. - width: 16px;
- 226. - height: 17px;
- 227. - background: url(/images/note.gif) no-repeat;
- 228. - padding: 0px 5px;
- 229. - }
- 230. - .topics_module .info, .topics_module .blog_info {
- 231. - width: 160px;
- 232. - }
- 233. - .wide_column .topics_module .info {
- 234. - width: 380px;
- 235. - }
- 236. - .wide_column .topics_module .blog_info {
- 237. - width: 350px;
- 238. - }
- 239. - .wide_column .topic_title {
- 240. - font-weight: bold;
- 241. - color: #45688E;
- 242. - }
- 243. - .wide_column .topic_title:hover {
- 244. - text-decoration: underline;
- 245. - }
- 246. - .topics_module small {
- 247. - color: #777;
- 248. - }
- 249. - .wide_column .topics_module small {
- 250. - color: #333;
- 251. - display: block;
- 252. - padding-top: 5px;
- 253. - }
- 254. - .wide_column .topics_module .topic_date {
- 255. - color: gray;
- 256. - }
- 257. - .topics_module .topic_row {
- 258. - display: block;
- 259. - padding: 0 0 6px;
- 260. - }
- 261. - .topics_module .topic_row:hover {
- 262. - text-decoration: none;
- 263. - }
- 264. - .wide_column .topics_module .topic_row {
- 265. - padding: 10px 8px;
- 266. - border-top: 1px solid #E7EAED;
- 267. - }
- 268. - .wide_column .topics_module .topic_row.first {
- 269. - border-top: 0px;
- 270. - }
- 271. -
- 272. - .places_module .module_body {
- 273. - padding: 5px 0 10px;
- 274. - }
- 275. -
- 276. - .places_module .place_row {
- 277. - padding: 5px 0 6px 10px;
- 278. - }
- 279. -
- 280. - .places_module .icon {
- 281. - margin-top: 3px;
- 282. - height: 10px;
- 283. - width: 15px;
- 284. - background: url(/images/icons/mono_iconset.gif?8) no-repeat;
- 285. - background-position: 0 -165px;
- 286. - }
- 287. -
- 288. - .places_module .info {
- 289. - width: 160px;
- 290. - }
- 291. -
- 292. - .places_module .place_title small {
- 293. - color: #777;
- 294. - margin-left: 3px;
- 295. - }
- 296. -
- 297. - .places_module .place_address {
- 298. - margin-top: 2px;
- 299. - }
- 300. -
- 301. -
- 302. -
- 303. - .help_steps_module .module_body{
- 304. - padding: 0px 0 10px;
- 305. - line-height: 150%;
- 306. - }
- 307. -
- 308. - .help_steps_module .help_step_row {
- 309. - padding: 10px 4px 0;
- 310. - }
- 311. -
- 312. - .help_steps_module .help_step_image {
- 313. - background: url(/images/icons/iconset.gif) no-repeat 0 -144px;
- 314. - width: 12px;
- 315. - height: 12px;
- 316. - margin-top: 3px;
- 317. - }
- 318. -
- 319. - .help_steps_module #help_step_photo .help_step_image {
- 320. - background-position: 0 -32px;
- 321. - }
- 322. -
- 323. - .help_steps_module #help_step_desc .help_step_image {
- 324. - background-position: 0 -144px;
- 325. - }
- 326. -
- 327. - .help_steps_module #help_step_type .help_step_image {
- 328. - background-position: 0 -144px;
- 329. - }
- 330. -
- 331. - .help_steps_module #help_step_contacts .help_step_image {
- 332. - background-position: 0 -96px;
- 333. - }
- 334. -
- 335. - .help_steps_module #help_step_ad .help_step_image {
- 336. - background-position: 0 -48px;
- 337. - }
- 338. -
- 339. - .help_steps_module #help_step_event .help_step_image {
- 340. - background-position: 0 -176px;
- 341. - }
- 342. -
- 343. - .help_steps_module #help_step_wall .help_step_image {
- 344. - background-position: 0 -208px;
- 345. - }
- 346. -
- 347. - .help_step_info {
- 348. - width: 357px;
- 349. - padding: 0 10px;
- 350. - }
- 351. -
- 352. - .wide_column .big_header {
- 353. - font-size: 12px;
- 354. - }
- 355. - .wide_column .top_header {
- 356. - font-size: 12px;
- 357. - font-weight: bold;
- 358. - }
- 359. - .font_medium .wide_column .big_header,
- 360. - .font_medium .wide_column .top_header {
- 361. - font-size: 13px;
- 362. - }
- 363. -
- 364. -
- 365. -
- 366. - /* Like Button */
- 367. -
- 368. - .like_dived .like_wrap {
- 369. - margin-right: 8px;
- 370. - cursor: pointer;
- 371. - position: relative;
- 372. - }
- 373. - .like_dived .like_inline .like_wrap {
- 374. - margin: 0;
- 375. - }
- 376. -
- 377. - .like_dived .like_wrap .like_left {
- 378. - border: 1px solid #3E6797;
- 379. - border-right: 0;
- 380. - padding: 0;
- 381. - float: left;
- 382. - z-index: 80;
- 383. - position: relative;
- 384. - }
- 385. - .like_dived .like_wrap .like_left .like_left_border {
- 386. - border: 1px solid;
- 387. - border-color: #7D9ABB #3E6797 #5C81AA #5C81AA;
- 388. - padding: 3px 3px 1px 2px;
- 389. - background: #6D8EB2;
- 390. - width: 10px;
- 391. - position: relative;
- 392. - height: 10px;
- 393. - width: 10px;
- 394. - }
- 395. - .like_dived .like_wrap_h22 .like_left .like_left_border {
- 396. - padding: 5px 5px 3px 4px;
- 397. - }
- 398. - .like_dived .like_wrap .like_right {
- 399. - border: 1px solid #ADBCCB;
- 400. - border-left: 0;
- 401. - padding: 0;
- 402. - float: left;
- 403. - z-index: 70;
- 404. - position: relative;
- 405. - }
- 406. - .like_dived .like_wrap .like_right .like_right_border {
- 407. - border-width: 1px;
- 408. - border-style: solid;
- 409. - border-color: #fff #EDF2F6 #EDF2F6 #EDF2F6;
- 410. - background: #EDF2F6;
- 411. - padding: 0px 4px 0px;
- 412. - text-shadow: 0px 1px 0px #fff;
- 413. - color: #2F5879;
- 414. - line-height: 1.27em;
- 415. - height: 14px;
- 416. - -webkit-user-select: none;
- 417. - -moz-user-select: none;
- 418. - user-select: none;
- 419. - }
- 420. - .like_dived .like_wrap_h22 .like_right .like_right_border {
- 421. - padding: 2px 4px;
- 422. - }
- 423. - .like_dived .like_wrap .icon {
- 424. - width: 10px;
- 425. - height: 10px;
- 426. - background: url(/images/icons/like_widget.gif) no-repeat 0px 0px;
- 427. - overflow: hidden;
- 428. - }
- 429. - .like_dived .like_wrap .like_left .iconV {
- 430. - background-position: 0 -18px;
- 431. - position: absolute;
- 432. - margin: 0 1px 1px 2px;
- 433. - width: 7px;
- 434. - height: 9px;
- 435. - }
- 436. - .like_dived .like_wrap .like_left .iconHeart {
- 437. - background-position: 0 -29px;
- 438. - position: absolute;
- 439. - opacity: 0;
- 440. - filter: alpha(opacity=0);
- 441. - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
- 442. - }
- 443. - .like_dived .like_wrap .like_bottom_shadow {
- 444. - height: 1px;
- 445. - opacity: 0.08;
- 446. - filter: alpha(opacity=8);
- 447. - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
- 448. - background: black;
- 449. - *display: none;
- 450. - }
- 451. -
- 452. - .like_dived .checkbox_pressed .like_left_border {
- 453. - background-color:#6688AD;
- 454. - border-color:#51769E #51779F #7495B8;
- 455. - }
- 456. -
- 457. - .like_dived .heart .checked .like_left .icon {
- 458. - background-position: 0 -29px;
- 459. - margin: 0;
- 460. - width: 10px;
- 461. - height: 10px;
- 462. - }
- 463. - .like_dived .checkbox_over .like_right {
- 464. - border-color: #8596A9;
- 465. - }
- 466. - .like_dived .checkbox_over .like_right .like_right_border {
- 467. - background: #E3EAF1;
- 468. - border-color: #fff #E3EAF1 #E3EAF1 #E3EAF1;
- 469. - -webkit-user-select: none;
- 470. - -moz-user-select: none;
- 471. - user-select: none;
- 472. - }
- 473. - .like_dived .checked .like_left {
- 474. - border-right: 1px solid #3E6797;
- 475. - }
- 476. - .like_dived .checked .like_left .like_left_border {
- 477. - border-right: 0;
- 478. - }
- 479. - .like_dived .checked .like_left_border .iconV {
- 480. - opacity: 0;
- 481. - filter: alpha(opacity=0);
- 482. - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
- 483. - }
- 484. - .like_dived .checked .like_left_border .iconHeart {
- 485. - opacity: 1;
- 486. - filter: none;
- 487. - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- 488. - }
- 489. - .like_dived .checked .like_right {
- 490. - border-color: #3E6797;
- 491. - }
- 492. - .like_dived .checked .like_right .like_right_border {
- 493. - border-color: #7C98BA #5C80A9 #5C80A9 #7C98BA;
- 494. - background: #6D8DB1;
- 495. - text-shadow: 0px 1px 0px #4B688B;
- 496. - color: #fff;
- 497. - }
- 498. - .like_dived_full .checked .like_right {
- 499. - display: none;
- 500. - }
- 501. - .album_module .thumb a {
- 502. - /* padding: 2px;
- 503. - border: 1px solid #CCCCCC; */
- 504. - display: block;
- 505. - }
- 506. - .album_module .thumb a:hover {
- 507. - /* border-color: #45688E;*/
- 508. - }
- 509. - .album_module .thumb div {
- 510. - width: 75px;
- 511. - text-align: center;
- 512. - max-height: 56px;
- 513. - overflow: hidden;
- 514. - background: #000000;
- 515. - }
- 516. - .album_module .thumb div img {
- 517. - padding: 0px;
- 518. - vertical-align: top;
- 519. - }
- 520. - .album_module .info {
- 521. - width: 90px;
- 522. - margin: 12px 0px 0px;
- 523. - }
- 524. - .album_module .info a {
- 525. - font-weight: bold;
- 526. - }
- 527. - .album_module .updated {
- 528. - color: #777;
- 529. - }
- 530. - .album_module .thumb {
- 531. - padding: 10px 10px 0px;
- 532. - overflow: hidden;
- 533. - }
- 534. -
- 535. - .video_module .video {
- 536. - position: relative;
- 537. - margin: 10px 10px 0px;
- 538. - width: 178px;
- 539. - height: 132px;
- 540. - }
- 541. - .video_module .video img {
- 542. - width: 178px;
- 543. - height: 132px;
- 544. - }
- 545. - .video_module .video div {
- 546. - position: absolute;
- 547. - bottom: 10px;
- 548. - font-size: 10px;
- 549. - z-index: 10;
- 550. - width: 171px;
- 551. - margin-top: 105px;
- 552. - }
- 553. - .font_medium .video_module .video div {
- 554. - font-size: 11px;
- 555. - }
- 556. -
- 557. -
- 558. - .wide_column .video_module .video img {
- 559. - width: 112px;
- 560. - height: 84px;
- 561. - }
- 562. - .wide_column .video_module .video div {
- 563. - width: 113px;
- 564. - margin-top: 73px;
- 565. - }
- 566. -
- 567. - .wide_column .video_module .video_row {
- 568. - width: 130px;
- 569. - }
- 570. -
- 571. - .video_module .video div span.bg {
- 572. - background: #000;
- 573. - color: #000;
- 574. - opacity: 0.6;
- 575. - filter: alpha(opacity=60);
- 576. - }
- 577. - .video_module .video div span {
- 578. - color: #FFF;
- 579. - padding: 0px 3px 1px;
- 580. - }
- 581. - .video_module .info {
- 582. - margin: 0px 10px;
- 583. - }
- 584. - .video_module .video:hover {
- 585. - text-decoration: none;
- 586. - }
- 587. - .video_module .video:hover img {
- 588. - border-color: #45688E;
- 589. - }
- 590. - .video_module small {
- 591. - color: #777;
- 592. - }
- 593. -
- 594. - .wall_module .more_link {
- 595. - display: none;
- 596. - padding: 8px 0px;
- 597. - text-align: center;
- 598. - border-top: 1px solid #DAE1E8;
- 599. - margin-bottom: 10px;
- 600. - }
- 601. - .wall_module .more_link:hover {
- 602. - text-decoration: none;
- 603. - background: #E9EDF1;
- 604. - }
- 605. - .wall_module .more_link .progress {
- 606. - margin: 0px auto;
- 607. - }
- 608. - .wall_module .more_link div {
- 609. - height: 13px;
- 610. - }
- 611. - .wall_module .ext_video img {
- 612. - width: 120px;
- 613. - height: 90px;
- 614. - }
- 615. - div.wall_module .ext_video div {
- 616. - width: 120px;
- 617. - margin-top: 75px;
- 618. - }
- 619. - .wall_module .video div {
- 620. - bottom: 5px;
- 621. - right: 0px;
- 622. - position: absolute;
- 623. - font-size: 0.9em;
- 624. - z-index: 10;
- 625. - }
- 626. - .wall_module .video div span.bg {
- 627. - background: #000;
- 628. - color: #000;
- 629. - opacity: 0.6;
- 630. - filter: alpha(opacity=60);
- 631. - }
- 632. - .wall_module .video div span {
- 633. - color: #FFF;
- 634. - padding: 0px 3px 1px;
- 635. - }
- 636. -
- 637. - .wall_module #page_wall_posts .post,
- 638. - .wall_module #page_wall_posts .online {
- 639. - display: none;
- 640. - }
- 641. - .wall_module #page_wall_posts.all .all,
- 642. - .wall_module #page_wall_posts.own .own,
- 643. - .wall_module #page_wall_posts.all .online {
- 644. - display: block;
- 645. - }
- 646. -
- 647. - .wall_module #wall_postponed {
- 648. - padding-top: 10px;
- 649. - border-top: 1px solid #DAE1E8;
- 650. - }
- 651. - .big_wall_post #wall_postponed {
- 652. - padding-top: 10px;
- 653. - padding-bottom: 0;
- 654. - border-top: none;
- 655. - }
- 656. - .wall_module #wall_postponed.wall_postponed_empty {
- 657. - padding-top: 0;
- 658. - border-top: none;
- 659. - }
- 660. - .wall_module #wall_postponed_link {
- 661. - display: block;
- 662. - padding: 8px;
- 663. - text-align: center;
- 664. - background-color: #EFF1F3;
- 665. - color: #738392;
- 666. - cursor: pointer;
- 667. - line-height: 15px;
- 668. - height: 15px;
- 669. - }
- 670. - .wall_module #wall_postponed_link:hover {
- 671. - text-decoration: none;
- 672. - background-color: #E9EDF1;
- 673. - }
- 674. - .wall_module #wall_postponed_link .wall_postponed_link_arrow {
- 675. - background: url(/images/icons/wall_more_arrows.gif) no-repeat 4px -34px;
- 676. - display: inline-block;
- 677. - padding: 2px 0 0 4px;
- 678. - height: 10px;
- 679. - width: 10px;
- 680. - }
- 681. - .wall_module #wall_postponed_msg_hide .wall_postponed_link_arrow {
- 682. - background-position: 4px -22px;
- 683. - }
- 684. - .wall_module #wall_postponed_link .progress {
- 685. - margin: 1px auto;
- 686. - }
- 687. -
- 688. -
- 689. - /* Posts */
- 690. - .wall_module .post {
- 691. - /* padding: 5px 1px 3px; */
- 692. - padding: 5px 0 3px;
- 693. - border-top: 1px solid #F1F1F1;
- 694. - *position: relative;
- 695. - }
- 696. - .wall_module .post_online .post_table {
- 697. - min-height: 78px;
- 698. - _height: 78px;
- 699. - }
- 700. - .wall_module #page_wall_posts.own .post_online {
- 701. - min-height: 0;
- 702. - _height: auto;
- 703. - }
- 704. - /* Actions */
- 705. - .wall_module .delete_post_wrap {
- 706. - position: relative;
- 707. - z-index: 10;
- 708. - }
- 709. - .wall_module .delete_post {
- 710. - height: 11px;
- 711. - width: 11px;
- 712. - padding-top: 4px;
- 713. - position: absolute;
- 714. - right: 0;
- 715. - }
- 716. - .wall_module .delete_post div {
- 717. - background: url(/images/pics/statusx_op.gif) 0 0 no-repeat;
- 718. - opacity: 0;
- 719. - filter: alpha(opacity=0);
- 720. - cursor: pointer;
- 721. - height: 11px;
- 722. - width: 11px;
- 723. - }
- 724. -
- 725. - /* Separate reply actions */
- 726. - .wall_module .post_actions_wrap,
- 727. - .wall_module .reply_actions_wrap {
- 728. - position: relative;
- 729. - z-index: 10;
- 730. - }
- 731. - .wall_module .post_actions,
- 732. - .wall_module .reply_actions {
- 733. - height: 11px;
- 734. - width: 32px;
- 735. - padding-top: 4px;
- 736. - position: absolute;
- 737. - right: 0;
- 738. - }
- 739. - .wall_module .post_delete_button,
- 740. - .wall_module .post_edit_button,
- 741. - .wall_module .reply_delete_button,
- 742. - .wall_module .reply_edit_button {
- 743. - background: url(/images/pics/statusx_op.gif) 0 0 no-repeat;
- 744. - opacity: 0;
- 745. - filter: alpha(opacity=0);
- 746. - cursor: pointer;
- 747. - height: 11px;
- 748. - width: 11px;
- 749. - margin-left: 5px;
- 750. - }
- 751. - .wall_module .reply_edit_button,
- 752. - .wall_module .post_edit_button {
- 753. - background-image: url(/images/pics/statusedit.gif);
- 754. - }
- 755. -
- 756. - .wall_module div.post_table {
- 757. - position: relative;
- 758. - }
- 759. - .wall_module div.post_image {
- 760. - padding: 5px 0;
- 761. - position: absolute;
- 762. - top: 0;
- 763. - *left: 0;
- 764. - width: 50px;
- 765. - }
- 766. - .wall_module a.post_image {
- 767. - width: 50px;
- 768. - height: 50px;
- 769. - display: block;
- 770. - }
- 771. - .wall_module .post_info {
- 772. - margin-left: 60px;
- 773. - padding: 0 0 2px;
- 774. - width: 337px;
- 775. - min-height: 60px;
- 776. - *position: relative;
- 777. - }
- 778. - .wall_module .dld {
- 779. - padding: 5px 4px 8px 60px;
- 780. - color: #777;
- 781. - }
- 782. - .wall_module .reply .dld {
- 783. - padding: 11px 4px 12px 41px;
- 784. - }
- 785. - .wide_wall_module .reply .dld {
- 786. - padding: 11px 4px 12px 64px;
- 787. - }
- 788. - .wall_module .author {
- 789. - font-weight: bold;
- 790. - line-height: 140%;
- 791. - }
- 792. - .wall_module .published_by_wrap {
- 793. - margin: 5px 0 5px;
- 794. - }
- 795. - .wall_module a.published_by_photo {
- 796. - display: block;
- 797. - width: 30px;
- 798. - height: 30px;
- 799. - margin-right: 8px;
- 800. - }
- 801. - .wall_module .published_by_title {
- 802. - white-space: nowrap;
- 803. - text-overflow: ellipsis;
- 804. - max-width: 288px;
- 805. - overflow: hidden;
- 806. - }
- 807. - .wide_wall_module .published_by_title {
- 808. - max-width: 480px;
- 809. - }
- 810. - .wall_module .published_by {
- 811. - padding-left: 12px;
- 812. - background: url(/images/icons/published.gif) no-repeat 0px 3px;
- 813. - font-weight: bold;
- 814. - }
- 815. - .wall_module div.published_by_date {
- 816. - padding-top: 4px;
- 817. - white-space: nowrap;
- 818. - overflow: hidden;
- 819. - text-overflow: ellipsis;
- 820. - width: 290px;
- 821. - }
- 822. - .wall_module .published_comment {
- 823. - padding: 0px 0 1px;
- 824. - }
- 825. - .wall_module .published_comment .wall_post_text {
- 826. - padding-bottom: 3px;
- 827. - }
- 828. - .wall_module .published_by_date, .wall_module .wall_post_source {
- 829. - color: #777;
- 830. - }
- 831. - .wall_post_source_icon {
- 832. - margin: 0px 0px -1px 4px;
- 833. - display: inline-block;
- 834. - *display: block;
- 835. - zoom: 1;
- 836. - background: url(/images/profile_icons.gif?11) no-repeat;
- 837. - width: 11px;
- 838. - height: 11px;
- 839. - }
- 840. - .wall_post_source_default {
- 841. - background-position: 0px -132px;
- 842. - }
- 843. - .wall_post_source_iphone,
- 844. - .wall_post_source_ipad {
- 845. - background-position: 0px -109px;
- 846. - }
- 847. - .wall_post_source_android {
- 848. - background-position: 0px -97px;
- 849. - }
- 850. - .wall_post_source_wphone,
- 851. - .wall_post_source_windows {
- 852. - background-position: 0px -143px;
- 853. - }
- 854. - .wall_post_source_mobile {
- 855. - background-position: 0px -121px;
- 856. - }
- 857. - /*.published_a_quote:hover .wall_post_source_default {
- 858. - background-position: 0px -209px;
- 859. - }
- 860. - .published_a_quote:hover .wall_post_source_iphone {
- 861. - background-position: 0px -186px;
- 862. - }
- 863. - .published_a_quote:hover .wall_post_source_android {
- 864. - background-position: 0px -174px;
- 865. - }
- 866. - .published_a_quote:hover .wall_post_source_windows {
- 867. - background-position: 0px -220px;
- 868. - }
- 869. - .published_a_quote:hover .wall_post_source_mobile {
- 870. - background-position: 0px -198px;
- 871. - }*/
- 872. - .wall_module .published_by_quote,
- 873. - .wall_module .published_sec_quote {
- 874. - margin: 5px 0;
- 875. - border-left: 2px solid #C3D1E0;
- 876. - overflow: hidden;
- 877. - padding-left: 8px;
- 878. - }
- 879. - .published_by_quote .published_by_wrap {
- 880. - margin-top: 0;
- 881. - }
- 882. - .wall_module .published_sec_quote {
- 883. - margin: 5px 0 3px;
- 884. - }
- 885. - .published_sec_quote .published_by_wrap {
- 886. - margin: 0px;
- 887. - }
- 888. - .wall_module .published_by_quote .published_sec_quote {
- 889. - margin: 5px 0px 0px -5px;
- 890. - padding-left: 3px;
- 891. - }
- 892. - .published_a_quote {
- 893. - cursor: pointer;
- 894. - /* background: #E9EDF1;*/
- 895. - }
- 896. - .published_a_quote .published_by_wrap {
- 897. - margin-bottom: 1px;
- 898. - }
- 899. - /*.wall_module .published_a_quote:hover .published_by_date {
- 900. - color: #8795a5;
- 901. - }*/
- 902. - .wall_signed {
- 903. - margin-top: 5px;
- 904. - padding: 0px;
- 905. - background: none;
- 906. - }
- 907. - .wall_signed_by {
- 908. - padding: 0px 15px;
- 909. - background: url(/images/icons/mono_iconset.gif?8) left 1px no-repeat;
- 910. - }
- 911. - .is_rtl1 .wall_signed_by {
- 912. - background-position: right 1px;
- 913. - }
- 914. -
- 915. - .wall_module #submit_post_box {
- 916. - padding: 8px;
- 917. - background: #F1F1F1;
- 918. - position: relative;
- 919. - }
- 920. - .wall_module #submit_post_box textarea {
- 921. - overflow: hidden;
- 922. - outline: none;
- 923. - width: 372px;
- 924. - height: 14px;
- 925. - resize: none;
- 926. - }
- 927. - .wide_wall_module #submit_post_box textarea {
- 928. - width: 568px;
- 929. - }
- 930. - .wall_module #submit_post {
- 931. - display: none;
- 932. - padding-top: 8px;
- 933. - }
- 934. - .wall_module #submit_post .progress.fl_r {
- 935. - margin: 6px 8px 0px;
- 936. - }
- 937. - .wall_module #submit_post .checkbox,
- 938. - .wall_module #submit_post .checkbox_pic {
- 939. - margin: 6px 0 0px 10px;
- 940. - }
- 941. - .wall_module td {
- 942. - vertical-align: top;
- 943. - }
- 944. - .wall_module .online {
- 945. - display: block;
- 946. - width: 50px;
- 947. - text-align: center;
- 948. - padding-top: 5px;
- 949. - color: #AAA;
- 950. - white-space: nowrap;
- 951. - }
- 952. -
- 953. - .wall_post_over .wall_post_text,
- 954. - .wall_post_over .post_media,
- 955. - .wall_post_over .explain,
- 956. - .wall_post_over .group_share,
- 957. - .wall_post_over .group_checkin,
- 958. - .wall_post_over .public_share,
- 959. - .wall_post_over .event_share,
- 960. - .wall_post_over .reply_link_wrap {
- 961. - cursor: pointer;
- 962. - }
- 963. -
- 964. - .wall_post_text,
- 965. - .wall_reply_text {
- 966. - padding-top: 2px;
- 967. - line-height: 140%;
- 968. - }
- 969. - .font_medium .wall_post_text,
- 970. - .font_medium .wall_reply_text {
- 971. - line-height: 140%;
- 972. - }
- 973. - .wall_post_text {
- 974. - width: 320px;
- 975. - overflow: hidden;
- 976. - word-wrap: break-word;
- 977. - }
- 978. - .published_by_quote .wall_post_text {
- 979. - width: 310px;
- 980. - }
- 981. - .page_description {
- 982. - cursor: pointer;
- 983. - }
- 984. - .wall_post_more,
- 985. - .wall_reply_more,
- 986. - .wall_copy_more,
- 987. - .wall_module .reply_show_whole {
- 988. - position: relative;
- 989. - top: 2px;
- 990. - font-weight: bold;
- 991. - color: #91A4B8;
- 992. - -webkit-transition: color 200ms linear;
- 993. - -moz-transition: color 200ms linear;
- 994. - -o-transition: color 200ms linear;
- 995. - transition: color 200ms linear;
- 996. - }
- 997. - .wall_post_text:hover .wall_post_more,
- 998. - .wall_reply_text:hover .wall_reply_more,
- 999. - .page_description:hover .wall_post_more,
- 1000. - .wall_post_more:hover,
- 1001. - .wall_reply_more:hover,
- 1002. - .published_a_quote:hover .wall_copy_more {
- 1003. - color: #45688E;
- 1004. - text-decoration: none;
- 1005. - }
- 1006. - .wall_text {
- 1007. - width: 337px;
- 1008. - padding: 5px 0px 0px 4px;
- 1009. - margin-left: -4px;
- 1010. - white-space: break-word;
- 1011. - -o-text-overflow: ellipsis;
- 1012. - text-overflow: ellipsis;
- 1013. - position: relative;
- 1014. - }
- 1015. - .is_rtl1 .wall_text {
- 1016. - padding: 5px 4px 0px 0px;
- 1017. - margin-left: 0px;
- 1018. - margin-right: -4px;
- 1019. - }
- 1020. - .wall_text_name {
- 1021. - width: 305px;
- 1022. - overflow: hidden;
- 1023. - }
- 1024. - .published_by_quote .wall_text {
- 1025. - width: 320px;
- 1026. - }
- 1027. - .wall_text .explain {
- 1028. - color: #777;
- 1029. - line-height: 140%;
- 1030. - }
- 1031. - .wall_module .audio {
- 1032. - margin-left: -4px
- 1033. - }
- 1034. - .is_rtl1 .wall_module .audio {
- 1035. - margin-left: 0px;
- 1036. - margin-right: -4px;
- 1037. - }
- 1038. - .wall_module .audio .info {
- 1039. - width: 100%;
- 1040. - }
- 1041. -
- 1042. - /* Likes */
- 1043. - .wall_module .like_wrap {
- 1044. - margin: 4px 1px 8px;
- 1045. - color: #2F5879;
- 1046. - font-size: 10px;
- 1047. - cursor: pointer;
- 1048. - }
- 1049. - .font_medium .wall_module .like_wrap {
- 1050. - font-size: 11px;
- 1051. - }
- 1052. - .wall_module .reply .like_wrap {
- 1053. - margin: 0 1px 0 0;
- 1054. - }
- 1055. - .fw_reply .like_wrap {
- 1056. - margin: 0 1px 0 0;
- 1057. - color: #2F5879;
- 1058. - font-size: 11px;
- 1059. - cursor: pointer;
- 1060. - }
- 1061. - .font_medium .fw_reply .like_wrap {
- 1062. - font-size: 12px;
- 1063. - }
- 1064. -
- 1065. - .wall_module .like_link,
- 1066. - .wall_module .no_likes {
- 1067. - visibility: hidden;
- 1068. - opacity: 0;
- 1069. - filter: alpha(opacity=0);
- 1070. - }
- 1071. - .fw_reply .like_link,
- 1072. - .wall_module .review_comment .like_link {
- 1073. - cursor: pointer;
- 1074. - color: #2F5879;
- 1075. - visibility: visible;
- 1076. - opacity: 1;
- 1077. - filter: none;
- 1078. - }
- 1079. -
- 1080. - .wall_module .one .like_link {
- 1081. - visibility: visible;
- 1082. - opacity: 1;
- 1083. - filter: none;
- 1084. - }
- 1085. - .wall_module .one .no_likes {
- 1086. - visibility: visible;
- 1087. - }
- 1088. - .wall_module .like_wrap i,
- 1089. - .fw_reply .like_wrap i {
- 1090. - background: url(/images/icons/like.gif?2) no-repeat 1px 0px;
- 1091. - height: 10px;
- 1092. - margin: 2px 2px 0px;
- 1093. - padding-right: 1px;
- 1094. - opacity: 0.4;
- 1095. - filter: alpha(opacity=40);
- 1096. - width: 11px;
- 1097. - }
- 1098. - .wide_wall_module .like_wrap i,
- 1099. - .wide_wall_module .fw_reply .like_wrap i,
- 1100. - #fw_post_wrap .fw_reply .like_wrap i {
- 1101. - display: block;
- 1102. - margin-top: 3px;
- 1103. - }
- 1104. -
- 1105. - .wall_module .like_wrap i.my_like,
- 1106. - .fw_reply .like_wrap i.my_like {
- 1107. - opacity: 1;
- 1108. - filter: none;
- 1109. - }
- 1110. - .wall_module .like_wrap i.no_likes {
- 1111. - margin-right: 0px;
- 1112. - }
- 1113. - .wall_module .like_count,
- 1114. - .fw_reply .like_count {
- 1115. - font-weight: bold;
- 1116. - color: #7295b2;
- 1117. - }
- 1118. - .wall_module .like_count {
- 1119. - margin-right: 3px;
- 1120. - }
- 1121. -
- 1122. - /* Replies */
- 1123. - .wall_module .reply_link_wrap {
- 1124. - padding-top: 4px;
- 1125. - padding-bottom: 8px;
- 1126. - font-size: 10px;
- 1127. - }
- 1128. - .font_medium .wall_module .reply_link_wrap {
- 1129. - font-size: 11px;
- 1130. - }
- 1131. - .wall_module .reply_link_wrap small, .wall_module .reply_link_wrap small a {
- 1132. - color: #999;
- 1133. - }
- 1134. - a.reply_parent_link,
- 1135. - .wall_module .reply_link_wrap small a.reply_parent_link {
- 1136. - color: #2B587A;
- 1137. - }
- 1138. -
- 1139. - /* Replies header link */
- 1140. - .wrh_text {
- 1141. - text-align: center;
- 1142. - }
- 1143. - .wrh_prg {
- 1144. - margin: 0px auto;
- 1145. - }
- 1146. - .wr_header {
- 1147. - display: block;
- 1148. - cursor: pointer;
- 1149. - color: #6A7989;
- 1150. - background: #E9EDF1;
- 1151. - height: 13px;
- 1152. - padding: 9px 0px 8px;
- 1153. - }
- 1154. - .wr_header:hover {
- 1155. - text-decoration: none;
- 1156. - }
- 1157. - .wrh_all {
- 1158. - background: #FFF;
- 1159. - color: #777;
- 1160. - }
- 1161. - .wrh_all:hover {
- 1162. - background: #E9EDF1;
- 1163. - color: #6A7989;
- 1164. - }
- 1165. - .wd_lnk {
- 1166. - color: #999;
- 1167. - }
- 1168. - .wall_module .replies_wrap {
- 1169. - padding-top: 2px;
- 1170. - margin-bottom: 6px;
- 1171. - position: relative;
- 1172. - }
- 1173. - /* Reply */
- 1174. - .wall_module .reply {
- 1175. - background: #FFF;
- 1176. - border-top: 1px solid #E9EDF1;
- 1177. - padding: 6px 0px;
- 1178. - position: relative;
- 1179. - }
- 1180. - .wall_module .reply .delete_post {
- 1181. - padding-top: 2px;
- 1182. - }
- 1183. - .wall_module a.reply_image {
- 1184. - width: 32px;
- 1185. - height: 32px;
- 1186. - margin: 8px 0 2px;
- 1187. - display: block;
- 1188. - overflow: hidden;
- 1189. - position: absolute;
- 1190. - top: 0;
- 1191. - *left: 0;
- 1192. - }
- 1193. - .wall_module img.reply_image {
- 1194. - width: 32px;
- 1195. - height: 32px;
- 1196. - }
- 1197. - .wall_module .reply .author {
- 1198. - padding-right: 3px;
- 1199. - font-weight: normal;
- 1200. - }
- 1201. - .wall_module .wall_reply_text {
- 1202. - word-wrap: break-word;
- 1203. - overflow: hidden;
- 1204. - width: 298px;
- 1205. - }
- 1206. - .wall_module .reply_info {
- 1207. - margin-left: 39px;
- 1208. - *position: relative;
- 1209. - width: 298px;
- 1210. - white-space: break-word;
- 1211. - min-height: 33px;
- 1212. - }
- 1213. - .wall_module .bp_post .like_link,
- 1214. - .wall_module .reply_info .like_link,
- 1215. - .wall_module .pv_comment .like_link,
- 1216. - .wall_module .mv_comment .like_link {
- 1217. - cursor: pointer;
- 1218. - color: #2F5879;
- 1219. - visibility: visible;
- 1220. - opacity: 0;
- 1221. - filter:alpha(opacity=0);
- 1222. - }
- 1223. - .wall_module .bp_post .like_wrap {
- 1224. - margin: 0px 1px;
- 1225. - }
- 1226. - #photos_container .pv_comment .like_link {
- 1227. - opacity: 1;
- 1228. - filter:none;
- 1229. - }
- 1230. - .wall_module .info_footer {
- 1231. - font-size: 10px;
- 1232. - color: #999;
- 1233. - padding: 4px 0 0;
- 1234. - }
- 1235. - .font_medium .wall_module .info_footer {
- 1236. - font-size: 11px;
- 1237. - }
- 1238. - .wall_module .reply_to {
- 1239. - color: #999;
- 1240. - }
- 1241. - /* Reply form */
- 1242. - .wall_module .reply_fakebox_wrap {
- 1243. - background: #F1F1F1;
- 1244. - padding: 6px;
- 1245. - }
- 1246. - .wall_module .reply_fakebox {
- 1247. - cursor: text;
- 1248. - background: #FFF;
- 1249. - border: 1px solid #C0CAD5;
- 1250. - padding: 3px 5px;
- 1251. - color: #777;
- 1252. - }
- 1253. -
- 1254. - .wall_module .reply_box {
- 1255. - background: #F1F1F1;
- 1256. - padding: 6px;
- 1257. - *position: relative;
- 1258. - clear: both;
- 1259. - }
- 1260. - .wall_module a.reply_form_image {
- 1261. - display: none;
- 1262. - width: 32px;
- 1263. - height: 32px;
- 1264. - overflow: hidden;
- 1265. - position: absolute;
- 1266. - *left: 6px;
- 1267. - }
- 1268. - .wall_module .reply_form_img {
- 1269. - width: 32px;
- 1270. - height: 32px;
- 1271. - }
- 1272. - .wall_module .reply_form {
- 1273. - zoom: 1;
- 1274. - }
- 1275. - .reply_field_wrap {
- 1276. - padding: 3px;
- 1277. - background: #FFF;
- 1278. - border: 1px solid #C0CAD5;
- 1279. - *position: relative;
- 1280. - }
- 1281. - .reply_field {
- 1282. - padding: 0;
- 1283. - border: 0;
- 1284. - overflow: hidden;
- 1285. - height: 14px;
- 1286. - outline: 0;
- 1287. - margin: 0px;
- 1288. - width: 100%;
- 1289. - resize: none;
- 1290. - height: 14px;
- 1291. - }
- 1292. - .reply_field_tail {
- 1293. - display: none;
- 1294. - width: 5px;
- 1295. - height: 9px;
- 1296. - background: url(/images/icons/feedback_iconset.gif?4) 0 -155px no-repeat;
- 1297. - position: absolute;
- 1298. - margin-left: -8px;
- 1299. - margin-top: 8px;
- 1300. - }
- 1301. - .wall_module .submit_reply {
- 1302. - display: none;
- 1303. - height: 25px;
- 1304. - }
- 1305. - .wall_module .reply_as_group_wrap {
- 1306. - padding: 6px 0 0 5px;
- 1307. - display: none;
- 1308. - }
- 1309. - .wall_module .reply_as_group_active {
- 1310. - display: block;
- 1311. - }
- 1312. - .reply_as_group_long,
- 1313. - .wide_wall_module .reply_as_group_short {
- 1314. - display: none;
- 1315. - }
- 1316. - .wide_wall_module .reply_as_group_long {
- 1317. - display: inline;
- 1318. - }
- 1319. - .reply_button_wrap {
- 1320. - padding-right: 5px;
- 1321. - zoom: 1;
- 1322. - *position: relative;
- 1323. - }
- 1324. - .wall_module .reply_button_wrap button {
- 1325. - padding: 5px 16px;
- 1326. - }
- 1327. -
- 1328. - .reply_box_open .reply_field {
- 1329. - height: 24px;
- 1330. - }
- 1331. - .wall_module .reply_box_open .reply_form {
- 1332. - margin-left: 38px;
- 1333. - }
- 1334. - .wall_module .reply_hint {
- 1335. - padding: 6px 0 0px 5px;
- 1336. - overflow: hidden;
- 1337. - -o-text-overflow: ellipsis;
- 1338. - text-overflow: ellipsis;
- 1339. - position: relative;
- 1340. - }
- 1341. - .wall_module .reply_hint_text {
- 1342. - color: #777;
- 1343. - cursor: default;
- 1344. - white-space: nowrap;
- 1345. - overflow: hidden;
- 1346. - -o-text-overflow: ellipsis;
- 1347. - text-overflow: ellipsis;
- 1348. - }
- 1349. - .wall_module .reply_box_open .reply_box {
- 1350. - margin-left: -6px;
- 1351. - }
- 1352. - .wall_module .reply_to_title {
- 1353. - display: none;
- 1354. - padding: 6px 5px 0px;
- 1355. - white-space: nowrap;
- 1356. - overflow: hidden;
- 1357. - -o-text-overflow: ellipsis;
- 1358. - text-overflow: ellipsis;
- 1359. - }
- 1360. -
- 1361. - .reply_multiline_tt_point {
- 1362. - position: absolute;
- 1363. - width: 1px;
- 1364. - height: 1px;
- 1365. - }
- 1366. - .wall_module .reply_box_open .replies_wrap,
- 1367. - .wall_module .reply_box_open .submit_reply,
- 1368. - .wall_module .reply_box_open a.reply_form_image,
- 1369. - .reply_box_open .reply_field_tail {
- 1370. - display: block;
- 1371. - }
- 1372. - .wall_module .reply_box_open .reply_link {
- 1373. - display: none;
- 1374. - }
- 1375. - .wall_module #post_warn,
- 1376. - .wall_module .reply_warn,
- 1377. - #like_repost_comment_warn {
- 1378. - display: none;
- 1379. - padding-top: 5px;
- 1380. - color: #777;
- 1381. - }
- 1382. - .wall_module .reply_warn {
- 1383. - padding: 0 0 7px;
- 1384. - }
- 1385. - #wl_reply_form .reply_warn {
- 1386. - padding-top: 0px;
- 1387. - padding-bottom: 12px;
- 1388. - }
- 1389. - .wall_module .reply_box .reply_warn {
- 1390. - padding-top: 0;
- 1391. - padding-bottom: 5px;
- 1392. - }
- 1393. - .wall_module #submit_post_error {
- 1394. - display: none;
- 1395. - margin-bottom: 10px;
- 1396. - padding: 5px 10px;
- 1397. - }
- 1398. - /* Reply submit hint */
- 1399. - .reply_submit_hint_wrap {
- 1400. - width: 210px;
- 1401. - /*height: 110px;*/
- 1402. - padding: 8px 5px 8px;
- 1403. - }
- 1404. - .reply_submit_hint_title {
- 1405. - color: #2A5779;
- 1406. - font-weight: bold;
- 1407. - padding-bottom: 2px;
- 1408. - }
- 1409. - #reply_submit_hint_opts .radiobtn {
- 1410. - color: #000;
- 1411. - padding: 10px 0 5px 19px;
- 1412. - line-height: 160%;
- 1413. - position: relative;
- 1414. - }
- 1415. - #reply_submit_hint_opts .radiobtn div {
- 1416. - position: absolute;
- 1417. - left: 0;
- 1418. - top: 12px;
- 1419. - }
- 1420. - .reply_multiline_tt .side_sh {
- 1421. - display: table-cell !important;
- 1422. - }
- 1423. - .reply_submit_tail_wrap {
- 1424. - left: 233px;
- 1425. - position: absolute;
- 1426. - bottom: 18px;
- 1427. - z-index: 2001;
- 1428. - }
- 1429. - .reply_submit_tail {
- 1430. - background: url(/images/ddtooltip.png) -8px 0 no-repeat;
- 1431. - width: 8px;
- 1432. - height: 11px;
- 1433. - }
- 1434. -
- 1435. - /* Post media */
- 1436. - .wall_module .post_media {
- 1437. - padding: 6px 0px 4px;
- 1438. - width: 338px;
- 1439. - overflow: hidden;
- 1440. - }
- 1441. - .wall_module .reply_text .post_media {
- 1442. - width: 298px;
- 1443. - }
- 1444. - .wall_module .reply_text .audio .title_wrap {
- 1445. - width: 220px;
- 1446. - }
- 1447. - .wall_module .published_by_quote .post_media {
- 1448. - width: 326px;
- 1449. - }
- 1450. - .wall_module .post_media.post_audio {
- 1451. - padding: 2px 0px 0px 4px;
- 1452. - margin-left: -4px;
- 1453. - width: auto !important;
- 1454. - }
- 1455. - .wall_module .post_media.wall_audio {
- 1456. - padding: 6px 0px 0px 4px;
- 1457. - margin-left: -4px;
- 1458. - width: auto !important;
- 1459. - }
- 1460. - .wall_module .page_media_thumb {
- 1461. - height: 98px;
- 1462. - max-width: 130px;
- 1463. - *width: 130px;
- 1464. - overflow: hidden;
- 1465. - margin: 0 6px 6px 0;
- 1466. - }
- 1467. - .wall_module .page_media_graffiti {
- 1468. - width: 196px;
- 1469. - max-width: 196px;
- 1470. - }
- 1471. - .wall_module .graffiti img {
- 1472. - width: auto;
- 1473. - }
- 1474. - .wall_module .photo {
- 1475. - display: block;
- 1476. - }
- 1477. - .wall_module .photo:hover {
- 1478. - text-decoration: none;
- 1479. - }
- 1480. - .wall_module .photo img {
- 1481. - vertical-align: top;
- 1482. - max-height: 98px;
- 1483. - overflow: hidden;
- 1484. - }
- 1485. - .wall_module .page_media_full_photo,
- 1486. - .wall_module .page_media_full_video,
- 1487. - .wall_module .page_media_full_graffiti {
- 1488. - max-width: 520px;
- 1489. - max-height: 520px;
- 1490. - height: auto;
- 1491. - float: none;
- 1492. - margin: 0;
- 1493. - *width: auto;
- 1494. - padding: 20px 0 10px;
- 1495. - }
- 1496. - .wall_module .post_full_thumbs .page_media_thumb1 {
- 1497. - padding-top: 10px;
- 1498. - }
- 1499. - .wall_module .page_media_full_photo img,
- 1500. - .wall_module .page_media_full_graffiti img {
- 1501. - max-width: 520px;
- 1502. - max-height: 520px;
- 1503. - width: auto;
- 1504. - height: auto;
- 1505. - *height: 500px;
- 1506. - }
- 1507. - .post_media .audio .actions {
- 1508. - visibility: hidden;
- 1509. - }
- 1510. - .post_media .audio .actions a {
- 1511. - display: block;
- 1512. - padding: 6px;
- 1513. - }
- 1514. - .post_media .audio.over .actions {
- 1515. - visibility: visible;
- 1516. - background-color: #EDF1F5;
- 1517. - }
- 1518. -
- 1519. -
- 1520. - /* Single photo */
- 1521. - .wall_module .post_thumbs_num1 .page_media_thumb1,
- 1522. - .wall_module .post_thumbs_num3 .page_media_thumb1,
- 1523. - .wall_module .post_thumbs_num4 .page_media_thumb1,
- 1524. - .wall_module .post_thumbs_num2 .page_media_thumb1,
- 1525. - .wall_module .post_thumbs_num2 .page_media_thumb2 {
- 1526. - max-width: 320px;
- 1527. - max-height: 306px;
- 1528. - height: auto;
- 1529. - float: left;
- 1530. - *width: auto;
- 1531. - }
- 1532. - .wall_module .post_thumbs_num1 .page_media_thumb1 img,
- 1533. - .wall_module .post_thumbs_num3 .page_media_thumb1 img,
- 1534. - .wall_module .post_thumbs_num4 .page_media_thumb1 img,
- 1535. - .wall_module .post_thumbs_num2 .page_media_thumb1 img,
- 1536. - .wall_module .post_thumbs_num2 .page_media_thumb2 img {
- 1537. - max-width: 320px;
- 1538. - max-height: 306px;
- 1539. - width: auto;
- 1540. - height: auto;
- 1541. - *height: 200px;
- 1542. - }
- 1543. - .wall_module .post_thumbs_num1 .page_media_video {
- 1544. - max-width: 320px;
- 1545. - max-height: 240px;
- 1546. - }
- 1547. - .wall_module .post_thumbs_num1 .page_media_video .video img {
- 1548. - max-width: 320px;
- 1549. - max-height: 240px;
- 1550. - width: 320px;
- 1551. - height: 240px;
- 1552. - }
- 1553. -
- 1554. - /* Wide wall changes */
- 1555. - .wide_wall_module .post_thumbs_num1 .page_media_thumb1,
- 1556. - .wide_wall_module .post_thumbs_num3 .page_media_thumb1,
- 1557. - .wide_wall_module .post_thumbs_num4 .page_media_thumb1 {
- 1558. - max-width: 537px;
- 1559. - }
- 1560. - .wide_wall_module .post_thumbs_num1 .page_media_thumb1 img,
- 1561. - .wide_wall_module .post_thumbs_num3 .page_media_thumb1 img,
- 1562. - .wide_wall_module .post_thumbs_num4 .page_media_thumb1 img {
- 1563. - max-width: 537px;
- 1564. - }
- 1565. - .wide_wall_module .post_thumbs_num2 .page_media_thumb1,
- 1566. - .wide_wall_module .post_thumbs_num2 .page_media_thumb2 {
- 1567. - max-width: 240px;
- 1568. - }
- 1569. - .wide_wall_module .post_thumbs_num2 .page_media_thumb1 img,
- 1570. - .wide_wall_module .post_thumbs_num2 .page_media_thumb2 img {
- 1571. - max-width: 240px;
- 1572. - }
- 1573. - .wide_wall_module .audio .title_wrap {
- 1574. - width: 430px;
- 1575. - }
- 1576. - .wide_wall_module .audio .title_wrap b {
- 1577. - max-width: 310px;
- 1578. - }
- 1579. - .wide_wall_module .published_by_quote .audio .title_wrap {
- 1580. - width: 415px;
- 1581. - }
- 1582. - .wide_wall_module .published_by_quote .audio .title_wrap b {
- 1583. - max-width: 290px;
- 1584. - }
- 1585. - .wide_wall_module .reply_table .audio .title_wrap {
- 1586. - width: 400px;
- 1587. - }
- 1588. - .wide_wall_module .reply_table .audio .title_wrap b {
- 1589. - max-width: 280px;
- 1590. - }
- 1591. -
- 1592. - /* Inline view video */
- 1593. - .wide_wall_module .post_thumbs_num1 .page_media_video .video div,
- 1594. - .wall_module .page_media_full_video .video div {
- 1595. - bottom: 10px;
- 1596. - font-size: 11px;
- 1597. - }
- 1598. - .font_medium .wide_wall_module .post_thumbs_num1 .page_media_video .video div,
- 1599. - .font_medium .wall_module .page_media_full_video .video div {
- 1600. - font-size: 12px;
- 1601. - }
- 1602. - .wall_module .post_thumbs_num1 .page_media_thumb1 {
- 1603. - margin: 0;
- 1604. - }
- 1605. - .wall_module .page_media_full_video {
- 1606. - padding-bottom: 0;
- 1607. - }
- 1608. - .wide_wall_module .post_thumbs_num1 .page_media_video,
- 1609. - .wall_module .page_media_full_video {
- 1610. - max-width: 480px;
- 1611. - max-height: 360px;
- 1612. - }
- 1613. - .wide_wall_module .post_thumbs_num1 .page_media_video .video img,
- 1614. - .wall_module .page_media_full_video .video img {
- 1615. - max-width: 480px;
- 1616. - max-height: 360px;
- 1617. - width: 480px;
- 1618. - height: 360px;
- 1619. - }
- 1620. - .wall_module .page_media_video .video div.video_play_inline,
- 1621. - .wall_module .page_media_full_video .video div.video_play_inline {
- 1622. - left: 137px;
- 1623. - top: 97px;
- 1624. - position: absolute;
- 1625. - z-index: 10;
- 1626. - background: url(/images/inline_video_play.png) no-repeat;
- 1627. - width: 46px;
- 1628. - height: 46px;
- 1629. - }
- 1630. - .wide_wall_module .page_media_video .video div.video_play_inline,
- 1631. - .wall_module .page_media_full_video .video div.video_play_inline {
- 1632. - left: 225px;
- 1633. - top: 165px;
- 1634. - }
- 1635. - .wall_module .video div.page_video_play_live {
- 1636. - left: 80px;
- 1637. - top: 97px;
- 1638. - position: absolute;
- 1639. - z-index: 10;
- 1640. - background: url(/images/inline_video_small_play.png) right no-repeat;
- 1641. - background-color: rgba(0,0,0,0.5);
- 1642. - width: 100px;
- 1643. - height: 14px;
- 1644. - color: #FFFFFF;
- 1645. - font-weight: bold;
- 1646. - border-radius: 10px;
- 1647. - padding: 16px 40px 16px 20px;
- 1648. - font-size: 13px !important;
- 1649. - font-size: 13px;
- 1650. - line-height: 100%;
- 1651. - }
- 1652. - .font_medium .wall_module .video div.page_video_play_live {
- 1653. - font-size: 13px;
- 1654. - }
- 1655. -
- 1656. - .wide_wall_module .video div.page_video_play_live,
- 1657. - .wall_module .page_media_full_video div.page_video_play_live {
- 1658. - left: 160px;
- 1659. - top: 165px;
- 1660. - }
- 1661. - .wide_wall_module .page_media_video .video div.video_play_inline_loading,
- 1662. - .wall_module .page_media_full_video .video div.video_play_inline_loading {
- 1663. - background: url(/images/upload_inv_mono.gif) no-repeat 50% 50%;
- 1664. - width: 100px;
- 1665. - background-color: #000;
- 1666. - background-color: rgba(0, 0, 0, 0.7);
- 1667. - *filter: alpha(opacity=70);
- 1668. -
- 1669. - -webkit-border-radius: 5px;
- 1670. - -khtml-border-radius: 5px;
- 1671. - -moz-border-radius: 5px;
- 1672. - border-radius: 5px;
- 1673. -
- 1674. - margin: -2px 0 0 -27px;
- 1675. - }
- 1676. -
- 1677. - /* Thumbed links */
- 1678. - .wall_module .page_media_thumbed_link {
- 1679. - display: block;
- 1680. - margin: 5px 0 5px 3px;
- 1681. - border-left: 2px solid #C3D1E0;
- 1682. - padding: 0 5px;
- 1683. - overflow: hidden;
- 1684. - }
- 1685. - .wall_module a.page_media_thumbed_link {
- 1686. - cursor: pointer !important;
- 1687. - }
- 1688. - .wall_module a.page_media_thumbed_link:hover {
- 1689. - background: #E1E7ED;
- 1690. - cursor: pointer;
- 1691. - margin: 0;
- 1692. - border: 0;
- 1693. - padding: 5px 5px 5px 10px;
- 1694. - }
- 1695. - .wall_module td.page_media_link_thumb {
- 1696. - cursor: pointer;
- 1697. - background-position: 50% 50%;
- 1698. - background-repeat: no-repeat;
- 1699. - }
- 1700. - .wall_module a.page_media_link_thumb,
- 1701. - .wall_module i.page_media_link_thumb {
- 1702. - display: block;
- 1703. - width: 100px;
- 1704. - overflow: hidden;
- 1705. - line-height: 0;
- 1706. - min-height: 63px;
- 1707. - height: 100%;
- 1708. - *height: 63px;
- 1709. - }
- 1710. - .wall_module a.page_media_link_thumb:hover {
- 1711. - text-decoration: none;
- 1712. - }
- 1713. - .wall_module div.page_media_link_desc_wrap {
- 1714. - padding-left: 10px;
- 1715. - line-height: 15px;
- 1716. - min-height: 63px;
- 1717. - max-height: 7.1em;
- 1718. - overflow: hidden;
- 1719. - -o-text-overflow: ellipsis;
- 1720. - text-overflow: ellipsis;
- 1721. - }
- 1722. - .font_medium .wall_module div.page_media_link_desc_wrap {
- 1723. - line-height: 16px;
- 1724. - max-height: 7.1em;
- 1725. - }
- 1726. - .wall_module div.page_media_no_photo {
- 1727. - padding-left: 0px;
- 1728. - }
- 1729. - .wall_module div.page_media_link_wpreview_desc {
- 1730. - min-height: 48px;
- 1731. - }
- 1732. - .wall_module a.page_media_link_title,
- 1733. - .wall_module span.page_media_link_title {
- 1734. - font-weight: bold;
- 1735. - }
- 1736. - .wall_module div.page_media_link_desc {
- 1737. - color: #000;
- 1738. - padding-top: 3px;
- 1739. - }
- 1740. - .wall_module .wall_postlink_preview_btn {
- 1741. - padding: 7px 10px 0;
- 1742. - }
- 1743. - .wall_module .page_media_thumbed_link_no_photo .wall_postlink_preview_btn {
- 1744. - padding: 7px 0 0;
- 1745. - }
- 1746. - .wall_postlink_preview_disabler {
- 1747. - display: none;
- 1748. - }
- 1749. - .wall_postlink_preview_btn_disabled .wall_postlink_preview_disabler {
- 1750. - display: block;
- 1751. - width: 122px;
- 1752. - background: #bbcada;
- 1753. - background: rgba(255, 255, 255, 0.5);
- 1754. - color: #FFF;
- 1755. - padding: 6px 0;
- 1756. - text-align: center;
- 1757. - position: absolute;
- 1758. - height: 15px;
- 1759. - z-index: 10;
- 1760. - margin: 0 auto;
- 1761. - }
- 1762. - .wall_postlink_preview_btn .button_blue {
- 1763. - width: 120px;
- 1764. - }
- 1765. - .wall_postlink_preview_btn button {
- 1766. - width: 120px;
- 1767. - }
- 1768. - .wall_postlink_preview_btn_disabled .wall_postlink_preview_btn_label {
- 1769. - visibility: hidden;
- 1770. - }
- 1771. - .post_media_link_preview_loading {
- 1772. - color: #777;
- 1773. - display: none;
- 1774. - }
- 1775. - .wall_postlink_preview_btn_disabled .post_media_link_preview_loading {
- 1776. - display: inline;
- 1777. - }
- 1778. - .wall_postlink_preview_btn_disabled .post_media_link_preview {
- 1779. - display: none;
- 1780. - }
- 1781. -
- 1782. - .post_media_link_preview_wrap .button_blue {
- 1783. - margin: -4px 0 0 10px;
- 1784. - }
- 1785. - .post_media_link_preview_wrap button {
- 1786. - padding: 4px 10px;
- 1787. - vertical-align: baseline;
- 1788. - }
- 1789. -
- 1790. - .post_media_link_preview_wrap .post_media_link_preview_disabler {
- 1791. - display: none;
- 1792. - }
- 1793. - .post_media_link_preview_wrap .wall_postlink_preview_btn_disabled .post_media_link_preview_disabler {
- 1794. - cursor: default;
- 1795. - display: block;
- 1796. - border: 1px solid #4E6F93;
- 1797. - border-top-color: #517295;
- 1798. - background: #7d99b8;
- 1799. - background: rgba(93, 128, 167, 0.8);
- 1800. -
- 1801. - color: #FFF;
- 1802. - text-shadow: 0 1px 0 #45688E;
- 1803. - padding: 2px 9px;
- 1804. - margin: -3px 0 0 10px;
- 1805. -
- 1806. - -webkit-border-radius: 2px;
- 1807. - -khtml-border-radius: 2px;
- 1808. - -moz-border-radius: 2px;
- 1809. - border-radius: 2px;
- 1810. - }
- 1811. - .post_media_link_preview_wrap .wall_postlink_preview_btn_disabled .button_blue {
- 1812. - display: none;
- 1813. - }
- 1814. -
- 1815. - .page_media_caption {
- 1816. - padding: 1px 0 5px;
- 1817. - line-height: 160%;
- 1818. - }
- 1819. - span.post_video_title {
- 1820. - font-weight: bold;
- 1821. - }
- 1822. - span.post_video_duration {
- 1823. - font-weight: bold;
- 1824. - color: #000;
- 1825. - }
- 1826. - .wall_module .video {
- 1827. - display: block;
- 1828. - position: relative;
- 1829. - }
- 1830. - .wall_module .video:hover {
- 1831. - text-decoration: none;
- 1832. - }
- 1833. - .wall_module .video img {
- 1834. - height: 98px;
- 1835. - vertical-align: top;
- 1836. - }
- 1837. - .wall_module .app img.icon {
- 1838. - padding: 4px 5px 0px 0px;
- 1839. - vertical-align: bottom;
- 1840. - }
- 1841. - .wall_module .app img.thumb {
- 1842. - max-width: 75px;
- 1843. - max-height: 75px;
- 1844. - margin: 3px 6px 3px 0px;
- 1845. - vertical-align: middle;
- 1846. - }
- 1847. - .wall_module .post_single_thumb_media .page_media_graffiti {
- 1848. - height: 100px;
- 1849. - width: 200px;
- 1850. - max-width: 200px;
- 1851. - }
- 1852. - .wall_module .post_single_thumb_media .page_media_graffiti img {
- 1853. - width: 200px;
- 1854. - height: 100px;
- 1855. - }
- 1856. -
- 1857. - /* Mentions */
- 1858. - .wall_module .mention_rich_ta {
- 1859. - background: #FFF;
- 1860. - color: #000;
- 1861. - padding: 3px;
- 1862. - border: 1px solid #C0CAD5;
- 1863. - outline: none;
- 1864. - overflow-x: hidden;
- 1865. - line-height: normal;
- 1866. - }
- 1867. - .wall_module .mini_editor_cont {
- 1868. - display: none;
- 1869. - position: relative;
- 1870. - z-index: 100;
- 1871. - }
- 1872. - .wall_module .mention_rich_ta a {
- 1873. - color: #2B587A !important;
- 1874. - cursor: text !important;
- 1875. - text-decoration: none !important;
- 1876. - }
- 1877. - .wall_module .mention_rich_ta p {
- 1878. - font-family: tahoma, verdana, arial, sans-serif, Lucida Sans;
- 1879. - font-size: 11px;
- 1880. - padding: 0px;
- 1881. - margin: 0;
- 1882. - line-height: normal;
- 1883. - }
- 1884. - .big_wall_post #submit_post_box textarea,
- 1885. - .big_wall_post .mention_rich_ta,
- 1886. - .wall_module .mention_rich_ta p {
- 1887. - font-size: 13px !important;
- 1888. - line-height: 150% !important;
- 1889. - }
- 1890. - .font_medium .wall_module .mention_rich_ta p {
- 1891. - font-size: 12px;
- 1892. - }
- 1893. -
- 1894. - .big_wall_post #submit_post_box textarea::-webkit-input-placeholder { color:#FFF; }
- 1895. - .big_wall_post #submit_post_box textarea::-moz-placeholder { color:#FFF; }
- 1896. -
- 1897. - .wall_module .mini_editor_cont .selector_container .result_list {
- 1898. - display: none;
- 1899. - }
- 1900. - #page_add_media {
- 1901. - padding: 6px 9px 0px;
- 1902. - }
- 1903. - .add_media_lnk {
- 1904. - cursor: default;
- 1905. - color: #2B587A;
- 1906. - }
- 1907. - #page_no_wall,
- 1908. - #page_no_suggests {
- 1909. - padding: 30px 15px;
- 1910. - font-size: 1.09em;
- 1911. - color: #777;
- 1912. - text-align: center;
- 1913. - }
- 1914. -
- 1915. - .add_media_rows {
- 1916. - -webkit-border-radius: 2px;
- 1917. - -khtml-border-radius: 2px;
- 1918. - -moz-border-radius: 2px;
- 1919. - border-radius: 2px;
- 1920. - -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
- 1921. - -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
- 1922. - box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
- 1923. - background: #FFF;
- 1924. - border: 1px solid #B2BDCA;
- 1925. - position: static;
- 1926. - margin: 0px -20px;
- 1927. - }
- 1928. - .add_media_head {
- 1929. - background: #EDF1F5;
- 1930. - padding: 7px 27px;
- 1931. - color: #2B587A;
- 1932. - }
- 1933. - .add_media_menu {
- 1934. - /* position: absolute; is in js*/
- 1935. - display: none;
- 1936. - cursor: default;
- 1937. - z-index: 1005;
- 1938. - }
- 1939. - .add_media_item {
- 1940. - padding: 6px 10px 2px 27px;
- 1941. - display: block;
- 1942. - height: 18px;
- 1943. - position: relative;
- 1944. - background: #FFF no-repeat;
- 1945. - }
- 1946. - .add_media_item:last-child,
- 1947. - .add_media_head:last-child,
- 1948. - .add_media_more_wrap a.add_media_more {
- 1949. - -webkit-border-radius: 0px 0px 2px 2px;
- 1950. - -khtml-border-radius: 0px 0px 2px 2px;
- 1951. - -moz-border-radius: 0px 0px 2px 2px;
- 1952. - border-radius: 0px 0px 2px 2px;
- 1953. - }
- 1954. - .add_media_item:first-child,
- 1955. - .add_media_head:first-child,
- 1956. - .add_media_rev .add_media_more_wrap a.add_media_more {
- 1957. - -webkit-border-radius: 2px 2px 0px 0px;
- 1958. - -khtml-border-radius: 2px 2px 0px 0px;
- 1959. - -moz-border-radius: 2px 2px 0px 0px;
- 1960. - border-radius: 2px 2px 0px 0px;
- 1961. - }
- 1962. - .add_media_item:hover {
- 1963. - text-decoration: none;
- 1964. - background-color: #e1e7ed;
- 1965. - }
- 1966. - .add_media_menu .rows {
- 1967. - margin: 0px;
- 1968. - position: relative;
- 1969. - *position: static;
- 1970. - z-index: 1006;
- 1971. - }
- 1972. - div.media_preview {
- 1973. - margin-bottom: 8px;
- 1974. - display: none;
- 1975. - }
- 1976. - div.med_no_attach {
- 1977. - margin-bottom: 0px;
- 1978. - }
- 1979. - .media_preview .audio,
- 1980. - .media_preview .doc {
- 1981. - padding-top: 4px;
- 1982. - }
- 1983. - .media_preview .doc {
- 1984. - padding-bottom: 5px;
- 1985. - }
- 1986. -
- 1987. - .media_preview .x {
- 1988. - cursor: pointer;
- 1989. - margin: 4px 5px 0px;
- 1990. - background: url(/images/pics/statusx_op.gif) no-repeat 0 0;
- 1991. - opacity: 0.6;
- 1992. - filter: alpha(opacity=60);
- 1993. - height: 11px;
- 1994. - width: 11px;
- 1995. - }
- 1996. - .media_preview .x:hover {
- 1997. - opacity: 1;
- 1998. - filter: none;
- 1999. - }
- 2000. - .media_preview .graffiti {
- 2001. - width: 100px;
- 2002. - height: 50px;
- 2003. - }
- 2004. - .media_preview .audio img,
- 2005. - .media_preview .app img {
- 2006. - padding-top: 3px;
- 2007. - }
- 2008. - .media_preview .audio span,
- 2009. - .media_preview .app span,
- 2010. - .media_preview .doc span {
- 2011. - padding: 0px 2px;
- 2012. - position: relative;
- 2013. - top: -1px;
- 2014. - color: #45688E;
- 2015. - }
- 2016. - .page_pics_preview .pam_dpic .page_media_x_wrap {
- 2017. - position: absolute;
- 2018. - right: 0;
- 2019. - top: 0;
- 2020. - }
- 2021. - .pam_dpic {
- 2022. - position: relative;
- 2023. - }
- 2024. - .pam_dpic_up .pam_dpic {
- 2025. - position: absolute;
- 2026. - float: none;
- 2027. - }
- 2028. - .pam_bg {
- 2029. - display: none;
- 2030. - }
- 2031. - .pam_dpic_up .pam_bg {
- 2032. - display: block;
- 2033. - position: static;
- 2034. - }
- 2035. - .page_preview_audio_wrap,
- 2036. - .page_preview_doc_wrap,
- 2037. - .page_preview_note_wrap,
- 2038. - .page_preview_share_wrap,
- 2039. - .page_preview_page_wrap,
- 2040. - .page_preview_poll_wrap,
- 2041. - .page_preview_postpone_wrap {
- 2042. - padding: 5px 0px;
- 2043. - }
- 2044. - .media_audio_icon {
- 2045. - float: left;
- 2046. - background: url(/images/icons/mono_iconset.gif?8) no-repeat 0 -222px;
- 2047. - width: 13px;
- 2048. - height: 11px;
- 2049. - }
- 2050. - .media_doc_icon {
- 2051. - float: left;
- 2052. - background: url(/images/icons/mono_iconset.gif?8) no-repeat 0 -280px;
- 2053. - width: 11px;
- 2054. - height: 11px;
- 2055. - margin: 0px 3px 0 -1px;
- 2056. - }
- 2057. - .wall_module .media_preview .share,
- 2058. - .wall_module .media_preview .note,
- 2059. - .wall_module .media_preview .poll {
- 2060. - padding: 3px 0;
- 2061. - color: #555;
- 2062. - }
- 2063. - .wall_module .media_preview .share,
- 2064. - .wall_module .media_preview .note,
- 2065. - .wall_module .media_preview .poll,
- 2066. - .wall_module .media_desc {
- 2067. - line-height: 140%;
- 2068. - }
- 2069. - .wall_module .media_preview .share b,
- 2070. - .wall_module .media_preview .note b,
- 2071. - .wall_module .media_preview .poll b,
- 2072. - .wall_module .media_desc b {
- 2073. - background: url(/images/icons/mono_iconset.gif?8) no-repeat left -237px;
- 2074. - width: 15px;
- 2075. - height: 11px;
- 2076. - margin-top: 3px;
- 2077. - }
- 2078. - .wall_module .media_preview b.postpone {
- 2079. - background-position: 0 -334px;
- 2080. - margin-top: 2px;
- 2081. - }
- 2082. - .wall_module .media_desc b.topic {
- 2083. - background-position: 0 -192px;
- 2084. - }
- 2085. - .wall_module .media_desc b.group {
- 2086. - background-position: 0 -45px;
- 2087. - height: 12px;
- 2088. - }
- 2089. - .wall_module .media_desc b.doc {
- 2090. - background-position: 0 -280px;
- 2091. - height: 11px;
- 2092. - }
- 2093. - .wall_module .media_desc b.note,
- 2094. - .wall_module .media_preview .note b {
- 2095. - background-position: 0 -134px;
- 2096. - }
- 2097. - .wall_module .media_preview .poll {
- 2098. - max-width: 300px;
- 2099. - overflow: hidden;
- 2100. - text-overflow: ellipsis;
- 2101. - }
- 2102. - .wall_module .media_preview .poll b {
- 2103. - background-position: left -208px;
- 2104. - }
- 2105. - .wall_module .poll span span {
- 2106. - color: #2B587A;
- 2107. - }
- 2108. -
- 2109. - .page_preview_map {
- 2110. - -webkit-border-radius: 3px;
- 2111. - -moz-border-radius: 3px;
- 2112. - border-radius: 3px;
- 2113. - margin-bottom: 5px;
- 2114. - }
- 2115. - .page_preview_map_wrap {
- 2116. - margin-right: 8px;
- 2117. - }
- 2118. - .wall_module .media_desc {
- 2119. - padding: 4px 0px 2px;
- 2120. - }
- 2121. - .wall_module .post_media .media_desc {
- 2122. - padding-top: 8px;
- 2123. - clear: both;
- 2124. - }
- 2125. - .wall_module .post_media .media_desc_soft {
- 2126. - padding: 0px;
- 2127. - float: left;
- 2128. - margin-bottom: 2px;
- 2129. - margin-right: 8px;
- 2130. - margin-top: 8px;
- 2131. - clear: none;
- 2132. - }
- 2133. - .wall_module .media_desc .lnk {
- 2134. - color: #777;
- 2135. - cursor: pointer;
- 2136. - }
- 2137. - .wall_module .media_desc .lnk:hover {
- 2138. - text-decoration: none;
- 2139. - }
- 2140. - .wall_module .media_desc .a {
- 2141. - color: #2b587a;
- 2142. - word-wrap: break-word;
- 2143. - }
- 2144. - .wall_module .media_desc .lnk:hover .a {
- 2145. - text-decoration: underline;
- 2146. - }
- 2147. - .wall_module .media_desc .comment {
- 2148. - background-position: 0px -194px;
- 2149. - }
- 2150. - .wall_module .media_desc .note {
- 2151. - background-position: 0px -150px;
- 2152. - }
- 2153. - .wall_module .media_desc .poll {
- 2154. - background-position: 0px -208px;
- 2155. - }
- 2156. - .wall_module .media_desc .app {
- 2157. - background-position: 0px -60px;
- 2158. - }
- 2159. - .wall_module .media_desc .checkin {
- 2160. - background-position: 0px -165px;
- 2161. - }
- 2162. - .wall_module .media_desc .donation {
- 2163. - background-position: 0px -179px;
- 2164. - }
- 2165. - .wall_module .media_desc .video {
- 2166. - background-position: 0px -75px;
- 2167. - }
- 2168. - .page_media_map {
- 2169. - margin: 5px 0px;
- 2170. - -webkit-border-radius: 3px;
- 2171. - -moz-border-radius: 3px;
- 2172. - border-radius: 3px;
- 2173. - display: inline-block;
- 2174. - }
- 2175. - .page_media_map_point {
- 2176. - position: absolute;
- 2177. - background: url('/images/map/small.png') center no-repeat;
- 2178. - width: 190px;
- 2179. - height: 60px;
- 2180. - }
- 2181. - .page_media_fullmap_wrap {
- 2182. - display: block;
- 2183. - width: 320px;
- 2184. - overflow: hidden;
- 2185. - }
- 2186. - .page_media_fullmap_wrap .page_media_map_point {
- 2187. - width: 344px;
- 2188. - height: 205px;
- 2189. - }
- 2190. - .wall_module .media_desc .page_media_geo {
- 2191. - color: #2B587A;
- 2192. - }
- 2193. - .wall_module .media_desc .page_media_geo:hover {
- 2194. - text-decoration: underline;
- 2195. - }
- 2196. -
- 2197. - .big_wall_post #submit_post_box {
- 2198. - padding: 15px;
- 2199. - border-top: 0px;
- 2200. - border-bottom: 1px solid #DAE1E8;
- 2201. - background: #F7F7F7;
- 2202. - }
- 2203. - .big_wall_post #submit_post_box textarea {
- 2204. - width: 589px;
- 2205. - height: 50px;
- 2206. - }
- 2207. - .big_wall_post #submit_post {
- 2208. - display: block;
- 2209. - }
- 2210. -
- 2211. - .box_body .shadow div {
- 2212. - background: #000;
- 2213. - height: 1px;
- 2214. - opacity: 0.8;
- 2215. - filter: alpha(opacity=80);
- 2216. - position: absolute;
- 2217. - z-index: 1050;
- 2218. - overflow: hidden;
- 2219. - }
- 2220. - .box_body .shadow .sh0 {
- 2221. - background: #FFFFFF;
- 2222. - }
- 2223. - .box_body .shadow .sh1 {
- 2224. - opacity: 0.3;
- 2225. - filter: alpha(opacity=30);
- 2226. - margin-top: 0px;
- 2227. - }
- 2228. - .box_body .shadow.bottom .sh1 {
- 2229. - margin-top: -1px;
- 2230. - }
- 2231. - .box_body .shadow .sh2 {
- 2232. - opacity: 0.11;
- 2233. - filter: alpha(opacity=11);
- 2234. - margin-top: 1px;
- 2235. - }
- 2236. - .box_body .shadow.bottom .sh2 {
- 2237. - margin-top: -2px;
- 2238. - }
- 2239. - .box_body .shadow .sh3 {
- 2240. - opacity: 0.07;
- 2241. - filter: alpha(opacity=7);
- 2242. - margin-top: 2px;
- 2243. - }
- 2244. - .box_body .shadow.bottom .sh3 {
- 2245. - margin-top: -3px;
- 2246. - }
- 2247. - .box_body .shadow .sh4 {
- 2248. - opacity: 0.03;
- 2249. - filter: alpha(opacity=3);
- 2250. - margin-top: 3px;
- 2251. - }
- 2252. - .box_body .shadow.bottom .sh4 {
- 2253. - margin-top: -4px;
- 2254. - }
- 2255. - .box_body .search_bar {
- 2256. - background: #F2F2F2;
- 2257. - /*height: 38px;*/
- 2258. - padding: 9px 4px;
- 2259. - }
- 2260. - #add_place_data {
- 2261. - background: #F7F7F7;
- 2262. - padding: 14px 20px 6px;
- 2263. - }
- 2264. - .box_body .search_wrap {
- 2265. - padding: 0px 4px;
- 2266. - }
- 2267. - .box_body .search_wrap .button_blue button {
- 2268. - padding: 4px 16px;
- 2269. - }
- 2270. -
- 2271. - .box_body .choose_box .shadow div {
- 2272. - width: 608px;
- 2273. - }
- 2274. - .box_body .search {
- 2275. - margin: 0px 4px;
- 2276. - width: 300px;
- 2277. - }
- 2278. - .font_medium .box_body .search {
- 2279. - width: 280px;
- 2280. - }
- 2281. -
- 2282. - .choose_box {
- 2283. - position: relative;
- 2284. - }
- 2285. - .choose_box .rows {
- 2286. - margin: 0px auto;
- 2287. - }
- 2288. - .choose_box .return_link {
- 2289. - padding: 4px 8px 0px;
- 2290. - display: none;
- 2291. - }
- 2292. - .choose_box .progress {
- 2293. - display: block;
- 2294. - visibility: hidden;
- 2295. - position: relative;
- 2296. - margin: 3px 5px 0px;
- 2297. - }
- 2298. -
- 2299. - .choose_photo .item {
- 2300. - background: #FFF;
- 2301. - margin: 0px auto 10px;
- 2302. - width: 87px;
- 2303. - }
- 2304. - .choose_photo .item.last {
- 2305. - margin-bottom: 0px;
- 2306. - }
- 2307. - .choose_photo .item a {
- 2308. - background: #FFF;
- 2309. - border: 1px solid #AAA;
- 2310. - display: block;
- 2311. - height: 57px;
- 2312. - padding: 5px;
- 2313. - width: 75px;
- 2314. - }
- 2315. - .choose_photo .item a:hover {
- 2316. - border-color: #45688E;
- 2317. - text-decoration: none;
- 2318. - }
- 2319. - .choose_photo .item .thumb {
- 2320. - background: #FFF;
- 2321. - cursor: pointer;
- 2322. - height: 57px;
- 2323. - overflow: hidden;
- 2324. - text-align: center;
- 2325. - width: 75px;
- 2326. - }
- 2327. - .choose_photo .item img {
- 2328. - cursor: pointer;
- 2329. - }
- 2330. - #choose_photo_rows, #choose_video_rows, #choose_audio_rows {
- 2331. - padding: 10px 0px;
- 2332. - position: relative;
- 2333. - }
- 2334. - #choose_video_rows .no_results, #choose_audio_rows .no_results {
- 2335. - text-align: center;
- 2336. - color: #777;
- 2337. - line-height: 150%;
- 2338. - }
- 2339. - #choose_photo_bottom, #choose_video_bottom, #choose_audio_bottom {
- 2340. - padding: 0px 10px;
- 2341. - height: 21px;
- 2342. - border-top: 1px solid #DAE2E8;
- 2343. - }
- 2344. - #choose_photo_content, #choose_video_content, #choose_audio_content {
- 2345. - height: 374px;
- 2346. - position: relative;
- 2347. - overflow: auto;
- 2348. - overflow-x: hidden;
- 2349. - overflow-y: auto;
- 2350. - }
- 2351. - .choose_box .summary {
- 2352. - padding: 5px 10px 0px;
- 2353. - border-bottom: 1px solid #DAE2E8;
- 2354. - }
- 2355. - #choose_photo_summary, #choose_video_summary, #choose_audio_summary {
- 2356. - padding: 3px 0px 4px;
- 2357. - color: #45688E;
- 2358. - font-weight: bold;
- 2359. - }
- 2360. - #choose_photo td, #choose_video td {
- 2361. - text-align: center;
- 2362. - vertical-align: top;
- 2363. - }
- 2364. - #choose_video td {
- 2365. - width: 148px;
- 2366. - }
- 2367. - #choose_photo_upload_box {
- 2368. - background-color: #F2F2F2;
- 2369. - height: 38px;
- 2370. - padding: 0px 4px;
- 2371. - }
- 2372. - #choose_photo_upload_box div {
- 2373. - padding: 8px 6px 0px;
- 2374. - }
- 2375. - #choose_photo_upload_box div#choose_photo_upload {
- 2376. - padding: 0px;
- 2377. - margin: 0px;
- 2378. - height: 20px;
- 2379. - }
- 2380. - #choose_photo_upload_box.over {
- 2381. - background-color: #F9F9F9;
- 2382. - }
- 2383. - #choose_photo_upload .loading {
- 2384. - padding: 5px;
- 2385. - }
- 2386. -
- 2387. - #page_new_photo {
- 2388. - padding: 16px 14px;
- 2389. - }
- 2390. - #page_photo_upload {
- 2391. - margin: 15px 0 0;
- 2392. - text-align: center;
- 2393. - }
- 2394. - .page_upload_progress_wrap {
- 2395. - width: 250px;
- 2396. - height: 18px;
- 2397. - margin: auto;
- 2398. - background: #FFF;
- 2399. - border: 1px solid #CCC;
- 2400. - }
- 2401. - .page_upload_progress {
- 2402. - height: 18px;
- 2403. - background: #597DA3 url(/images/progress_grad.gif) repeat;
- 2404. - border: 1px solid #45688E;
- 2405. - margin: -1px;
- 2406. - }
- 2407. - .page_attach_progress_wrap {
- 2408. - width: 110px;
- 2409. - height: 8px;
- 2410. - margin: auto;
- 2411. - margin-bottom: 6px;
- 2412. - background: #FFF;
- 2413. - border: 1px solid #CCC;
- 2414. - }
- 2415. - .page_attach_progress {
- 2416. - height: 8px;
- 2417. - background: #597DA3 url(/images/progress_grad.gif) repeat;
- 2418. - border: 1px solid #45688E;
- 2419. - margin: -1px;
- 2420. - }
- 2421. - .attach_label {
- 2422. - color: #777777;
- 2423. - margin: 0px 0 0 6px;
- 2424. - }
- 2425. - .media_preview .progress_x {
- 2426. - cursor: pointer;
- 2427. - margin: 3px 5px 0px;
- 2428. - background: url(/images/hide_to.gif) no-repeat -2px -2px;
- 2429. - opacity: 0.6;
- 2430. - filter: alpha(opacity=60);
- 2431. - height: 10px;
- 2432. - width: 10px;
- 2433. - }
- 2434. -
- 2435. - #choose_video .item {
- 2436. - display: block;
- 2437. - position: relative;
- 2438. - padding: 2px 0px 1px;
- 2439. - font-size: 10px;
- 2440. - margin: 0px auto 10px;
- 2441. - overflow: hidden;
- 2442. - text-decoration: none;
- 2443. - width: 134px;
- 2444. - }
- 2445. - .font_medium #choose_video .item {
- 2446. - font-size: 11px;
- 2447. - }
- 2448. - #choose_video .item img {
- 2449. - background: #FFF;
- 2450. - border: 1px solid #AAA;
- 2451. - height: 97px;
- 2452. - padding: 1px;
- 2453. - width: 130px;
- 2454. - }
- 2455. - #choose_video .item:hover img {
- 2456. - border: 1px solid #45688E;
- 2457. - }
- 2458. - #choose_video .item:hover span {
- 2459. - text-decoration: underline;
- 2460. - }
- 2461. - #choose_video .item div {
- 2462. - position: absolute;
- 2463. - z-index: 1100;
- 2464. - width: 130px;
- 2465. - margin-top: 84px;
- 2466. - }
- 2467. - #choose_video .item div span.bg {
- 2468. - background: #000;
- 2469. - color: #000;
- 2470. - opacity: 0.6;
- 2471. - filter: alpha(opacity=60);
- 2472. - }
- 2473. - #choose_video .item div span {
- 2474. - color: #FFF;
- 2475. - padding: 0px 3px 1px;
- 2476. - }
- 2477. - #choose_video .item:hover div span {
- 2478. - text-decoration: none;
- 2479. - }
- 2480. -
- 2481. - #choose_audio .audio_content {
- 2482. - width: 460px;
- 2483. - }
- 2484. - .choose_audio_row {
- 2485. - height: 38px;
- 2486. - overflow: hidden;
- 2487. - }
- 2488. - .choose_audio_row .audio .title_wrap {
- 2489. - width: 340px;
- 2490. - }
- 2491. - .choose_audio_row .audio .title_wrap b {
- 2492. - max-width: 240px;
- 2493. - }
- 2494. - .font_medium .choose_audio_row .audio .title_wrap {
- 2495. - width: 330px;
- 2496. - }
- 2497. - .font_medium .choose_audio_row .audio .title_wrap b {
- 2498. - max-width: 230px;
- 2499. - }
- 2500. - .narrow_column .audio .title_wrap {
- 2501. - width: 116px;
- 2502. - }
- 2503. - .narrow_column .audio .title_wrap b {
- 2504. - max-width: 116px;
- 2505. - }
- 2506. - a.choose {
- 2507. - display: block;
- 2508. - padding: 4px 6px;
- 2509. - margin: 2px 6px 0px;
- 2510. - }
- 2511. - a.choose:hover {
- 2512. - background: #DAE1E8;
- 2513. - text-decoration: none;
- 2514. - }
- 2515. -
- 2516. -
- 2517. - /* new audio/video attach box */
- 2518. - .choose_close a {
- 2519. - display: inline-block;
- 2520. - padding-top: 17px;
- 2521. - padding-bottom: 18px;
- 2522. - color: #C7D7E9;
- 2523. - -webkit-transition: color 100ms linear;
- 2524. - -moz-transition: color 100ms linear;
- 2525. - -o-transition: color 100ms linear;
- 2526. - transition: color 100ms linear;
- 2527. - }
- 2528. - .choose_close a:hover {
- 2529. - color: #FFF;
- 2530. - text-decoration: none;
- 2531. - }
- 2532. - .choose_close .divider {
- 2533. - color: #C7D7E9;
- 2534. - }
- 2535. - .choose_close a.choose_close_link {
- 2536. - padding-right: 20px;
- 2537. - padding-left: 0px;
- 2538. - }
- 2539. - .is_rtl1 .choose_close a.choose_close_link {
- 2540. - padding-right: 0px;
- 2541. - padding-left: 20px;
- 2542. - }
- 2543. - .choose_header {
- 2544. - font-size: 1.09em;
- 2545. - color: #FFF;
- 2546. - background: #597BA5;
- 2547. - font-weight: bold;
- 2548. - padding: 17px 20px 18px;
- 2549. - }
- 2550. - #choose_audio.audio_search,
- 2551. - #choose_video.video_search_wrap {
- 2552. - background-color: #ffffff;
- 2553. - padding: 0px;
- 2554. - }
- 2555. - #choose_audio.audio_search #choose_audio_content,
- 2556. - #choose_video.video_search_wrap #choose_video_content {
- 2557. - overflow: hidden;
- 2558. - height: auto;
- 2559. - }
- 2560. - .choose_search_cont .search_bar {
- 2561. - background-color: #eff1f3;
- 2562. - margin: 0px;
- 2563. - padding: 12px 5px 12px 20px;
- 2564. - width: 619px;
- 2565. - }
- 2566. - #choose_audio a.choose {
- 2567. - display: block;
- 2568. - text-align: center;
- 2569. - height: 28px;
- 2570. - line-height: 28px;
- 2571. - margin: 0px;
- 2572. - padding: 0px 6px;
- 2573. - float: right;
- 2574. - max-width: 130px;
- 2575. - overflow: hidden;
- 2576. - text-overflow: ellipsis;
- 2577. - }
- 2578. - #choose_audio a.choose:hover {
- 2579. - background: #EDF1F5;
- 2580. - text-decoration: none;
- 2581. - }
- 2582. - .choose_search_cont {
- 2583. - top: 0px;
- 2584. - z-index: 10;
- 2585. - }
- 2586. - .choose_search_cont .top_shadow {
- 2587. - position: absolute;
- 2588. - height: 3px;
- 2589. - margin-top: -1px;
- 2590. - background: #555;
- 2591. - opacity: 0.12;
- 2592. - filter: alpha(opacity=12);
- 2593. - width: 644px;
- 2594. - display: none;
- 2595. - }
- 2596. - .choose_search_cont.fixed .top_shadow {
- 2597. - display: block;
- 2598. - }
- 2599. - .choose_search_cont input {
- 2600. - height: 13px;
- 2601. - padding: 5px 20px;
- 2602. - background: white url(/images/magglass.png) no-repeat 5px 6px;
- 2603. - outline: none;
- 2604. - }
- 2605. - #choose_audio.audio_search .s_search {
- 2606. - width: 418px;
- 2607. - }
- 2608. - .choose_search_cont input#choose_video_query {
- 2609. - width: 564px;
- 2610. - }
- 2611. - #choose_audio.audio_search div.abutton_wrap button {
- 2612. - width: 141px;
- 2613. - }
- 2614. - .choose_more_btn {
- 2615. - display: block;
- 2616. - background: #EEF0F2;
- 2617. - text-align: center;
- 2618. - padding: 16px;
- 2619. - color: #738392;
- 2620. - }
- 2621. - .choose_more_btn:hover {
- 2622. - text-decoration: none;
- 2623. - background: #e9edf1;
- 2624. - }
- 2625. - .choose_preload {
- 2626. - display: none;
- 2627. - }
- 2628. - .choose_no_rows {
- 2629. - color: #777;
- 2630. - padding: 150px 20px;
- 2631. - text-align: center;
- 2632. - font-size: 1.21em;
- 2633. - }
- 2634. - #choose_video .choose_no_rows {
- 2635. - padding: 100px 20px 120px;
- 2636. - }
- 2637. - .dd_menu_stype_act.choose .dd_menu_header div,
- 2638. - .font_medium .dd_menu_stype_act.choose .dd_menu_header div {
- 2639. - width: 109px;
- 2640. - }
- 2641. - #choose_audio #choose_audio_rows {
- 2642. - padding: 12px 20px 0px;
- 2643. - }
- 2644. - #choose_video #choose_video_rows {
- 2645. - padding: 20px 0px 7px 20px;
- 2646. - }
- 2647. - .is_rtl1 #choose_video #choose_video_rows {
- 2648. - padding: 20px 20px 7px 0px;
- 2649. - }
- 2650. - .choose_video_row {
- 2651. - width: 157px;
- 2652. - text-align: center;
- 2653. - }
- 2654. - .choose_video_row .img {
- 2655. - width: 130px;
- 2656. - height: 97px;
- 2657. - margin: 0px auto;
- 2658. - position: relative;
- 2659. - }
- 2660. - .choose_video_row .duration {
- 2661. - position: absolute;
- 2662. - bottom: 4px;
- 2663. - right: 4px;
- 2664. - color: white;
- 2665. - font-size: 0.9em;
- 2666. - padding: 1px 4px 2px;
- 2667. - -moz-border-radius: 2px;
- 2668. - -webkit-border-radius: 2px;
- 2669. - border-radius: 2px;
- 2670. - background: rgba(0, 0, 0, 0.5);
- 2671. - line-height: 1.35em;
- 2672. - }
- 2673. - .choose_video_row .label {
- 2674. - font-size: 0.9em;
- 2675. - height: 30px;
- 2676. - width: 157px;
- 2677. - padding: 4px 0px;
- 2678. - margin-bottom: 7px;
- 2679. - overflow: hidden;
- 2680. - text-overflow: ellipsis;
- 2681. - }
- 2682. - #choose_video .search_reset {
- 2683. - cursor: pointer;
- 2684. - display: none;
- 2685. - background: transparent url(/images/icons/input_clear.gif) 6px 6px no-repeat;
- 2686. - padding: 2px;
- 2687. - width: 19px;
- 2688. - height: 19px;
- 2689. - margin-left: -24px;
- 2690. - margin-top: 1px;
- 2691. - opacity: 0.6;
- 2692. - filter: alpha(opacity=60);
- 2693. - position: relative;
- 2694. - z-index: 100;
- 2695. - }
- 2696. - #choose_video .search_progress {
- 2697. - background: url("/images/upload.gif") no-repeat scroll center center transparent;
- 2698. - display: none;
- 2699. - height: 23px;
- 2700. - margin-left: -41px;
- 2701. - margin-top: 1px;
- 2702. - position: relative;
- 2703. - width: 32px;
- 2704. - z-index: 95;
- 2705. - }
- 2706. - #choose_video.loading .search_progress,
- 2707. - #choose_video .search_reset.shown {
- 2708. - display:block;
- 2709. - }
- 2710. - #choose_video.loading .search_reset.shown {
- 2711. - display:none;
- 2712. - }
- 2713. - #choose_audio_rows.light div.title_wrap b span,
- 2714. - #choose_audio_rows.light div.title_wrap span.title span {
- 2715. - background-color: #EFF1F3;
- 2716. - border-bottom: 1px solid #EFF3F6;
- 2717. - display: inline-block;
- 2718. - }
- 2719. -
- 2720. - .mem_no_list {
- 2721. - background: #FFFFFF;
- 2722. - border: 1px solid #DAE2E8;
- 2723. - color: #777777;
- 2724. - font-size: 1.18em;
- 2725. - margin: 0 0 3px;
- 2726. - padding: 80px 0;
- 2727. - text-align: center;
- 2728. - }
- 2729. -
- 2730. - .module.empty .module_header .header_bottom,
- 2731. - .module.no_subheader .module_header .header_bottom {
- 2732. - display: none;
- 2733. - }
- 2734. -
- 2735. - .module.empty .module_body {
- 2736. - color: #707070;
- 2737. - padding: 10px 8px;
- 2738. - background-color: #F7F7F7;
- 2739. - margin-bottom: 10px;
- 2740. - text-align: center;
- 2741. - border-bottom: 1px solid #DAE1E8;
- 2742. - }
- 2743. -
- 2744. - .module_warning {
- 2745. - border-bottom: 1px solid #CCCCCC;
- 2746. - color: #666666;
- 2747. - background: #F7F7F7;
- 2748. - padding: 8px;
- 2749. - }
- 2750. -
- 2751. - .video_module.empty .module_body,
- 2752. - .album_module.empty .module_body {
- 2753. - padding: 10px 8px;
- 2754. - }
- 2755. -
- 2756. - .page_box .error {
- 2757. - display: none;
- 2758. - }
- 2759. -
- 2760. - .page_box .error, .page_box .info_msg {
- 2761. - margin-bottom:15px;
- 2762. - }
- 2763. -
- 2764. - .page_box .additional {
- 2765. - font-size: 10px;
- 2766. - margin-top:15px;
- 2767. - }
- 2768. - .font_medium .page_box .additional {
- 2769. - font-size: 11px;
- 2770. - }
- 2771. -
- 2772. - .page_box .column {
- 2773. - padding: 0px 7px;
- 2774. - }
- 2775. - .page_box #page_edit_small_photos {
- 2776. - width: 179px;
- 2777. - }
- 2778. - .page_box #page_edit_preview50,
- 2779. - .page_box #page_edit_preview100 {
- 2780. - height: 50px;
- 2781. - overflow: hidden;
- 2782. - width: 50px;
- 2783. - }
- 2784. - .page_box #page_edit_preview100 {
- 2785. - height: 100px;
- 2786. - width: 100px;
- 2787. - }
- 2788. -
- 2789. - .page_actions {
- 2790. - padding-bottom: 10px;
- 2791. - position: relative;
- 2792. - }
- 2793. - .page_actions .separator {
- 2794. - border-top: 1px solid #E7EAED;
- 2795. - margin: 3px 0 2px;
- 2796. - height: 1px;
- 2797. - }
- 2798. - .page_actions a {
- 2799. - background: none repeat scroll 0 0 #FFFFFF;
- 2800. - display: block;
- 2801. - padding: 4px 6px;
- 2802. - width: 188px;
- 2803. - }
- 2804. - .page_actions a.unshown {
- 2805. - display: none;
- 2806. - }
- 2807. -
- 2808. - .group_block_module a {
- 2809. - display: block;
- 2810. - padding: 4px 6px;
- 2811. - background: #F1F1F1;
- 2812. - width: 168px;
- 2813. - }
- 2814. -
- 2815. - .other_acts {
- 2816. - position: absolute;
- 2817. - z-index: 2000;
- 2818. - display: none;
- 2819. - }
- 2820. - .other_acts .side_shadow {
- 2821. - background: #000;
- 2822. - opacity: 0.1;
- 2823. - filter: alpha(opacity=10);
- 2824. - }
- 2825. - .other_acts .side_shadow div {
- 2826. - width: 1px;
- 2827. - }
- 2828. - .other_acts .shadow1, .other_acts .shadow2 {
- 2829. - background: #000;
- 2830. - height: 1px;
- 2831. - overflow: hidden;
- 2832. - position: relative;
- 2833. - opacity: 0.1;
- 2834. - filter: alpha(opacity=10);
- 2835. - }
- 2836. - .other_acts .shadow2 {
- 2837. - height: 1px;
- 2838. - opacity: 0.05;
- 2839. - filter: alpha(opacity=5);
- 2840. - }
- 2841. - .other_acts .header {
- 2842. - cursor: pointer;
- 2843. - width: 198px;
- 2844. - border: 1px solid #517295;
- 2845. - }
- 2846. - .other_acts .header div {
- 2847. - color: #FFF;
- 2848. - background: #5e82a8;
- 2849. - border: 1px solid;
- 2850. - border-color: #7E9CBC #5C82AB #5e82a8;
- 2851. - padding: 2px 4px;
- 2852. - }
- 2853. - .other_acts .header span {
- 2854. - padding-right: 12px;
- 2855. - background: url(/images/darr_dd_over.gif) no-repeat right 6px;
- 2856. - }
- 2857. - .other_acts .actions {
- 2858. - border: 1px solid #96AABE;
- 2859. - border-top: 0px;
- 2860. - }
- 2861. - .other_acts a,
- 2862. - .page_actions .other_acts a {
- 2863. - background: #FFF;
- 2864. - display: block;
- 2865. - width: 192px !important;
- 2866. - padding: 4px 3px !important;
- 2867. - }
- 2868. - .other_acts a span {
- 2869. - font-weight: normal;
- 2870. - margin: 0px 3px;
- 2871. - }
- 2872. - .other_acts a span.fl_l {
- 2873. - background: url(/images/edit_photo_icons.gif) no-repeat;
- 2874. - width: 16px;
- 2875. - height: 13px;
- 2876. - margin: 0px 1px;
- 2877. - }
- 2878. - .other_acts a span.new_photo {
- 2879. - background-position: 0px -4px;
- 2880. - }
- 2881. - .other_acts a span.edit_small {
- 2882. - background-position: 0px -26px;
- 2883. - }
- 2884. - .other_acts a span.from_webcam {
- 2885. - background-position: 0px -48px;
- 2886. - }
- 2887. - .other_acts a span.delete_photo {
- 2888. - background-position: 0px -70px;
- 2889. - }
- 2890. - .other_acts a:hover {
- 2891. - text-decoration: none;
- 2892. - background: #DAE1E8;
- 2893. - }
- 2894. - .page_actions a:hover {
- 2895. - text-decoration: none;
- 2896. - background: #DAE1E8;
- 2897. - }
- 2898. - .page_actions a span.other {
- 2899. - background: url(/images/darr_on.gif) no-repeat right 6px;
- 2900. - padding-right: 12px;
- 2901. - }
- 2902. -
- 2903. - .apps_list_module .module_body {
- 2904. - padding: 5px 0px 10px;
- 2905. - }
- 2906. - .apps_list_module .thumb img {
- 2907. - width: 16px;
- 2908. - display: block;
- 2909. - }
- 2910. - .apps_list_module .thumb {
- 2911. - height: 16px;
- 2912. - width: 16px;
- 2913. - overflow: hidden;
- 2914. - }
- 2915. - .apps_list_module .line_cell {
- 2916. - display: block;
- 2917. - padding: 3px 8px 3px;
- 2918. - margin: 0px 0px;
- 2919. - }
- 2920. - .apps_list_module .line_cell:hover {
- 2921. - text-decoration: none;
- 2922. - }
- 2923. - .apps_list_module .line_cell:hover .info .name {
- 2924. - text-decoration: underline;
- 2925. - }
- 2926. - .apps_list_module .info {
- 2927. - padding: 1px 6px 0px;
- 2928. - width: 145px;
- 2929. - overflow: hidden;
- 2930. - /*height:14px;*/
- 2931. - }
- 2932. - .apps_list_module .info div {
- 2933. - width: 300px;
- 2934. - }
- 2935. - .apps_list_module .info span {
- 2936. - display: block;
- 2937. - width: 300px;
- 2938. - color: #777;
- 2939. - font-size: 0.81em;
- 2940. - }
- 2941. -
- 2942. - .wide_column .big_header .fl_r {
- 2943. - font-size: 11px;
- 2944. - }
- 2945. - .font_medium .wide_column .big_header .fl_r {
- 2946. - font-size: 12px;
- 2947. - }
- 2948. -
- 2949. - .groups_list_module .thumb {
- 2950. - height: 32px;
- 2951. - width: 37px;
- 2952. - overflow: hidden;
- 2953. - }
- 2954. -
- 2955. - .groups_list_module .module_body {
- 2956. - padding: 5px 5px 10px;
- 2957. - }
- 2958. -
- 2959. - .groups_list_module .thumb img {
- 2960. - width: 32px;
- 2961. - }
- 2962. -
- 2963. - .groups_list_module .group_desc,
- 2964. - .page_list_module .group_desc,
- 2965. - .page_list_module .people_desc,
- 2966. - .page_list_module .people_extra {
- 2967. - max-height: 36px;
- 2968. - overflow: hidden;
- 2969. - font-size: 0.9em;
- 2970. - color: gray;
- 2971. - margin-bottom: 5px;
- 2972. - }
- 2973. - .font_medium .groups_list_module .group_desc,
- 2974. - .font_medium .page_list_module .group_desc,
- 2975. - .font_medium .page_list_module .people_desc,
- 2976. - .font_medium .page_list_module .people_extra {
- 2977. - max-height: 42px;
- 2978. - }
- 2979. - .people_extra_lnk {
- 2980. - color: gray;
- 2981. - }
- 2982. -
- 2983. - .page_list_module .people_extra {
- 2984. - padding-bottom: 0px;
- 2985. - }
- 2986. -
- 2987. - .page_list_module .people_desc {
- 2988. - color: #000;
- 2989. - padding-bottom: 1px;
- 2990. - }
- 2991. -
- 2992. - .search_image {
- 2993. - height: 100px;
- 2994. - width: 100px;
- 2995. - overflow: hidden;
- 2996. - margin-right: 10px;
- 2997. - }
- 2998. -
- 2999. - .module .closed,
- 3000. - .module.closed .opened {
- 3001. - display: none;
- 3002. - }
- 3003. -
- 3004. - .module.closed .closed {
- 3005. - display: block;
- 3006. - }
- 3007. -
- 3008. - .help_steps_module .closed h4 {
- 3009. - /*border: 0;*/
- 3010. - }
- 3011. -
- 3012. - .page_list_module .thumb img {
- 3013. - width: 32px;
- 3014. - display: block;
- 3015. - }
- 3016. -
- 3017. - .page_list_module .thumb {
- 3018. - height: 32px;
- 3019. - width: 32px;
- 3020. - padding-top: 3px;
- 3021. - overflow: hidden;
- 3022. - }
- 3023. -
- 3024. - .page_list_app {
- 3025. - padding: 3px 0px 3px 10px;
- 3026. - }
- 3027. - .page_list_app .thumb img {
- 3028. - width: 68px;
- 3029. - display: block;
- 3030. - border-radius: 5px;
- 3031. - -moz-border-radius: 5px;
- 3032. - -webkit-border-radius: 5px;
- 3033. - }
- 3034. -
- 3035. - .page_list_app .thumb {
- 3036. - height: 68px;
- 3037. - width: 68px;
- 3038. - border-radius: 5px;
- 3039. - -moz-border-radius: 5px;
- 3040. - -webkit-border-radius: 5px;
- 3041. - padding-top: 3px;
- 3042. - overflow: hidden;
- 3043. - }
- 3044. -
- 3045. - .page_list_app .extra_info {
- 3046. - width: 108px;
- 3047. - padding: 4px 0px 0px 10px;
- 3048. - }
- 3049. - .page_list_app .people_name {
- 3050. - font-weight: bold;
- 3051. - padding-bottom: 4px;
- 3052. - }
- 3053. - .page_list_app .people_desc {
- 3054. - color: #888888;
- 3055. - padding-bottom: 9px;
- 3056. - font-size: 1em;
- 3057. - }
- 3058. - .page_list_short .thumb {
- 3059. - width: 38px;
- 3060. - height: 38px;
- 3061. - }
- 3062. - .page_list_short .thumb img {
- 3063. - width: 38px;
- 3064. - }
- 3065. - .page_list_short .extra_info {
- 3066. - width: 120px;
- 3067. - }
- 3068. - .page_list_app button {
- 3069. - padding-right: 10px;
- 3070. - padding-left: 10px;
- 3071. - }
- 3072. - .page_app_run_arr {
- 3073. - padding-right: 10px;
- 3074. - width: 60px;
- 3075. - background: url(/images/backlink.gif?4) no-repeat 62px -127px;
- 3076. - }
- 3077. - #group_apps {
- 3078. -
- 3079. - }
- 3080. -
- 3081. - .page_list_module .line_cell {
- 3082. - display: block;
- 3083. - padding: 3px 8px;
- 3084. - margin: 0px 0px;
- 3085. - }
- 3086. -
- 3087. - .page_list_module .line_cell .info,
- 3088. - .page_list_module .line_cell .desc_info,
- 3089. - .page_list_module .line_cell .extra_info {
- 3090. - width: 138px;
- 3091. - overflow: hidden;
- 3092. - word-wrap: break-word;
- 3093. - }
- 3094. -
- 3095. - .page_list_module .line_cell .info {
- 3096. - padding: 9px 6px 0px;
- 3097. - }
- 3098. - .page_list_module .line_cell .info:hover {
- 3099. - text-decoration: underline;
- 3100. - }
- 3101. -
- 3102. - .page_list_module .line_cell .desc_info {
- 3103. - padding: 3px 6px 0px;
- 3104. - }
- 3105. -
- 3106. - .page_list_module .line_cell .extra_info {
- 3107. - padding: 0px 6px;
- 3108. - }
- 3109. -
- 3110. - .page_list_module .module_body {
- 3111. - padding: 5px 0px 10px;
- 3112. - }
- 3113. -
- 3114. - .groups_list_module .line_cell .info {
- 3115. - padding: 5px 0px 0px;
- 3116. - }
- 3117. -
- 3118. - #own_reply_add_media {
- 3119. - padding: 10px 9px 0px;
- 3120. - }
- 3121. -
- 3122. - #own_reply .wall_module .post,
- 3123. - #own_reply .wall_text,
- 3124. - .tt .wall_module .post,
- 3125. - .tt .wall_text,
- 3126. - .tt .wall_module div.post_image {
- 3127. - border-top: 0px;
- 3128. - padding-top: 0px;
- 3129. - }
- 3130. - #own_reply .wall_module .online,
- 3131. - .tt .wall_module .online {
- 3132. - display: none;
- 3133. - }
- 3134. - #own_reply .your_reply {
- 3135. - color: #777;
- 3136. - padding-bottom: 10px;
- 3137. - }
- 3138. - #own_reply_field {
- 3139. - width: 422px;
- 3140. - }
- 3141. - #own_reply_in_news,
- 3142. - #own_reply_no_news,
- 3143. - #own_reply_warn {
- 3144. - color: #777;
- 3145. - padding-top: 10px;
- 3146. - }
- 3147. - #own_reply_no_news,
- 3148. - #own_reply_warn {
- 3149. - display: none;
- 3150. - }
- 3151. - #own_reply_media_preview {
- 3152. - padding-top: 8px;
- 3153. - }
- 3154. -
- 3155. - .module .add_link {
- 3156. - padding-top: 5px;
- 3157. - padding-bottom: 5px;
- 3158. - }
- 3159. - .module .add_item {
- 3160. - padding-top: 5px;
- 3161. - padding-bottom: 5px;
- 3162. - }
- 3163. -
- 3164. - #page_edit_small_photos .fl_l {
- 3165. - padding: 0 7px 10px;
- 3166. - }
- 3167. -
- 3168. - #choose_photo_upload_box .right_link, .choose_box .right_link {
- 3169. - padding: 4px;
- 3170. - }
- 3171. -
- 3172. - .group_share, .event_share, .group_checkin {
- 3173. - padding-top: 5px;
- 3174. - }
- 3175. -
- 3176. - .group_share .photo, .event_share .photo {
- 3177. - width: 75px;
- 3178. - height: 75px;
- 3179. - padding: 3px 0 0;
- 3180. - overflow: hidden;
- 3181. - }
- 3182. -
- 3183. - .group_share .photo img, .event_share .photo img {
- 3184. - width: 75px;
- 3185. - }
- 3186. -
- 3187. - .group_share .info, .event_share .info {
- 3188. - width: 220px;
- 3189. - overflow: hidden;
- 3190. - padding: 0 10px;
- 3191. - }
- 3192. - .group_checkin .photo {
- 3193. - width: 35px;
- 3194. - height: 35px;
- 3195. - padding: 3px 0 3px;
- 3196. - overflow: hidden;
- 3197. - }
- 3198. - .group_checkin .photo img {
- 3199. - width: 35px;
- 3200. - }
- 3201. - .group_checkin .info {
- 3202. - margin: 3px 0px 3px 8px;
- 3203. - width: 292px;
- 3204. - }
- 3205. - .group_checkin .desc {
- 3206. - color: #777;
- 3207. - padding: 3px 0 0;
- 3208. - line-height: 140%;
- 3209. - }
- 3210. -
- 3211. - .tt .wall_module .group_share .info, .tt .wall_module .event_share .info, .tt .wall_module .group_checkin .info {
- 3212. - width: 180px;
- 3213. - }
- 3214. -
- 3215. - .group_share .title, .event_share .title, .group_checkin .title {
- 3216. - font-weight: bold;
- 3217. - }
- 3218. -
- 3219. - .group_share .desc {
- 3220. - color: #777;
- 3221. - padding: 5px 0 0;
- 3222. - line-height: 140%;
- 3223. - }
- 3224. -
- 3225. - .event_share .desc {
- 3226. - padding: 5px 0 0;
- 3227. - line-height: 140%;
- 3228. - }
- 3229. -
- 3230. - .event_share .where {
- 3231. - color: #777;
- 3232. - padding: 5px 0 0;
- 3233. - }
- 3234. -
- 3235. - .event_share .when {
- 3236. - color: #777;
- 3237. - }
- 3238. -
- 3239. - .page_add_place_box .row {
- 3240. - padding: 0px 0px 6px;
- 3241. - }
- 3242. - .page_add_place_box .label {
- 3243. - clear: left;
- 3244. - color: #555555;
- 3245. - padding-right: 10px;
- 3246. - padding-top: 4px;
- 3247. - width: 160px;
- 3248. - }
- 3249. - .page_add_place_box .labeled {
- 3250. - width: 200px;
- 3251. - }
- 3252. - .page_add_place_box .details {
- 3253. - color: #777;
- 3254. - font-size: 0.9em;
- 3255. - width: 140px;
- 3256. - margin: 0px 10px 0px 170px;
- 3257. - }
- 3258. - .page_add_place_box .text {
- 3259. - width: 200px;
- 3260. - padding: 6px 3px;
- 3261. -
- 3262. - }
- 3263. - .box_body .page_add_place_box .shadow div {
- 3264. - width: 548px;
- 3265. - z-index: 5;
- 3266. - }
- 3267. - #public_place_map {
- 3268. - padding: 20px;
- 3269. - }
- 3270. - .page_add_place_box .places_map {
- 3271. - height: 300px;
- 3272. - }
- 3273. - #place_map_yandex, #place_map_google, #place_map_mapbox {
- 3274. - display: none;
- 3275. - }
- 3276. -
- 3277. - .member_list_more_link {
- 3278. - display: block;
- 3279. - padding: 10px 0px;
- 3280. - text-align: center;
- 3281. - margin-bottom: 5px;
- 3282. - }
- 3283. - .member_list_more_link:hover {
- 3284. - text-decoration: none;
- 3285. - background: #E9EDF1;
- 3286. - }
- 3287. - .member_list_more_link .progress {
- 3288. - margin: 0px auto;
- 3289. - }
- 3290. - .member_list_more_link div {
- 3291. - height: 13px;
- 3292. - }
- 3293. -
- 3294. - .page_add_event_info .tip {
- 3295. - color: #777;
- 3296. - padding: 0 0 3px 23px;
- 3297. - }
- 3298. -
- 3299. - .page_members_box {
- 3300. - overflow: auto;
- 3301. - max-height: 380px;
- 3302. - padding: 10px;
- 3303. - padding-bottom: 0px;
- 3304. - }
- 3305. - .page_members_box .member_row {
- 3306. - border-bottom: 1px solid #dee4e8;
- 3307. - margin-bottom: 5px;
- 3308. - padding-bottom: 2px;
- 3309. - }
- 3310. - .page_members_box .member_row:last-child {
- 3311. - border-bottom: none;
- 3312. - }
- 3313. - .page_members_box .member_row .member_info {
- 3314. - width: 200px;
- 3315. - }
- 3316. - .page_members_box .member_row .photo {
- 3317. - display: block;
- 3318. - width: 60px;
- 3319. - }
- 3320. - .page_members_box .member_row .actions {
- 3321. - width: 150px;
- 3322. - }
- 3323. - .page_members_box .member_row b {
- 3324. - color: #888888;
- 3325. - font-weight: normal;
- 3326. - }
- 3327. -
- 3328. - .page_members_box .member_row .actions a {
- 3329. - background: white;
- 3330. - border-top: #FFFFFF;
- 3331. - border-style:solid none none;
- 3332. - border-width:1px 0 0;
- 3333. - display:block;
- 3334. - padding:3px 6px 3px;
- 3335. - }
- 3336. -
- 3337. - .page_members_box .member_row .actions a:hover {
- 3338. - background: #DAE1E8;
- 3339. - color:#36638E;
- 3340. - /*border-top: 1px solid #CAD1D9;*/
- 3341. - text-decoration:none;
- 3342. - }
- 3343. -
- 3344. - .page_members_box .member_row .res {
- 3345. - background-color: #F7F7F7;
- 3346. - border: 1px solid #CCC;
- 3347. - padding: 5px 11px;
- 3348. - margin: 5px 0 0;
- 3349. - width: 310px;
- 3350. - }
- 3351. -
- 3352. - .add_blacklist_box .photo {
- 3353. - width: 110px;
- 3354. - height: 100px;
- 3355. - overflow: hidden;
- 3356. - }
- 3357. -
- 3358. - .add_blacklist_box .info {
- 3359. - width: 270px;
- 3360. - }
- 3361. -
- 3362. - .page_contact_error {
- 3363. - margin-bottom: 15px;
- 3364. - }
- 3365. - a.wall_reply_greeting {
- 3366. - color: #000;
- 3367. - }
- 3368. -
- 3369. - /* Docs module */
- 3370. - .page_doc {
- 3371. - padding: 10px 8px 0px 8px;
- 3372. - display: block;
- 3373. - }
- 3374. - .page_doc_icon {
- 3375. - background: #E1E7ED url('/images/icons/darr.gif') 6px 7px no-repeat;
- 3376. - width: 27px;
- 3377. - height: 17px;
- 3378. - border-radius: 3px;
- 3379. - -moz-border-radius: 3px;
- 3380. - color: #6A839E;
- 3381. - padding: 3px 0px 0px 17px;
- 3382. - position: absolute;
- 3383. - display: block;
- 3384. - }
- 3385. - .page_doc_icon:hover {
- 3386. - text-decoration: none;
- 3387. - }
- 3388. - .page_doc_cont {
- 3389. - padding: 2px 5px 0px 52px;
- 3390. - }
- 3391. - .page_doc_name {
- 3392. - font-weight: bold;
- 3393. - }
- 3394. - .page_doc_date {
- 3395. - color: #777;
- 3396. - }
- 3397. -
- 3398. - /* Real-time replies update */
- 3399. - .new_reply {
- 3400. - display: none;
- 3401. - }
- 3402. - .replies_open {
- 3403. - color: #71869B;
- 3404. - background: #E9EDF1;
- 3405. - cursor: pointer;
- 3406. - padding: 6px;
- 3407. - text-align: center;
- 3408. - margin: 5px 0;
- 3409. - }
- 3410. - .replies_open:hover {
- 3411. - background: #EEF2F6;
- 3412. - }
- 3413. -
- 3414. - /* Replies side pointer */
- 3415. - .replies_side_wrap {
- 3416. - cursor: pointer;
- 3417. - width: 50px;
- 3418. - position: absolute;
- 3419. - margin-left: -60px;
- 3420. - padding-top: 31px;
- 3421. - }
- 3422. - .wide_wall_module .replies_side_wrap {
- 3423. - margin-left: -61px;
- 3424. - }
- 3425. - .replies_side {
- 3426. - position: relative;
- 3427. - padding: 10px 0;
- 3428. - }
- 3429. - .replies_side_over {
- 3430. - background: #E9EDF1;
- 3431. - }
- 3432. - .replies_side_icon {
- 3433. - display: none;
- 3434. - width: 14px;
- 3435. - height: 7px;
- 3436. - background: url(/images/toplink.gif?3) 0 -58px no-repeat;
- 3437. - }
- 3438. - .replies_side_over .replies_side_icon {
- 3439. - display: block;
- 3440. - }
- 3441. -
- 3442. - /* Abuse */
- 3443. - .page_abuse_footer {
- 3444. - border-top: 1px solid #D8DFE5;
- 3445. - color: #777;
- 3446. - padding: 6px 8px;
- 3447. - background: #F1F1F1;
- 3448. - margin: 0 -10px;
- 3449. - text-align: center;
- 3450. - }
- 3451. - #abx_error_wrap {
- 3452. - display: none;
- 3453. - }
- 3454. - #abx_error {
- 3455. - line-height: 160%;
- 3456. - background: #F4EBBD;
- 3457. - margin-bottom: 10px;
- 3458. - }
- 3459. - .abx_content {
- 3460. - line-height: 140%;
- 3461. - }
- 3462. - h2.abx_header {
- 3463. - border-bottom: none;
- 3464. - margin-bottom: 7px;
- 3465. - }
- 3466. - #abx_radiobtns {
- 3467. - padding: 0px 0 20px 12px;
- 3468. - }
- 3469. - #abx_radiobtns .radiobtn {
- 3470. - margin-top: 14px;
- 3471. - }
- 3472. - .abx_addinfo {
- 3473. - margin-top: 2px;
- 3474. - }
- 3475. - #abx_comment {
- 3476. - width: 372px;
- 3477. - height: 34px;
- 3478. - }
- 3479. - .abx_blacklist_cb_wrap {
- 3480. - padding-top: 10px;
- 3481. - }
- 3482. - .abx_hint {
- 3483. - padding-top: 10px;
- 3484. - }
- 3485. -
- 3486. -
- 3487. -
- 3488. - /* Multi attaches */
- 3489. - .page_preview_photo_wrap, .page_preview_video_wrap, .page_preview_graffiti_wrap {
- 3490. - position: relative;
- 3491. - height: 57px;
- 3492. - overflow: hidden;
- 3493. - cursor: pointer;
- 3494. - padding: 0 10px 8px 0;
- 3495. - }
- 3496. - .page_preview_album_wrap {
- 3497. - position: relative;
- 3498. - overflow: hidden;
- 3499. - cursor: pointer;
- 3500. - padding: 0 10px 8px 0;
- 3501. - }
- 3502. - div.page_preview_photo, div.page_preview_video, div.page_preview_graffiti {
- 3503. - height: 57px;
- 3504. - overflow: hidden;
- 3505. - }
- 3506. - div.page_preview_video, div.page_preview_graffiti {
- 3507. - width: 75px;
- 3508. - overflow: hidden;
- 3509. - }
- 3510. - img.page_preview_video, img.page_preview_graffiti {
- 3511. - width: 75px;
- 3512. - }
- 3513. -
- 3514. - .page_doc_photo {
- 3515. - width: 130px;
- 3516. - height: 98px;
- 3517. - background: #000000;
- 3518. - background-position: 50% 50%;
- 3519. - background-repeat: no-repeat;
- 3520. - text-align: center;
- 3521. - }
- 3522. - .page_doc_photo_href {
- 3523. - position: relative;
- 3524. - }
- 3525. - .page_doc_photo_href:hover {
- 3526. - text-decoration: none;
- 3527. - }
- 3528. - .page_preview_doc_photo_hint {
- 3529. - width: 80px;
- 3530. - *width: 100px;
- 3531. - text-align: center;
- 3532. - color: #FFFFFF;
- 3533. - background: #000000;
- 3534. - padding: 3px 10px 1px 10px;
- 3535. - font-size: 0.81em;
- 3536. - margin-bottom: 5px;
- 3537. - *background: #000000;
- 3538. - background: rgba(0,0,0,0.5);
- 3539. - position: absolute;
- 3540. - margin-top: -18px;
- 3541. - height: 14px;
- 3542. - *height: 18px;
- 3543. - }
- 3544. -
- 3545. - .page_doc_photo_hint {
- 3546. - width: 110px;
- 3547. - *width: 130px;
- 3548. - text-align: center;
- 3549. - color: #FFFFFF;
- 3550. - background: #000000;
- 3551. - padding: 2px 10px;
- 3552. - font-size: 0.81em;
- 3553. - margin-bottom: 5px;
- 3554. - *background: #000000;
- 3555. - background: rgba(0,0,0,0.5);
- 3556. - position: absolute;
- 3557. - margin-top: -18px;
- 3558. - height: 14px;
- 3559. - *height: 18px;
- 3560. - padding: 2px 10px;
- 3561. - font-size: 0.81em;
- 3562. - }
- 3563. -
- 3564. -
- 3565. - .page_pics_preview .page_preview_doc_wrap {
- 3566. - padding: 0 10px 8px 0;
- 3567. - width: 100px;
- 3568. - height: 75px;
- 3569. - }
- 3570. -
- 3571. - .page_preview_doc_photo {
- 3572. - width: 100px;
- 3573. - min-height: 30px;
- 3574. - background: #000000;
- 3575. - text-align: center;
- 3576. - }
- 3577. -
- 3578. -
- 3579. - .page_pics_preview {
- 3580. - position: relative;
- 3581. - margin-bottom: 0;
- 3582. - }
- 3583. - .page_pics_preview .page_media_x_wrap {
- 3584. - position: relative;
- 3585. - background: #222;
- 3586. - background: rgba(0, 0, 0, 0.5);
- 3587. -
- 3588. - -webkit-border-radius: 3px;
- 3589. - -moz-border-radius: 3px;
- 3590. - border-radius: 3px;
- 3591. - padding: 3px;
- 3592. -
- 3593. - cursor: pointer;
- 3594. - margin-left: -13px;
- 3595. - }
- 3596. - .page_photos_count {
- 3597. - position: absolute;
- 3598. - top: 3px;
- 3599. - right: 3px;
- 3600. - padding: 1px 3px;
- 3601. - font-size: 0.7em;
- 3602. - color: #FFF;
- 3603. - background: rgba(0,0,0,1);
- 3604. - opacity: 0.6;
- 3605. - filter: alpha(opacity=60);
- 3606. - -moz-border-radius: 3px;
- 3607. - -webkit-border-radius: 3px;
- 3608. - border-radius: 3px;
- 3609. - font-weight: bold;
- 3610. - }
- 3611. - .page_pics_preview .page_media_x {
- 3612. - display: block;
- 3613. - background: url("/images/notifier_close.gif") no-repeat scroll 0 0 transparent;
- 3614. - opacity: 0.6;
- 3615. - filter: alpha(opacity=60);
- 3616. -
- 3617. - width: 7px;
- 3618. - height: 7px;
- 3619. - }
- 3620. - .page_pics_preview .page_media_x_wrap:hover .page_media_x {
- 3621. - opacity: 0.8;
- 3622. - filter: alpha(opacity=80);
- 3623. - }
- 3624. - .page_media_sortable {
- 3625. - position: relative;
- 3626. - }
- 3627. - .page_docs_preview .page_media_x_wrap {
- 3628. - cursor: pointer;
- 3629. - margin: 6px 5px 0px;
- 3630. - background: url(/images/pics/statusx_op.gif) no-repeat 0 0;
- 3631. - opacity: 0.6;
- 3632. - filter: alpha(opacity=60);
- 3633. - height: 11px;
- 3634. - width: 11px;
- 3635. - -webkit-box-shadow: 0;
- 3636. - -moz-box-shadow: 0;
- 3637. - box-shadow: 0;
- 3638. - -webkit-transition: opacity 100ms linear;
- 3639. - -moz-transition: opacity 100ms linear;
- 3640. - -o-transition: opacity 100ms linear;
- 3641. - transition: opacity 100ms linear;
- 3642. - }
- 3643. - .page_docs_preview .page_media_x_wrap:hover {
- 3644. - opacity: 1;
- 3645. - }
- 3646. -
- 3647. - /* New checkboxes */
- 3648. - .checkbox_pic {
- 3649. - cursor: pointer;
- 3650. - }
- 3651. - #status_export.checkbox_pic, #facebook_export.checkbox_pic,
- 3652. - #own_status_export.checkbox_pic, #own_facebook_export.checkbox_pic,
- 3653. - .checkbox_status_export, .checkbox_facebook_export
- 3654. - {
- 3655. - background: url(/images/icons/wall_export.gif?1) no-repeat 0 0;
- 3656. - height: 14px;
- 3657. - width: 14px;
- 3658. - overflow: hidden;
- 3659. - }
- 3660. - #status_export.checkbox_pic,
- 3661. - #own_status_export.checkbox_pic,
- 3662. - .checkbox_status_export {
- 3663. - background-position: 0 -42px;
- 3664. - opacity: 0.5;
- 3665. - filter: alpha(opacity=50);
- 3666. - }
- 3667. - #facebook_export.checkbox_pic,
- 3668. - #own_facebook_export.checkbox_pic,
- 3669. - .checkbox_facebook_export {
- 3670. - background-position: 0 -14px;
- 3671. - opacity: 0.5;
- 3672. - filter: alpha(opacity=50);
- 3673. - }
- 3674. - #status_export.on,
- 3675. - #own_status_export.on,
- 3676. - .checkbox_status_export.on {
- 3677. - opacity: 1;
- 3678. - filter: none;
- 3679. - }
- 3680. - #facebook_export.on,
- 3681. - #own_facebook_export.on,
- 3682. - .checkbox_facebook_export.on {
- 3683. - opacity: 1;
- 3684. - filter: none;
- 3685. - }
- 3686. - .box_controls_text .checkbox_pic {
- 3687. - margin-right: 5px;
- 3688. - }
- 3689. - .postpone_preview .checkbox,
- 3690. - .postpone_preview .checkbox_status_export,
- 3691. - .postpone_preview .checkbox_facebook_export {
- 3692. - margin: 0 10px 0 0;
- 3693. - }
- 3694. - .postpone_preview .checkbox div {
- 3695. - margin-bottom: 0;
- 3696. - }
- 3697. -
- 3698. - /* New upload form */
- 3699. - .post_upload_wrap {
- 3700. - position: absolute;
- 3701. - right: 10px;
- 3702. - z-index: 110;
- 3703. - }
- 3704. - .post_upload_wrap .loading {
- 3705. - display: none;
- 3706. - }
- 3707. - .post_upload_wrap div.post_upload {
- 3708. - background: url(/images/icons/attach_photo.gif) center 15px no-repeat;
- 3709. - width: 34px;
- 3710. - height: 40px;
- 3711. - overflow: hidden;
- 3712. - position: relative;
- 3713. - opacity: 0.8;
- 3714. - filter: alpha(opacity=80);
- 3715. - }
- 3716. - .post_upload_wrap div.post_upload:hover {
- 3717. - opacity: 1;
- 3718. - filter: none;
- 3719. - }
- 3720. - .post_upload_wrap input {
- 3721. - opacity: 0.01;
- 3722. - filter: alpha(opacity=1);
- 3723. - font-size: 6.54em !important;
- 3724. - right: 0px;
- 3725. - margin: 0px;
- 3726. - padding: 0px;
- 3727. - cursor: pointer;
- 3728. - position: absolute;
- 3729. - }
- 3730. - .post_upload_dropbox {
- 3731. - position: absolute;
- 3732. - z-index: 120;
- 3733. - display: none;
- 3734. - }
- 3735. - .post_upload_dropbox_inner {
- 3736. - background: #FFF;
- 3737. - text-align: center;
- 3738. - color: #7F92A5;
- 3739. - font-size: 1.09em;
- 3740. - border: 1px dashed #A3B6C9;
- 3741. - padding: 0 5px;
- 3742. - display: table-cell;
- 3743. - vertical-align: middle;
- 3744. - width: 369px;
- 3745. - }
- 3746. - .dropbox_over .post_upload_dropbox_inner {
- 3747. - background-color: #E1E7ED;
- 3748. - }
- 3749. - .dropbox_over .post_upload_release_label {
- 3750. - display: inline;
- 3751. - }
- 3752. - .post_upload_release_label, .dropbox_over .post_upload_drop_label {
- 3753. - display: none;
- 3754. - }
- 3755. -
- 3756. - #wpe_signed {
- 3757. - padding-bottom: 10px;
- 3758. - }
- 3759. - .wpe_buttons {
- 3760. - height: 25px;
- 3761. - padding-bottom: 10px;
- 3762. - }
- 3763. - .wpe_auth {
- 3764. - padding-bottom: 10px;
- 3765. - line-height: 160%;
- 3766. - color: #777;
- 3767. - }
- 3768. - .wpe_auth_lnk {
- 3769. - color: #777;
- 3770. - }
- 3771. - #wpe_warn {
- 3772. - padding-top: 10px;
- 3773. - color: #777;
- 3774. - display: none;
- 3775. - }
- 3776. - .wpe_cancel {
- 3777. - margin: 0px 7px;
- 3778. - }
- 3779. - .wpe_cancel .button {
- 3780. - padding-left: 10px;
- 3781. - padding-right: 10px;
- 3782. - }
- 3783. - #wpe_prg {
- 3784. - margin: 6px 10px 0px;
- 3785. - }
- 3786. - #wpe_add_media {
- 3787. - padding: 6px 9px 0px;
- 3788. - }
- 3789. - .wpe_info {
- 3790. - color: #777;
- 3791. - }
- 3792. - .wpe_prg {
- 3793. - margin: 0px 3px;
- 3794. - height: 10px;
- 3795. - }
- 3796. - #wpe_text {
- 3797. - line-height: 1.27em;
- 3798. - outline: none;
- 3799. - }
- 3800. - #wpe_cont .mention_rich_ta {
- 3801. - line-height: 1.27em;
- 3802. - }
- 3803. - #wpe_cont {
- 3804. - margin-top: 10px;
- 3805. - }
- 3806. - #wpe_text {
- 3807. - width: 329px;
- 3808. - }
- 3809. - .reply_text #wpe_text {
- 3810. - width: 290px;
- 3811. - }
- 3812. - .fw_reply_info #wpe_text {
- 3813. - width: 446px;
- 3814. - }
- 3815. - .wpe_buttons {
- 3816. - width: 337px;
- 3817. - }
- 3818. - .reply_text .wpe_buttons {
- 3819. - width: 298px;
- 3820. - }
- 3821. - #wpe_media_preview {
- 3822. - padding-top: 10px;
- 3823. - }
- 3824. -
- 3825. -
- 3826. - /* Inline polls */
- 3827. - .page_media_poll_desc {
- 3828. - padding-left: 5px;
- 3829. - font-weight: normal;
- 3830. - color: #777;
- 3831. - }
- 3832. - .page_media_poll_wrap {
- 3833. - padding: 5px 0 10px;
- 3834. - clear: left;
- 3835. - }
- 3836. - .page_media_poll {
- 3837. - max-width: 400px;
- 3838. - }
- 3839. - .page_media_poll_title {
- 3840. - line-height: 140%;
- 3841. - border-bottom: 1px solid #E7EAED;
- 3842. - font-weight: bold;
- 3843. - color: #45688E;
- 3844. - padding: 4px 0px 2px;
- 3845. - max-width: 400px;
- 3846. - }
- 3847. - .page_media_poll_title .a {
- 3848. - color: #45688E;
- 3849. - }
- 3850. - .page_poll_options {
- 3851. - padding: 2px 0 0 ;
- 3852. - }
- 3853. - .page_poll_radio {
- 3854. - padding: 10px 0 0;
- 3855. - }
- 3856. - .wall_module .page_poll_radio .progress_inline {
- 3857. - float: none;
- 3858. - margin: 0 0 0 5px;
- 3859. - display: inline;
- 3860. - display: inline-block;
- 3861. - _zoom: 1;
- 3862. - vertical-align: bottom;
- 3863. - width: 32px;
- 3864. - height: 13px;
- 3865. - background: url(/images/upload.gif) no-repeat 50% 50%;
- 3866. - }
- 3867. -
- 3868. - .page_media_poll .page_poll_row {
- 3869. - background: #F7F7F7;
- 3870. - width: 100%;
- 3871. - }
- 3872. - .page_media_poll .page_poll_row_count {
- 3873. - text-align: center;
- 3874. - margin-top: -15px;
- 3875. - color: #8BA1BC;
- 3876. - line-height: 15px;
- 3877. - }
- 3878. - .page_media_poll .page_poll_row_percent,
- 3879. - .im_log_t .post_media td.page_poll_row_percent {
- 3880. - line-height: 13px;
- 3881. - padding: 2px 0 0 6px;
- 3882. - cursor: default;
- 3883. - }
- 3884. - .page_media_poll .page_poll_text {
- 3885. - padding: 10px 2px 2px;
- 3886. - }
- 3887. - .page_media_poll .page_poll_percent {
- 3888. - background: #DAE1E8;
- 3889. - height: 15px;
- 3890. - }
- 3891. - .page_poll_bottom {
- 3892. - padding-top: 12px;
- 3893. - }
- 3894. -
- 3895. -
- 3896. - /* Wide wall fixes */
- 3897. - .wide_wall_module {
- 3898. - background: #FFF;
- 3899. - padding: 5px 15px 15px;
- 3900. - }
- 3901. - .wide_wall_module .audio .info {
- 3902. - width: 100%;
- 3903. - }
- 3904. - .wide_wall_module .post {
- 3905. - border-top: 0px;
- 3906. - border-bottom: 1px solid #DAE1E8;
- 3907. - }
- 3908. - .wide_wall_module .post:last-child {
- 3909. - border-bottom: 0px;
- 3910. - }
- 3911. - .wide_wall_module .post_info {
- 3912. - width: 537px;
- 3913. - }
- 3914. - .wide_wall_module .wall_text,
- 3915. - .wide_wall_module .wall_post_text,
- 3916. - .wide_wall_module .post_media {
- 3917. - width: 537px;
- 3918. - }
- 3919. - .wide_wall_module .wall_text_name {
- 3920. - width: 505px;
- 3921. - }
- 3922. -
- 3923. - .wide_wall_module .reply_table .post_media {
- 3924. - width: 465px;
- 3925. - }
- 3926. - .wide_wall_module .published_by_quote .wall_text,
- 3927. - .wide_wall_module .published_by_quote .wall_post_text,
- 3928. - .wide_wall_module .published_by_quote .post_media {
- 3929. - width: 527px;
- 3930. - }
- 3931. - .wide_wall_module .wall_post_text, .wide_wall_module .wall_reply_text {
- 3932. - line-height: 160%;
- 3933. - }
- 3934. - .wide_wall_module .like_wrap, .wide_wall_module .reply_link_wrap,
- 3935. - .wide_wall_module .reply_link_wrap small, .wide_wall_module .info_footer {
- 3936. - font-size: 11px;
- 3937. - }
- 3938. - .font_medium .wide_wall_module .like_wrap,
- 3939. - .font_medium .wide_wall_module .reply_link_wrap,
- 3940. - .font_medium .wide_wall_module .reply_link_wrap small,
- 3941. - .font_medium .wide_wall_module .info_footer {
- 3942. - font-size: 12px;
- 3943. - }
- 3944. -
- 3945. - .big_wall #page_wall_posts .post,
- 3946. - .big_wall #page_wall_posts .online {
- 3947. - display: block;
- 3948. - }
- 3949. - .wide_wall_module .group_share .info, .wide_wall_module .event_share .info, .wide_wall_module .group_checkin .info {
- 3950. - width: 390px;
- 3951. - }
- 3952. - .wide_wall_module .wpe_prg {
- 3953. - height: 13px;
- 3954. - margin: 0px 10px;
- 3955. - }
- 3956. - .wide_wall_module #wpe_text {
- 3957. - width: 529px;
- 3958. - line-height: 1.54em;
- 3959. - }
- 3960. -
- 3961. - .wide_wall_module div.published_by_date {
- 3962. - width: 480px;
- 3963. - }
- 3964. - .wide_wall_module .reply_text #wpe_text {
- 3965. - width: 468px;
- 3966. - }
- 3967. - .fw_reply_info #wpe_text {
- 3968. - width: 450px;
- 3969. - }
- 3970. - .wide_wall_module .reply_text .wpe_buttons {
- 3971. - width: 477px;
- 3972. - }
- 3973. - .fw_reply_info .wpe_buttons {
- 3974. - width: 455px;
- 3975. - }
- 3976. - .wide_wall_module .wpe_buttons {
- 3977. - width: 537px;
- 3978. - }
- 3979. - .wide_wall_module #wpe_cont .mention_rich_ta {
- 3980. - line-height: 1.54em;
- 3981. - }
- 3982. - .wide_wall_module .postpone_preview .content, .fw_post_info .postpone_preview .content {
- 3983. - width: 300px!important;
- 3984. - }
- 3985. - .wide_wall_module a.page_media_link_thumb,
- 3986. - .wide_wall_module i.page_media_link_thumb,
- 3987. - .wide_wall_moudle span.page_media_link_thumb {
- 3988. - width: 130px;
- 3989. - }
- 3990. - .wide_wall_module .reply {
- 3991. - padding: 10px 0px 11px;
- 3992. - }
- 3993. - .wide_wall_module a.reply_image,
- 3994. - .wide_wall_module img.reply_image {
- 3995. - width: 50px;
- 3996. - height: 50px;
- 3997. - }
- 3998. - .wide_wall_module .reply_info {
- 3999. - margin-left: 60px;
- 4000. - width: 477px;
- 4001. - min-height: 51px;
- 4002. - }
- 4003. - .wide_wall_module .wall_reply_text {
- 4004. - width: 477px;
- 4005. - }
- 4006. - .wide_wall_module .reply_button_wrap button {
- 4007. - padding: 6px 16px;
- 4008. - }
- 4009. - .wide_wall_module .reply_box_open .reply_field {
- 4010. - height: 42px;
- 4011. - }
- 4012. - .wide_wall_module .reply_field_tail {
- 4013. - width: 6px;
- 4014. - height: 11px;
- 4015. - background-position: 0 -154px;
- 4016. - margin-left: -9px;
- 4017. - margin-top: 16px;
- 4018. - }
- 4019. -
- 4020. - .wide_wall_module .reply_form_img,
- 4021. - .wide_wall_module a.reply_form_image {
- 4022. - width: 50px;
- 4023. - height: 50px;
- 4024. - }
- 4025. - .wide_wall_module .reply_box_open .reply_form {
- 4026. - margin-left: 62px;
- 4027. - }
- 4028. -
- 4029. - /* New post likes */
- 4030. - .wall_module .post_like_wrap {
- 4031. - position: relative;
- 4032. - width: 150px;
- 4033. - }
- 4034. - .wide_wall_module .post_like_wrap {
- 4035. - width: 200px;
- 4036. - }
- 4037. - .post_like,
- 4038. - .post_share {
- 4039. - background: #FFF;
- 4040. - color: #2F5879;
- 4041. - font-size: 10px;
- 4042. - cursor: pointer;
- 4043. - padding: 5px 6px;
- 4044. - margin-top: -1px;
- 4045. - right: 0px;
- 4046. - position: absolute;
- 4047. - white-space: nowrap;
- 4048. -
- 4049. - -webkit-border-radius: 3px;
- 4050. - -khtml-border-radius: 3px;
- 4051. - -moz-border-radius: 3px;
- 4052. - border-radius: 3px;
- 4053. - overflow: hidden;
- 4054. - }
- 4055. - .font_medium .post_like,
- 4056. - .font_medium .post_share {
- 4057. - font-size: 11px;
- 4058. - }
- 4059. - .wide_wall_module .post_like,
- 4060. - .wide_wall_module .post_share {
- 4061. - font-size: 11px;
- 4062. - }
- 4063. - .font_medium .wide_wall_module .post_like,
- 4064. - .font_medium .wide_wall_module .post_share {
- 4065. - font-size: 12px;
- 4066. - }
- 4067. - .post_like_link,
- 4068. - .post_share_link {
- 4069. - color: #829BAF;
- 4070. - }
- 4071. - .wall_post_over .post_like_link,
- 4072. - .wall_module .post:hover .post_like_link,
- 4073. - .wall_post_over .post_share_link,
- 4074. - .wall_module .post:hover .post_share_link {
- 4075. - color: #2F5879;
- 4076. - }
- 4077. - .wall_module .post_like:hover,
- 4078. - .wall_module .post_share:hover {
- 4079. - background: #E9EDF1;
- 4080. - }
- 4081. - .wall_module .post_like_icon,
- 4082. - .wall_module .post_share_icon {
- 4083. - background: url(/images/icons/like.gif?2) no-repeat 1px 0px;
- 4084. - height: 10px;
- 4085. - margin: 2px 2px 0px;
- 4086. - padding-right: 1px;
- 4087. - opacity: 0.4;
- 4088. - filter: alpha(opacity=40);
- 4089. - width: 11px;
- 4090. - }
- 4091. - .wall_module .post_share_icon {
- 4092. - background-position: 0 -21px;
- 4093. - margin-top: 1px;
- 4094. - width: 11px;
- 4095. - height: 11px;
- 4096. - }
- 4097. - .wide_wall_module .post_like_icon {
- 4098. - margin-top: 3px;
- 4099. - }
- 4100. - .wide_wall_module .post_share_icon {
- 4101. - margin: 2px 2px 0 3px;
- 4102. - }
- 4103. - .wall_module .post_like_count,
- 4104. - .wall_module .post_share_count {
- 4105. - font-weight: bold;
- 4106. - color: #7295b2;
- 4107. - }
- 4108. - .wall_module .post_like .no_likes {
- 4109. - visibility: visible;
- 4110. - opacity: 0.4;
- 4111. - filter: alpha(opacity=40);
- 4112. - padding-right: 1px;
- 4113. - }
- 4114. - .wall_module .post_like i.my_like,
- 4115. - .wall_module .my_share i {
- 4116. - opacity: 1;
- 4117. - filter: none;
- 4118. - }
- 4119. -
- 4120. -
- 4121. - /* New post shares */
- 4122. - .post_full_like_wrap {
- 4123. - position: relative;
- 4124. - width: 230px;
- 4125. - }
- 4126. - .wide_wall_module .post_full_like_wrap,
- 4127. - .post_fixed .post_full_like_wrap {
- 4128. - width: 300px;
- 4129. - }
- 4130. - .post_full_like {
- 4131. - position: absolute;
- 4132. - top: 0;
- 4133. - right: 0;
- 4134. - }
- 4135. - .post_full_like_wrap .post_like,
- 4136. - .post_full_like_wrap .post_share {
- 4137. - position: static;
- 4138. - }
- 4139. - .post_share_link {
- 4140. - display: none;
- 4141. - }
- 4142. - .wide_wall_module .post_share_link {
- 4143. - display: inline;
- 4144. - }
- 4145. - .wall_module .no_shares {
- 4146. - visibility: hidden;
- 4147. - }
- 4148. - .wall_module .wall_post_over .no_shares {
- 4149. - visibility: visible;
- 4150. - }
- 4151. -
- 4152. -
- 4153. - .reply_replieable,
- 4154. - .reply_moreable {
- 4155. - cursor: pointer;
- 4156. - }
- 4157. -
- 4158. - .like_comment_header,
- 4159. - .like_to_header {
- 4160. - font-size: 1.18em;
- 4161. - font-weight: bold;
- 4162. - color: #45688E;
- 4163. - padding: 5px 0px;
- 4164. - }
- 4165. - .like_comment_header {
- 4166. - padding-top: 0;
- 4167. - }
- 4168. - .like_comment_row {
- 4169. - padding: 4px 0px 10px;
- 4170. - }
- 4171. - #like_repost_comment {
- 4172. - width: 372px;
- 4173. - height: 32px;
- 4174. - }
- 4175. - .like_to_row {
- 4176. - padding: 10px 0px 0px;
- 4177. - }
- 4178. - .like_to_about {
- 4179. - color: #777;
- 4180. - padding: 3px 25px;
- 4181. - }
- 4182. - .like_to_about_select {
- 4183. - padding-top: 5px;
- 4184. - }
- 4185. - .like_to_point {
- 4186. - padding: 0px 5px;
- 4187. - }
- 4188. - .like_to_row div.disabled {
- 4189. - opacity: 0.4;
- 4190. - filter: alpha(opacity=40);
- 4191. - cursor: default;
- 4192. - }
- 4193. - .like_to_row div.disabled:hover div {
- 4194. - background-position: 0px 0px;
- 4195. - }
- 4196. - .like_to_row div.disabled.on:hover div {
- 4197. - background-position: 0px -14px;
- 4198. - }
- 4199. - .like_to_nopadd {
- 4200. - padding: 0px !important;
- 4201. - }
- 4202. -
- 4203. -
- 4204. - .page_post_sized_thumbs {
- 4205. - margin: 9px 0 0px;
- 4206. - padding-bottom: 4px;
- 4207. - }
- 4208. - .page_post_sized_full_thumb {
- 4209. - margin: 20px 0 10px;
- 4210. - }
- 4211. - .page_post_sized_full_thumb_first {
- 4212. - margin-top: 10px;
- 4213. - }
- 4214. - .page_post_sized_relative_wrap {
- 4215. - position: relative;
- 4216. - float: left;
- 4217. - }
- 4218. - .page_post_sized_relative {
- 4219. - position: absolute;
- 4220. - left: 0;
- 4221. - right: 0;
- 4222. - top: 0;
- 4223. - bottom: 0;
- 4224. - }
- 4225. -
- 4226. - a.page_post_thumb_wrap,
- 4227. - span.page_post_thumb_wrap {
- 4228. - display: block;
- 4229. - overflow: hidden;
- 4230. - position: relative;
- 4231. - margin: 0 3px 3px 0;
- 4232. - }
- 4233. - a.page_post_thumb_wrap:hover,
- 4234. - a.page_post_thumb_unsized:hover {
- 4235. - text-decoration: none !important;
- 4236. - }
- 4237. - .page_post_thumb_video {
- 4238. - position: relative;
- 4239. - }
- 4240. - .page_post_thumb_sized_photo {
- 4241. - position: absolute;
- 4242. - top: 0;
- 4243. - left: 0;
- 4244. - }
- 4245. - .video_module .video div.page_video_play_icon,
- 4246. - .page_post_video_play_inline {
- 4247. - position: absolute;
- 4248. - z-index: 10;
- 4249. - background: url(/images/inline_video_play.png) no-repeat;
- 4250. - margin-left: -23px;
- 4251. - margin-top: -23px;
- 4252. - width: 46px;
- 4253. - height: 46px;
- 4254. - top: 50%;
- 4255. - left: 50%;
- 4256. - }
- 4257. - .page_post_video_is_processing {
- 4258. - position: absolute;
- 4259. - z-index: 10;
- 4260. - margin-left: -70px;
- 4261. - margin-top: -23px;
- 4262. - width: 140px;
- 4263. - height: 18px;
- 4264. - top: 50%;
- 4265. - left: 50%;
- 4266. - color: #FFFFFF;
- 4267. - background: #000000;
- 4268. - background: rgba(0, 0, 0, 0.8);
- 4269. - -webkit-border-radius: 5px;
- 4270. - -moz-border-radius: 5px;
- 4271. - border-radius: 5px;
- 4272. - padding: 15px 10px;
- 4273. - }
- 4274. - .page_post_video_duration {
- 4275. - background: url('/images/mv_bg.png');
- 4276. - background: rgba(0,0,0, 0.6);
- 4277. - color: #FFF;
- 4278. - position: absolute;
- 4279. - bottom: 5px;
- 4280. - right: 5px;
- 4281. - padding: 0px 3px 1px;
- 4282. - z-index: 10;
- 4283. - }
- 4284. -
- 4285. - a.page_post_thumb_last_column .page_post_thumb_undersized_w,
- 4286. - span.page_post_thumb_last_column .page_post_thumb_undersized_w {
- 4287. - right: 0;
- 4288. - }
- 4289. - a.page_post_thumb_last_row .page_post_thumb_undersized_h,
- 4290. - span.page_post_thumb_last_row .page_post_thumb_undersized_h {
- 4291. - bottom: 0;
- 4292. - }
- 4293. -
- 4294. - a.page_post_thumb_unsized,
- 4295. - span.page_post_thumb_unsized {
- 4296. - background: 50% 50% no-repeat;
- 4297. - background-size: cover;
- 4298. -
- 4299. - display: block;
- 4300. - position: relative;
- 4301. - overflow: hidden;
- 4302. - margin: 0 3px 3px 0;
- 4303. - }
- 4304. - a.page_post_thumb_unsized_single,
- 4305. - span.page_post_thumb_unsized_single {
- 4306. - /*background: 0 0 no-repeat;*/
- 4307. - background-size: contain;
- 4308. - }
- 4309. -
- 4310. - .wide_wall_module a.page_post_thumb_unsized,
- 4311. - .wide_wall_module a.page_post_thumb_wrap,
- 4312. - .wide_wall_module span.page_post_thumb_unsized,
- 4313. - .wide_wall_module span.page_post_thumb_wrap {
- 4314. - margin: 0 6px 6px 0;
- 4315. - }
- 4316. - .page_post_sized_thumbs a.page_post_thumb_last_column,
- 4317. - .page_post_sized_thumbs span.page_post_thumb_last_column {
- 4318. - margin-right: 0;
- 4319. - }
- 4320. - .page_post_sized_thumbs a.page_post_thumb_last_row,
- 4321. - .page_post_sized_thumbs span.page_post_thumb_last_row {
- 4322. - margin-bottom: 0;
- 4323. - }
- 4324. -
- 4325. - .page_post_queue_wide,
- 4326. - .wide_wall_module .page_post_queue_narrow {
- 4327. - display: none;
- 4328. - }
- 4329. - .wide_wall_module .page_post_queue_wide {
- 4330. - display: block;
- 4331. - }
- 4332. -
- 4333. - .page_name {
- 4334. - padding-bottom: 2px;
- 4335. - max-width: 385px;
- 4336. - overflow: hidden;
- 4337. - }
- 4338. - h4.page_top {
- 4339. - font-size: 1.09em;
- 4340. - background: #FFF;
- 4341. - padding: 0px 6px 4px;
- 4342. - margin: 0px;
- 4343. - }
- 4344. - #page_current_info {
- 4345. - font-weight: normal;
- 4346. - padding: 2px 0px 2px;
- 4347. - color: #000;
- 4348. - width: 385px;
- 4349. - overflow: hidden;
- 4350. - max-height: 3.55em;
- 4351. - height: auto !important;
- 4352. - }
- 4353. - #page_current_info #current_info {
- 4354. - display: block;
- 4355. - }
- 4356. - .my_current_info, .no_current_info {
- 4357. - display: block;
- 4358. - cursor: pointer;
- 4359. - margin: 0px -6px;
- 4360. - padding: 0px 6px;
- 4361. - }
- 4362. - .my_current_info:hover, .no_current_info:hover {
- 4363. - text-decoration: underline;
- 4364. - }
- 4365. - .current_text {
- 4366. - padding: 0px 1px;
- 4367. - }
- 4368. - .current_audio {
- 4369. - color: #2B587A;
- 4370. - max-width: 334px;
- 4371. - overflow: hidden;
- 4372. - text-overflow: ellipsis;
- 4373. - white-space: nowrap;
- 4374. - }
- 4375. - .page_wide_no_narrow #page_current_info {
- 4376. - width: 576px;
- 4377. - }
- 4378. - .page_wide_no_narrow .current_audio {
- 4379. - max-width: 520px;
- 4380. - }
- 4381. - .current_audio.prg {
- 4382. - max-width: 302px;
- 4383. - }
- 4384. - .current_audio_cnt {
- 4385. - opacity: 0.70;
- 4386. - filter: alpha(opacity=70);
- 4387. - font-size: 0.9em;
- 4388. - font-weight: bold !important;
- 4389. - color: #507292;
- 4390. - cursor: pointer;
- 4391. - -webkit-transition: all 150ms ease-in-out;
- 4392. - -moz-transition: all 150ms ease-in-out;
- 4393. - -o-transition: all 150ms ease-in-out;
- 4394. - transition: all 150ms ease-in-out;
- 4395. - }
- 4396. - h4 .current_audio_cnt span {
- 4397. - font-weight: bold;
- 4398. - }
- 4399. - .current_audio_cnt:hover {
- 4400. - opacity: 1;
- 4401. - filter: alpha(opacity=100);
- 4402. - }
- 4403. - .current_audio_cnt.hidden {
- 4404. - display: none;
- 4405. - }
- 4406. - .current_audio_cnt .value {
- 4407. - text-align: right;
- 4408. - }
- 4409. - .current_audio div.label {
- 4410. - width: 13px;
- 4411. - height: 11px;
- 4412. - background: url(/images/icons/audio_icons.png?5) no-repeat scroll -66px -51px;
- 4413. - opacity: 0.60;
- 4414. - filter: alpha(opacity=60);
- 4415. - margin: 2px 3px 0px 0px;
- 4416. - }
- 4417. - .is_rtl1 .current_audio div.label {
- 4418. - margin-right: auto;
- 4419. - margin-left: 3px;
- 4420. - }
- 4421. - .current_audio_cnt div.label {
- 4422. - width: 12px;
- 4423. - height: 12px;
- 4424. - background: url(/images/icons/audio_icons.png?5) no-repeat scroll -202px -51px;
- 4425. - margin-left: 5px;
- 4426. - }
- 4427. - .is_rtl1 .current_audio_cnt div {
- 4428. - margin-left: auto;
- 4429. - margin-right: 5px;
- 4430. - }
- 4431. - .audio_listeners {
- 4432. - position: relative;
- 4433. - overflow: hidden;
- 4434. - padding: 20px 10px 1px;
- 4435. - }
- 4436. - .current_app {
- 4437. - color: #2B587A;
- 4438. - padding-left: 14px;
- 4439. - background: url(/images/icons/mono_iconset.gif?8) no-repeat left -58px;
- 4440. - }
- 4441. - a.current_app_icon {
- 4442. - padding: 1px 0px 2px 20px;
- 4443. - display: inline;
- 4444. - display: inline-block;
- 4445. - zoom: 1;
- 4446. - background-position: 0px 0px;
- 4447. - margin-bottom: -2px;
- 4448. - margin-top: -1px;
- 4449. - }
- 4450. - .is_rtl1 .current_audio {
- 4451. - background-position: right -220px;
- 4452. - }
- 4453. - #page_current_info {
- 4454. - font-size: 11px;
- 4455. - }
- 4456. - .font_medium #page_current_info {
- 4457. - font-size: 12px;
- 4458. - }
- 4459. - .current_audio_prg {
- 4460. - margin: 0px 10px;
- 4461. - }
- 4462. - #content h4 .no_current_info {
- 4463. - color: #AAA;
- 4464. - }
- 4465. - #currinfo_editor {
- 4466. - position: absolute;
- 4467. - z-index: 10;
- 4468. - margin: -27px -14px 0px;
- 4469. - display: none;
- 4470. - }
- 4471. - #currinfo_editor .sidesh {
- 4472. - background: #000;
- 4473. - width: 1px;
- 4474. - opacity: 0.08;
- 4475. - filter: alpha(opacity=8);
- 4476. - }
- 4477. - #currinfo_editor .sidesh div {
- 4478. - width: 1px;
- 4479. - overflow: hidden;
- 4480. - }
- 4481. - #currinfo_editor .bottomsh1 {
- 4482. - background: #000;
- 4483. - height: 1px;
- 4484. - opacity: 0.1;
- 4485. - filter: alpha(opacity=10);
- 4486. - }
- 4487. - #currinfo_editor .bottomsh2 {
- 4488. - background: #000;
- 4489. - height: 1px;
- 4490. - opacity: 0.05;
- 4491. - filter: alpha(opacity=5);
- 4492. - }
- 4493. - #currinfo_editor .bottomsh1 div, #currinfo_editor .bottomsh2 div {
- 4494. - height: 1px;
- 4495. - overflow: hidden;
- 4496. - }
- 4497. - #currinfo_editor .editor {
- 4498. - background: #F7F7F7;
- 4499. - border: 1px solid #CCC;
- 4500. - padding: 8px;
- 4501. - width: 384px;
- 4502. - }
- 4503. - #content h4 #currinfo_about, #content h4 #currinfo_warn {
- 4504. - margin: 5px 8px 0px;
- 4505. - font-size: 0.9em;
- 4506. - color: #777;
- 4507. - display: none;
- 4508. - }
- 4509. - #currinfo_clear {
- 4510. - margin: 4px 4px 0px;
- 4511. - display: none;
- 4512. - }
- 4513. - #currinfo_audio,
- 4514. - #currinfo_app {
- 4515. - margin: 5px 8px 0px;
- 4516. - }
- 4517. - #currinfo_editor .button_blue {
- 4518. - margin: 0px;
- 4519. - }
- 4520. - button#currinfo_save {
- 4521. - padding: 3px 10px 4px;
- 4522. - *padding: 4px 10px 3px;
- 4523. - }
- 4524. - #currinfo_input {
- 4525. - margin: 0px 0px 8px;
- 4526. - width: 376px;
- 4527. - padding: 4px 3px;
- 4528. - }
- 4529. -
- 4530. - /* Poll export */
- 4531. - .page_poll_export_label {
- 4532. - vertical-align: top;
- 4533. - white-space: nowrap;
- 4534. - padding: 3px 10px 0px 0px;
- 4535. - width: 90px;
- 4536. - color: #777;
- 4537. - }
- 4538. - textarea.page_poll_export_code {
- 4539. - background-color: #F0F4FB;
- 4540. - width: 372px;
- 4541. - height: 110px;
- 4542. - margin: 0;
- 4543. - }
- 4544. - .page_poll_export_desc {
- 4545. - vertical-align: top;
- 4546. - padding: 0;
- 4547. - font-size: 0.9em;
- 4548. - color: #777;
- 4549. - }
- 4550. -
- 4551. - b.wall_mob_onl {
- 4552. - background-position: -1px 0px;
- 4553. - *background-position: -1px -1px;
- 4554. - }
- 4555. -
- 4556. - #page_suggest_post {
- 4557. - display: none;
- 4558. - }
- 4559. - .page_sugg_loading {
- 4560. - height: 41px;
- 4561. - /* background: url(/images/upload.gif) no-repeat 50% 50%;*/
- 4562. - }
- 4563. - .post_publish_button,
- 4564. - .post_nopublish_button {
- 4565. - margin: 0px 5px;
- 4566. - }
- 4567. - .post_publish {
- 4568. - text-align: center;
- 4569. - background: #F7F7F7;
- 4570. - padding: 10px;
- 4571. - margin: 5px 0px 8px;
- 4572. - }
- 4573. - .post_publish_text {
- 4574. - color: #45688E;
- 4575. - font-weight: bold;
- 4576. - }
- 4577. -
- 4578. - #suggest_publish_add_media {
- 4579. - padding: 10px 9px 0px;
- 4580. - }
- 4581. - #suggest_publish_field {
- 4582. - width: 422px;
- 4583. - height: 32px;
- 4584. - }
- 4585. - #suggest_publish_warn {
- 4586. - color: #777;
- 4587. - padding-top: 10px;
- 4588. - display: none;
- 4589. - }
- 4590. - #suggest_publish_media_preview {
- 4591. - padding-top: 8px;
- 4592. - }
- 4593. - #suggest_publish_author_wrap {
- 4594. - padding-top: 10px;
- 4595. - color: #2B587A;
- 4596. - }
- 4597. - .closed_page {
- 4598. - margin: 10px 0;
- 4599. - }
- 4600. - .closed_details {
- 4601. - padding-top: 10px;
- 4602. - }
- 4603. - .closed_reason {
- 4604. - font-weight: normal;
- 4605. - }
- 4606. - #custom_menu_cont {
- 4607. - top: 0px;
- 4608. - width: 100%;
- 4609. - }
- 4610. - #custom_menu_wrap {
- 4611. - z-index: 1005;
- 4612. - position: absolute;
- 4613. - top: 0px;
- 4614. - }
- 4615. - .fw_post_thumb_img {
- 4616. - width: 50px;
- 4617. - }
- 4618. - .page_photo_thumb {
- 4619. - max-width: 75px;
- 4620. - }
- 4621. - .page_album_row {
- 4622. - margin: 10px 10px 0px;
- 4623. - width: 178px;
- 4624. - height: 118px;
- 4625. - overflow: hidden;
- 4626. - display: inline-block;
- 4627. - vertical-align: top;
- 4628. - background: #EEEEEE;
- 4629. - }
- 4630. - .page_album_row a {
- 4631. - position: relative;
- 4632. - display: block;
- 4633. - text-align: center;
- 4634. - }
- 4635. - .page_album_row a.img_link {
- 4636. - width: 178px;
- 4637. - height: 118px;
- 4638. - }
- 4639. - .page_photo_thumb_big {
- 4640. - vertical-align: top;
- 4641. - max-width: 178px;
- 4642. - }
- 4643. - .page_album_title_wrap {
- 4644. - background: rgba(0, 0, 0, 0.5);
- 4645. - -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7f000000', endColorstr='#7f000000')"; /* IE */
- 4646. - color: white;
- 4647. - position: absolute;
- 4648. - top: 0px;
- 4649. - width: 178px;
- 4650. - margin-top: 98px;
- 4651. - text-align: left;
- 4652. - padding: 4px 0px 10px;
- 4653. - line-height: 12px;
- 4654. - }
- 4655. - .page_album_title_wrap:not([dummy]) {
- 4656. - -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled='false')";
- 4657. - }
- 4658. - .page_album_title {
- 4659. - white-space: nowrap;
- 4660. - overflow: hidden;
- 4661. - -o-text-overflow: ellipsis;
- 4662. - text-overflow: ellipsis;
- 4663. - max-width: 125px;
- 4664. - font-weight: bold;
- 4665. - margin-left: 6px;
- 4666. - }
- 4667. - .page_album_description {
- 4668. - max-height: 49px;
- 4669. - margin: 5px 6px 0px;
- 4670. - font-size: 0.9em;
- 4671. - overflow: hidden;
- 4672. - text-overflow: ellipsis;
- 4673. - }
- 4674. - .page_album_camera {
- 4675. - background: url(/images/camera_white.png) 0 2px no-repeat;
- 4676. - padding-left: 14px;
- 4677. - font-weight: bold;
- 4678. - margin: 0px 6px;
- 4679. - }
- 4680. - #owner_photo_wrap {
- 4681. - margin-bottom: 8px;
- 4682. - }
- 4683. - #owner_photo_bubble_wrap {
- 4684. - /* height: 80px; */
- 4685. - height: 56px;
- 4686. - width: 200px;
- 4687. - /* margin-top: -88px; */
- 4688. - margin-top: -64px;
- 4689. - overflow: hidden;
- 4690. - position: relative;
- 4691. - }
- 4692. - #owner_photo_bubble {
- 4693. - color: #FFF;
- 4694. - opacity: 0;
- 4695. - filter: alpha(opacity=0);
- 4696. - background: rgba(0, 0, 0, 0.7);
- 4697. - width: 200px;
- 4698. - margin-top: 40px;
- 4699. - -webkit-transition: all 200ms ease-in-out;
- 4700. - -moz-transition: all 200ms ease-in-out;
- 4701. - -o-transition: all 200ms ease-in-out;
- 4702. - transition: all 200ms ease-in-out;
- 4703. - z-index: 450;
- 4704. - padding: 4px 0;
- 4705. - }
- 4706. - #owner_photo_top_bubble_wrap {
- 4707. - position: relative;
- 4708. - }
- 4709. - #owner_photo_top_bubble {
- 4710. - display: none;
- 4711. - position: absolute;
- 4712. - right: 0;
- 4713. - top: 0;
- 4714. - color: #FFF;
- 4715. - opacity: 0;
- 4716. - filter: alpha(opacity=0);
- 4717. - background: rgba(0, 0, 0, 0.7);
- 4718. - -webkit-transition: all 200ms ease-in-out;
- 4719. - -moz-transition: all 200ms ease-in-out;
- 4720. - -o-transition: all 200ms ease-in-out;
- 4721. - transition: all 200ms ease-in-out;
- 4722. - z-index: 450;
- 4723. - padding: 4px 0;
- 4724. - }
- 4725. - #owner_photo_wrap:hover #owner_photo_bubble {
- 4726. - opacity: 1;
- 4727. - filter: none;
- 4728. - margin-top: 0px;
- 4729. - }
- 4730. - #owner_photo_wrap:hover #owner_photo_top_bubble {
- 4731. - display: block;
- 4732. - opacity: 1;
- 4733. - filter: none;
- 4734. - }
- 4735. - #owner_photo_top_bubble .owner_photo_bubble_action_delete {
- 4736. - text-align: right;
- 4737. - width: auto;
- 4738. - max-width: 180px;
- 4739. - white-space: nowrap;
- 4740. - overflow: hidden;
- 4741. - }
- 4742. - .owner_photo_bubble_action {
- 4743. - cursor: pointer;
- 4744. - padding: 5px 10px;
- 4745. - height: 14px;
- 4746. - /*text-align: center;*/
- 4747. - overflow: hidden;
- 4748. - white-space: nowrap;
- 4749. - text-shadow: 0px 1px 0px #262626;
- 4750. - -o-text-overflow: ellipsis;
- 4751. - text-overflow: ellipsis;
- 4752. - width: 180px;
- 4753. - }
- 4754. - .owner_photo_bubble_action_in {
- 4755. - background: url(/images/edit_photo_icons_white.gif) no-repeat 0 -3px;
- 4756. - -webkit-transition: all 100ms ease-out;
- 4757. - -moz-transition: all 100ms ease-out;
- 4758. - -o-transition: all 100ms ease-out;
- 4759. - transition: all 100ms ease-out;
- 4760. - padding-left: 20px;
- 4761. - opacity: 0.7;
- 4762. - filter: none;
- 4763. - }
- 4764. - .owner_photo_bubble_action_crop .owner_photo_bubble_action_in {
- 4765. - background-position: 0 -26px;
- 4766. - }
- 4767. - .owner_photo_bubble_action_delete .owner_photo_bubble_action_in {
- 4768. - background-position: 0 -70px;
- 4769. - }
- 4770. - .owner_photo_bubble_action:hover .owner_photo_bubble_action_in {
- 4771. - opacity: 1;
- 4772. - filter: none;
- 4773. - }
- 4774. - .owner_photo_bubble_delete_wrap {
- 4775. - position: absolute;
- 4776. - z-index: 10;
- 4777. - right: 0px;
- 4778. - top: 0px;
- 4779. - background: #222;
- 4780. - background: rgba(0, 0, 0, 0.5);
- 4781. - padding: 5px;
- 4782. - cursor: pointer;
- 4783. - -webkit-border-radius: 3px;
- 4784. - -moz-border-radius: 3px;
- 4785. - border-radius: 3px;
- 4786. - /* -webkit-transition: opacity 100ms linear; */
- 4787. - /* -moz-transition: opacity 100ms linear; */
- 4788. - /* -o-transition: opacity 100ms linear; */
- 4789. - /* transition: opacity 100ms linear; */
- 4790. - }
- 4791. - .owner_photo_bubble_delete {
- 4792. - background: url(/images/notifier_close.gif) no-repeat;
- 4793. - width: 7px;
- 4794. - height: 7px;
- 4795. - opacity: 0.5;
- 4796. - filter: alpha(opacity=50);
- 4797. - -webkit-transition: opacity 100ms linear;
- 4798. - -moz-transition: opacity 100ms linear;
- 4799. - -o-transition: opacity 100ms linear;
- 4800. - transition: opacity 100ms linear;
- 4801. - }
- 4802. - .owner_photo_bubble_delete_wrap:hover .owner_photo_bubble_delete {
- 4803. - opacity: 1;
- 4804. - filter: none;
- 4805. - }
- 4806. - #owner_photo_bubble_input {
- 4807. - position: absolute;
- 4808. - visibility: hidden;
- 4809. - }
- 4810. -
- 4811. - .page_preview_photo {
- 4812. - max-width: 80px;
- 4813. - }
- 4814. - .page_preview_ph_graff .page_preview_photo, .page_preview_ph_graff {
- 4815. - max-width: 106px;
- 4816. - }
- 4817. - #page_load_photo {
- 4818. - position: absolute;
- 4819. - margin-top: -40px;
- 4820. - width: 200px;
- 4821. - text-align: center;
- 4822. - }
- 4823. - #page_avatar {
- 4824. - text-align: center;
- 4825. - max-height: 500px;
- 4826. - height: auto !important;
- 4827. - height: 500px;
- 4828. - overflow: hidden;
- 4829. - margin-bottom: 8px;
- 4830. - }
- 4831. - * html #page_avatar {
- 4832. - height: expression((this.flag == undefined) ? (this.scrollHeight > 500) ? this.flag = '500px' : 'auto' : '');
- 4833. - }
- 4834. - #page_avatar img {
- 4835. - vertical-align: top;
- 4836. - }
- 4837. -
- 4838. - .wall_album_wrap {
- 4839. - padding: 6px 0 4px;
- 4840. - }
- 4841. -
- 4842. - .wall_private_album_wrap {
- 4843. - width: 200px;
- 4844. - padding: 60px 0;
- 4845. - margin: 6px 0 4px;
- 4846. - background: #EEE;
- 4847. - font-size: 12px;
- 4848. - color: #777;
- 4849. - text-align: center;
- 4850. - }
- 4851. - .wall_album_cover_wrap {
- 4852. - position: relative;
- 4853. - display: block;
- 4854. - width: 279px;
- 4855. - height: 185px;
- 4856. - overflow: hidden;
- 4857. - text-align: center;
- 4858. - background: #F1F1F1;
- 4859. - }
- 4860. - .wall_album_nocover {
- 4861. - background: #F1F1F1 url('/images/camera_big.png') 50% 60px no-repeat !important;
- 4862. - }
- 4863. - .wall_album_cover {
- 4864. - vertical-align: top;
- 4865. - max-width: 279px;
- 4866. - }
- 4867. - .wide_wall_module .wall_album_cover_wrap {
- 4868. - width: 390px;
- 4869. - height: 260px;
- 4870. - }
- 4871. - .wide_wall_module .wall_album_cover {
- 4872. - max-width: 390px;
- 4873. - }
- 4874. -
- 4875. - .wall_album_caption {
- 4876. - background: url('/images/mv_bg.png');
- 4877. - background: rgba(0, 0, 0, 0.5);
- 4878. - color: white;
- 4879. - position: absolute;
- 4880. - top: 0px;
- 4881. - width: 279px;
- 4882. - margin-top: 163px;
- 4883. - text-align: left;
- 4884. - padding: 4px 0px 10px;
- 4885. - line-height: 12px;
- 4886. - }
- 4887. - .page_post_thumb_album .wall_album_caption {
- 4888. - z-index: 1;
- 4889. - }
- 4890. - .wide_wall_module .wall_album_caption {
- 4891. - width: 390px;
- 4892. - margin-top: 238px;
- 4893. - }
- 4894. -
- 4895. - #wpe_cont .wall_album_cover_wrap {
- 4896. - width: 279px;
- 4897. - height: 185px;
- 4898. - }
- 4899. - #wpe_cont .wall_album_cover {
- 4900. - max-width: 279px;
- 4901. - }
- 4902. - #wpe_cont .wall_album_caption {
- 4903. - width: 279px;
- 4904. - margin-top: 163px;
- 4905. - }
- 4906. -
- 4907. - .wall_album_title {
- 4908. - white-space: nowrap;
- 4909. - overflow: hidden;
- 4910. - -o-text-overflow: ellipsis;
- 4911. - text-overflow: ellipsis;
- 4912. - max-width: 208px;
- 4913. - font-weight: bold;
- 4914. - margin-right: 5px;
- 4915. - margin: 0 7px;
- 4916. - }
- 4917. - .wall_album_count {
- 4918. - background: url(/images/camera_white.png) 0 2px no-repeat;
- 4919. - padding-left: 14px;
- 4920. - font-weight: bold;
- 4921. - margin: 0 7px;
- 4922. - }
- 4923. - .wall_album_description {
- 4924. - max-height: 126px;
- 4925. - margin: 5px 7px 0;
- 4926. - }
- 4927. - .wall_album_wrap .page_post_sized_thumbs {
- 4928. - margin: 0;
- 4929. - }
- 4930. - .wall_album_photos {
- 4931. - margin-left: 3px;
- 4932. - }
- 4933. - .wall_album_under_row {
- 4934. - padding-top: 3px;
- 4935. - clear: both;
- 4936. - }
- 4937. - .wide_wall_module .wall_album_photos {
- 4938. - margin-left: 6px;
- 4939. - }
- 4940. - .wide_wall_module .wall_album_under_row {
- 4941. - padding-top: 6px;
- 4942. - }
- 4943. -
- 4944. - .page_gif_preview {
- 4945. - display: block;
- 4946. - min-width: 130px;
- 4947. - min-height: 98px;
- 4948. - background: #000000;
- 4949. - text-align: center;
- 4950. - position: relative;
- 4951. - }
- 4952. - .page_gif_loading {
- 4953. - position: absolute;
- 4954. - width: 130px;
- 4955. - height: 98px;
- 4956. - }
- 4957. - .pages_gif_img {
- 4958. - max-width: 130px;
- 4959. - max-height: 600px;
- 4960. - vertical-align: middle;
- 4961. - cursor: pointer;
- 4962. - }
- 4963. - .page_gif_big {
- 4964. - max-width: 337px;
- 4965. - }
- 4966. - .reply_table .page_gif_big {
- 4967. - max-width: 298px;
- 4968. - }
- 4969. - .wide_wall_module .page_gif_big {
- 4970. - max-width: 536px;
- 4971. - }
- 4972. - .wide_wall_module .reply_text .page_gif_big {
- 4973. - max-width: 465px;
- 4974. - }
- 4975. -
- 4976. - #dark_box_topic_wrap {
- 4977. - background: #597BA5;
- 4978. - padding: 10px 10px 11px;
- 4979. - position: relative;
- 4980. - overflow: hidden;
- 4981. - }
- 4982. - .dark_box_close {
- 4983. - margin: -10px -10px -11px;
- 4984. - padding: 17px 26px 18px;
- 4985. - color: #C7D7E9;
- 4986. - -webkit-transition: color 100ms linear;
- 4987. - -moz-transition: color 100ms linear;
- 4988. - -o-transition: color 100ms linear;
- 4989. - transition: color 100ms linear;
- 4990. - }
- 4991. - .dark_box_close:hover {
- 4992. - color: #FFF;
- 4993. - text-decoration: none;
- 4994. - }
- 4995. - #dark_box_topic {
- 4996. - color: #FFF;
- 4997. - padding: 7px 16px;
- 4998. - font-weight: bold;
- 4999. - font-size: 1.09em;
- 5000. - }
- 5001. - .dark_box_label {
- 5002. - color: #45688E;
- 5003. - line-height: 1.27em;
- 5004. - margin: 0px;
- 5005. - padding: 26px 0px 9px;
- 5006. - font-size: 1.09em;
- 5007. - font-weight: bold;
- 5008. - }
- 5009. - #dark_box_ava {
- 5010. - position: absolute;
- 5011. - width: 32px;
- 5012. - height: 32px;
- 5013. - margin: -1px 0px 0px -26px;
- 5014. - display: none;
- 5015. - opacity: 0;
- 5016. - }
- 5017. - #dark_box_ava .wdd_img_layer {
- 5018. - background: #597BA5;
- 5019. - }
- 5020. - .dark_box_cont .wdd_text {
- 5021. - width: 405px;
- 5022. - }
- 5023. - #dark_box_ava .wdd_img {
- 5024. - width: 32px;
- 5025. - }
- 5026. - #dark_box_ava .wdd_img_full,
- 5027. - #dark_box_ava .wdd_img_half,
- 5028. - #dark_box_ava .wdd_img_tiny {
- 5029. - width: 32px;
- 5030. - height: 32px;
- 5031. - }
- 5032. - #dark_box_ava .wdd_img_half {
- 5033. - width: 15px;
- 5034. - }
- 5035. - #dark_box_ava .wdd_img_half .wdd_img {
- 5036. - margin-left: -8px;
- 5037. - }
- 5038. - #dark_box_ava .wdd_img_tiny {
- 5039. - width: 15px;
- 5040. - height: 15px;
- 5041. - margin-bottom: 2px;
- 5042. - }
- 5043. - #dark_box_ava .wdd_img_tiny .wdd_img {
- 5044. - width: 15px;
- 5045. - }
- 5046. - #dark_box_ava .wdd_mark {
- 5047. - margin: 0px 26px;
- 5048. - }
- 5049. - #dark_box_ava .wdd_img_tiny .wdd_mark,
- 5050. - #dark_box_ava .wdd_img_half .wdd_mark {
- 5051. - margin: 0px 9px;
- 5052. - }
- 5053. - .dark_box_cont {
- 5054. - padding: 0px 26px 26px;
- 5055. - background: #F7F7F7;
- 5056. - }
- 5057. - .dark_box_btn {
- 5058. - margin-top: 16px;
- 5059. - line-height: normal;
- 5060. - }
- 5061. - .dark_box_btn.button_cancel {
- 5062. - margin: 16px 10px 0;
- 5063. - }
- 5064. -
- 5065. - #like_share_error {
- 5066. - margin-top: 26px;
- 5067. - display: none;
- 5068. - }
- 5069. - #like_share_title_wrap {
- 5070. - display: none;
- 5071. - }
- 5072. - #like_share_title {
- 5073. - width: 438px;
- 5074. - padding: 6px 5px 8px;
- 5075. - }
- 5076. - #like_share_text {
- 5077. - width: 438px;
- 5078. - height: 80px;
- 5079. - padding: 5px;
- 5080. - vertical-align: top;
- 5081. - margin: 0px;
- 5082. - }
- 5083. - .like_share_row {
- 5084. - padding: 10px 0px 0px;
- 5085. - }
- 5086. - .like_share_row div.disabled {
- 5087. - opacity: 0.4;
- 5088. - filter: alpha(opacity=40);
- 5089. - cursor: default;
- 5090. - }
- 5091. - .like_share_row div.disabled:hover div {
- 5092. - background-position: 0px 0px;
- 5093. - }
- 5094. - .like_share_row div.disabled.on:hover div {
- 5095. - background-position: 0px -14px;
- 5096. - }
- 5097. - .like_share_about {
- 5098. - color: #777;
- 5099. - padding: 17px 8px 13px;
- 5100. - }
- 5101. - .like_share_about_select {
- 5102. - padding: 10px 0px 5px;
- 5103. - }
- 5104. - .like_share_point {
- 5105. - padding: 0px 5px;
- 5106. - }
- 5107. - .like_share_disabled {
- 5108. - opacity: 0.4;
- 5109. - filter: alpha(opacity=40);
- 5110. - }
- 5111. - #like_share_warn {
- 5112. - color: #777;
- 5113. - display: none;
- 5114. - }
- 5115. - #like_share_after_text {
- 5116. - padding-top: 10px;
- 5117. - }
- 5118. - #like_share_add_media {
- 5119. - padding: 16px 0px 0px;
- 5120. - }
- 5121. - #like_share_media_preview {
- 5122. - line-height: normal;
- 5123. - }
- 5124. - div.like_share_target_label {
- 5125. - padding-top: 16px;
- 5126. - }
- 5127. -
- 5128. - /* Composer */
- 5129. - .composer_wdd {
- 5130. - clear: both;
- 5131. - position: relative;
- 5132. - }
- 5133. - .composer_wdd .wdd_lwrap {
- 5134. - left: 0;
- 5135. - top: 0;
- 5136. - }
- 5137. - .reply_composer_dd .wdd_lwrap {
- 5138. - left: -4px;
- 5139. - top: 4px;
- 5140. - }
- 5141. - .reply_media_lnk {
- 5142. - padding: 6px 9px 0px;
- 5143. - }
- 5144. - .wide_wall_module .reply_media_lnk {
- 5145. - display: block;
- 5146. - }
- 5147. -
- 5148. - .reply_box_open .reply_field_wrap,
- 5149. - .wall_fixed_reply_to .reply_field_wrap {
- 5150. - margin-bottom: 6px;
- 5151. - }
- 5152. -
- 5153. - .reply_media_preview .media_preview {
- 5154. - margin-bottom: 6px;
- 5155. - }
- 5156. - .share_parse_progress {
- 5157. - height: 10px;
- 5158. - background-image: url(/images/upload_gray.gif);
- 5159. - margin: 0 auto;
- 5160. - display: block !important;
- 5161. - }
- 5162. - .page_gif_add {
- 5163. - width: 15px;
- 5164. - height: 12px;
- 5165. - position: absolute;
- 5166. - bottom: 4px;
- 5167. - right: 4px;
- 5168. - padding: 6px 5px;
- 5169. - background: rgba(0, 0, 0, 0.6);
- 5170. - -webkit-border-radius: 3px;
- 5171. - -moz-border-radius: 3px;
- 5172. - border-radius: 3px;
- 5173. - display: none;
- 5174. - opacity: 0.7;
- 5175. - filter: alpha(opacity=70);
- 5176. - cursor: pointer;
- 5177. - }
- 5178. - .page_gif_loaded .page_gif_add {
- 5179. - display: block;
- 5180. - }
- 5181. - .page_gif_add_icon {
- 5182. - width: 16px;
- 5183. - height: 12px;
- 5184. - background: url(/images/icons/audio_icons.png?5) -92px -51px no-repeat;
- 5185. - }
- 5186. - .page_gif_added .page_gif_add_icon {
- 5187. - background: url(/images/icons/audio_icons.png?5) -184px -51px no-repeat;
- 5188. - }
- 5189. -
- 5190. - div.create_poll_cb,
- 5191. - .wall_module #submit_post div.create_poll_cb {
- 5192. - color: #777;
- 5193. - margin: 0px 0px 10px;
- 5194. - }
- 5195. - .page_fronly {
- 5196. - margin-left: 4px;
- 5197. - background: url(/images/profile_icons.gif?10) no-repeat;
- 5198. - background-position: 0px -163px;
- 5199. - width: 8px;
- 5200. - height: 11px;
- 5201. - margin: 2px 0px 0px 4px;
- 5202. - }
- 5203. - .wl_owner_head_date .page_fronly {
- 5204. - background-position: 0px -153px;
- 5205. - }
- 5206. - .medadd_c_doc {
- 5207. - overflow: hidden;
- 5208. - -o-text-overflow: ellipsis;
- 5209. - text-overflow: ellipsis;
- 5210. - }
- 5211. - .medadd_h,
- 5212. - .medadd_c_pollh {
- 5213. - font-size: 1.09em;
- 5214. - font-weight: bold;
- 5215. - color: #45688E;
- 5216. - background: url(/images/icons/mono_iconset.gif?8) no-repeat;
- 5217. - margin: 4px 2px 0px;
- 5218. - }
- 5219. - .font_medium .medadd_h,
- 5220. - .font_medium .medadd_c_pollh {
- 5221. - margin-top: 3px;
- 5222. - }
- 5223. - .medadd_h:hover {
- 5224. - text-decoration: none;
- 5225. - }
- 5226. - .medadd_h_note {
- 5227. - background-position: 0 -132px;
- 5228. - }
- 5229. - .medadd_h_doc {
- 5230. - background-position: 0 -278px;
- 5231. - }
- 5232. - .medadd_h_poll {
- 5233. - background-position: 0 -206px;
- 5234. - }
- 5235. - .medadd_h_link,
- 5236. - .medadd_h_page {
- 5237. - background-position: 0 -235px;
- 5238. - }
- 5239. - .medadd_h_timer {
- 5240. - background-position: 0 -332px;
- 5241. - }
- 5242. - .medadd_h_mail {
- 5243. - background-position: 0 -292px;
- 5244. - }
- 5245. - .medadd_h,
- 5246. - .medadd_c {
- 5247. - padding-left: 15px;
- 5248. - }
- 5249. - .medadd_c {
- 5250. - margin: 7px 2px 0px;
- 5251. - }
- 5252. -
- 5253. - .medadd_c_pollh {
- 5254. - margin: 7px 0px 0px;
- 5255. - background: none;
- 5256. - }
- 5257. - .wall_module #submit_post div.medadd_c_pollcb,
- 5258. - div.medadd_c_pollcb {
- 5259. - margin: 5px 0px 0px;
- 5260. - }
- 5261. - .page_docs_preview div.medadd_c_pollrem {
- 5262. - margin: 11px 0px 0px 8px;
- 5263. - opacity: 0;
- 5264. - }
- 5265. - .page_docs_preview .medadd_c_polla_wr:hover div.medadd_c_pollrem {
- 5266. - opacity: 0.6;
- 5267. - }
- 5268. - .page_docs_preview .medadd_c_polla_wr div.medadd_c_pollrem:hover {
- 5269. - opacity: 1;
- 5270. - }
- 5271. - .medadd_c_timerat {
- 5272. - padding: 4px 8px 0;
- 5273. - }
- 5274. - .medadd_c_timer .datepicker_control {
- 5275. - padding: 4px;
- 5276. - }
- 5277. - .firefox .medadd_c_timer .datepicker_control {
- 5278. - padding: 3px 4px;
- 5279. - }
- 5280. - .medadd_c_timer .datepicker_container input {
- 5281. - margin: 0;
- 5282. - padding: 0px;
- 5283. - }
- 5284. - .medadd_c_timer .timepicker_container input {
- 5285. - position: static;
- 5286. - margin: 1px 0 2px 0;
- 5287. - }
- 5288. - .medadd_c_timer .selector_container td.selector {
- 5289. - padding: 2px 0 1px 2px;
- 5290. - }
- 5291. -
- 5292. - div.medadd_c_poll,
- 5293. - div.medadd_c_link {
- 5294. - margin: 0px 2px;
- 5295. - padding-bottom: 10px;
- 5296. - overflow: hidden;
- 5297. - }
- 5298. - div.medadd_c_timer {
- 5299. - margin: 5px 2px 0px;
- 5300. - height: 33px;
- 5301. - overflow: hidden;
- 5302. - }
- 5303. - div.medadd_c_nofixed {
- 5304. - height: auto;
- 5305. - }
- 5306. - .medadd_c_linkcon {
- 5307. - overflow: hidden;
- 5308. - background: #FFF;
- 5309. - padding: 6px 8px;
- 5310. - border: 1px solid #C0CAD5;
- 5311. - }
- 5312. - div.medadd_c_linkprg {
- 5313. - display: block;
- 5314. - margin: 0px auto;
- 5315. - }
- 5316. - .medadd_c_linkimg {
- 5317. - padding: 5px 10px 5px 5px;
- 5318. - }
- 5319. - .medadd_c_linkhead {
- 5320. - margin: 0px;
- 5321. - padding: 5px;
- 5322. - border: 0px;
- 5323. - font-size: 11px;
- 5324. - }
- 5325. - .font_medium .medadd_c_linkhead {
- 5326. - font-size: 12px;
- 5327. - }
- 5328. - .medadd_c_linkdsc {
- 5329. - padding: 0px 5px 5px;
- 5330. - }
- 5331. -
- 5332. - .medadd_c_polladd,
- 5333. - .medadd_c_poll input.medadd_c_pollq,
- 5334. - .medadd_c_poll input.medadd_c_polla {
- 5335. - width: 330px;
- 5336. - margin: 5px 0px;
- 5337. - border: 1px solid #C0CAD5;
- 5338. - background: #FFF;
- 5339. - padding: 4px;
- 5340. - cursor: text;
- 5341. - }
- 5342. - .medadd_c_poll input.medadd_c_pollq {
- 5343. - margin-top: 0px;
- 5344. - }
- 5345. - .medadd_c_polladd_wr {
- 5346. - padding: 5px 0px;
- 5347. - }
- 5348. - .medadd_c_polladd {
- 5349. - margin: 0px;
- 5350. - color: #777;
- 5351. - }
- 5352. -
- 5353. - .medadd_c_mail {
- 5354. - color: #2B587A;
- 5355. - }
- 5356. - .medadd_c_timersett {
- 5357. - padding-top: 10px;
- 5358. - }
- 5359. - .medadd_c_timersett .checkbox_status_export,
- 5360. - .medadd_c_timersett .checkbox_facebook_export,
- 5361. - .medadd_c_timersett .checkbox {
- 5362. - cursor: pointer;
- 5363. - margin-right: 10px;
- 5364. - }
- 5365. -
- 5366. - .medadd_aud {
- 5367. - width: 355px;
- 5368. - padding: 0px 3px 0px 2px;
- 5369. - line-height: normal;
- 5370. - }
- 5371. - .medadd_aud .title_wrap {
- 5372. - width: 285px;
- 5373. - overflow: hidden;
- 5374. - -o-text-overflow: ellipsis;
- 5375. - text-overflow: ellipsis;
- 5376. - white-space: nowrap;
- 5377. - color: #2B587A;
- 5378. - }
- 5379. - .medadd_aud_play {
- 5380. - margin-right: 8px;
- 5381. - background: url(/images/icons/audio_icons.png?5) no-repeat 0 -25px;
- 5382. - padding: 0px;
- 5383. - width: 22px;
- 5384. - height: 22px;
- 5385. - cursor: pointer;
- 5386. - }
- 5387. - .medadd_aud_play.playing {
- 5388. - background-position: -72px -25px;
- 5389. - }
- 5390. - .medadd_aud_perf {
- 5391. - color: #45688E;
- 5392. - }
- 5393. - .medadd_aud .duration {
- 5394. - color: #777;
- 5395. - font-size: 0.9em;
- 5396. - max-width: 40px;
- 5397. - overflow: hidden;
- 5398. - white-space: nowrap;
- 5399. - -o-text-overflow: ellipsis;
- 5400. - text-overflow: ellipsis;
- 5401. - }
- 5402. - .medadd_aud .player {
- 5403. - height: 9px;
- 5404. - display: none;
- 5405. - }
- 5406. - .medadd_aud.current .player {
- 5407. - display: block;
- 5408. - }
- 5409. - .medadd_aud .audio_vol,
- 5410. - .medadd_aud .audio_pr {
- 5411. - padding-top: 4px;
- 5412. - }
- 5413. - div.medadd_aud_ph {
- 5414. - top: 4px;
- 5415. - }
- 5416. - .current .medadd_aud_ph {
- 5417. - display: none;
- 5418. - }
- 5419. - .medadd_aud_td {
- 5420. - vertical-align: top;
- 5421. - }
- 5422. - .medadd_aud_wid {
- 5423. - width: 100%;
- 5424. - }
- 5425. - #wpe_media_preview .medadd_aud {
- 5426. - width: 295px;
- 5427. - }
- 5428. - #wpe_media_preview .medadd_aud .title_wrap {
- 5429. - width: 225px;
- 5430. - }
- 5431. - #wpe_media_preview .medadd_c_polladd,
- 5432. - #wpe_media_preview .medadd_c_poll input.medadd_c_pollq,
- 5433. - #wpe_media_preview .medadd_c_poll input.medadd_c_polla {
- 5434. - width: 270px;
- 5435. - }
- 5436. - .reply_media_preview .medadd_aud,
- 5437. - .reply_info #wpe_media_preview .medadd_aud {
- 5438. - width: 265px;
- 5439. - }
- 5440. - .reply_media_preview .medadd_aud .title_wrap,
- 5441. - .reply_info #wpe_media_preview .medadd_aud .title_wrap {
- 5442. - width: 195px;
- 5443. - }
- 5444. - .wide_wall_module .reply_media_preview .medadd_aud {
- 5445. - width: 335px;
- 5446. - }
- 5447. - .wide_wall_module .reply_media_preview .medadd_aud .title_wrap {
- 5448. - width: 265px;
- 5449. - }
- 5450. - #like_share_media_preview .medadd_aud {
- 5451. - width: 420px;
- 5452. - }
- 5453. - #like_share_media_preview .medadd_aud .title_wrap {
- 5454. - width: 350px;
- 5455. - }
- 5456. -
- 5457. - button.wall_block_app_btn {
- 5458. - max-width: 290px;
- 5459. - overflow: hidden;
- 5460. - }
- 5461. - .wide_wall_module button.wall_block_app_btn {
- 5462. - max-width: 390px;
- 5463. - }
- 5464. - .page_place_error {
- 5465. - display: block;
- 5466. - padding: 2px 0px 2px;
- 5467. - }
- 5468. - .page_no_flash_wrap {
- 5469. - padding: 10px;
- 5470. - background: rgba(255,255,255,0.8);
- 5471. - position: absolute;
- 5472. - margin: -160px 0px 0px -140px;
- 5473. - -webkit-border-radius: 5px;
- 5474. - -moz-border-radius: 5px;
- 5475. - border-radius: 5px;
- 5476. - width: 264px;
- 5477. - left: 50%;
- 5478. - line-height: 160%;
- 5479. - }
- 5480. - .wide_wall_module .page_no_flash_wrap {
- 5481. - margin: -220px 0px 0px -55px;
- 5482. - width: 300px;
- 5483. - }
- 5484. - #mv_box .page_no_flash_wrap {
- 5485. - margin: -200px 0px 0px -160px;
- 5486. - width: 300px;
- 5487. - }
- 5488. - .wall_browse_images {
- 5489. - padding-top: 4px;
- 5490. - }
- 5491. -
- 5492. - .status_audio_shared {
- 5493. - padding: 8px 2px 2px;
- 5494. - font-size: 0.9em;
- 5495. - color: #777;
- 5496. - overflow: hidden;
- 5497. -
- 5498. - -o-text-overflow: ellipsis;
- 5499. - text-overflow: ellipsis;
- 5500. - }
- 5501. - .status_audio_shared_lnk {
- 5502. - color: #777;
- 5503. - }
- 5504. -
- 5505. - /* Verified accounts */
- 5506. - .page_verified {
- 5507. - background: url(/images/profile_icons.gif?10) no-repeat 0 -73px;
- 5508. - width: 13px;
- 5509. - height: 11px;
- 5510. - display:-moz-inline-stack;
- 5511. - display:inline-block;
- 5512. - _overflow:hidden;
- 5513. - zoom:1;
- 5514. - *display:inline;
- 5515. - position: relative;
- 5516. - top: 1px;
- 5517. - margin: 0 3px 0 6px;
- 5518. - }
- 5519. -
- 5520. - #choose_query_reset.shown {
- 5521. - display: block;
- 5522. - }
- 5523. - .loading #choose_query_reset.shown {
- 5524. - display: none;
- 5525. - }
- 5526. - .page_media_place {
- 5527. - color: #888888;
- 5528. - display: block;
- 5529. - line-height: 17px;
- 5530. - margin: 4px 0px;
- 5531. - }
- 5532. - .page_media_place:hover {
- 5533. - text-decoration: none;
- 5534. - background-color: #F5F6F7;
- 5535. - color: #85909b;
- 5536. - }
- 5537. - .feedback_row_content .page_media_place:hover {
- 5538. - background-color: #E9EDF1;
- 5539. - }
- 5540. - .checkin_big {
- 5541. - width: 39px;
- 5542. - height: 39px;
- 5543. - background: #E9EDF1 url(/images/icons/checkin_big.png) center center no-repeat;
- 5544. - }
- 5545. - .page_media_place:hover .checkin_big {
- 5546. - background-color: #E7EAEE;
- 5547. - }
- 5548. - .page_media_place_label {
- 5549. - width: 280px;
- 5550. - padding: 2px 9px;
- 5551. - }
- 5552. - .page_report_progress {
- 5553. - vertical-align: top;
- 5554. - padding-top: 7px;
- 5555. - }
- 5556. - .wall_posts .page_report_progress {
- 5557. - padding-top: 0px;
- 5558. - }
- 5559. - .wall_post_report_cont {
- 5560. - position: relative;
- 5561. - border: 1px solid #FFFFFF;
- 5562. - display: inline-block;
- 5563. - *display: inline;
- 5564. - zoom: 1;
- 5565. - }
- 5566. - .reply .wall_post_report_cont {
- 5567. - border: none;
- 5568. - border-left: 1px solid #FFFFFF;
- 5569. - }
- 5570. - #wl_post_body_wrap .wall_post_report_cont,
- 5571. - #wl_replies_wrap .wall_post_report_cont{
- 5572. - border: none;
- 5573. - }
- ------
- Файл - wall.js (Старый размер - 19454 | Новый - 0):
- 0. - var FullWall = {
- 1. - getsect: function() {
- 2. - var current = ge('full_wall_filters').firstChild;
- 3. - for (; !hasClass(current, 'active_link') && current;) {
- 4. - current = current.nextSibling;
- 5. - }
- 6. - return current;
- 7. - },
- 8. - failed: function(old, text) {
- 9. - FullWall.getsect().className = '';
- 10. - if (old) old.className = 'active_link';
- 11. - if (!text) return;
- 12. -
- 13. - setTimeout(showFastBox(getLang('global_error'), text).hide, 2000);
- 14. - return true;
- 15. - },
- 16. - go: function(el, ev) {
- 17. - var current = FullWall.getsect();
- 18. - var result = nav.go(el, ev, {onFail: FullWall.failed.pbind(current)});
- 19. - if (result === false) {
- 20. - if (current) current.className = '';
- 21. - el.parentNode.className = 'active_link';
- 22. - }
- 23. - },
- 24. - scrollCheck: function(e, st) {
- 25. - var ch = lastWindowHeight, top, ntop = 0, el, nel, bits, posts = [];
- 26. - if (domPN(cur.topRow) != cur.pgCont) {
- 27. - cur.topRow = domFC(cur.pgCont);
- 28. - }
- 29. - if (
- 30. - !vk.id ||
- 31. - !cur.topRow ||
- 32. - ((window.curNotifier || {}).idle_manager || {}).is_idle
- 33. - ) {
- 34. - return;
- 35. - }
- 36. - for (el = domPS(cur.topRow); el && cur.topRow.offsetTop > st; el = domPS(el)) cur.topRow = el;
- 37. - for (el = cur.topRow; el; el = nel) {
- 38. - top = ntop ? ntop : el.offsetTop;
- 39. - if (top >= st + ch) break;
- 40. -
- 41. - nel = domNS(el);
- 42. -
- 43. - ntop = nel ? nel.offsetTop : top + el.offsetHeight;
- 44. - if (ntop < st && nel) cur.topRow = nel;
- 45. -
- 46. - bits = el.bits || 0;
- 47. - if (bits >= 3) continue;
- 48. -
- 49. - if (bits |= ((top >= st && top < st + ch) ? 1 : 0) | ((ntop >= st && ntop < st + ch) ? 2 : 0)) {
- 50. - el.bits = bits;
- 51. - if (bits == 3) {
- 52. - posts.push(FullWall.postsGetRaws(el));
- 53. - }
- 54. - }
- 55. - }
- 56. - Page.postsSeen(posts);
- 57. - },
- 58. - postsGetRaws: function(el) {
- 59. - var m, res = {};
- 60. - if (m = el.id.match(new RegExp('^post(' + cur.oid + '_\\d+)$', ''))) {
- 61. - res[m[1]] = 1;
- 62. - if (m = (el.getAttribute('data-copy') || '').match(/^(-?\d+_\d+)$/)) {
- 63. - res[m[1]] = -1;
- 64. - }
- 65. - }
- 66. - return res;
- 67. - },
- 68. - init: function(opts, preload) {
- 69. - extend(cur, {
- 70. - options: opts,
- 71. - module: 'wall',
- 72. -
- 73. - pgStart: opts.start,
- 74. - pgOffset: opts.offset,
- 75. - pgCount: opts.count,
- 76. - pgPerPage: opts.per_page,
- 77. - pgCont: ge('page_wall_posts'),
- 78. - pgMore: ge('fw_load_more'),
- 79. - pgPages: ge('fw_pages'),
- 80. - pgMorePrg: ge('fw_more_progress'),
- 81. - pgPreload: preload,
- 82. - pgUrl: opts.url,
- 83. - pgOnScroll: FullWall.scrollCheck,
- 84. -
- 85. - pgParams: opts.params,
- 86. - pgHref: opts.href,
- 87. -
- 88. - pgPostProcess: FullWall.loadedPosts,
- 89. - pgNoArrowNav: FullWall.noArrowNav,
- 90. -
- 91. - oid: opts.owner_id,
- 92. - postTo: opts.owner_id,
- 93. - fullPostView: true
- 94. - });
- 95. - wall.init(opts);
- 96. - if (!opts.wall_type || opts.wall_type != 'cards' && opts.wall_type != 'supp' && opts.wall_type != 'phone_info') {
- 97. - Pagination.init();
- 98. - }
- 99. - cur.destroy.push(Pagination.deinit);
- 100. - if (opts.with_id) return;
- 101. -
- 102. - if (opts.search) {
- 103. - var searchEl = ge('wall_search');
- 104. - placeholderSetup(searchEl, {back: 1});
- 105. - addEvent(searchEl, 'keydown', function (e) {
- 106. - if (e.keyCode == KEY.RETURN) {
- 107. - FullWall.doSearch();
- 108. - searchEl.blur();
- 109. - return cancelEvent(e);
- 110. - }
- 111. - });
- 112. - elfocus(searchEl);
- 113. - setTimeout(elfocus.pbind(searchEl), 100);
- 114. - if (val(searchEl)) show('wall_reset_search');
- 115. - }
- 116. -
- 117. - wall.initUpdates(opts.add_queue_key);
- 118. - if (opts.wall_type && (opts.wall_type == 'cards' || opts.wall_type == 'supp' || opts.wall_type == 'phone_info')) return;
- 119. - cur.nav.push(function(changed, current, next) {
- 120. - var own = changed.own;
- 121. - delete(changed.own);
- 122. - delete(changed.offset);
- 123. - if (!isEmpty(changed) || own === undefined) return;
- 124. - ajax.post('al_wall.php', {
- 125. - act: 's',
- 126. - owner_id: cur.oid,
- 127. - own: next.own || undefined,
- 128. - lnav: 1,
- 129. - offset: next.offset || undefined
- 130. - }, {onDone: function(summary, rows, names, href, start, offset, perpage, count, preload, queue) {
- 131. - ge('fw_summary_wrap').innerHTML = summary;
- 132. - Pagination.deinit();
- 133. - extend(cur, {
- 134. - pgStart: start,
- 135. - pgOffset: offset,
- 136. - pgCount: count,
- 137. - pgParams: next.own ? {own: 1} : false,
- 138. - pgHref: href,
- 139. - pgPages: ge('fw_pages'),
- 140. - pgPreload: preload
- 141. - });
- 142. - toggle(cur.pgMore, (count > offset + cur.pgPerPage));
- 143. - wall.cancelEdit();
- 144. - var posts = ge('page_wall_posts');
- 145. - posts.innerHTML = rows;
- 146. - each(geByTag('textarea', posts), function() { placeholderSetup(this, {fast: 1}); });
- 147. - Pagination.init();
- 148. - wall.initUpdates(queue);
- 149. -
- 150. - for (var mid in names) {
- 151. - cur.options.reply_names[mid] = names[mid];
- 152. - }
- 153. -
- 154. - cur.wallType = 'full_' + (next.own ? 'own' : 'all');
- 155. - nav.setLoc(next);
- 156. -
- 157. - scrollToTop();
- 158. -
- 159. - ge('wall_' + (next.own ? 'all' : 'own') + '_filter').className = '';
- 160. - var selFilter = ge('wall_' + (next.own ? 'own' : 'all') + '_filter');
- 161. - selFilter.className = 'active_link';
- 162. - }, showProgress: function() {
- 163. - hide('full_wall_return', 'fw_search_toggler');
- 164. - show('full_wall_progress');
- 165. - }, hideProgress: function() {
- 166. - hide('full_wall_progress');
- 167. - show('full_wall_return', 'fw_search_toggler');
- 168. - }, onFail: FullWall.failed.pbind(FullWall.getsect())});
- 169. - return false;
- 170. - });
- 171. - },
- 172. - loadedPosts: function(count, from, rows, offset, pages, preload, names) {
- 173. - if (preload) {
- 174. - each(geByTag('textarea', cur.pgCont), function() { placeholderSetup(this, {fast: 1}); });
- 175. - wall.cancelEdit();
- 176. - } else {
- 177. - var l = cur.pgCont.childNodes.length, i = 0;
- 178. - for (var el = cur.pgCont.lastChild; el && ++i <= cur.pgPerPage; el = el.previousSibling) {
- 179. - placeholderSetup(geByTag1('textarea', el), {fast: 1});
- 180. - }
- 181. - names = offset;
- 182. - }
- 183. - for (var mid in names) {
- 184. - cur.options.reply_names[mid] = names[mid];
- 185. - }
- 186. - FullWall.updateSummary(count);
- 187. - },
- 188. - updateSummary: function(count) {
- 189. - var ds = re('wall_datesearch_wrap');
- 190. - if (count > 1) {
- 191. - ge('fw_summary').innerHTML = getLang('wall_x_posts_at_all', count, true);
- 192. - } else if (count > 0) {
- 193. - ge('fw_summary').innerHTML = getLang('wall_one_post');
- 194. - } else {
- 195. - ge('fw_summary').innerHTML = getLang('wall_no_posts');
- 196. - }
- 197. - if (ds) ge('fw_summary').appendChild(ds);
- 198. - },
- 199. - noArrowNav: function() {
- 200. - return cur.__focused || (ge('own_reply_field') || {}).focused || cur.editingPost;
- 201. - },
- 202. -
- 203. - initOnePost: function(opts, preload) {
- 204. - Page.postsSeen(opts.seen);
- 205. - extend(cur, {
- 206. - onepost: true,
- 207. - options: opts,
- 208. - module: 'wall',
- 209. -
- 210. - docked: false,
- 211. -
- 212. - addField: ge('fwr_text'),
- 213. - addBlock: ge('fwr_form'),
- 214. - addBlockWrap: ge('fwr_wrap'),
- 215. -
- 216. - pgStart: opts.start,
- 217. - pgOffset: opts.offset,
- 218. - pgCount: opts.count,
- 219. - pgPerPage: opts.per_page,
- 220. - pgCont: ge('fw_replies_rows'),
- 221. - pgMore: ge('fwp_load_more'),
- 222. - pgPages: ge('fw_pages'),
- 223. - pgMorePrg: ge('fw_more_progress'),
- 224. - pgPreload: preload,
- 225. - pgUrl: opts.url,
- 226. - pgParams: opts.params,
- 227. - pgHref: opts.href,
- 228. -
- 229. - pgPostProcess: FullWall.loadedReplies,
- 230. - pgOnScroll: FullWall.onePostOnScroll,
- 231. - pgNoArrowNav: FullWall.noArrowNav,
- 232. -
- 233. - oid: opts.owner_id,
- 234. - pid: opts.post_id,
- 235. - nid: opts.note_id,
- 236. - fullPostView: true,
- 237. - named: {replies: ge('fw_one_replies_wrap')}
- 238. - });
- 239. - wall.init(opts);
- 240. -
- 241. - if (cur.addField) {
- 242. - placeholderSetup(cur.addField);
- 243. - autosizeSetup(cur.addField, {minHeight: opts.note ? 62 : 42, maxHeight: 300});
- 244. - addEvent(cur.addField, 'change keydown keyup paste', FullWall.replyFieldUpdated);
- 245. -
- 246. - var mediaTypes = [];
- 247. - each (cur.options.rmedia_types, function () {
- 248. - if (inArray(this[0], ['photo', 'video', 'audio', 'doc', 'link', 'page'])) {
- 249. - mediaTypes.push(this);
- 250. - }
- 251. - });
- 252. - var media;
- 253. - if (mediaTypes.length) {
- 254. - media = {
- 255. - lnk: ge('fwr_reply_media_lnk').firstChild,
- 256. - preview: ge('fwr_reply_media_preview'),
- 257. - types: mediaTypes,
- 258. - options: {limit: 2, disabledTypes: ['album'], toggleLnk: true}
- 259. - };
- 260. - }
- 261. - Wall.initComposer(cur.addField, {
- 262. - lang: {
- 263. - introText: getLang('profile_mention_start_typing'),
- 264. - noResult: getLang('profile_mention_not_found')
- 265. - },
- 266. - media: media
- 267. - });
- 268. - FullWall.replyFieldUpdated();
- 269. - }
- 270. - Pagination.init(opts.scroll);
- 271. - cur.destroy.push(Pagination.deinit);
- 272. -
- 273. - wall.initUpdates(opts.add_queue_key);
- 274. - },
- 275. - scrollToEnd: function() {
- 276. - var st = cur.addBlockTop + cur.addBlockHeight + 20 - lastWindowHeight;
- 277. - if (scrollGetY() < st) {
- 278. - Pagination.setScroll(st);
- 279. - }
- 280. - },
- 281. - replyFieldUpdated: function() {
- 282. - if (!cur.addField) return;
- 283. -
- 284. - var newt = val(cur.addField), newh = getSize(cur.addBlock)[1];
- 285. - var ch = (cur.addBlockHeight != newh), ct = (cur.addText != newt);
- 286. - if (ch) {
- 287. - cur.addBlockHeight = newh;
- 288. - cur.addBlockWrap.style.height = newh + 'px';
- 289. - }
- 290. - if (ct) {
- 291. - cur.addText = newt;
- 292. - }
- 293. - if (ch || ct) {
- 294. - FullWall.onePostOnScroll(false, false, true);
- 295. - }
- 296. - },
- 297. - onePostResetStyle: function() {
- 298. - cur.addBlock.style.left = '';
- 299. - },
- 300. - onePostOnScroll: function(e, st, pp) {
- 301. - if (!cur.addField) return;
- 302. -
- 303. - if (st === false || st === undefined) {
- 304. - st = scrollGetY();
- 305. - }
- 306. - if (pp === true) {
- 307. - cur.addBlockTop = getXY(cur.addBlockWrap)[1];
- 308. - if (browser.msie6) cur.addBlockTop += st;
- 309. - }
- 310. - var needDock = (cur.addText || cur.addForce) && (st + lastWindowHeight < cur.addBlockTop + cur.addBlockHeight);
- 311. - if (needDock && !cur.docked) {
- 312. - cur.addBlock.className = 'fixed';
- 313. - if (browser.msie6) {
- 314. - bodyNode.appendChild(cur.addBlock);
- 315. - e = {type: 'resize'};
- 316. - }
- 317. - cur.docked = true;
- 318. - show('fwr_cancel');
- 319. - cur.addForce = true;
- 320. - } else if (!needDock && cur.docked) {
- 321. - FullWall.cancelAddReply();
- 322. - }
- 323. - if (cur.docked && e && e.type == 'resize') {
- 324. - if (browser.msie6) {
- 325. - cur.addBlock.style.left = getXY(ge('content'))[0] + 'px';
- 326. - } else {
- 327. - cur.addBlock.style.left = (ge('page_layout').offsetLeft + ge('content').offsetLeft) + 'px';
- 328. - setTimeout(FullWall.onePostResetStyle, 0);
- 329. - }
- 330. - }
- 331. - },
- 332. - loadedReplies: function(count, from, rows, offset, pages, preload, names) {
- 333. - if (!preload) {
- 334. - names = offset;
- 335. - }
- 336. - for (var mid in names) {
- 337. - cur.options.reply_names[mid] = names[mid];
- 338. - }
- 339. - FullWall.onePostOnScroll(false, false, true);
- 340. - FullWall.repliesSummary(count);
- 341. - },
- 342. - repliesSummary: function(count) {
- 343. - var summary = ge('fw_summary');
- 344. - summary.innerHTML = count ? getLang('wall_n_replies', count) : getLang('wall_no_replies');
- 345. - show(summary.parentNode);
- 346. - },
- 347. - sendReply: function() {
- 348. - var rf = ge('fwr_text'),
- 349. - composer = rf && data(rf, 'composer'),
- 350. - params = composer ? Composer.getSendParams(composer, FullWall.sendReply) : {message: trim(val(rf))},
- 351. - replyName = cur.reply_to && cur.options.reply_names[cur.reply_to[0]],
- 352. - state;
- 353. -
- 354. - if (params.delayed) {
- 355. - return;
- 356. - }
- 357. -
- 358. - if (!params.attach1_type) {
- 359. - if (!params.message ||
- 360. - isArray(replyName) && !replyName[1].indexOf(params.message)) {
- 361. - elfocus(rf);
- 362. - return;
- 363. - }
- 364. - }
- 365. -
- 366. - rf.blur();
- 367. - cur.wallMyReplied[cur.oid + '_' + cur.pid] = 1;
- 368. - cur.wallMyOpened[cur.oid + '_' + cur.pid] = 1;
- 369. - if (cur.pid) {
- 370. - var replyTo = cur.oid + '_' + cur.pid;
- 371. - } else {
- 372. - var replyTo = cur.oid + '_note' + cur.nid;
- 373. - }
- 374. -
- 375. - if (composer) {
- 376. - state = Composer.reset(composer);
- 377. - } else {
- 378. - val(rf, '');
- 379. - }
- 380. -
- 381. - extend(params, {
- 382. - act: 'post',
- 383. - type: cur.wallType,
- 384. - reply_to: replyTo,
- 385. - reply_to_msg: val('fwr_to'),
- 386. - reply_to_user: cur.reply_to && cur.reply_to[0] || 0,
- 387. - last: ((cur.pgCont.lastChild || {}).id || '').split('_')[1],
- 388. - from_group: isChecked('fwr_as_group'),
- 389. - hash: cur.options.post_hash
- 390. - });
- 391. - ajax.post('al_wall.php', params, {
- 392. - onDone: function(count, from, rows, offset, pages, preload, names) {
- 393. - cur.wallMyReplied[cur.oid + '_' + cur.pid] = 0;
- 394. - Pagination.loaded.apply(window, arguments);
- 395. - FullWall.cancelAddReply(true);
- 396. - setTimeout(FullWall.scrollToEnd, 0);
- 397. - if (pages && offset) {
- 398. - nav.setLoc(extend(nav.objLoc, {offset: offset}));
- 399. - }
- 400. - },
- 401. - onFail: function () {
- 402. - if (composer) {
- 403. - Composer.restore(composer, state);
- 404. - }
- 405. - },
- 406. - showProgress: lockButton.pbind(ge('fwr_send')),
- 407. - hideProgress: unlockButton.pbind(ge('fwr_send'))
- 408. - });
- 409. - },
- 410. - cancelAddReply: function(clear) {
- 411. - cur.addForce = false;
- 412. - hide('fwr_cancel');
- 413. - cur.addBlock.className = '';
- 414. - if (browser.msie6) {
- 415. - cur.addBlockWrap.appendChild(cur.addBlock);
- 416. - }
- 417. - cur.docked = false;
- 418. - if (clear === true) {
- 419. - val(cur.addField, '');
- 420. - hide('fwr_warn');
- 421. - cur.addField.autosize.update();
- 422. - FullWall.cancelReplyTo();
- 423. - FullWall.replyFieldUpdated();
- 424. - }
- 425. - },
- 426. -
- 427. - replyTo: function(post, toMsgId, toId, event) {
- 428. - event = normEvent(event);
- 429. - val('fwr_to', toMsgId);
- 430. - var replyName = cur.options.reply_names[toId], cancel = '<span class="fwr_no_to" onclick="FullWall.cancelReplyTo(); elfocus(\'fwr_text\');"></span>';
- 431. - if (isArray(replyName)) {
- 432. - val('fwr_to_title', replyName[0] + cancel);
- 433. - var rf = ge('fwr_text'), replyNameOld = cur.reply_to && cur.options.reply_names[cur.reply_to[0]], v = trim(val(rf));
- 434. - if (!v || replyNameOld && isArray(replyNameOld) && !replyNameOld[1].indexOf(v)) {
- 435. - val(rf, !checkEvent(event) ? replaceEntities(replyName[1]) : '');
- 436. - FullWall.replyFieldUpdated();
- 437. - }
- 438. - } else {
- 439. - val('fwr_to_title', replyName + cancel);
- 440. - }
- 441. - cur.reply_to = [toId, toMsgId];
- 442. - cur.addForce = true;
- 443. - FullWall.onePostOnScroll();
- 444. - setTimeout(elfocus.pbind(cur.addField), 0);
- 445. - return false;
- 446. - },
- 447. - cancelReplyTo: function() {
- 448. - var rf = ge('fwr_text'), replyNameOld = cur.reply_to && cur.options.reply_names[cur.reply_to[0]], v = trim(val(rf));
- 449. - val('fwr_to_title', '');
- 450. - val('fwr_to', '');
- 451. - cur.reply_to = false;
- 452. - if (!v || replyNameOld && isArray(replyNameOld) && !replyNameOld[1].indexOf(v)) {
- 453. - val(rf, '');
- 454. - FullWall.replyFieldUpdated();
- 455. - }
- 456. - },
- 457. - deletePost: function(post, hash) {
- 458. - return FullWall.replyAction('delete', post, hash);
- 459. - },
- 460. - markAsSpam: function(post, hash) {
- 461. - return FullWall.replyAction('spam', post, hash);
- 462. - },
- 463. - restorePost: function(post, hash, root) {
- 464. - if (!root) {
- 465. - if (cur.pid) {
- 466. - root = (post == cur.oid + '_' + cur.pid);
- 467. - } else {
- 468. - root = (post == cur.oid + 'note_' + cur.nid);
- 469. - }
- 470. - }
- 471. - ajax.post('al_wall.php', {act: 'restore', post: post, hash: hash, root: root ? 1 : 0}, {onDone: function() {
- 472. - var p = root ? ge('fw_post') : ge('post' + post);
- 473. - if (!p || isVisible(p.firstChild)) return;
- 474. - if (root) {
- 475. - cur.pgPaused = false;
- 476. - show('fwr_wrap', 'fw_one_replies_wrap', 'post_publish' + post);
- 477. - } else {
- 478. - Pagination.recache(1);
- 479. - FullWall.repliesSummary(cur.pgCount);
- 480. - }
- 481. - show(p.firstChild);
- 482. - re(p.firstChild.nextSibling);
- 483. - }});
- 484. - },
- 485. - replyAction: function(act, post, hash, force) {
- 486. - if (cur.pid) {
- 487. - var root = (post == cur.oid + '_' + cur.pid);
- 488. - } else {
- 489. - var root = (post == cur.oid + 'note_' + cur.nid);
- 490. - }
- 491. - cur.wallMyDeleted[post] = act == 'restore' ? 0 : 1;
- 492. - ajax.post('al_wall.php', {act: act, post: post, hash: hash, from: 'full', root: root ? 1 : 0, confirm: force ? 1 : 0}, {onDone: function(msg, additional, need_confirm) {
- 493. - if (need_confirm && act == 'delete') {
- 494. - var box = showFastBox(msg, need_confirm, getLang('global_delete'), function() { box.hide(); FullWall.replyAction(act, post, hash, 1); }, getLang('box_cancel'));
- 495. - return;
- 496. - }
- 497. - var p = root ? ge('fw_post') : ge('post' + post);
- 498. - if (!p) return;
- 499. - if (root) {
- 500. - cur.pgPaused = true;
- 501. - hide('fwr_wrap', 'fw_one_replies_wrap', 'post_publish' + post);
- 502. - }
- 503. - if (p.firstChild.nextSibling) {
- 504. - p.firstChild.nextSibling.innerHTML = msg;
- 505. - if (act == 'spam' && additional) {
- 506. - eval(additional);
- 507. - }
- 508. - } else {
- 509. - p.appendChild(ce('div', {id: 'post_del' + post, innerHTML: msg, className: 'fw_deleted'}));
- 510. - hide(p.firstChild);
- 511. - if (act == 'spam' && additional) {
- 512. - eval(additional);
- 513. - } else if (additional && !root) {
- 514. - Pagination.recache(-1);
- 515. - FullWall.repliesSummary(cur.pgCount);
- 516. - }
- 517. - }
- 518. - }, progress: ge('wpe_prg' + post) || geByClass1('fw_reply_prg', ge('post' + post))});
- 519. - },
- 520. -
- 521. - addTetaTet: function(repls, ev) {
- 522. - var upd = {
- 523. - own_reply_link: '',
- 524. - tet_a_tet: ''
- 525. - };
- 526. - if (ev[9] && ev[9] != ev[2].split('_')[0] && cur.wallTpl.tet_a_tet) {
- 527. - upd.tet_a_tet = cur.wallTpl.tet_a_tet.replace('%from_uid%', ev[9]);
- 528. - } else {
- 529. - upd.own_reply_link = cur.wallTpl.own_reply_link.replace('%post_id%', ev[2]);
- 530. - }
- 531. - // debugLog(ev[9], ev[2], cur.wallTpl.tet_a_tet, upd);
- 532. - return upd;
- 533. - },
- 534. -
- 535. - notePart: function(obj, obj_id) {
- 536. - hide(obj);
- 537. - show(obj_id);
- 538. - },
- 539. -
- 540. - doSearch: function () {
- 541. - var q = trim(val('wall_search'));
- 542. - if (nav.objLoc[0].split('/').length > 1) {
- 543. - nav.change({0: 'wall'+cur.oid, q: q || false, search: !q && 1, offset: false});
- 544. - } else {
- 545. - nav.change({q: q || false, search: !q && 1, offset: false});
- 546. - }
- 547. - lockButton('wall_search_btn');
- 548. - },
- 549. - fixPost: function (link, post, hash, value) {
- 550. - ajax.post('al_wall.php', {act: 'a_fix_post', post: post, hash: hash, value: value}, {
- 551. - progress: ge('wpe_prg' + post),
- 552. - onDone: function () {
- 553. - val(link, getLang(value ? 'wall_unfix_post' : 'wall_fix_post'));
- 554. - link.onclick = function () {
- 555. - return FullWall.fixPost(link, post, hash, value ? 0 : 1);
- 556. - }
- 557. - }
- 558. - });
- 559. - return false;
- 560. - },
- 561. - calendar: function() {
- 562. - stManager.add(['ui_controls.js', 'datepicker.js', 'datepicker.css'], function() {
- 563. - if (!cur.wallDP) {
- 564. - cur.wallSD = val('wall_datesearch');
- 565. - cur.wallDP = new Datepicker(ge('wall_datesearch'), {
- 566. - width: 140,
- 567. - resfmt: 'plain',
- 568. - addRows: nav.objLoc.day ? '<tr><td class="wall_cal_clear" colspan="7"><a onclick="nav.change({day: false, offset: false, search: nav.objLoc.q ? false : 1})" id="wall_cal_clear_lnk">' + getLang('wall_clear_date_filter') + '</a></td></tr>' : '',
- 569. - onUpdate: function() {
- 570. - if (cur.wallSD != val('wall_datesearch')) {
- 571. - var nd = val('wall_datesearch').split('.');
- 572. - nav.change({'day': (nd[0] < 10 ? '0' : '') + nd[0] + (nd[1] < 10 ? '0' : '') + nd[1] + nd[2], search: false, offset: false});
- 573. - }
- 574. - }
- 575. - });
- 576. - }
- 577. - triggerEvent(geByClass1('datepicker_control', ge('wall_datesearch_cont')), 'mousedown', false, true);
- 578. - ge('wall_datesearch_cal_box').style[vk.rtl ? 'right' : 'left'] = Math.floor((ge('wall_datesearch_lnk').offsetWidth - ge('wall_datesearch_cal_div').offsetWidth) / 2 + ge('wall_datesearch_lnk')[vk.rtl ? 'offsetRight' : 'offsetLeft']) + 'px';
- 579. - ge('wall_datesearch_cal_box').style.marginTop = '-2px';
- 580. - });
- 581. - }
- 582. - }
- 583. -
- 584. - try{stManager.done('wall.js');}catch(e){}
- ------
Advertisement
Add Comment
Please, Sign In to add comment