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