Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Файл - im.css (Старый размер - 38888 | Новый - 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. - }
- 107. - #im_progress {
- 108. - margin-top: 2px;
- 109. - }
- 110. -
- 111. - #im_to_end_wrap {
- 112. - display: none;
- 113. - width: 627px;
- 114. - cursor: pointer;
- 115. - position: absolute;
- 116. - margin-top: -35px;
- 117. - height: 14px;
- 118. - padding: 10px 0px;
- 119. - text-align: center;
- 120. - background: #E1E7E9;
- 121. - background: rgba(225, 231, 233, 0.95);
- 122. - color: #738392;
- 123. - border-top: 1px solid #DAE2E8;
- 124. - }
- 125. - #im_to_end_wrap:hover {
- 126. - background: #E6EDF0;
- 127. - background: rgba(230, 237, 240, 0.95);
- 128. - }
- 129. - .im_to_end {
- 130. - padding: 0px 16px;
- 131. - background: url(/images/im_toend.gif) no-repeat right 0px;
- 132. - }
- 133. - #im_top_sh,
- 134. - #im_bottom_sh {
- 135. - display: none;
- 136. - position: absolute;
- 137. - width: 627px;
- 138. - height: 3px;
- 139. - z-index: 100;
- 140. - background: #555;
- 141. - opacity: 0.12;
- 142. - filter: alpha(opacity=12);
- 143. - margin-top: -1px;
- 144. - }
- 145. - #im_bottom_sh {
- 146. - margin: -2px 0 0;
- 147. - top: 0;
- 148. - left: 0;
- 149. - }
- 150. - .im_to_end_controls #im_peer_controls {
- 151. - border-top: 1px solid #D3DBE3;
- 152. - }
- 153. - .im_to_end_controls #im_bottom_sh {
- 154. - visibility: hidden;
- 155. - }
- 156. - .im_to_end_controls #im_to_end_wrap {
- 157. - display: block;
- 158. - }
- 159. -
- 160. - .dialogs_row {
- 161. - cursor: pointer;
- 162. - padding: 5px 10px 5px 7px;
- 163. - border-bottom: 1px solid #e4e8ed;
- 164. - }
- 165. - .dialogs_deleted_row {
- 166. - cursor: default;
- 167. - }
- 168. - .dialogs_new_msg {
- 169. - background: #edf1f5;
- 170. - border-color: #DAE1E8;
- 171. - }
- 172. - .dialogs_row_t {
- 173. - width: 100%;
- 174. - }
- 175. - .dialogs_row_over {
- 176. - background: #edf1f5;
- 177. - border-color: #DAE1E8;
- 178. - }
- 179. - .dialogs_row_over .dialogs_new_msg {
- 180. - background: #DAE1E8;
- 181. - }
- 182. - .dialogs_row_over .dialogs_online,
- 183. - .dialogs_new_msg .dialogs_online {
- 184. - color: #93a2b3;
- 185. - }
- 186. - .dialogs_row_over .dialogs_date,
- 187. - .dialogs_new_msg .dialogs_date {
- 188. - color: #8795a5;
- 189. - }
- 190. - .dialogs_photo {
- 191. - width: 50px;
- 192. - padding: 5px 5px 2px;
- 193. - vertical-align: top;
- 194. - }
- 195. - .dialogs_info {
- 196. - padding: 5px;
- 197. - vertical-align: middle;
- 198. - width: 125px;
- 199. - }
- 200. - .dialogs_user {
- 201. - width: 120px;
- 202. - }
- 203. - .dialogs_online {
- 204. - color: #aaa;
- 205. - padding: 3px 0 2px;
- 206. - }
- 207. - .dialogs_date {
- 208. - color: #999999;
- 209. - font-size: 0.9em;
- 210. - }
- 211. - .dialogs_msg_contents {
- 212. - padding: 0px;
- 213. - vertical-align: middle;
- 214. - }
- 215. - .dialogs_msg_body {
- 216. - padding: 6px 8px 8px;
- 217. - }
- 218. - .dialogs_deleted_row .dialogs_msg_body {
- 219. - color: #777;
- 220. - line-height: 1.81em;
- 221. - text-align: center;
- 222. - }
- 223. - .dialogs_msg_text {
- 224. - color: #67829E;
- 225. - line-height: 160%;
- 226. - width: 345px;
- 227. - }
- 228. - .dialogs_msg_body .dialogs_inline_author {
- 229. - width: 32px;
- 230. - height: 32px;
- 231. - margin: 3px 10px 2px 0;
- 232. -
- 233. - -moz-border-radius: 2px;
- 234. - -webkit-border-radius: 2px;
- 235. - border-radius: 2px;
- 236. - }
- 237. -
- 238. - div.dialogs_inline_chatter {
- 239. - margin: 0 4px 4px 0;
- 240. - float: left;
- 241. - width: 23px;
- 242. - height: 23px;
- 243. - overflow: hidden;
- 244. - -moz-border-radius: 2px;
- 245. - -webkit-border-radius: 2px;
- 246. - border-radius: 2px;
- 247. - }
- 248. - img.dialogs_inline_chatter {
- 249. - width: 23px;
- 250. - height: 23px;
- 251. - -moz-border-radius: 2px;
- 252. - -webkit-border-radius: 2px;
- 253. - border-radius: 2px;
- 254. - }
- 255. - div.dialogs_inline_chatter_half {
- 256. - height: 50px;
- 257. - }
- 258. - img.dialogs_inline_chatter_half {
- 259. - margin: 0px -12px;
- 260. - height: 50px;
- 261. - width: 50px;
- 262. - }
- 263. - #im_dialogs_next {
- 264. - display: none;
- 265. - }
- 266. - .dialogs_chat_title {
- 267. - font-weight: bold;
- 268. - width: 240px;
- 269. - }
- 270. - .dialogs_del_wrap {
- 271. - display: none;
- 272. - position: absolute;
- 273. - right: 15px;
- 274. - margin-top: 10px;
- 275. - opacity: 0.6;
- 276. - filter: alpha(opacity=60);
- 277. - }
- 278. -
- 279. - .dialogs_row_over .dialogs_del_wrap {
- 280. - display: block;
- 281. - }
- 282. - .dialogs_del_wrap:hover {
- 283. - opacity: 1;
- 284. - filter: alpha(opacity=100);
- 285. - }
- 286. - .dialogs_del {
- 287. - cursor: pointer;
- 288. - background: url(/images/pics/statusx_op.gif) no-repeat;
- 289. - height: 11px;
- 290. - width: 11px;
- 291. - }
- 292. -
- 293. - #im_more_dialogs, #im_more_friends {
- 294. - display: block;
- 295. - margin-top: -1px;
- 296. - border-top: 1px solid #DAE1E8;
- 297. - text-align: center;
- 298. - padding: 10px;
- 299. - }
- 300. - .im_more {
- 301. - display: block;
- 302. - margin: 0 10px 10px;
- 303. - }
- 304. - .im_morenew {
- 305. - display: block;
- 306. - margin: 10px 10px 0px;
- 307. - }
- 308. - .im_more_progress {
- 309. - display: none;
- 310. - padding: 10px 10px 11px; /* border */
- 311. - background: url(/images/upload.gif) 50% 50% no-repeat;
- 312. - }
- 313. - .im_more_text {
- 314. - padding: 10px;
- 315. - text-align: center;
- 316. - border-bottom: 1px solid #DAE1E8;
- 317. - }
- 318. - .im_more_loading {
- 319. - cursor: default;
- 320. - }
- 321. - .im_more_loading .im_more_text {
- 322. - display: none;
- 323. - }
- 324. - .im_more_loading .im_more_progress {
- 325. - display: block;
- 326. - }
- 327. - #im_more_dialogs:hover, #im_more_friends:hover {
- 328. - text-decoration: none;
- 329. - background: #E9EDF1;
- 330. - }
- 331. - .im_more:hover,
- 332. - .im_morenew:hover {
- 333. - text-decoration: none;
- 334. - }
- 335. - .im_more:hover .im_more_text,
- 336. - .im_morenew:hover .im_more_text {
- 337. - background: #E9EDF1;
- 338. - }
- 339. -
- 340. - /* Conversation log */
- 341. - .im_log_t {
- 342. - /* margin: 0 71px 0 auto; */
- 343. - width: 100%;
- 344. - }
- 345. -
- 346. - .im_log_t td {
- 347. - border-top: 5px solid #FFF;
- 348. - padding: 5px;
- 349. - vertical-align: top;
- 350. - }
- 351. - .im_log_t td td {
- 352. - border-top: none;
- 353. - padding: 0px;
- 354. - }
- 355. - .im_log_t #html5_player td {
- 356. - border-top: 0;
- 357. - }
- 358. - .im_log_t .im_in,
- 359. - .im_log_t .im_out {
- 360. - cursor: pointer;
- 361. - }
- 362. - .im_log_t .wall_module .post_media {
- 363. - width: auto;
- 364. - }
- 365. - .im_log_t .post_media td {
- 366. - padding: 0;
- 367. - border-top: 0;
- 368. - }
- 369. - .im_log_author {
- 370. - text-align: right;
- 371. - padding-right: 10px !important;
- 372. - width: 32px;
- 373. - }
- 374. - .im_log_author a {
- 375. - color: #8FAAC7;
- 376. - font-weight: bold;
- 377. - }
- 378. - .im_in .im_log_author a {
- 379. - color: #2B587A;
- 380. - }
- 381. - div.im_log_author_chat_thumb {
- 382. - width: 32px;
- 383. - height: 32px;
- 384. - overflow: hidden;
- 385. -
- 386. - -moz-border-radius: 2px;
- 387. - -webkit-border-radius: 2px;
- 388. - border-radius: 2px;
- 389. - text-align: right;
- 390. - }
- 391. - img.im_log_author_chat_thumb {
- 392. - width: 32px;
- 393. - }
- 394. - .im_log_author_chat_name {
- 395. - padding-bottom: 2px;
- 396. - color: #777;
- 397. - }
- 398. - .im_log_author_chat_name .mem_link,
- 399. - .im_log_author_chat_name .im_chat_link,
- 400. - .im_log_author_chat_name .group_link {
- 401. - font-weight: bold;
- 402. - }
- 403. - .im_log_body {
- 404. - line-height: 150%;
- 405. - width: 350px;
- 406. - /* vertical-align: middle ! important; */
- 407. - }
- 408. - .im_log_body div.wrapped,
- 409. - .im_log_body .wall_module .post_media,
- 410. - .im_single_log .im_log_body div.im_fwd_log_wrapped {
- 411. - width: 350px;
- 412. - overflow: visible;
- 413. - }
- 414. - .im_log_body div.im_fwd_log_wrapped .post_media {
- 415. - width: 300px;
- 416. - padding-top: 0;
- 417. - }
- 418. - .im_log_body div.im_fwd_log_wrapped .im_msg_media_doc .post_media {
- 419. - width: auto;
- 420. - padding-top: 8px;
- 421. - }
- 422. - .im_log_body div.im_fwd_log_wrapped .media_desc {
- 423. - padding-top: 3px;
- 424. - }
- 425. - .im_fwd_log_body div.wrapped,
- 426. - .im_log_body div.wrapped {
- 427. - padding-left: 4px;
- 428. - margin-left: -4px;
- 429. - }
- 430. - .im_log_body .wall_module .video {
- 431. - *position: static;
- 432. - }
- 433. - .im_log_body .wall_module .video div {
- 434. - *display: none;
- 435. - }
- 436. - .wall_module .im_msg_media .post_media {
- 437. - padding-top: 4px;
- 438. - }
- 439. - .im_log_body .im_log_match {
- 440. - background: #E1E7ED;
- 441. - border-bottom: 1px solid #DAE1E8;
- 442. - margin: 0px;
- 443. - padding: 0px 1px;
- 444. - }
- 445. - .im_msg_media_photo {
- 446. - min-height: 87px;
- 447. - *height: 87px;
- 448. - display: inline-block;
- 449. - }
- 450. - .wall_module .im_msg_media_photo .post_media {
- 451. - width: auto;
- 452. - margin-right: 10px;
- 453. - }
- 454. - .im_msg_media_doc, .im_msg_media_video {
- 455. - display: inline-block;
- 456. - }
- 457. - .im_msg_media_doc .media_desc {
- 458. - width: 350px;
- 459. - }
- 460. - .wall_module .im_msg_media_doc .post_media,
- 461. - .wall_module .im_msg_media_video .post_media {
- 462. - width: auto;
- 463. - margin-right: 10px;
- 464. - }
- 465. - .wall_module .im_msg_media_doc .post_media .media-desc {
- 466. - padding: 0px;
- 467. - }
- 468. - .im_msg_media_video {
- 469. - height: 105px;
- 470. - overflow: hidden;
- 471. - }
- 472. - img.im_video_thumb {
- 473. - max-height: 98px !important
- 474. - }
- 475. - img.im_photo_thumb {
- 476. - max-height: 87px !important
- 477. - }
- 478. -
- 479. - .im_audio_filler {
- 480. - height: 45px;
- 481. - }
- 482. - .im_photo_filler {
- 483. - height: 87px;
- 484. - }
- 485. - .im_video_filler {
- 486. - height: 98px;
- 487. - }
- 488. - .im_doc_filler {
- 489. - height: 27px;
- 490. - }
- 491. - .im_forward_filler {
- 492. - height: 100px;
- 493. - }
- 494. - .im_log_act {
- 495. - padding-left: 10px !important;
- 496. - width: 65px;
- 497. - }
- 498. - .im_log_date {
- 499. - padding-left: 8px !important;
- 500. - color: #999;
- 501. - width: 55px;
- 502. - /* width: 110px; */
- 503. - }
- 504. - a.im_date_link {
- 505. - color: #999;
- 506. - }
- 507. - .im_log_act div.im_log_check_wrap,
- 508. - .im_log_ract div.im_log_context_wrap {
- 509. - visibility: hidden;
- 510. - zoom: 1;
- 511. - pointer-events: none;
- 512. - }
- 513. - .im_log_rspacer {
- 514. - width: 61px;
- 515. - }
- 516. - .im_new_msg .im_log_author,
- 517. - .im_new_msg .im_log_body,
- 518. - .im_new_msg .im_log_date {
- 519. - background: #EDF1F5;
- 520. - }
- 521. - .im_new_msg .im_log_body .audio.over .area {
- 522. - background: #DAE1E8;
- 523. - }
- 524. - .im_new_msg .im_log_body .audio.over .duration {
- 525. - color: #788594;
- 526. - }
- 527. - .im_sel_row .im_log_author,
- 528. - .im_sel_row .im_log_body,
- 529. - .im_sel_row .im_log_date,
- 530. - .im_sel_row {
- 531. - background: #EDF1F5;
- 532. - }
- 533. - .im_sel_row div.im_log_check_wrap,
- 534. - .im_msg_over div.im_log_check_wrap,
- 535. - .im_msg_over div.im_log_context_wrap {
- 536. - visibility: visible;
- 537. - }
- 538. - .im_sel_row .im_log_check {
- 539. - background-position: 0 -65px;
- 540. - }
- 541. - .im_new_msg .im_log_date a.im_date_link,
- 542. - .im_sel_row .im_log_date a.im_date_link,
- 543. - .im_new_msg .im_fwd_log_date,
- 544. - .im_sel_row .im_fwd_log_date {
- 545. - color: #879BB0;
- 546. - }
- 547. -
- 548. - .im_new_msg .wall_module .media_desc .lnk,
- 549. - .im_sel_row .wall_module .media_desc .lnk,
- 550. - .im_new_msg .im_media_mail_title,
- 551. - .im_sel_row .im_media_mail_title {
- 552. - color: #6A7989;
- 553. - }
- 554. - .im_del_row {
- 555. - background: #F4EBD6;
- 556. - }
- 557. - .im_del_row td {
- 558. - background: #F4EBD6 !important;
- 559. - padding-bottom: 4px;
- 560. - border-bottom: 1px solid #ECE4CF;
- 561. - }
- 562. - .im_del_row .im_log_body {
- 563. - color: #7F7661;
- 564. - }
- 565. - .im_spam_row .im_log_body {
- 566. - color: #728292;
- 567. - }
- 568. - .im_marked_res {
- 569. - padding-top: 9px;
- 570. - }
- 571. - .im_add_row .im_marked_res {
- 572. - padding-top: 3px;
- 573. - }
- 574. - .im_spam_row {
- 575. - background: #E0E7EC;
- 576. - }
- 577. - .im_spam_row td {
- 578. - padding-bottom: 4px;
- 579. - border-bottom: 1px solid #DADFEA;
- 580. - }
- 581. - .im_del_row .im_date_link, .im_spam_row .im_date_link {
- 582. - display: none;
- 583. - }
- 584. - .im_log_t td.im_log_act {
- 585. - padding: 4px;
- 586. - /* border-bottom-color: #FFF !important; */
- 587. - }
- 588. - .im_log_check, .im_log_context {
- 589. - cursor: pointer;
- 590. - width: 21px;
- 591. - height: 16px;
- 592. - background: url(/images/icons/plus_icon1.gif?2) 0 -44px no-repeat;
- 593. - margin-top: 9px;
- 594. - }
- 595. - .im_log_context {
- 596. - background-position: 0 -84px;
- 597. - margin-top: 8px;
- 598. - }
- 599. - .im_log_check_on {
- 600. - background-position: 0 -65px;
- 601. - }
- 602. -
- 603. - .im_add_row td {
- 604. - border-top: 0;
- 605. - }
- 606. - .im_add_row .im_log_author a,
- 607. - .im_add_row .im_log_date span,
- 608. - .im_add_row .im_log_date a.im_date_link,
- 609. - .im_add_row .im_log_author_chat_thumb,
- 610. - .im_add_row .im_log_author_chat_name {
- 611. - display: none;
- 612. - }
- 613. - .im_add_row .im_log_check {
- 614. - margin-top: 1px;
- 615. - }
- 616. - .im_add_row .im_log_date .im_log_date_error {
- 617. - display: inline;
- 618. - color: #800;
- 619. - }
- 620. - .im_attach_photo,
- 621. - .im_attach_video,
- 622. - .im_attach_doc,
- 623. - .im_attach_mail,
- 624. - .im_attach_audio,
- 625. - .im_attach_geo,
- 626. - .im_attach_wall,
- 627. - .im_attach_gift,
- 628. - .im_attach_link {
- 629. - float: left;
- 630. - background: url(/images/icons/mono_iconset.gif?8) no-repeat 0 0;
- 631. - width: 11px;
- 632. - height: 11px;
- 633. - margin: 3px 5px 2px 0;
- 634. - }
- 635. - .im_attach_photo {
- 636. - background-position: 0px -30px;
- 637. - }
- 638. - .im_attach_video {
- 639. - background-position: 0px -75px;
- 640. - }
- 641. - .im_attach_audio {
- 642. - background-position: 0px -222px;
- 643. - }
- 644. - .im_attach_doc {
- 645. - background-position: 0px -280px;
- 646. - }
- 647. - .im_attach_mail,
- 648. - .im_attach_wall,
- 649. - .im_attach_wall_reply {
- 650. - background-position: 0px -294px;
- 651. - margin-top: 4px;
- 652. - }
- 653. - .im_attach_geo {
- 654. - background-position: 0px -165px;
- 655. - }
- 656. - .im_attach_gift {
- 657. - background-position: 0px -104px;
- 658. - }
- 659. - .im_attach_link {
- 660. - background-position: 0px -237px;
- 661. - }
- 662. -
- 663. - /* Im fwd log */
- 664. - .im_media_mail_title {
- 665. - color: #777;
- 666. - }
- 667. - .im_fwd_log_wrap,
- 668. - .im_wall_log_wrap {
- 669. - border-left: 2px solid #C3D1E0;
- 670. - padding-left: 10px;
- 671. - margin: 10px 0 5px 3px;
- 672. - }
- 673. - .im_fwd_log_wrap {
- 674. - min-width: 382px;
- 675. - }
- 676. -
- 677. -
- 678. - .wall_module .media_desc .audio .title_wrap b {
- 679. - background: none;
- 680. - width: auto;
- 681. - height: auto;
- 682. - margin: 0;
- 683. - }
- 684. - .im_fwd_log_row .audio .title_wrap,
- 685. - .im_fwd_log_row .post_media .audio .title_wrap {
- 686. - width: 220px;
- 687. - }
- 688. - .im_fwd_log_row .audio .title_wrap b,
- 689. - .im_fwd_log_row .post_media .audio .title_wrap b {
- 690. - max-width: 155px;
- 691. - }
- 692. - .im_fwd_log_t {
- 693. - width: 100%;
- 694. - }
- 695. - .im_fwd_log_t .im_fwd_log_row td.im_fwd_log_author {
- 696. - padding-top: 5px;
- 697. - width: 43px;
- 698. - }
- 699. - .im_fwd_log_t .im_fwd_log_row td.im_fwd_log_body {
- 700. - padding-top: 5px;
- 701. - }
- 702. - .im_fwd_log_body .im_log_author_chat_name {
- 703. - display: block;
- 704. - }
- 705. - .im_fwd_log_author .im_log_author_chat_thumb a {
- 706. - display: inline;
- 707. - }
- 708. - .im_fwd_log_author .im_log_author_chat_thumb {
- 709. - display: block;
- 710. - margin-right: 11px;
- 711. - }
- 712. - .im_fwd_log_date {
- 713. - color: #999;
- 714. - padding-left: 5px;
- 715. - }
- 716. - .im_log_body div.im_fwd_log_wrapped {
- 717. - width: 290px;
- 718. - }
- 719. -
- 720. -
- 721. - .im_error {
- 722. - display: none;
- 723. - background-color: #FFEFE8;
- 724. - border: 1px solid #E89B88;
- 725. - font-size: 1em;
- 726. - margin: 8px;
- 727. - padding: 8px 11px;
- 728. - }
- 729. -
- 730. - /* IM controls */
- 731. - #im_controls_wrap {
- 732. - position: relative;
- 733. - }
- 734. - #im_resizer_wrap {
- 735. - background-color: #F2F2F2;
- 736. - padding: 3px;
- 737. - cursor: s-resize;
- 738. - *height: 10px;
- 739. - *overflow: hidden;
- 740. - }
- 741. - .im_resizer {
- 742. - width: 40px;
- 743. - border-top: 1px solid #DAE1E8;
- 744. - border-bottom: 1px solid #FFF;
- 745. - margin: 0 auto 1px;
- 746. - }
- 747. - #im_footer_filler {
- 748. - background: #FFF;
- 749. - height: 300px;
- 750. - margin: 0 -2px;
- 751. - overflow: hidden;
- 752. - }
- 753. - #im_footer_sh {
- 754. - height: 1px;
- 755. - margin: 0 -1px;
- 756. - background-color: #D9E0E7;
- 757. - border-bottom: 1px solid #F3F3F3;
- 758. - }
- 759. - #im_sound_controls {
- 760. - background-color: #F2F2F2;
- 761. - border-top: 1px solid #DAE1E8;
- 762. - padding: 13px 10px;
- 763. - }
- 764. - #im_browser_notify {
- 765. - display: none;
- 766. - }
- 767. - #im_peer_controls_wrap {
- 768. - background-color: #F2F2F2;
- 769. - }
- 770. - #im_peer_controls {
- 771. - border-top: 1px solid #DAE1E8;
- 772. - padding: 8px 15px 0 67px;
- 773. - }
- 774. - td#im_user_holder {
- 775. - width: 50px;
- 776. - padding-right: 10px;
- 777. - vertical-align: top;
- 778. - }
- 779. - img.im_user_holder {
- 780. - -moz-border-radius: 3px;
- 781. - -webkit-border-radius: 3px;
- 782. - border-radius: 3px;
- 783. - }
- 784. - td#im_peer_holders {
- 785. - width: 130px;
- 786. - padding-left: 10px;
- 787. - vertical-align: top;
- 788. - }
- 789. - .im_photo_holder {
- 790. - width: 50px;
- 791. - height: 50px;
- 792. - margin-right: 8px;
- 793. - overflow: hidden;
- 794. -
- 795. - -moz-border-radius: 3px;
- 796. - -webkit-border-radius: 3px;
- 797. - border-radius: 3px;
- 798. - }
- 799. - .im_photo_holder img {
- 800. - width: 50px;
- 801. - -moz-border-radius: 3px;
- 802. - -webkit-border-radius: 3px;
- 803. - border-radius: 3px;
- 804. - }
- 805. - .im_status_holder {
- 806. - width: 50px;
- 807. - padding: 3px 0;
- 808. - color: #999;
- 809. - text-align: center;
- 810. - }
- 811. - .im_peer_mini_holder {
- 812. - padding-bottom: 4px;
- 813. - }
- 814. - .im_peer_mini_holder:nth-child(2) {
- 815. - margin-right: 60px;
- 816. - }
- 817. - .im_peer_mini_holder .im_photo_holder {
- 818. - width: 23px;
- 819. - height: 23px;
- 820. - margin-right: 4px;
- 821. - overflow: hidden;
- 822. - -moz-border-radius: 2px;
- 823. - -webkit-border-radius: 2px;
- 824. - border-radius: 2px;
- 825. - }
- 826. - .im_peer_mini_holder .im_photo_holder img {
- 827. - width: 23px;
- 828. - }
- 829. - .im_status_online {
- 830. - margin-left: 17px;
- 831. - position: relative;
- 832. - top: -8px;
- 833. - width: 4px;
- 834. - height: 4px;
- 835. - border: 1px solid #EEE;
- 836. - background: #8fa9c7;
- 837. - -moz-border-radius: 2px;
- 838. - -webkit-border-radius: 2px;
- 839. - border-radius: 2px;
- 840. - z-index: 10;
- 841. - }
- 842. - .im_write_form {
- 843. - vertical-align: top;
- 844. - }
- 845. - #im_texts {
- 846. - /*position: *relative;*/
- 847. - position: relative;
- 848. - padding-bottom: 6px;
- 849. - }
- 850. - .im_txt_wrap {
- 851. - position: relative;
- 852. - }
- 853. - .im_txt {
- 854. - width: 328px;
- 855. - height: 42px;
- 856. - padding: 3px 25px 3px 3px;
- 857. - margin: 0;
- 858. - outline: 0;
- 859. - -moz-border-radius: 2px;
- 860. - -webkit-border-radius: 2px;
- 861. - border-radius: 2px;
- 862. - resize: none;
- 863. - line-height: 150%;
- 864. - }
- 865. - .im_txt_warn {
- 866. - display: none;
- 867. - padding-top: 5px;
- 868. - color: #777;
- 869. - }
- 870. - #im_send_wrap {
- 871. - position: relative;
- 872. - }
- 873. - .im_send_cont {
- 874. - margin-right: 2px;
- 875. - }
- 876. - #im_add_media {
- 877. - padding: 6px 0px 0;
- 878. - }
- 879. - #im_chat_actions, #im_to_dialog {
- 880. - display: none;
- 881. - position: relative;
- 882. - }
- 883. - .im_media_progress {
- 884. - background-position: 50% 50%;
- 885. - }
- 886. - .im_attach_label {
- 887. - font-weight: bold;
- 888. - padding-top: 3px;
- 889. - }
- 890. - .im_preview_photo_wrap,
- 891. - .im_preview_video_wrap {
- 892. - margin: -1px 9px 7px -1px;
- 893. - }
- 894. - .im_preview_doc_wrap,
- 895. - .im_preview_mail_wrap,
- 896. - .im_preview_audio_wrap {
- 897. - padding: 5px 0px;
- 898. - }
- 899. - .im_preview_doc_wrap .pam_dpic {
- 900. - padding: 1px;
- 901. - }
- 902. - #im_media_dpreview .im_preview_doc_wrap {
- 903. - width: 100px;
- 904. - height: 75px;
- 905. - margin: -1px 9px 7px -1px;
- 906. - }
- 907. - #im_media_mpreview .im_preview_map_wrap {
- 908. - padding: 0 10px 8px 0;
- 909. - }
- 910. - div.im_preview_photo,
- 911. - div.im_preview_video {
- 912. - position: relative;
- 913. - padding: 1px;
- 914. - height: 57px;
- 915. - overflow: hidden;
- 916. - cursor: pointer;
- 917. - z-index: 120;
- 918. - }
- 919. - div.im_preview_video,
- 920. - img.im_preview_video {
- 921. - width: 75px;
- 922. - overflow: hidden;
- 923. - }
- 924. - .im_preview_up div.im_preview_photo,
- 925. - .im_preview_up div.im_preview_video {
- 926. - position: absolute;
- 927. - }
- 928. - div.im_preview_photo_doc {
- 929. - width: 100px;
- 930. - min-height: 30px;
- 931. - background: #000000;
- 932. - text-align: center;
- 933. - }
- 934. - .im_preview_doc_photo_hint {
- 935. - width: 80px;
- 936. - *width: 100px;
- 937. - text-align: center;
- 938. - color: #FFFFFF;
- 939. - background: #000000;
- 940. - padding: 3px 10px 1px 10px;
- 941. - font-size: 0.81em;
- 942. - margin-bottom: 5px;
- 943. - *background: #000000;
- 944. - background: rgba(0,0,0,0.5);
- 945. - position: absolute;
- 946. - margin-top: -18px;
- 947. - height: 14px;
- 948. - *height: 18px;
- 949. - }
- 950. - .im_doc_photo {
- 951. - width: 130px;
- 952. - height: 100px;
- 953. - background: #000000;
- 954. - text-align: center;
- 955. - }
- 956. - .wall_module .photo .im_doc_photo img {
- 957. - max-height: none;
- 958. - }
- 959. - .im_doc_photo_hint {
- 960. - width: 110px;
- 961. - text-align: center;
- 962. - color: #FFFFFF;
- 963. - *background: #000000;
- 964. - background: rgba(0,0,0,0.5);
- 965. - position: absolute;
- 966. - margin-top: -18px;
- 967. - height: 14px;
- 968. - *height: 18px;
- 969. - padding: 2px 10px;
- 970. - font-size: 0.81em;
- 971. - margin-bottom: 5px;
- 972. - z-index: 1;
- 973. - }
- 974. - .im_doc_photo_href:hover {
- 975. - text-decoration: none;
- 976. - }
- 977. - #im_media_preview,
- 978. - #im_media_dpreview,
- 979. - #im_media_mpreview {
- 980. - position: relative;
- 981. - margin-bottom: 0;
- 982. - }
- 983. - #im_docs_preview {
- 984. - position: relative;
- 985. - }
- 986. - #im_media_preview .im_media_x,
- 987. - #im_media_dpreview .im_media_x,
- 988. - #im_media_mpreview .im_media_x {
- 989. - position: relative;
- 990. - z-index: 105;
- 991. - background: #222;
- 992. - background: rgba(0, 0, 0, 0.5);
- 993. -
- 994. - -webkit-border-radius: 3px;
- 995. - -moz-border-radius: 3px;
- 996. - border-radius: 3px;
- 997. - padding: 3px;
- 998. -
- 999. - cursor: pointer;
- 1000. - margin-left: -13px;
- 1001. - }
- 1002. - #im_media_preview .im_media_x:hover .im_x,
- 1003. - #im_media_dpreview .im_media_x:hover .im_x,
- 1004. - #im_media_mpreview .im_media_x:hover .im_x {
- 1005. - opacity: 0.8;
- 1006. - filter: alpha(opacity=80);
- 1007. - }
- 1008. - #im_docs_preview .im_media_x,
- 1009. - #im_sdocs_preview .im_media_x {
- 1010. - cursor: pointer;
- 1011. - margin: 6px 5px 0px;
- 1012. - background: url(/images/pics/statusx_op.gif) no-repeat 0 0;
- 1013. - opacity: 0.6;
- 1014. - filter: alpha(opacity=60);
- 1015. - height: 11px;
- 1016. - width: 11px;
- 1017. - }
- 1018. - #im_media_dpreview .pam_dpic .im_media_x {
- 1019. - position: absolute;
- 1020. - right: 1px;
- 1021. - top: 1px;
- 1022. - }
- 1023. - #im_media_preview .im_x,
- 1024. - #im_media_dpreview .im_x,
- 1025. - #im_media_mpreview .im_x {
- 1026. - display: block;
- 1027. - background: url("/images/notifier_close.gif") no-repeat scroll 0 0 transparent;
- 1028. - opacity: 0.6;
- 1029. - filter: alpha(opacity=60);
- 1030. -
- 1031. - width: 7px;
- 1032. - height: 7px;
- 1033. - }
- 1034. -
- 1035. - #im_reading,
- 1036. - #im_rcpt {
- 1037. - cursor: default;
- 1038. - overflow: hidden;
- 1039. - padding: 6px 0 0 5px;
- 1040. - }
- 1041. - #im_reading {
- 1042. - color: #777;
- 1043. - white-space: nowrap;
- 1044. - overflow: hidden;
- 1045. - width: 150px;
- 1046. - -o-text-overflow: ellipsis;
- 1047. - text-overflow: ellipsis;
- 1048. - }
- 1049. - .im_typing_wrap {
- 1050. - padding: 13px 0 0;
- 1051. - min-height: 1.7em;
- 1052. - *height: 1.7em;
- 1053. - max-height: 2.5em;
- 1054. - }
- 1055. - .im_typing {
- 1056. - opacity: 0;
- 1057. - filter: alpha(opacity=0);
- 1058. - color: #777;
- 1059. - background: url(/images/icons/typing.gif?1) 0 2px no-repeat;
- 1060. - margin: 0 144px 0 130px;
- 1061. - padding: 1px 0 0 20px;
- 1062. - }
- 1063. - .im_lastact {
- 1064. - color: #777;
- 1065. - margin: 0 144px 0 130px;
- 1066. - padding: 0px 0px 6px 0px;
- 1067. - }
- 1068. -
- 1069. - /* Friends list */
- 1070. - #im_friends {
- 1071. - padding: 0;
- 1072. - word-wrap: break-word;
- 1073. - }
- 1074. - .im_friend {
- 1075. - border-bottom: 1px solid #e4e8ed;
- 1076. - color: #2B587A;
- 1077. - font-weight: bold;
- 1078. - padding: 8px 10px;
- 1079. - height: 32px;
- 1080. - cursor: pointer;
- 1081. - }
- 1082. - /*.im_friend:last-child {
- 1083. - border-bottom: 0;
- 1084. - }*/
- 1085. - .im_friend div {
- 1086. - padding: 9px 6px 0;
- 1087. - width: 150px;
- 1088. - height: 14px;
- 1089. - -o-text-overflow: ellipsis;
- 1090. - text-overflow: ellipsis;
- 1091. - overflow: hidden;
- 1092. - }
- 1093. - .im_chat div {
- 1094. - width: 218px;
- 1095. - }
- 1096. -
- 1097. - .im_friend img {
- 1098. - width: 32px;
- 1099. - height: 32px;
- 1100. - overflow: hidden;
- 1101. - padding-right: 6px;
- 1102. - }
- 1103. -
- 1104. - .im_friend div em, .im_friend_over div em {
- 1105. - background-color: #FFF8CC;
- 1106. - border-bottom: 1px solid #FFE222;
- 1107. - padding: 0;
- 1108. - font-weight: bold;
- 1109. - font-style: normal;
- 1110. - }
- 1111. -
- 1112. - .im_friend div.online {
- 1113. - float: none;
- 1114. - width: auto;
- 1115. - height: auto;
- 1116. - padding-top: 9px;
- 1117. - color: #738392;
- 1118. - font-weight: normal;
- 1119. - }
- 1120. - .im_friend_over {
- 1121. - background: #edf1f5;
- 1122. - }
- 1123. - #im_filter_out {
- 1124. - clear: both;
- 1125. - padding: 5px;
- 1126. - position: relative;
- 1127. - }
- 1128. - #im_filter {
- 1129. - margin: 0;
- 1130. - padding: 4px 20px 5px 20px;
- 1131. - width: 304px;
- 1132. - height: 15px;
- 1133. - line-height: 15px;
- 1134. - background: #FFF url(/images/magglass.png) no-repeat 5px 6px;
- 1135. - }
- 1136. - #im_filter::-ms-clear {
- 1137. - display: none;
- 1138. - }
- 1139. - #im_filter::-webkit-input-placeholder {
- 1140. - padding: 0 2px;
- 1141. - }
- 1142. - #im_filter:moz-input-placeholder {
- 1143. - padding: 0 2px;
- 1144. - }
- 1145. - #im_filter_out .input_back_content {
- 1146. - height: 15px;
- 1147. - line-height: 15px;
- 1148. - }
- 1149. - #im_filter_reset {
- 1150. - cursor: pointer;
- 1151. - display: none;
- 1152. - background: transparent url(/images/icons/input_clear.gif) 5px 7px no-repeat;
- 1153. - padding: 5px;
- 1154. - width: 11px;
- 1155. - height: 11px;
- 1156. - margin-left: -23px;
- 1157. - opacity: 0.5;
- 1158. - filter: alpha(opacity=50);
- 1159. - position: relative;
- 1160. - z-index: 100;
- 1161. - }
- 1162. -
- 1163. - .im_none {
- 1164. - font-size: 1.09em;
- 1165. - line-height: 160%;
- 1166. - margin: 0px 10px;
- 1167. - padding: 130px 0px;
- 1168. - text-align: center;
- 1169. - color: #777;
- 1170. - display: none;
- 1171. - }
- 1172. -
- 1173. - #transport_frame {
- 1174. - position: absolute;
- 1175. - width: 10px;
- 1176. - height: 10px;
- 1177. - top: -100px
- 1178. - }
- 1179. -
- 1180. - /* Scroll with fixed head and side menu */
- 1181. - .im_fixed_nav {
- 1182. - overflow-x: hidden;
- 1183. - }
- 1184. - .im_fixed_nav #wrap1, .im_fixed_nav #wrap3 {
- 1185. - border-bottom: 0px;
- 1186. - }
- 1187. - .im_fixed_nav #page_header,
- 1188. - .im_fixed_nav #side_bar {
- 1189. - position: fixed;
- 1190. - z-index: 120;
- 1191. - }
- 1192. - .im_fixed_nav_loading #page_header {
- 1193. - top: 0;
- 1194. - width: 791px;
- 1195. - }
- 1196. - .im_fixed_nav #side_bar {
- 1197. - top: 40px;
- 1198. - z-index: 119;
- 1199. - }
- 1200. - .im_fixed_nav #im_nav_wrap {
- 1201. - top: 40px;
- 1202. - width: 627px;
- 1203. - }
- 1204. - .im_fixed_nav #im_controls_wrap {
- 1205. - width: 627px;
- 1206. - bottom: -2px;
- 1207. - }
- 1208. -
- 1209. - .im_fixed_nav #im_nav_wrap, .im_fixed_nav #im_controls_wrap {
- 1210. - position: fixed;
- 1211. - z-index: 101;
- 1212. - }
- 1213. - .im_fixed_nav #im_controls_wrap {
- 1214. - z-index: 103;
- 1215. - }
- 1216. - .im_fixed_nav #im_rows_wrap {
- 1217. - height: auto;
- 1218. - }
- 1219. - .im_fixed_nav #footer_wrap {
- 1220. - display: none;
- 1221. - }
- 1222. - .im_fixed_nav_loading #im_content {
- 1223. - padding: 121px 0 110px;
- 1224. - }
- 1225. - .im_fixed_nav_loading #im_rows {
- 1226. - height: 2000px;
- 1227. - }
- 1228. - .im_fixed_nav_loading .im_peer_rows {
- 1229. - visibility: hidden;
- 1230. - }
- 1231. - .im_fixed_nav_loading #im_fixed_nav_progress_wrap {
- 1232. - position: relative;
- 1233. - }
- 1234. - .im_fixed_nav_loading #im_fixed_nav_progress {
- 1235. - position: absolute;
- 1236. - width: 631px;
- 1237. - padding: 100px 0;
- 1238. - height: 20px;
- 1239. - background: url(/images/progress7.gif) 50% 50% no-repeat;
- 1240. - }
- 1241. -
- 1242. - #im_rows_wrap {
- 1243. - overflow: hidden;
- 1244. - }
- 1245. - .im_rows {
- 1246. - padding: 10px 0 0;
- 1247. - }
- 1248. - #im_rows0, #im_rows-1 {
- 1249. - padding: 0;
- 1250. - }
- 1251. - #im_rows {
- 1252. - position: relative;
- 1253. - }
- 1254. - .im_fixed_nav .im_peer_rows {
- 1255. - position: absolute;
- 1256. - bottom: 0;
- 1257. - width: 100%;
- 1258. - }
- 1259. -
- 1260. -
- 1261. - /* Multi styles */
- 1262. - #im_friends_all_wrap,
- 1263. - #im_friends_sel_wrap {
- 1264. - width: 290px;
- 1265. - padding: 0 10px;
- 1266. - vertical-align: top;
- 1267. - }
- 1268. - #im_friends_all_wrap {
- 1269. - border-right: 1px solid #DBDEE5;
- 1270. - }
- 1271. - #im_friends_yes_wrap {
- 1272. - display: none;
- 1273. - }
- 1274. - #im_friends_none {
- 1275. - padding: 60px;
- 1276. - color: #767676;
- 1277. - font-size: 1.09em;
- 1278. - text-align: center;
- 1279. - line-height: 160%;
- 1280. - }
- 1281. - #im_friends_sel_count {
- 1282. - padding: 15px;
- 1283. - color: #767676;
- 1284. - text-align: center;
- 1285. - }
- 1286. - #im_chat_title_input {
- 1287. - margin: 0 0 10px;
- 1288. - width: 152px;
- 1289. - }
- 1290. - #im_friends_sel_stats {
- 1291. - width: 160px;
- 1292. - margin: 0 auto;
- 1293. - }
- 1294. - #im_chat_start_wrap {
- 1295. - text-align: center;
- 1296. - }
- 1297. - #im_chat_start {
- 1298. - width: 158px;
- 1299. - }
- 1300. - #im_write, #im_leave, #im_appoint {
- 1301. - float: none;
- 1302. - padding-bottom: 0;
- 1303. - }
- 1304. - #im_friends_multi {
- 1305. - display: none;
- 1306. - }
- 1307. - .im_chat_event .im_log_body {
- 1308. - color: #777;
- 1309. - }
- 1310. - #privacy_chat_actions {
- 1311. - float: none;
- 1312. - padding: 0;
- 1313. - }
- 1314. - #privacy_dropdown #privacy_l_item201,
- 1315. - #privacy_dropdown #privacy_l_item202,
- 1316. - #privacy_dropdown #privacy_l_item203 {
- 1317. - padding-left: 5px;
- 1318. - }
- 1319. - #privacy_l_item201 .privacy_item_icon,
- 1320. - #privacy_l_item202 .privacy_item_icon,
- 1321. - #privacy_l_item203 .privacy_item_icon {
- 1322. - background-image: url(/images/icons/mono_iconset.gif?8);
- 1323. - float: right;
- 1324. - background-position: left 0;
- 1325. - background-repeat: no-repeat;
- 1326. - width: 11px;
- 1327. - height: 11px;
- 1328. - margin-top: 1px;
- 1329. - *position: relative;
- 1330. - }
- 1331. - #privacy_l_item201 .privacy_item_icon { background-position: 0 -30px; }
- 1332. - #privacy_l_item202 .privacy_item_icon { background-position: 0 -75px; }
- 1333. - #privacy_l_item203 .privacy_item_icon { background-position: 0 -222px; }
- 1334. -
- 1335. -
- 1336. - #im_chatbox_list_members {
- 1337. - width: 453px;
- 1338. - padding: 0 0 0 5px;
- 1339. - margin-top: -5px;
- 1340. - }
- 1341. - .im_chatbox_list_wrap {
- 1342. - padding: 10px 10px 15px;
- 1343. - overflow-y: scroll;
- 1344. - overflow-x: hidden;
- 1345. - height: 300px;
- 1346. - position: relative;
- 1347. - }
- 1348. - .im_chatbox_mem_wrap {
- 1349. - padding-top: 15px;
- 1350. - }
- 1351. - div.im_chatbox_mem_photo {
- 1352. - padding-right: 15px;
- 1353. - width: 50px;
- 1354. - height: 50px;
- 1355. - overflow: hidden;
- 1356. - }
- 1357. - img.im_chatbox_mem_photo {
- 1358. - width: 50px;
- 1359. - height: 50px;
- 1360. - -moz-border-radius: 3px;
- 1361. - -webkit-border-radius: 3px;
- 1362. - border-radius: 3px;
- 1363. - }
- 1364. - .im_chatbox_mem_info {
- 1365. - padding-top: 2px;
- 1366. - }
- 1367. - .im_chatbox_mem_name {
- 1368. - font-weight: bold;
- 1369. - }
- 1370. - .im_chatbox_mem_online {
- 1371. - font-weight: normal;
- 1372. - color: #777;
- 1373. - padding-left: 5px;
- 1374. - }
- 1375. - .im_chatbox_mem_info {
- 1376. - width: 240px;
- 1377. - padding-top: 8px;
- 1378. - color: #777;
- 1379. - }
- 1380. - .im_chatbox_mem_control {
- 1381. - display: block;
- 1382. - width: 120px;
- 1383. - padding: 5px;
- 1384. - }
- 1385. - a.im_chatbox_mem_control:hover {
- 1386. - background-color: #E1E7ED;
- 1387. - text-decoration: none;
- 1388. - }
- 1389. -
- 1390. - .im_change_topic_label {
- 1391. - padding-top: 4px;
- 1392. - padding-right: 10px;
- 1393. - color: #777;
- 1394. - width: 170px;
- 1395. - }
- 1396. - #im_change_topic_val {
- 1397. - width: 142px;
- 1398. - }
- 1399. -
- 1400. - /* IM submit hint */
- 1401. - .im_submit_hint_wrap {
- 1402. - width: 210px;
- 1403. - /*height: 110px;*/
- 1404. - /* padding: 10px; */
- 1405. - padding: 8px 5px 8px;
- 1406. - }
- 1407. - .im_submit_hint_title {
- 1408. - color: #2A5779;
- 1409. - font-weight: bold;
- 1410. - padding-bottom: 2px;
- 1411. - }
- 1412. - #im_submit_hint_opts .radiobtn {
- 1413. - color: #000;
- 1414. - padding: 10px 0 5px 19px;
- 1415. - line-height: 160%;
- 1416. - position: relative;
- 1417. - }
- 1418. - #im_submit_hint_opts .radiobtn div {
- 1419. - position: absolute;
- 1420. - left: 0;
- 1421. - top: 12px;
- 1422. - /*margin: 2px 5px 6px 0;*/
- 1423. - }
- 1424. - .im_submit_side_tt .side_sh {
- 1425. - display: table-cell !important;
- 1426. - }
- 1427. - .im_submit_tail_wrap {
- 1428. - left: 233px;
- 1429. - position: absolute;
- 1430. - /*top: 107px;*/
- 1431. - bottom: 18px;
- 1432. - z-index: 2001;
- 1433. - }
- 1434. - .im_submit_tail {
- 1435. - background: url(/images/ddtooltip.png) -8px 0 no-repeat;
- 1436. - width: 8px;
- 1437. - height: 11px;
- 1438. - }
- 1439. - .im_friend_not_found, .im_find_in_mail {
- 1440. - color: #6b839d;
- 1441. - padding: 17px 10px;
- 1442. - text-align: center;
- 1443. - background: #edf0f5;
- 1444. - border-bottom: 1px solid #E4E8ED;
- 1445. - }
- 1446. - a.im_find_in_mail {
- 1447. - background: #f5f8fc;
- 1448. - font-weight: normal;
- 1449. - height: auto;
- 1450. - display: block;
- 1451. - }
- 1452. - a.im_find_in_mail:hover {
- 1453. - text-decoration: none;
- 1454. - }
- 1455. - a.im_find_in_mail.im_friend_over {
- 1456. - background: #edf1f5;
- 1457. - }
- 1458. -
- 1459. - /* IM mail forward */
- 1460. - .media_mail_icon {
- 1461. - float: left;
- 1462. - background: url(/images/icons/mono_iconset.gif?8) no-repeat 0 -294px;
- 1463. - width: 11px;
- 1464. - height: 11px;
- 1465. - margin-right: 3px;
- 1466. - margin-top: 3px;
- 1467. - }
- 1468. - .im_preview_mail_wrap .media_mail_icon {
- 1469. - margin-left: 3px;
- 1470. - }
- 1471. - .im_single_log_wrap {
- 1472. - max-height: 600px;
- 1473. - *height: 600px;
- 1474. - max-width: 5000px;
- 1475. - overflow: auto;
- 1476. - position: relative;
- 1477. - }
- 1478. - .im_single_log_wrap .im_log_body {
- 1479. - width: 5000px;
- 1480. - }
- 1481. - .im_single_log {
- 1482. - padding: 5px 10px;
- 1483. - position: relative;
- 1484. - }
- 1485. - .im_single_log_no_author {
- 1486. - padding-top: 0;
- 1487. - padding-bottom: 10px;
- 1488. - }
- 1489. - .im_browse_msg_images {
- 1490. - padding-top: 4px;
- 1491. - }
- 1492. - .im_failed .im_log_author,
- 1493. - .im_failed .im_log_body,
- 1494. - .im_failed .im_log_date
- 1495. - {
- 1496. - background: #FDF5F2;
- 1497. - }
- 1498. -
- 1499. - .im_write {
- 1500. - background: #F7F7F7;
- 1501. - padding: 8px 103px 70px;
- 1502. - }
- 1503. - .imw_header {
- 1504. - color: #45688E;
- 1505. - font-size: 1.09em;
- 1506. - line-height: 1.27em;
- 1507. - margin: 0px;
- 1508. - padding: 24px 0px 9px;
- 1509. - font-size: 1.09em;
- 1510. - }
- 1511. - #imw_ava {
- 1512. - position: absolute;
- 1513. - margin: 27px -62px 0px;
- 1514. - }
- 1515. - #imw_ava .wdd_img_layer {
- 1516. - background: #F7F7F7;
- 1517. - }
- 1518. - #limw_inp {
- 1519. - width: 382px;
- 1520. - font-size: 1em;
- 1521. - font-family: Tahoma, Verdana, Arial, Sans-Serif, Lucida Sans;
- 1522. - }
- 1523. - #imw_attach {
- 1524. - margin: 6px 0px 0px;
- 1525. - }
- 1526. - .imw_text_wrap {
- 1527. - padding-bottom: 14px;
- 1528. - }
- 1529. - #imw_text {
- 1530. - width: 389px;
- 1531. - height: 90px;
- 1532. - padding: 5px 25px 5px 5px;
- 1533. - vertical-align: top;
- 1534. - margin: 0px;
- 1535. - outline: 0;
- 1536. - }
- 1537. - #imw_editable {
- 1538. - width: 389px;
- 1539. - min-height: 90px;
- 1540. - max-height: 400px;
- 1541. - padding: 5px 25px 5px 5px;
- 1542. - vertical-align: top;
- 1543. - -webkit-border-radius: 0px;
- 1544. - -moz-border-radius: 0px;
- 1545. - border-radius: 0px;
- 1546. - margin: 0;
- 1547. - overflow: auto;
- 1548. - }
- 1549. - .is_rtl1 #imw_text,
- 1550. - .is_rtl1 #imw_editable {
- 1551. - padding: 5px 5px 5px 25px;
- 1552. - }
- 1553. - #imw_warn {
- 1554. - color: #777;
- 1555. - padding-bottom: 14px;
- 1556. - display: none;
- 1557. - }
- 1558. - #imw_media_preview {
- 1559. - padding-bottom: 6px;
- 1560. - display: none;
- 1561. - }
- 1562. - #imw_title_wrap {
- 1563. - display: none;
- 1564. - }
- 1565. - #imw_title {
- 1566. - width: 409px;
- 1567. - padding: 6px 5px 8px;
- 1568. - }
- 1569. -
- 1570. - .im_title_wrap {
- 1571. - padding-bottom: 8px;
- 1572. - display: none;
- 1573. - }
- 1574. - .im_title {
- 1575. - width: 350px;
- 1576. - }
- 1577. - .im_subj {
- 1578. - font-weight: bold;
- 1579. - margin: 2px 0px 4px;
- 1580. - }
- 1581. - .dialogs_msg_text .im_subj {
- 1582. - margin-top: 0px;
- 1583. - }
- 1584. -
- 1585. -
- 1586. -
- 1587. - #im_rows .im_wall_log_wrap .wall_post_text,
- 1588. - #im_rows .im_wall_log_wrap .wall_text {
- 1589. - width: 290px;
- 1590. - }
- 1591. - #im_rows .published_by_quote .im_wall_log_wrap .wall_post_text,
- 1592. - #im_rows .published_by_quote .im_wall_log_wrap .wall_text {
- 1593. - width: 280px;
- 1594. - }
- 1595. - #im_rows .page_poll_code {
- 1596. - display: none;
- 1597. - }
- 1598. -
- 1599. -
- 1600. - .im_switch_notify {
- 1601. - background: #FFFFFF;
- 1602. - color: #000000;
- 1603. - width: 340px;
- 1604. - padding: 13px 12px;
- 1605. - border: 1px solid #96AABE;
- 1606. - background: #FFF;
- 1607. - line-height: 160%;
- 1608. - }
- 1609. - .im_switch_notify_btn {
- 1610. - padding-top: 7px;
- 1611. - }
- 1612. - .im_switch_notify_title {
- 1613. - padding-bottom: 2px;
- 1614. - }
- 1615. - .im_switch_notify_pointer {
- 1616. - left: 20px;
- 1617. - background: url(/images/ddtooltip.png) 0px -5px no-repeat;
- 1618. - width: 16px;
- 1619. - height: 8px;
- 1620. - position: absolute;
- 1621. - bottom: -5px;
- 1622. - overflow: hidden;
- 1623. - z-index: 10;
- 1624. - }
- 1625. -
- 1626. - b.im_status_mob_onl {
- 1627. - background-position: -31px 0px;
- 1628. - *background-position: -31px -1px;
- 1629. - }
- 1630. -
- 1631. - b.dialogs_mob_onl {
- 1632. - background-position: -1px 0px;
- 1633. - *background-position: -1px -1px;
- 1634. - }
- 1635. - .dialogs_row_over b.dialogs_mob_onl,
- 1636. - .dialogs_new_msg b.dialogs_mob_onl {
- 1637. - background-position: -21px 0px;
- 1638. - *background-position: -21px -1px;
- 1639. - }
- 1640. - b.im_friend_mob_onl {
- 1641. - background-position: -11px 0px;
- 1642. - *background-position: -11px -1px;
- 1643. - }
- 1644. -
- 1645. -
- 1646. - /* Suspicious messages */
- 1647. - .im_msg_susp_title {
- 1648. - color: #777;
- 1649. - }
- 1650. - .im_msg_susp_wrap_done .im_msg_susp_title,
- 1651. - .im_msg_susp_wrap_opened .im_msg_susp_title,
- 1652. - .im_msg_susp_wrap .im_fwd_log_wrap,
- 1653. - .im_msg_susp {
- 1654. - display: none;
- 1655. - }
- 1656. - .im_msg_susp_wrap_opened .im_msg_susp,
- 1657. - .im_msg_susp_wrap_done .im_msg_susp,
- 1658. - .im_msg_susp_wrap_done .im_fwd_log_wrap {
- 1659. - display: block;
- 1660. - }
- 1661. -
- 1662. - /* Emoji */
- 1663. - .im_editable {
- 1664. - background: #FFFFFF;
- 1665. - color: black;
- 1666. - border: 1px solid #C0CAD5;
- 1667. - width: 328px;
- 1668. - min-height: 40px;
- 1669. - padding: 3px 25px 3px 3px;
- 1670. - padding-bottom: 5px;
- 1671. - margin-bottom: 3px;
- 1672. - outline: 0;
- 1673. - -moz-border-radius: 2px;
- 1674. - -webkit-border-radius: 2px;
- 1675. - border-radius: 2px;
- 1676. - line-height: 150%;
- 1677. - word-wrap: break-word;
- 1678. - cursor: text;
- 1679. - }
- 1680. - .im_editable p {
- 1681. - margin: 0px;
- 1682. - padding: 0px;
- 1683. - }
- 1684. - #im_smile,
- 1685. - #imw_smile {
- 1686. - position: absolute;
- 1687. - z-index: 100;
- 1688. - padding: 0px;
- 1689. - margin: 1px 1px 0px 0px;
- 1690. - right: 0px;
- 1691. - cursor: pointer;
- 1692. - opacity: 0.7;
- 1693. - filter: alpha(opacity=70);
- 1694. - }
- 1695. - .is_rtl1 #imw_smile {
- 1696. - left: 0px;
- 1697. - right: auto;
- 1698. - }
- 1699. -
- 1700. - .im_write .editable_thumbs_wrap {
- 1701. - width: 350px;
- 1702. - }
- 1703. - #imw_smile .emoji_smile_icon_on {
- 1704. - background-position: 1px 0px;
- 1705. - }
- 1706. - .im_hidden_textarea {
- 1707. - position: absolute;
- 1708. - width: 1px;
- 1709. - padding: 0px;
- 1710. - background: #F2F2F2;
- 1711. - opacity: 0;
- 1712. - filter: alpha(opacity=0);
- 1713. - height: 1px;
- 1714. - border: none;
- 1715. - resize: none;
- 1716. - }
- 1717. - .im_emoji_done {
- 1718. - font-size: 1em;
- 1719. - font-weight: bold;
- 1720. - }
- 1721. - .im_emoji_intro {
- 1722. - font-weight: bold;
- 1723. - line-height: 160%;
- 1724. - }
- 1725. - #im_emoji_expand {
- 1726. - display: none;
- 1727. - z-index: 100;
- 1728. - width: 13px;
- 1729. - height: 13px;
- 1730. - padding: 7px 6px;
- 1731. - left: 174px;
- 1732. - bottom: 3px;
- 1733. - position: absolute;
- 1734. - }
- 1735. - .im_emoji_expand_icon {
- 1736. - display: block;
- 1737. - width: 13px;
- 1738. - height: 9px;
- 1739. - background: url('/images/emoji_expand.png?3') 0px 0px no-repeat;
- 1740. - }
- 1741. - .im_emoji_locked .emoji {
- 1742. - opacity: 0.5;
- 1743. - filter: alpha(opacity=50);
- 1744. - }
- 1745. - .im_emoji_locked:hover .emoji {
- 1746. - opacity: 1;
- 1747. - filter: alpha(opacity=100);
- 1748. - }
- 1749. - .im_emoji_unlock_tt .tt_text {
- 1750. - font-weight: normal;
- 1751. - }
- 1752. - .im_unlock_tt_cont {
- 1753. - position: absolute;
- 1754. - width: 220px;
- 1755. - text-align: center;
- 1756. - z-index: 100;
- 1757. - pointer-events: none;
- 1758. - display: none;
- 1759. - }
- 1760. - .im_unlock_tt {
- 1761. - display: inline-block;
- 1762. - background: url('/images/ttb_bg.png');
- 1763. - background: rgba(0,0,0,0.7);
- 1764. - border-radius: 3px;
- 1765. - padding: 4px 7px 4px;
- 1766. - color: #FFFFFF;
- 1767. - font-size: 1em;
- 1768. - text-align: center;
- 1769. - }
- 1770. - .im_unlock_pointer {
- 1771. - position: absolute;
- 1772. - background: url(/images/icons/like_icons_bl.png) -2px -47px no-repeat;
- 1773. - width: 13px;
- 1774. - height: 7px;
- 1775. - margin-left: 104px;
- 1776. - margin-top: 0px;
- 1777. - }
- 1778. - #im_emoji_info {
- 1779. - display: block;
- 1780. - text-shadow: 0px 1px 1px #000;
- 1781. - padding: 3px 0px 3px;
- 1782. - color: #BBB;
- 1783. - line-height: 160%;
- 1784. - text-align: center;
- 1785. - }
- 1786. - .im_emoji_info_link {
- 1787. - color: #BBB;
- 1788. - font-weight: bold;
- 1789. - }
- 1790. - .im_emoji_info_link:hover {
- 1791. - color: #EEE;
- 1792. - text-decoration: none;
- 1793. - }
- 1794. - .im_write .wdd_text {
- 1795. - width: 380px;
- 1796. - }
- 1797. - .dialogs_msg_text .emoji_css, .dialogs_msg_text .emoji {
- 1798. - vertical-align: middle;
- 1799. - }
- 1800. - .im_preview_photo {
- 1801. - max-width: 80px;
- 1802. - }
- 1803. -
- 1804. - .im_preview_audio_wrap .medadd_aud {
- 1805. - width: 330px;
- 1806. - }
- 1807. - .im_preview_audio_wrap .medadd_aud .title_wrap {
- 1808. - width: 260px;
- 1809. - }
- 1810. - #imw_media_preview .medadd_aud {
- 1811. - width: 390px;
- 1812. - }
- 1813. - #imw_media_preview .medadd_aud .title_wrap {
- 1814. - width: 320px;
- 1815. - }
- 1816. - #im_rcemoji {
- 1817. - width: 400px;
- 1818. - }
- 1819. - .im_rc_emojibtn {
- 1820. - display: inline-block;
- 1821. - *display: block;
- 1822. - zoom: 1;
- 1823. - padding: 3px 3px;
- 1824. - }
- 1825. - .im_rc_emojibtn:hover {
- 1826. - background: #D5DDE5;
- 1827. - text-decoration: none;
- 1828. - -webkit-border-radius: 2px;
- 1829. - -khtml-border-radius: 2px;
- 1830. - -moz-border-radius: 2px;
- 1831. - border-radius: 2px;
- 1832. - }
- 1833. - .im_rc_emojibtn:active {
- 1834. - background: #C9D2DB;
- 1835. - }
- 1836. - .im_rcem_cont {
- 1837. - width: 156px;
- 1838. - overflow: hidden;
- 1839. - padding: 1px 0px 0px 4px;
- 1840. - }
- 1841. - .im_peer_multi .im_rcem_cont {
- 1842. - width: 132px;
- 1843. - }
- 1844. - #imw_buttons .im_rcem_cont {
- 1845. - padding: 1px 6px 0px;
- 1846. - }
- 1847. - .im_gift_intro {
- 1848. - color: #777777;
- 1849. - padding: 0px 0px 2px;
- 1850. - }
- 1851. - .im_gift_text {
- 1852. - padding-top: 2px;
- 1853. - }
- 1854. - .im_log_body .im_gift_row {
- 1855. - display: block;
- 1856. - margin: 15px auto;
- 1857. - width: 256px;
- 1858. - -webkit-border-radius: 5px;
- 1859. - -moz-border-radius: 5px;
- 1860. - border-radius: 5px;
- 1861. - background: #FFF;
- 1862. - padding: 6px;
- 1863. - box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
- 1864. - -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
- 1865. - -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
- 1866. - }
- 1867. - .im_gift_msg .im_log_body, .im_gift_msg .im_log_author, .im_gift_msg .im_log_date {
- 1868. - background: #F4EBD6;
- 1869. - }
- 1870. - .im_gift_msg .im_log_author_chat_name, .im_gift_msg .im_date_link {
- 1871. - color: #7F7661;
- 1872. - }
- 1873. - .im_gift_msg.im_sel_row .im_log_date a.im_date_link,
- 1874. - .im_new_msg.im_gift_msg .im_log_date a.im_date_link {
- 1875. - color: #7F7661;
- 1876. - }
- 1877. - .im_gift_msg .im_msg_text {
- 1878. - text-align: center;
- 1879. - font-family: Georgia, Lucida Grande, Arial, tahoma, verdana, sans-serif ;
- 1880. - font-size: 15px;
- 1881. - color: #6a614a;
- 1882. - padding: 0px 0px 10px;
- 1883. - }
- 1884. - #im_search_btn {
- 1885. - margin: 0 10px;
- 1886. - }
- 1887. - #im_search_cancel {
- 1888. - padding: 6px 7px 7px;
- 1889. - cursor: pointer;
- 1890. - color: #2B587A;
- 1891. - margin: 0 -5px;
- 1892. - }
- 1893. - #im_search_cancel:hover {
- 1894. - background: #E1E7ED;
- 1895. - }
- 1896. -
- 1897. -
- 1898. -
- 1899. - /* New upload form */
- 1900. - .im_upload_wrap {
- 1901. - position: absolute;
- 1902. - z-index: 110;
- 1903. - padding: 0px;
- 1904. - margin: 25px 0px 0px 0px;
- 1905. - right: 0px;
- 1906. - bottom: 8px;
- 1907. - /*bottom: 2px;*/
- 1908. - }
- 1909. - .im_upload_wrap .loading {
- 1910. - display: none;
- 1911. - }
- 1912. - .im_upload_wrap div.im_upload {
- 1913. - background: url(/images/icons/attach_photo.gif) center 4px no-repeat;
- 1914. - width: 24px;
- 1915. - height: 24px;
- 1916. - overflow: hidden;
- 1917. - position: relative;
- 1918. - opacity: 0.7;
- 1919. - filter: alpha(opacity=70);
- 1920. - }
- 1921. - .im_upload_wrap div.im_upload:hover {
- 1922. - opacity: 1;
- 1923. - filter: none;
- 1924. - }
- 1925. - .im_upload_wrap input {
- 1926. - opacity: 0.01;
- 1927. - filter: alpha(opacity=1);
- 1928. - font-size: 6.54em !important;
- 1929. - right: 0px;
- 1930. - margin: 0px;
- 1931. - padding: 0px;
- 1932. - cursor: pointer;
- 1933. - position: absolute;
- 1934. - }
- 1935. - .im_upload_dropbox {
- 1936. - position: absolute;
- 1937. - z-index: 130;
- 1938. - display: none;
- 1939. - }
- 1940. - .im_upload_dropbox_inner {
- 1941. - background: #FFF;
- 1942. - text-align: center;
- 1943. - color: #7F92A5;
- 1944. - font-size: 1.09em;
- 1945. - border: 1px dashed #A3B6C9;
- 1946. - padding: 0 5px;
- 1947. - display: table-cell;
- 1948. - vertical-align: middle;
- 1949. - width: 346px;
- 1950. - }
- 1951. - .dropbox_over .im_upload_dropbox_inner {
- 1952. - background-color: #E1E7ED;
- 1953. - }
- 1954. - .dropbox_over .im_upload_release_label {
- 1955. - display: inline;
- 1956. - }
- 1957. - .im_upload_release_label, .dropbox_over .im_upload_drop_label {
- 1958. - display: none;
- 1959. - }
- 1960. - #im_emoji_progress {
- 1961. - padding-top: 2px;
- 1962. - }
- 1963. - #im_datesearch_wrap {
- 1964. - cursor: pointer;
- 1965. - padding: 5px 0px 0px;
- 1966. - }
- 1967. - #im_search_date {
- 1968. - width: 19px;
- 1969. - height: 16px;
- 1970. - background: url(/images/calendar1.gif?1) no-repeat;
- 1971. - }
- 1972. - .im_cal_clear {
- 1973. - background: #F2F2F2;
- 1974. - padding: 5px 0px;
- 1975. - }
- 1976. - .im_cal_clear_lnk {
- 1977. - display: block;
- 1978. - padding: 5px 0px;
- 1979. - text-align: center;
- 1980. - margin: 0px auto;
- 1981. - }
- 1982. - #im_datesearch_datepicker_container {
- 1983. - display: inline;
- 1984. - }
- 1985. - #im_datesearch_datepicker_container .datepicker_control {
- 1986. - display: none;
- 1987. - }
- 1988. - #im_datesearch_datepicker_container .cal_table .day {
- 1989. - color: #999;
- 1990. - }
- 1991. - #im_datesearch_datepicker_container .cal_table .past_day,
- 1992. - #im_datesearch_datepicker_container .cal_table .today {
- 1993. - color: #000;
- 1994. - }
- 1995. - .im_no_search_day #im_day_clear,
- 1996. - .im_no_search_day #im_month_clear {
- 1997. - display: none;
- 1998. - }
- 1999. - #im_datesearch_wrap .cal_frame {
- 2000. - z-index: 450;
- 2001. - }
- 2002. - #im_datesearch_wrap .cal_div {
- 2003. - z-index: 480;
- 2004. - }
- 2005. -
- 2006. -
- 2007. - /* Favorites */
- 2008. - #im_log_fav_btn i {
- 2009. - background: url(/images/icons/im_actions_iconset2.png?8) 0 -281px no-repeat;
- 2010. - display: block;
- 2011. - width: 20px;
- 2012. - height: 20px;
- 2013. - cursor: pointer;
- 2014. - }
- 2015. - #im_log_fav_btn.im_log_fav_btn__active i {
- 2016. - opacity: 0.6;
- 2017. - filter: alpha(opacity=60);
- 2018. - }
- 2019. - #im_log_fav_btn.im_log_fav_btn__loading i {
- 2020. - visibility: hidden;
- 2021. - }
- 2022. -
- 2023. - .im_important_toggler {
- 2024. - background: url(/images/icons/im_actions_iconset2.png?8) 0 -258px no-repeat;
- 2025. - background-color: rgba(255, 255, 255, 0.5);
- 2026. - -moz-border-radius: 2px;
- 2027. - -webkit-border-radius: 2px;
- 2028. - border-radius: 2px;
- 2029. -
- 2030. - display: block;
- 2031. - width: 20px;
- 2032. - height: 20px;
- 2033. - opacity: 0.6;
- 2034. - filter: alpha(opacity=60);
- 2035. - position: absolute;
- 2036. - margin-left: -22px;
- 2037. - margin-top: 0;
- 2038. - margin-top: -2px;
- 2039. - visibility: hidden;
- 2040. - }
- 2041. - .im_msg_over .im_important_toggler {
- 2042. - visibility: visible;
- 2043. - }
- 2044. - .im_add_row .im_important_toggler {
- 2045. - visibility: hidden;
- 2046. - margin-top: -1px;
- 2047. - margin-left: -2px;
- 2048. - }
- 2049. - .im_sel_row .im_important_toggler {
- 2050. - visibility: visible;
- 2051. - }
- 2052. - .im_important_msg .im_important_toggler {
- 2053. - background-position: 0 -239px;
- 2054. - opacity: 1;
- 2055. - filter: none;
- 2056. - visibility: visible;
- 2057. - }
- 2058. - .im_sel_row .im_important_toggler,
- 2059. - .im_new_msg .im_important_toggler {
- 2060. - background-position: 0 -239px;
- 2061. - background-color: rgba(237, 241, 245, 0.5);
- 2062. - }
- 2063. -
- 2064. - #im_important_btn {
- 2065. - margin-right: 10px;
- 2066. - }
- 2067. - #im_important_btn button {
- 2068. - padding: 5px 10px;
- 2069. - }
- 2070. - i.im_important_icon {
- 2071. - background: url(/images/icons/im_actions_iconset2.png?8) -2px -281px no-repeat;
- 2072. - width: 15px;
- 2073. - height: 15px;
- 2074. - cursor: pointer;
- 2075. - margin-right: 3px;
- 2076. - }
- 2077. - span#im_important_count {
- 2078. - line-height: 15px;
- 2079. - /*font-weight: bold;*/
- 2080. - }
- 2081. - #imw_emoji_wrap {
- 2082. - position: relative;
- 2083. - }
- ------
Advertisement
Add Comment
Please, Sign In to add comment