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