Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Файл - widget_comments.css (Старый размер - 33576 | Новый - 0):
- 0. - #widget_comments_css {
- 1. - display: none;
- 2. - }
- 3. -
- 4. -
- 5. - /* Global wall styles (from page.css) */
- 6. - .wide_column {
- 7. - padding-bottom: 10px;
- 8. - width: 397px;
- 9. - }
- 10. -
- 11. - .narrow_column {
- 12. - padding-bottom: 10px;
- 13. - width: 200px;
- 14. - }
- 15. -
- 16. - .wall_module .more_link {
- 17. - display: none;
- 18. - padding: 8px 0px;
- 19. - text-align: center;
- 20. - border-top: 1px solid #DAE1E8;
- 21. - margin-bottom: 10px;
- 22. - }
- 23. - .wall_module .module_header span.fl_r {
- 24. - color: #2B587A;
- 25. - }
- 26. - .wall_module .module_header span.fl_r:hover {
- 27. - text-decoration: underline;
- 28. - }
- 29. - .wall_module #page_wall_posts_count {
- 30. - color: #99ADC2;
- 31. - font-weight: bold;
- 32. - padding: 0px 5px;
- 33. - }
- 34. - .wall_module #page_wall_posts_count:hover {
- 35. - text-decoration: underline;
- 36. - }
- 37. - .wall_module .more_link:hover {
- 38. - text-decoration: none;
- 39. - background: #E9EDF1;
- 40. - }
- 41. - .wall_module .more_link .progress {
- 42. - margin: 0px auto;
- 43. - }
- 44. - .wall_module .more_link div {
- 45. - height: 13px;
- 46. - }
- 47. - .wall_module .ext_video img {
- 48. - width: 120px;
- 49. - height: 90px;
- 50. - }
- 51. - div.wall_module .ext_video div {
- 52. - width: 120px;
- 53. - margin-top: 75px;
- 54. - }
- 55. - .wall_module .video div {
- 56. - bottom: 5px;
- 57. - right: 0px;
- 58. - position: absolute;
- 59. - font-size: 11px;
- 60. - z-index: 10;
- 61. - }
- 62. - .wall_module .video div span.bg {
- 63. - background: #000;
- 64. - color: #000;
- 65. - opacity: 0.6;
- 66. - filter: alpha(opacity=60);
- 67. - }
- 68. - .wall_module .video div span {
- 69. - color: #FFF;
- 70. - padding: 0px 3px 1px;
- 71. - }
- 72. -
- 73. - /* Posts */
- 74. - .wall_module .post {
- 75. - padding: 3px 0;
- 76. - border-top: 1px solid #DAE1E8;
- 77. - *position: relative;
- 78. - }
- 79. - .wall_module .post:first-child {
- 80. - border-top: none;
- 81. - }
- 82. - /* Actions */
- 83. - .wall_module .delete_post_wrap {
- 84. - position: relative;
- 85. - z-index: 10;
- 86. - }
- 87. - .wall_module .delete_post {
- 88. - height: 13px;
- 89. - width: 17px;
- 90. - padding-top: 4px;
- 91. - }
- 92. - .wall_module .delete_post div {
- 93. - background: url(/images/pics/statusx_op.gif) no-repeat;
- 94. - opacity: 0;
- 95. - filter: alpha(opacity=0);
- 96. - cursor: pointer;
- 97. - height: 17px;
- 98. - width: 17px;
- 99. - }
- 100. -
- 101. - .wall_module .post_actions_wrap,
- 102. - .wall_module .reply_actions_wrap {
- 103. - position: relative;
- 104. - z-index: 10;
- 105. - }
- 106. - .wall_module .post_actions,
- 107. - .wall_module .reply_actions {
- 108. - height: 11px;
- 109. - width: 32px;
- 110. - padding-top: 4px;
- 111. - position: absolute;
- 112. - right: 0;
- 113. - }
- 114. - .wall_module .post_delete_button,
- 115. - .wall_module .post_edit_button,
- 116. - .wall_module .reply_delete_button,
- 117. - .wall_module .reply_edit_button {
- 118. - background: url(/images/pics/statusx_op.gif) 0 0 no-repeat;
- 119. - opacity: 0;
- 120. - filter: alpha(opacity=0);
- 121. - cursor: pointer;
- 122. - height: 11px;
- 123. - width: 11px;
- 124. - margin-left: 5px;
- 125. - }
- 126. - .is_2x .wall_module .delete_post div,
- 127. - .is_2x .wall_module .post_delete_button,
- 128. - .is_2x .wall_module .reply_delete_button {
- 129. - background-image: url(/images/pics/statusx_op_2x.gif);
- 130. - background-size: 11px 11px;
- 131. - }
- 132. - .wall_module .reply_edit_button,
- 133. - .wall_module .post_edit_button {
- 134. - display: none;
- 135. - background-image: url(/images/pics/statusedit.gif);
- 136. - }
- 137. - .is_2x .wall_module .reply_edit_button,
- 138. - .is_2x .wall_module .post_edit_button {
- 139. - background-image: url(/images/pics/statusedit_2x.gif);
- 140. - background-size: 11px 11px;
- 141. - }
- 142. -
- 143. -
- 144. - .wall_module div.post_image {
- 145. - position: absolute;
- 146. - *left: 0;
- 147. - padding: 5px 0;
- 148. - width: 50px;
- 149. - }
- 150. - .wall_module a.post_image {
- 151. - width: 50px;
- 152. - height: 50px;
- 153. - display: block;
- 154. - }
- 155. - #wcomments_page .wall_module .post_info {
- 156. - margin-left: 65px;
- 157. - padding: 0 0 2px;
- 158. - *position: relative;
- 159. - width: auto;
- 160. - }
- 161. - .wall_module .dld {
- 162. - color: #777;
- 163. - padding: 5px 60px 8px;
- 164. - }
- 165. - .wall_module .reply .dld {
- 166. - padding: 11px 4px 12px 41px;
- 167. - }
- 168. - .wide_wall_module .reply .dld {
- 169. - padding: 11px 4px 12px 64px;
- 170. - }
- 171. - .wall_module .author {
- 172. - font-weight: bold;
- 173. - line-height: 140%;
- 174. - }
- 175. - .wall_module .published_by_wrap {
- 176. - margin: 7px 0 5px;
- 177. - }
- 178. - .wall_module a.published_by_photo {
- 179. - display: block;
- 180. - width: 30px;
- 181. - height: 30px;
- 182. - margin-right: 8px;
- 183. - }
- 184. - .wall_module .published_by {
- 185. - padding-left: 12px;
- 186. - background: url(/images/icons/published.gif) no-repeat 0px 3px;
- 187. - font-weight: bold;
- 188. - }
- 189. - .wall_module div.published_by_date {
- 190. - padding-top: 4px;
- 191. - }
- 192. - .wall_module .published_by_date, .wall_module .wall_post_source {
- 193. - color: #777;
- 194. - }
- 195. -
- 196. - #submit_post_box_wrap {
- 197. - padding: 10px;
- 198. - background: #F7F7F7;
- 199. - }
- 200. - .wall_module #submit_post_box {
- 201. - padding: 8px;
- 202. - background: #F7F7F7;
- 203. - border-top: 1px solid #d8dfe5;
- 204. - }
- 205. - .wall_module #submit_post_box textarea {
- 206. - overflow: hidden;
- 207. - outline: none;
- 208. - width: 372px;
- 209. - height: 14px;
- 210. - resize: none;
- 211. - }
- 212. - .wall_module #submit_post {
- 213. - display: none;
- 214. - padding-top: 8px;
- 215. - }
- 216. - .wall_module #submit_post .progress.fl_r {
- 217. - margin: 6px 8px 0px;
- 218. - }
- 219. - .wall_module #submit_post .checkbox,
- 220. - .wall_module #submit_post .checkbox_pic {
- 221. - margin: 6px 0 0px 10px;
- 222. - }
- 223. - .wall_module td {
- 224. - vertical-align: top;
- 225. - }
- 226. - .wall_module .online {
- 227. - display: block;
- 228. - width: 50px;
- 229. - text-align: center;
- 230. - padding-top: 5px;
- 231. - color: #AAA;
- 232. - }
- 233. -
- 234. - .wall_post_over .wall_post_text,
- 235. - .wall_post_over .post_media,
- 236. - .wall_post_over .explain,
- 237. - .wall_post_over .group_share,
- 238. - .wall_post_over .public_share,
- 239. - .wall_post_over .event_share {
- 240. - cursor: pointer;
- 241. - }
- 242. -
- 243. - .wall_post_text,
- 244. - .wall_reply_text {
- 245. - padding-top: 2px;
- 246. - line-height: 130%;
- 247. - }
- 248. - .wall_post_text {
- 249. - overflow: hidden;
- 250. - word-wrap: break-word;
- 251. - }
- 252. - .wall_post_more,
- 253. - .wall_reply_more,
- 254. - .wall_module .reply_show_whole {
- 255. - position: relative;
- 256. - top: 2px;
- 257. - font-weight: bold;
- 258. - color: #91A4B8;
- 259. - -webkit-transition: color 200ms linear;
- 260. - -moz-transition: color 200ms linear;
- 261. - -o-transition: color 200ms linear;
- 262. - transition: color 200ms linear;
- 263. - }
- 264. - .wall_post_text:hover .wall_post_more,
- 265. - .wall_reply_text:hover .wall_reply_more,
- 266. - .wall_post_more:hover, .wall_reply_more:hover {
- 267. - color: #45688E;
- 268. - text-decoration: none;
- 269. - }
- 270. - #wcomments_page .wall_text {
- 271. - width: auto;
- 272. - padding: 5px 0px 0px;
- 273. - position: relative;
- 274. - margin: 0px;
- 275. - }
- 276. - .wall_text .explain {
- 277. - color: #777;
- 278. - line-height: 140%;
- 279. - }
- 280. - .wall_module .audio .info {
- 281. - padding: 2px;
- 282. - width: 100%;
- 283. - }
- 284. -
- 285. - /* Likes */
- 286. - .wall_module .like_wrap {
- 287. - margin: 4px 1px 8px;
- 288. - color: #2F5879;
- 289. - font-size: 11px;
- 290. - cursor: pointer;
- 291. - }
- 292. - .wall_module .reply .like_wrap {
- 293. - margin: 0 1px 0 0;
- 294. - }
- 295. - .fw_reply .like_wrap {
- 296. - margin: 0 1px 0 0;
- 297. - color: #2F5879;
- 298. - font-size: 1em;
- 299. - cursor: pointer;
- 300. - }
- 301. - .wall_module .like_link, .wall_module .no_likes {
- 302. - visibility: hidden;
- 303. - opacity: 0;
- 304. - filter: alpha(opacity=0);
- 305. - }
- 306. - .wall_module .reply .like_link, .fw_reply .like_link {
- 307. - cursor: pointer;
- 308. - color: #2F5879;
- 309. - visibility: visible;
- 310. - opacity: 1;
- 311. - filter: none;
- 312. - }
- 313. -
- 314. - .wall_module .one .like_link {
- 315. - visibility: visible;
- 316. - opacity: 1;
- 317. - filter: none;
- 318. - }
- 319. - .wall_module .one .no_likes {
- 320. - visibility: visible;
- 321. - }
- 322. - .wall_module .like_wrap i {
- 323. - display: block;
- 324. - background: url(/images/icons/like.gif?1) no-repeat 1px 0px;
- 325. - height: 10px;
- 326. - margin: 3px 3px 0px;
- 327. - opacity: 0.4;
- 328. - filter: alpha(opacity=40);
- 329. - width: 11px;
- 330. - }
- 331. -
- 332. - .wall_module .like_wrap i.my_like,
- 333. - .fw_reply .like_wrap i.my_like {
- 334. - opacity: 1;
- 335. - filter: none;
- 336. - }
- 337. - .wall_module .like_wrap i.no_likes {
- 338. - margin-right: 0px;
- 339. - }
- 340. - .wall_module .like_count, .fw_reply .like_count {
- 341. - font-weight: bold;
- 342. - color: #7295b2;
- 343. - margin-right: 3px;
- 344. - }
- 345. - .wall_module .fw_like_count {
- 346. - color: #7295b2;
- 347. - font-weight: bold;
- 348. - }
- 349. -
- 350. - /* Replies */
- 351. - .wall_module .reply_link_wrap {
- 352. - padding-top: 4px;
- 353. - padding-bottom: 8px;
- 354. - font-size: 11px;
- 355. - }
- 356. - .wall_module .reply_link_wrap small, .wall_module .reply_link_wrap small a {
- 357. - color: #999;
- 358. - font-size: 11px;
- 359. - }
- 360. -
- 361. - /* Replies header link */
- 362. - .wrh_text {
- 363. - text-align: center;
- 364. - }
- 365. - .wrh_prg {
- 366. - margin: 0px auto;
- 367. - }
- 368. - .wr_header {
- 369. - display: block;
- 370. - cursor: pointer;
- 371. - color: #6A7989;
- 372. - background: #E9EDF1;
- 373. - height: 13px;
- 374. - padding: 9px 0px 8px;
- 375. - }
- 376. - .wr_header:hover {
- 377. - text-decoration: none;
- 378. - }
- 379. - .wrh_all {
- 380. - background: #FFF;
- 381. - color: #777;
- 382. - }
- 383. - .wrh_all:hover {
- 384. - background: #E9EDF1;
- 385. - color: #6A7989;
- 386. - }
- 387. - .wd_lnk {
- 388. - color: #999;
- 389. - }
- 390. - .wall_module .replies_wrap {
- 391. - padding-top: 2px;
- 392. - margin-bottom: 6px;
- 393. - position: relative;
- 394. - }
- 395. - /* Reply */
- 396. - .wall_module .reply {
- 397. - background: #FFF;
- 398. - border-top: 1px solid #E9EDF1;
- 399. - padding: 6px 0px;
- 400. - position: relative;
- 401. - }
- 402. - .wall_module .reply .delete_post {
- 403. - padding-top: 2px;
- 404. - }
- 405. - .wall_module a.reply_image {
- 406. - width: 32px;
- 407. - height: 32px;
- 408. - margin: 2px 0;
- 409. - display: block;
- 410. - overflow: hidden;
- 411. - position: absolute;
- 412. - *left: 0;
- 413. - }
- 414. - .wall_module img.reply_image {
- 415. - width: 32px;
- 416. - height: 32px;
- 417. - }
- 418. - .wall_module .reply .author {
- 419. - padding-right: 3px;
- 420. - font-weight: normal;
- 421. - }
- 422. - .wall_module .reply_text {
- 423. - word-wrap: break-word;
- 424. - overflow: hidden;
- 425. - max-width: 293px;
- 426. - }
- 427. - .wall_module .reply_info {
- 428. - margin-left: 39px;
- 429. - *position: relative;
- 430. - }
- 431. - .wall_module .info_footer {
- 432. - font-size: 11px;
- 433. - color: #999;
- 434. - padding: 4px 0 0;
- 435. - }
- 436. - .wall_module .reply_to {
- 437. - color: #999;
- 438. - }
- 439. - /* Reply form */
- 440. - .wall_module .reply_fakebox_wrap {
- 441. - background: #F1F1F1;
- 442. - padding: 6px;
- 443. - }
- 444. - .wall_module .reply_fakebox {
- 445. - cursor: text;
- 446. - background: white;
- 447. - border: 1px solid #C0CAD5;
- 448. - padding: 3px 5px;
- 449. - color: #777;
- 450. - }
- 451. - .reply_field_wrap {
- 452. - padding: 3px;
- 453. - background: #FFF;
- 454. - border: 1px solid #C0CAD5;
- 455. - }
- 456. - .reply_field {
- 457. - padding: 0;
- 458. - border: 0;
- 459. - overflow: hidden;
- 460. - height: 14px;
- 461. - outline: 0;
- 462. - margin: 0px;
- 463. - width: 100%;
- 464. - resize: none;
- 465. - height: 14px;
- 466. - }
- 467. - .reply_field_tail {
- 468. - display: none;
- 469. - width: 5px;
- 470. - height: 9px;
- 471. - background: url(/images/icons/feedback_iconset.gif?4) 0 -155px no-repeat;
- 472. - position: absolute;
- 473. - margin-left: -8px;
- 474. - margin-top: 16px;
- 475. - }
- 476. - .is_2x .reply_field_tail {
- 477. - background-image: url(/images/icons/feedback_iconset_2x.gif?4);
- 478. - background-size: 15px 181px;
- 479. - }
- 480. - .wall_module .reply_box {
- 481. - background: #F1F1F1;
- 482. - padding: 6px;
- 483. - *position: relative;
- 484. - clear: both;
- 485. - }
- 486. - .wall_module a.reply_form_image {
- 487. - display: none;
- 488. - width: 50px;
- 489. - height: 50px;
- 490. - overflow: hidden;
- 491. - position: absolute;
- 492. - *left: 6px;
- 493. - }
- 494. - .wall_module .reply_form {
- 495. - zoom: 1;
- 496. - }
- 497. - .wall_module .reply_form_img {
- 498. - width: 50px;
- 499. - height: 50px;
- 500. - }
- 501. - .wall_module .submit_reply {
- 502. - display: none;
- 503. - padding-top: 6px;
- 504. - height: 25px;
- 505. - }
- 506. - .wall_module .reply_as_group_wrap {
- 507. - padding: 6px 0 0 5px;
- 508. - display: none;
- 509. - }
- 510. - .wall_module .reply_as_group_active {
- 511. - display: block;
- 512. - }
- 513. - .reply_button_wrap {
- 514. - padding-right: 5px;
- 515. - zoom: 1;
- 516. - *position: relative;
- 517. - }
- 518. - .wall_module .reply_box_open .reply_form {
- 519. - margin-left: 62px;
- 520. - }
- 521. - .wall_module .reply_hint {
- 522. - padding: 6px 0 0px 5px;
- 523. - overflow: hidden;
- 524. - -o-text-overflow: ellipsis;
- 525. - text-overflow: ellipsis;
- 526. - position: relative;
- 527. - }
- 528. - .wall_module .reply_hint_text {
- 529. - color: #777;
- 530. - cursor: default;
- 531. - white-space: nowrap;
- 532. - overflow: hidden;
- 533. - -o-text-overflow: ellipsis;
- 534. - text-overflow: ellipsis;
- 535. - }
- 536. - .wall_module .reply_box_open .reply_box {
- 537. - margin-left: -6px;
- 538. - }
- 539. - .wall_module .reply_to_title {
- 540. - display: none;
- 541. - padding: 6px 5px 0px;
- 542. - }
- 543. -
- 544. - .reply_multiline_tt_point {
- 545. - position: absolute;
- 546. - width: 1px;
- 547. - height: 1px;
- 548. - }
- 549. - .wall_module .reply_box_open .replies_wrap,
- 550. - .wall_module .reply_box_open .submit_reply,
- 551. - .wall_module .reply_box_open a.reply_form_image,
- 552. - .reply_box_open .reply_field_tail {
- 553. - display: block;
- 554. - }
- 555. - .wall_module .reply_box_open .reply_link {
- 556. - display: none;
- 557. - }
- 558. - .wall_module #post_warn,
- 559. - .wall_module .reply_warn {
- 560. - display: none;
- 561. - padding-top: 5px;
- 562. - color: #777;
- 563. - }
- 564. - /* Reply submit hint */
- 565. - .reply_submit_hint_wrap {
- 566. - width: 210px;
- 567. - height: 110px;
- 568. - padding: 8px 5px 8px;
- 569. - }
- 570. - .reply_submit_hint_title {
- 571. - color: #2A5779;
- 572. - font-weight: bold;
- 573. - padding-bottom: 2px;
- 574. - }
- 575. - #reply_submit_hint_opts .radiobtn {
- 576. - color: #000;
- 577. - padding-top: 10px;
- 578. - padding-bottom: 5px;
- 579. - line-height: 160%;
- 580. - }
- 581. - #reply_submit_hint_opts .radiobtn div {
- 582. - margin: 2px 5px 6px 0;
- 583. - }
- 584. -
- 585. -
- 586. -
- 587. -
- 588. - .wall_module #post_warn,
- 589. - .wall_module .reply_warn {
- 590. - display: none;
- 591. - padding-top: 5px;
- 592. - color: #777;
- 593. - }
- 594. - .wall_module .post_media {
- 595. - padding-top: 7px;
- 596. - }
- 597. - .wall_module .graffiti img {
- 598. - width: 200px;
- 599. - height: 100px;
- 600. - }
- 601. - .wall_module .photo img {
- 602. - vertical-align: top;
- 603. - max-height: 150px;
- 604. - overflow: hidden;
- 605. - }
- 606. - span.post_video_title {
- 607. - font-weight: bold;
- 608. - }
- 609. - span.post_video_duration {
- 610. - font-weight: bold;
- 611. - color: #000;
- 612. - }
- 613. - .wall_module .video {
- 614. - display: block;
- 615. - position: relative;
- 616. - }
- 617. - .wall_module .video:hover {
- 618. - text-decoration: none;
- 619. - }
- 620. - .wall_module .app img.icon {
- 621. - padding: 4px 5px 0px 0px;
- 622. - vertical-align: bottom;
- 623. - }
- 624. - .wall_module .app img.thumb {
- 625. - max-width: 75px;
- 626. - max-height: 75px;
- 627. - margin: 3px 6px 3px 0px;
- 628. - vertical-align: middle;
- 629. - }
- 630. - .wall_module .mention_rich_ta {
- 631. - background: #FFF;
- 632. - padding: 3px;
- 633. - border: 1px solid #C0CAD5;
- 634. - outline: none;
- 635. - overflow-x: hidden;
- 636. - line-height: normal;
- 637. - }
- 638. - .wall_module .mini_editor_cont {
- 639. - display: none;
- 640. - position: relative;
- 641. - z-index: 102;
- 642. - }
- 643. - .wall_module .mention_rich_ta a {
- 644. - color: #2B587A !important;
- 645. - cursor: text !important;
- 646. - text-decoration: none !important;
- 647. - }
- 648. - .wall_module .mention_rich_ta p {
- 649. - font-family: tahoma, verdana, arial, sans-serif, Lucida Sans;
- 650. - font-size: 1em;
- 651. - padding:0px;
- 652. - margin: 0;
- 653. - line-height: normal;
- 654. - }
- 655. - .wall_module .mini_editor_cont .selector_container .result_list {
- 656. - display: none;
- 657. - }
- 658. - #wcomments_form #page_add_media {
- 659. - padding: 6px 20px 0;
- 660. - }
- 661. - #page_no_wall {
- 662. - padding: 15px;
- 663. - border-top: 1px solid #CCD3DA;
- 664. - font-size: 1.09em;
- 665. - color: #777;
- 666. - text-align: center;
- 667. - }
- 668. -
- 669. - .add_media_rows {
- 670. - -webkit-border-radius: 2px;
- 671. - -khtml-border-radius: 2px;
- 672. - -moz-border-radius: 2px;
- 673. - border-radius: 2px;
- 674. - -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
- 675. - -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
- 676. - box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
- 677. - background: #FFF;
- 678. - border: 1px solid #B2BDCA;
- 679. - position: static;
- 680. - margin: 0px -20px;
- 681. - }
- 682. - .add_media_head {
- 683. - background: #EDF1F5;
- 684. - padding: 7px 27px;
- 685. - color: #2B587A;
- 686. - }
- 687. - .add_media_menu {
- 688. - /* position: absolute; is in js*/
- 689. - display: none;
- 690. - cursor: default;
- 691. - z-index: 1005;
- 692. - }
- 693. - .add_media_item {
- 694. - padding: 6px 10px 2px 27px;
- 695. - display: block;
- 696. - height: 18px;
- 697. - position: relative;
- 698. - background: #FFF no-repeat;
- 699. - }
- 700. - .add_media_item:last-child,
- 701. - .add_media_head:last-child,
- 702. - .add_media_more_wrap a.add_media_more {
- 703. - -webkit-border-radius: 0px 0px 2px 2px;
- 704. - -khtml-border-radius: 0px 0px 2px 2px;
- 705. - -moz-border-radius: 0px 0px 2px 2px;
- 706. - border-radius: 0px 0px 2px 2px;
- 707. - }
- 708. - .add_media_item:first-child,
- 709. - .add_media_head:first-child,
- 710. - .add_media_rev .add_media_more_wrap a.add_media_more {
- 711. - -webkit-border-radius: 2px 2px 0px 0px;
- 712. - -khtml-border-radius: 2px 2px 0px 0px;
- 713. - -moz-border-radius: 2px 2px 0px 0px;
- 714. - border-radius: 2px 2px 0px 0px;
- 715. - }
- 716. - .add_media_item:hover {
- 717. - text-decoration: none;
- 718. - background-color: #e1e7ed;
- 719. - }
- 720. - .add_media_menu .rows {
- 721. - margin: 0px;
- 722. - position: relative;
- 723. - *position: static;
- 724. - z-index: 1006;
- 725. - }
- 726. - .media_preview {
- 727. - margin-bottom: 8px;
- 728. - display: none;
- 729. - }
- 730. - .media_preview .audio {
- 731. - padding-top: 4px;
- 732. - }
- 733. -
- 734. - .media_preview .x {
- 735. - cursor: pointer;
- 736. - margin: 4px 5px 0px;
- 737. - background: url(/images/pics/statusx_op.gif) no-repeat 0 0;
- 738. - opacity: 0.6;
- 739. - filter: alpha(opacity=60);
- 740. - height: 11px;
- 741. - width: 11px;
- 742. - }
- 743. - .media_preview .x:hover {
- 744. - opacity: 1;
- 745. - filter: none;
- 746. - }
- 747. - .media_preview .graffiti {
- 748. - width: 100px;
- 749. - height: 50px;
- 750. - }
- 751. - .media_preview .audio img,
- 752. - .media_preview .app img {
- 753. - padding-top: 3px;
- 754. - }
- 755. - .media_preview .audio span,
- 756. - .media_preview .app span {
- 757. - padding: 0px 6px;
- 758. - position: relative;
- 759. - top: -1px;
- 760. - }
- 761. - .media_audio_icon {
- 762. - float: left;
- 763. - background: url(/images/icons/mono_iconset.gif?8) no-repeat 0 -222px;
- 764. - width: 11px;
- 765. - height: 11px;
- 766. - margin: 0px 3px;
- 767. - }
- 768. - .media_preview .share, .media_preview .poll {
- 769. - padding-top: 3px;
- 770. - color: #555;
- 771. - }
- 772. - .media_preview .share b, .media_preview .poll b, .media_desc b {
- 773. - width: 15px;
- 774. - height: 10px;
- 775. - margin-top: 2px;
- 776. - background: url(/images/icons/mono_iconset.gif?8) no-repeat left -237px;
- 777. - }
- 778. - .media_desc b.topic {
- 779. - background: url(/images/icons/mono_iconset.gif?8) no-repeat 0 -90px;
- 780. - }
- 781. - .media_desc b.group {
- 782. - background: url(/images/icons/mono_iconset.gif?8) no-repeat 0 -45px;
- 783. - height: 12px;
- 784. - }
- 785. - .media_preview .poll b {
- 786. - background-position: left -208px;
- 787. - }
- 788. - .share_preview .content, .poll_preview .content {
- 789. - background: #FFF;
- 790. - padding: 5px;
- 791. - border: 1px solid #C0CAD5;
- 792. - }
- 793. - .share_preview .progress {
- 794. - display: block;
- 795. - margin: 0px auto;
- 796. - }
- 797. - .share_preview img {
- 798. - padding: 5px 10px 5px 5px;
- 799. - }
- 800. - .share_preview .header {
- 801. - margin: 0px;
- 802. - padding: 5px;
- 803. - border: 0px;
- 804. - font-size: 1em;
- 805. - }
- 806. - .share_preview .descr {
- 807. - padding: 0px 5px 5px;
- 808. - }
- 809. - .share_preview .bottom_pointer, .poll_preview .bottom_pointer {
- 810. - background: url(/images/tooltip_arrow_down_w.gif) no-repeat 0px 0px;
- 811. - width: 11px;
- 812. - height: 7px;
- 813. - position: relative;
- 814. - top: -2px;
- 815. - margin: 0px 50px 1px;
- 816. - overflow: hidden;
- 817. - }
- 818. - .poll_preview .content {
- 819. - overflow: hidden;
- 820. - padding: 10px 10px 2px;
- 821. - }
- 822. - .poll_preview .label {
- 823. - width: 100px;
- 824. - padding: 4px 10px 0px;
- 825. - color: #777;
- 826. - }
- 827. - .poll_preview .labeled {
- 828. - width: 239px;
- 829. - }
- 830. - .poll span span {
- 831. - color: #2B587A;
- 832. - }
- 833. - .poll_preview input {
- 834. - margin-bottom: 8px;
- 835. - position: relative;
- 836. - width: 231px;
- 837. - }
- 838. - .poll_preview nobr {
- 839. - font-size: 11px;
- 840. - text-transform: lowercase;
- 841. - }
- 842. - .poll_preview a.disabled {
- 843. - cursor: default;
- 844. - color: #777;
- 845. - }
- 846. - .poll_preview a.disabled:hover {
- 847. - text-decoration: none;
- 848. - }
- 849. - .media_desc {
- 850. - padding: 5px 0px 1px;
- 851. - }
- 852. - .wall_module .post_media .media_desc {
- 853. - padding-top: 8px;
- 854. - clear: both;
- 855. - }
- 856. - .media_desc .lnk {
- 857. - color: #777;
- 858. - cursor: pointer;
- 859. - }
- 860. - .media_desc .lnk:hover {
- 861. - text-decoration: none;
- 862. - }
- 863. - .media_desc .a {
- 864. - color: #2b587a;
- 865. - }
- 866. - .media_desc .lnk:hover .a {
- 867. - text-decoration: underline;
- 868. - }
- 869. - .media_desc .comment {
- 870. - background-position: 0px -194px;
- 871. - }
- 872. - .media_desc .note {
- 873. - background-position: 0px -150px;
- 874. - }
- 875. - .media_desc .poll {
- 876. - background-position: 0px -208px;
- 877. - }
- 878. - .media_desc .app {
- 879. - background-position: 0px -60px;
- 880. - }
- 881. - .media_desc .checkin {
- 882. - background-position: 0px -165px;
- 883. - }
- 884. - .media_desc .donation {
- 885. - background-position: 0px -179px;
- 886. - }
- 887. -
- 888. - a.wall_reply_greeting {
- 889. - color: #000;
- 890. - }
- 891. -
- 892. - /* Thumbed links */
- 893. - .wall_module .page_media_thumbed_link {
- 894. - margin: 5px 0 5px 3px;
- 895. - border-left: 2px solid #C3D1E0;
- 896. - padding-left: 5px;
- 897. - }
- 898. - .wall_module td.page_media_link_thumb {
- 899. - cursor: pointer;
- 900. - background-position: 50% 50%;
- 901. - background-repeat: no-repeat;
- 902. - }
- 903. - .wall_module a.page_media_link_thumb {
- 904. - display: block;
- 905. - width: 100px;
- 906. - overflow: hidden;
- 907. - line-height: 0;
- 908. - min-height: 63px;
- 909. - height: 100%;
- 910. - }
- 911. - .wall_module a.page_media_link_thumb:hover {
- 912. - text-decoration: none;
- 913. - }
- 914. - .wall_module div.page_media_link_desc_wrap {
- 915. - padding-left: 10px;
- 916. - line-height: 140%;
- 917. - min-height: 63px;
- 918. - max-height: 79px;
- 919. - overflow: hidden;
- 920. - -o-text-overflow: ellipsis;
- 921. - text-overflow: ellipsis;
- 922. - }
- 923. - .wall_module a.page_media_link_title {
- 924. - font-weight: bold;
- 925. - }
- 926. - .wall_module div.page_media_link_desc {
- 927. - padding-top: 3px;
- 928. - }
- 929. -
- 930. - /* global wall styles end */
- 931. -
- 932. -
- 933. -
- 934. - /* Widget styles */
- 935. - .wcomments_head {
- 936. - background: #5B7FA6;
- 937. - padding: 5px 5px 5px 6px;
- 938. - }
- 939. - .wcomments_head_icon {
- 940. - height: 18px;
- 941. - width: 18px;
- 942. - overflow: hidden;
- 943. - }
- 944. - #wcomments_count {
- 945. - padding: 3px 3px 1px;
- 946. - line-height: 100%;
- 947. - color: #FFFFFF;
- 948. - font-weight: bold;
- 949. - }
- 950. - #wcomments_admin_link_wrap, #wcomments_refresh_link_wrap {
- 951. - padding: 3px 5px 1px;
- 952. - line-height: 100%;
- 953. - }
- 954. - #wcomments_admin_link, #wcomments_refresh_link {
- 955. - font-weight: bold;
- 956. - color: #A9B8CB;
- 957. - }
- 958. - #wcomments_user_link_wrap {
- 959. - padding: 3px 0 0;
- 960. - line-height: 100%;
- 961. - }
- 962. - .wcomments_userpic_wrap,
- 963. - .wcommens_input_wrap {
- 964. - vertical-align: top;
- 965. - }
- 966. - .wcomments_logo {
- 967. - background: url(/images/icons/w_comments_logo.png) 0px 0px no-repeat;
- 968. - background-size: 18px 18px;
- 969. - width: 18px;
- 970. - height: 18px;
- 971. - }
- 972. - .is_2x .wcomments_logo {
- 973. - background-image: url(/images/icons/w_comments_logo_2x.png);
- 974. - }
- 975. -
- 976. - td.wcomments_userpic_wrap {
- 977. - width: 60px;
- 978. - }
- 979. - div.wcomments_userpic {
- 980. - width: 60px;
- 981. - height: 50px;
- 982. - overflow: hidden;
- 983. - }
- 984. - img.wcomments_userpic {
- 985. - width: 50px;
- 986. - }
- 987. -
- 988. - .wcomments_input {
- 989. - background: #FFF;
- 990. - border: 1px solid #C0CAD5;
- 991. - padding: 0 3px;
- 992. - }
- 993. - .wcomments_input .input_back {
- 994. - margin-top: -0px !important;
- 995. - }
- 996. - #post_field {
- 997. - height: 56px;
- 998. - border: 0;
- 999. - padding: 3px 0;
- 1000. - width: 100%;
- 1001. - outline: 0;
- 1002. - overflow: hidden;
- 1003. - resize: vertical;
- 1004. - }
- 1005. - .mention_rich_ta {
- 1006. - padding: 3px 0;
- 1007. - outline: 0;
- 1008. - }
- 1009. -
- 1010. - #submit_post {
- 1011. - padding-top: 10px;
- 1012. - padding-left: 60px;
- 1013. - }
- 1014. - #submit_post_box .submit_post_nopadding {
- 1015. - padding-left: 0;
- 1016. - }
- 1017. - #page_post_progress {
- 1018. - padding: 6px 10px;
- 1019. - background-position: 50% 50%;
- 1020. - }
- 1021. - .wcomments_input .selector_container .results_container {
- 1022. - margin: 1px -4px 0;
- 1023. - }
- 1024. - .wcomments_input .selector_container .result_list_shadow,
- 1025. - .wcomments_input .selector_container .result_list {
- 1026. - display: none;
- 1027. - }
- 1028. - #wcomments_export {
- 1029. - margin: 6px 0 0 10px;
- 1030. - width: 190px;
- 1031. - }
- 1032. - .font_medium #wcomments_export {
- 1033. - width: 220px;
- 1034. - }
- 1035. -
- 1036. - #wcomments_posts .wcomments_post {
- 1037. - padding: 5px 10px;
- 1038. - }
- 1039. -
- 1040. - #wcomments_more_link {
- 1041. - padding: 10px 0px;
- 1042. - text-align: center;
- 1043. - border-top: 1px solid #DAE1E8;
- 1044. - display: block;
- 1045. - height: 13px;
- 1046. - }
- 1047. - #wcomments_more_link:hover {
- 1048. - text-decoration: none;
- 1049. - background: #E9EDF1;
- 1050. - }
- 1051. - #wcomments_more_progress {
- 1052. - margin: 0 auto;
- 1053. - }
- 1054. - #wcomments_posts_wrap {
- 1055. - position: relative;
- 1056. - }
- 1057. -
- 1058. -
- 1059. - .wcomments_delete_all_buttons {
- 1060. - padding-top: 10px;
- 1061. - }
- 1062. - .wcomments_delete_all {
- 1063. - margin-right: 10px;
- 1064. - }
- 1065. -
- 1066. - /* Admin tabs */
- 1067. - #wcomments_admin_nav {
- 1068. - display: none;
- 1069. - }
- 1070. - .wcomments_tabs {
- 1071. - background: #F7F7F7;
- 1072. - padding: 10px;
- 1073. - }
- 1074. - .wcomments_admins_wrap {
- 1075. - padding: 5px 0;
- 1076. - }
- 1077. - .wcomments_tab, .wcomments_tab_selected, .wcomments_tab_over {
- 1078. - cursor: pointer;
- 1079. - padding: 2px 5px 2px 0px;
- 1080. - float: left;
- 1081. - }
- 1082. - .wcomments_tab1 {
- 1083. - padding: 3px 6px 4px;
- 1084. - }
- 1085. - .wcomments_tab_over .wcomments_tab1 {
- 1086. - -moz-border-radius: 2px;
- 1087. - -webkit-border-radius: 2px;
- 1088. - border-radius: 2px;
- 1089. - background-color: #E1E7ED;
- 1090. - }
- 1091. - .wcomments_tab_selected .wcomments_tab1 {
- 1092. - -moz-border-radius: 2px;
- 1093. - -webkit-border-radius: 2px;
- 1094. - border-radius: 2px;
- 1095. - background-color: #597DA3;
- 1096. - }
- 1097. - .wcomments_tab2 {
- 1098. - font-weight: bold;
- 1099. - color: #45688E;
- 1100. - padding-left: 2px;
- 1101. - padding-right: 2px;
- 1102. - -o-text-overflow: ellipsis;
- 1103. - text-overflow: ellipsis;
- 1104. - }
- 1105. - .wcomments_tab_selected .wcomments_tab2 {
- 1106. - color: #FFF;
- 1107. - }
- 1108. - #wcomments_posts {
- 1109. - padding: 0;
- 1110. - }
- 1111. - .wcomments_posts_loading {
- 1112. - border-top: 1px solid #DAE1E8;
- 1113. - height: 400px;
- 1114. - background: #FFF url(/images/progress7.gif) 50% 50% no-repeat;
- 1115. - }
- 1116. - /* Blacklist */
- 1117. - .wcomments_bl_row {
- 1118. - padding: 10px;
- 1119. - height: 25px;
- 1120. - overflow: hidden;
- 1121. - border-top: 1px solid #DAE2E8;
- 1122. - }
- 1123. - img.wcomments_bl_photo {
- 1124. - width: 25px;
- 1125. - height: 25px;
- 1126. - }
- 1127. - .wcomments_bl_name {
- 1128. - padding: 5px 0 0 10px;
- 1129. - font-weight: bold;
- 1130. - }
- 1131. - .wcomments_bl_label {
- 1132. - font-weight: normal;
- 1133. - color: #777;
- 1134. - padding-left: 2px;
- 1135. - display: none;
- 1136. - }
- 1137. - .wcomments_bl_action {
- 1138. - padding-top: 5px;
- 1139. - }
- 1140. - .wcomments_empty {
- 1141. - border-top: 1px solid #DAE2E8;
- 1142. - font-size: 1.09em;
- 1143. - padding: 100px 30px;
- 1144. - text-align: center;
- 1145. - color: #777;
- 1146. - }
- 1147. -
- 1148. - /* scrollbars from widget community */
- 1149. - .scrollbar_cont {
- 1150. - width: 11px;
- 1151. - height: 100%;
- 1152. - margin-top: 3px;
- 1153. - position: absolute;
- 1154. - z-index: 1000;
- 1155. - }
- 1156. - .scrollbar_inner {
- 1157. - background: #000;
- 1158. - opacity: 0.5;
- 1159. - filter: alpha(opacity=50);
- 1160. - /* background: #DAE1E8; */
- 1161. - width: 16px;
- 1162. - height: 50px;
- 1163. - margin-left: -1px;
- 1164. - -webkit-border-radius: 2px;
- 1165. - -moz-border-radius: 2px;
- 1166. - border-radius: 2px;
- 1167. - cursor: pointer;
- 1168. - }
- 1169. - .scrollbar_inner:hover,
- 1170. - .scrollbar_hovered {
- 1171. - opacity: 0.65;
- 1172. - filter: alpha(opacity=65);
- 1173. - /* background: #BEC8D3; */
- 1174. - }
- 1175. - .scrollbar_top {
- 1176. - position: absolute;
- 1177. - height: 3px;
- 1178. - margin-top: -1px;
- 1179. - background: #555555;
- 1180. - opacity: 0.12;
- 1181. - filter: alpha(opacity=12);
- 1182. - display: none;
- 1183. - }
- 1184. - .scrollbar_bottom {
- 1185. - position: absolute;
- 1186. - height: 3px;
- 1187. - margin-top: -2px;
- 1188. - background: #555555;
- 1189. - opacity: 0.12;
- 1190. - filter: alpha(opacity=12);
- 1191. - }
- 1192. - /* scrollbars end */
- 1193. -
- 1194. -
- 1195. - /* Autoupdate replies */
- 1196. - .new_reply {
- 1197. - display: none;
- 1198. - }
- 1199. - .replies_open {
- 1200. - color: #2B587A;
- 1201. - background: #e9edf1;
- 1202. - border: 1px solid #dae1e8;
- 1203. - cursor: pointer;
- 1204. - padding: 5px;
- 1205. - text-align: center;
- 1206. - margin: 5px 0;
- 1207. - }
- 1208. - .replies_open:hover {
- 1209. - background: #dae1e8;
- 1210. - }
- 1211. -
- 1212. -
- 1213. - /* Wide wall fixes */
- 1214. - .wide_wall_module .audio .info {
- 1215. - padding: 2px;
- 1216. - width: 100%;
- 1217. - }
- 1218. - .wide_wall_module .post {
- 1219. - border-top: 0px;
- 1220. - border-bottom: 1px solid #DAE1E8;
- 1221. - *position: relative;
- 1222. - }
- 1223. - .wide_wall_module .post:last-child {
- 1224. - border-bottom: 0px;
- 1225. - }
- 1226. - .wide_wall_module .wall_post_text,
- 1227. - .wide_wall_module .wall_reply_text {
- 1228. - line-height: 160%;
- 1229. - }
- 1230. - .wide_wall_module a.reply_image {
- 1231. - width: 50px;
- 1232. - height: 50px;
- 1233. - }
- 1234. - .wide_wall_module img.reply_image {
- 1235. - width: 50px;
- 1236. - height: 50px;
- 1237. - }
- 1238. - .wide_wall_module .reply_info {
- 1239. - margin-left: 63px;
- 1240. - }
- 1241. - .wide_wall_module .reply_text {
- 1242. - max-width: 469px;
- 1243. - }
- 1244. - .wide_wall_module .reply_box_open .reply_field {
- 1245. - height: 42px;
- 1246. - }
- 1247. - .wide_wall_module .reply_field_tail {
- 1248. - width: 6px;
- 1249. - height: 11px;
- 1250. - background-position: 0 -154px;
- 1251. - margin-left: -9px;
- 1252. - margin-top: 16px;
- 1253. - }
- 1254. - .wide_wall_module .like_wrap, .wide_wall_module .reply_link_wrap,
- 1255. - .wide_wall_module .reply_link_wrap small, .wide_wall_module .info_footer {
- 1256. - font-size: 1em;
- 1257. - }
- 1258. - .wide_wall_module #page_wall_posts .post, .wide_wall_module #page_wall_posts .online {
- 1259. - display: block;
- 1260. - }
- 1261. - .wide_wall_module .wpe_prg {
- 1262. - height: 13px;
- 1263. - margin: 0px 10px;
- 1264. - }
- 1265. - .wide_wall_module #wpe_text {
- 1266. - max-width: 492px;
- 1267. - line-height: 1.54em;
- 1268. - }
- 1269. - .wide_wall_module .wpe_buttons {
- 1270. - max-width: 492px;
- 1271. - }
- 1272. - .wide_wall_module #wpe_cont .mention_rich_ta {
- 1273. - line-height: 1.54em;
- 1274. - }
- 1275. - .wide_wall_module .poll_preview .content, .fw_post_info .poll_preview .content {
- 1276. - max-width: 360px;
- 1277. - }
- 1278. - .wide_wall_module #wpe_media_preview .poll_preview .labeled, .fw_post_info #wpe_media_preview .poll_preview .labeled {
- 1279. - max-width: 239px;
- 1280. - }
- 1281. - .wide_wall_module #wpe_media_preview .poll_preview input, .fw_post_info #wpe_media_preview .poll_preview input {
- 1282. - max-width: 231px;
- 1283. - }
- 1284. - .wide_wall_module .reply {
- 1285. - padding: 10px 0px 11px;
- 1286. - }
- 1287. - .wide_wall_module a.reply_image,
- 1288. - .wide_wall_module img.reply_image {
- 1289. - width: 50px;
- 1290. - height: 50px;
- 1291. - }
- 1292. - .wide_wall_module .reply_info {
- 1293. - margin-left: 63px;
- 1294. - }
- 1295. - .wide_wall_module .reply_button_wrap button {
- 1296. - padding: 4px 14px;
- 1297. - }
- 1298. - .wide_wall_module .reply_form_img,
- 1299. - .wide_wall_module a.reply_form_image {
- 1300. - width: 50px;
- 1301. - height: 50px;
- 1302. - }
- 1303. - .wide_wall_module .reply_box_open .reply_form {
- 1304. - margin-left: 62px;
- 1305. - }
- 1306. -
- 1307. -
- 1308. -
- 1309. - /* New post likes */
- 1310. - .wall_module .post_like_wrap {
- 1311. - position: relative;
- 1312. - width: 150px;
- 1313. - }
- 1314. - .post_like {
- 1315. - background: #FFF;
- 1316. - color: #2F5879;
- 1317. - font-size: 11px;
- 1318. - cursor: pointer;
- 1319. - padding: 5px 6px;
- 1320. - margin-top: -1px;
- 1321. - right: 0px;
- 1322. - position: absolute;
- 1323. - white-space: nowrap;
- 1324. - -webkit-border-radius: 3px;
- 1325. - -moz-border-radius: 3px;
- 1326. - border-radius: 3px;
- 1327. - }
- 1328. - .wide_wall_module .post_like {
- 1329. - font-size: 1em;
- 1330. - }
- 1331. - .post_like_link {
- 1332. - opacity: 0.6;
- 1333. - filter: alpha(opacity=60);
- 1334. - -webkit-transition: opacity 50ms linear;
- 1335. - -moz-transition: opacity 50ms linear;
- 1336. - transition: opacity 50ms linear;
- 1337. - }
- 1338. - .wall_post_over .post_like_link,
- 1339. - .wall_module .post:hover .post_like_link {
- 1340. - opacity: 1;
- 1341. - filter: none;
- 1342. - }
- 1343. - .wall_module .post_like:hover {
- 1344. - background: #E9EDF1;
- 1345. - }
- 1346. - .wall_module .post_like:hover {
- 1347. -
- 1348. - }
- 1349. - .wall_module .post_like_icon {
- 1350. - background: url(/images/icons/like.gif?1) no-repeat 1px 0px;
- 1351. - height: 10px;
- 1352. - margin: 3px 3px 0px;
- 1353. - opacity: 0.4;
- 1354. - filter: alpha(opacity=40);
- 1355. - width: 11px;
- 1356. - }
- 1357. - .is_2x .wall_module .post_like_icon {
- 1358. - background-image: url(/images/icons/like_2x.png);
- 1359. - background-size: 11px 32px;
- 1360. - }
- 1361. - .wide_wall_module .post_like_icon {
- 1362. - margin-top: 3px;
- 1363. - }
- 1364. - .wall_module .post_like_count {
- 1365. - font-weight: bold;
- 1366. - color: #7295b2;
- 1367. - }
- 1368. -
- 1369. - .wall_module .post_like .no_likes {
- 1370. - visibility: visible;
- 1371. - opacity: 0.4;
- 1372. - filter: alpha(opacity=40);
- 1373. - }
- 1374. - .wall_module .post_like i.my_like {
- 1375. - opacity: 1;
- 1376. - filter: none;
- 1377. - }
- 1378. -
- 1379. - .reply_replieable,
- 1380. - .reply_moreable {
- 1381. - cursor: pointer;
- 1382. - }
- 1383. -
- 1384. -
- 1385. - /* Inline view video */
- 1386. - .wide_wall_module .post_thumbs_num1 .page_media_video .video div,
- 1387. - .wall_module .page_media_full_video .video div {
- 1388. - bottom: 10px;
- 1389. - font-size: 1em;
- 1390. - }
- 1391. - .wall_module .post_thumbs_num1 .page_media_thumb1 {
- 1392. - margin: 0;
- 1393. - }
- 1394. - .wall_module .page_media_full_video {
- 1395. - padding-bottom: 0;
- 1396. - }
- 1397. - .wide_wall_module .post_thumbs_num1 .page_media_video,
- 1398. - .wall_module .page_media_full_video {
- 1399. - max-width: 480px;
- 1400. - max-height: 360px;
- 1401. - }
- 1402. - .wide_wall_module .post_thumbs_num1 .page_media_video .video img,
- 1403. - .wall_module .page_media_full_video .video img {
- 1404. - max-width: 480px;
- 1405. - max-height: 360px;
- 1406. - width: 480px;
- 1407. - height: 360px;
- 1408. - }
- 1409. - .wall_module .page_media_video .video div.video_play_inline,
- 1410. - .wall_module .page_media_full_video .video div.video_play_inline {
- 1411. - left: 137px;
- 1412. - top: 97px;
- 1413. - bottom: auto;
- 1414. - position: absolute;
- 1415. - z-index: 10;
- 1416. - background: url(/images/inline_video_play.png) no-repeat;
- 1417. - width: 46px;
- 1418. - height: 46px;
- 1419. - }
- 1420. - .wide_wall_module .page_media_video .video div.video_play_inline,
- 1421. - .wall_module .page_media_full_video .video div.video_play_inline {
- 1422. - left: 225px;
- 1423. - top: 165px;
- 1424. - }
- 1425. - .wide_wall_module .page_media_video .video div.video_play_inline_loading,
- 1426. - .wall_module .page_media_full_video .video div.video_play_inline_loading {
- 1427. - background: url(/images/upload_inv_mono.gif) no-repeat 50% 50%;
- 1428. - width: 100px;
- 1429. - background-color: #000;
- 1430. - background-color: rgba(0, 0, 0, 0.7);
- 1431. - *filter: alpha(opacity=70);
- 1432. -
- 1433. - border-radius: 5px;
- 1434. - -moz-border-radius: 5px;
- 1435. - -khtml-border-radius: 5px;
- 1436. - -webkit-border-radius: 5px;
- 1437. -
- 1438. - margin: -2px 0 0 -27px;
- 1439. - }
- 1440. - .widget_body .like_tt_clubs {
- 1441. - display: none;
- 1442. - }
- 1443. -
- 1444. - .widget_body.bugs .wcomments_head_icon {
- 1445. - display: none;
- 1446. - }
- 1447. - .widget_body.bugs .wcomments_head {
- 1448. - padding: 4px 6px 6px 6px;
- 1449. - }
- 1450. -
- 1451. - #custom_menu_cont {
- 1452. - top: 0px;
- 1453. - width: 100%;
- 1454. - }
- 1455. - #custom_menu_wrap {
- 1456. - z-index: 1005;
- 1457. - position: absolute;
- 1458. - top: 0px;
- 1459. - }
- 1460. -
- 1461. -
- 1462. - .page_post_sized_thumbs {
- 1463. - margin: 9px 0 4px;
- 1464. - }
- 1465. - .page_post_sized_full_thumb {
- 1466. - margin: 20px 0 10px;
- 1467. - }
- 1468. - .page_post_sized_full_thumb_first {
- 1469. - margin-top: 10px;
- 1470. - }
- 1471. -
- 1472. - a.page_post_thumb_wrap,
- 1473. - span.page_post_thumb_wrap {
- 1474. - display: block;
- 1475. - overflow: hidden;
- 1476. - position: relative;
- 1477. - margin: 0 3px 3px 0;
- 1478. - }
- 1479. - a.page_post_thumb_wrap:hover,
- 1480. - a.page_post_thumb_unsized:hover {
- 1481. - text-decoration: none !important;
- 1482. - }
- 1483. - .page_post_thumb_video {
- 1484. - position: relative;
- 1485. - }
- 1486. - .page_post_thumb_sized_photo {
- 1487. - position: absolute;
- 1488. - }
- 1489. - .page_post_video_play_inline {
- 1490. - position: absolute;
- 1491. - z-index: 10;
- 1492. - background: url(/images/inline_video_play.png) no-repeat;
- 1493. - margin-left: -23px;
- 1494. - margin-top: -23px;
- 1495. - width: 46px;
- 1496. - height: 46px;
- 1497. - top: 50%;
- 1498. - left: 50%;
- 1499. - }
- 1500. - .page_post_video_duration {
- 1501. - background: url('/images/mv_bg.png');
- 1502. - background: rgba(0,0,0, 0.6);
- 1503. - color: #FFF;
- 1504. - position: absolute;
- 1505. - bottom: 10px;
- 1506. - right: 0;
- 1507. - padding: 0px 3px 1px;
- 1508. - z-index: 10;
- 1509. - }
- 1510. -
- 1511. - a.page_post_thumb_last_column .page_post_thumb_undersized_w,
- 1512. - span.page_post_thumb_last_column .page_post_thumb_undersized_w {
- 1513. - right: 0;
- 1514. - }
- 1515. - a.page_post_thumb_last_row .page_post_thumb_undersized_h,
- 1516. - span.page_post_thumb_last_row .page_post_thumb_undersized_h {
- 1517. - bottom: 0;
- 1518. - }
- 1519. -
- 1520. - a.page_post_thumb_unsized,
- 1521. - span.page_post_thumb_unsized {
- 1522. - background: 50% 50% no-repeat;
- 1523. - background-size: cover;
- 1524. -
- 1525. - display: block;
- 1526. - position: relative;
- 1527. - overflow: hidden;
- 1528. - margin: 0 3px 3px 0;
- 1529. - }
- 1530. - a.page_post_thumb_unsized_single,
- 1531. - span.page_post_thumb_unsized_single {
- 1532. - /*background: 0 0 no-repeat;*/
- 1533. - background-size: contain;
- 1534. - }
- 1535. -
- 1536. - .wide_wall_module a.page_post_thumb_unsized,
- 1537. - .wide_wall_module a.page_post_thumb_wrap,
- 1538. - .wide_wall_module span.page_post_thumb_unsized,
- 1539. - .wide_wall_module span.page_post_thumb_wrap {
- 1540. - margin: 0 6px 6px 0;
- 1541. - }
- 1542. - .page_post_sized_thumbs a.page_post_thumb_last_column,
- 1543. - .page_post_sized_thumbs span.page_post_thumb_last_column {
- 1544. - margin-right: 0;
- 1545. - }
- 1546. - .page_post_sized_thumbs a.page_post_thumb_last_row,
- 1547. - .page_post_sized_thumbs span.page_post_thumb_last_row {
- 1548. - margin-bottom: 0;
- 1549. - }
- 1550. -
- 1551. - .page_post_queue_wide,
- 1552. - .wide_wall_module .page_post_queue_narrow {
- 1553. - display: none;
- 1554. - }
- 1555. - .wide_wall_module .page_post_queue_wide {
- 1556. - display: block;
- 1557. - }
- 1558. -
- 1559. - .reply_media_lnk {
- 1560. - display: none;
- 1561. - }
- 1562. - .checkbox_pic {
- 1563. - cursor: pointer;
- 1564. - }
- 1565. - #wcomments_export.checkbox_pic {
- 1566. - background: url(/images/icons/wall_export.gif?1) no-repeat 0 0;
- 1567. - height: 14px;
- 1568. - width: 14px;
- 1569. - overflow: hidden;
- 1570. - }
- 1571. - #wcomments_export.checkbox_pic {
- 1572. - background-image: url(/images/icons/wall_export_2x.gif?1);
- 1573. - background-size: 14px 112px;
- 1574. - }
- 1575. - #wcomments_export.checkbox_pic {
- 1576. - background-position: 0 -70px;
- 1577. - opacity: 0.5;
- 1578. - filter: alpha(opacity=50);
- 1579. - }
- 1580. - #wcomments_export.on {
- 1581. - opacity: 1;
- 1582. - filter: none;
- 1583. - }
- 1584. - #video_box_body .box_dark .box_title {
- 1585. - background: #000000;
- 1586. - color: #777777;
- 1587. - }
- 1588. - #video_box_body .box_dark .box_x_button {
- 1589. - color: #777777;
- 1590. - }
- 1591. - #video_box_body .box_dark .box_x_button:hover {
- 1592. - color: #FFFFFF;
- 1593. - }
- 1594. - #photo_box_body .box_dark .box_title {
- 1595. - background: #FFFFFF;
- 1596. - color: #45688E;
- 1597. - }
- 1598. - #photo_box_body .box_dark .box_x_button {
- 1599. - color: #2B587A;
- 1600. - }
- 1601. - #photo_box_body .box_dark .box_x_button:hover {
- 1602. - text-decoration: underline;
- 1603. - }
- 1604. - .photo_view_more {
- 1605. - margin-top: 25px;
- 1606. - display: block;
- 1607. - background: #eef0f2;
- 1608. - text-align: center;
- 1609. - padding: 16px;
- 1610. - color: #738392;
- 1611. - }
- 1612. - .photo_view_more:hover {
- 1613. - text-decoration: none;
- 1614. - background: #e9edf1;
- 1615. - }
- 1616. - .medadd_c_doc {
- 1617. - overflow: hidden;
- 1618. - -o-text-overflow: ellipsis;
- 1619. - text-overflow: ellipsis;
- 1620. - }
- 1621. - .medadd_h,
- 1622. - .medadd_c_pollh {
- 1623. - font-size: 1.09em;
- 1624. - font-weight: bold;
- 1625. - color: #45688E;
- 1626. - background: url(/images/icons/mono_iconset.gif?8) no-repeat;
- 1627. - margin: 4px 2px 0px;
- 1628. - }
- 1629. - .font_medium .medadd_h,
- 1630. - .font_medium .medadd_c_pollh {
- 1631. - margin-top: 3px;
- 1632. - }
- 1633. - .medadd_h:hover {
- 1634. - text-decoration: none;
- 1635. - }
- 1636. - .medadd_h_note {
- 1637. - background-position: 0 -132px;
- 1638. - }
- 1639. - .medadd_h_doc {
- 1640. - background-position: 0 -278px;
- 1641. - }
- 1642. - .medadd_h_poll {
- 1643. - background-position: 0 -206px;
- 1644. - }
- 1645. - .medadd_h_link,
- 1646. - .medadd_h_page {
- 1647. - background-position: 0 -235px;
- 1648. - }
- 1649. - .medadd_h_timer {
- 1650. - background-position: 0 -332px;
- 1651. - }
- 1652. - .medadd_h_mail {
- 1653. - background-position: 0 -292px;
- 1654. - }
- 1655. - .medadd_h,
- 1656. - .medadd_c {
- 1657. - padding-left: 15px;
- 1658. - }
- 1659. - .medadd_c {
- 1660. - margin: 7px 2px 0px;
- 1661. - }
- 1662. - .medadd_c_linkimg {
- 1663. - padding: 5px 10px 5px 5px;
- 1664. - }
- 1665. - .medadd_c_linkhead {
- 1666. - margin: 0px;
- 1667. - padding: 5px;
- 1668. - border: 0px;
- 1669. - font-size: 11px;
- 1670. - }
- 1671. - .medadd_c_linkdsc {
- 1672. - padding: 0px 5px 5px;
- 1673. - }
- 1674. - #wcomments_form .medadd_c_linkcon {
- 1675. - overflow: hidden;
- 1676. - background: #FFF;
- 1677. - padding: 6px;
- 1678. - border: 1px solid #C0CAD5;
- 1679. - }
- 1680. - #wcomments_form .medadd_c_link {
- 1681. - padding-left: 0px;
- 1682. - margin-left: 0px;
- 1683. - }
- 1684. - .wall_reasons_item {
- 1685. - padding: 5px 0px;
- 1686. - }
- 1687. - .wall_reasons_result {
- 1688. - line-height: 150%;
- 1689. - padding: 6px 0px;
- 1690. - }
- 1691. - .wall_reasons_list {
- 1692. - color: #000000;
- 1693. - padding-top: 6px;
- 1694. - padding-bottom: 2px;
- 1695. - text-align: left;
- 1696. - width: 190px;
- 1697. - display: inline-block;
- 1698. - *display: inline;
- 1699. - zoom: 1;
- 1700. - }
- ------
Advertisement
Add Comment
Please, Sign In to add comment