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