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