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