Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Файл - uncommon.css (Старый размер - 14863 | Новый - 0):
- 0. - #uncommon_css {
- 1. - display: none;
- 2. - }
- 3. -
- 4. - .message_page {
- 5. - padding: 50px;
- 6. - }
- 7. - .message_page .title {
- 8. - background: #DAE2E8;
- 9. - color: #45688E;
- 10. - border-top: 1px solid #B1BDD6;
- 11. - font-weight: bold;
- 12. - padding: 3px 11px;
- 13. - }
- 14. - .message_page .body {
- 15. - background: #F7F7F7;
- 16. - border-top: 1px solid #CCC;
- 17. - border-bottom: 1px solid #DAE2E8;
- 18. - padding: 15px 25px;
- 19. - }
- 20. - .message_page .button_blue {
- 21. - display: block;
- 22. - margin: 15px auto 0px;
- 23. - width: 100px;
- 24. - }
- 25. - .message_page .button_blue button {
- 26. - width: 100%;
- 27. - }
- 28. -
- 29. - .top_info_bar {
- 30. - border-bottom: 1px solid #d7cf9e;
- 31. - background-color: #fff8cc
- 32. - }
- 33. - .top_info_bar .info {
- 34. - padding: 8px;
- 35. - text-align: center;
- 36. - }
- 37. - .top_info_bar .info .text {
- 38. - width: 740px;
- 39. - margin: 0px auto;
- 40. - }
- 41. - .top_info_bar .info .aligned_text {
- 42. - padding-right: 26px;
- 43. - padding-left: 157px;
- 44. - text-align: left;
- 45. - padding-top: 0px;
- 46. - margin: 0px auto;
- 47. - width: 608px;
- 48. - line-height: 160%;
- 49. - }
- 50. - .top_info_wrap .hide_button {
- 51. - cursor: pointer;
- 52. - position: relative;
- 53. - z-index: 5;
- 54. - margin: 6px 10px 0px;
- 55. - background: url(/images/pics/statusx_op.gif) 2px 4px no-repeat;
- 56. - opacity: 0.7;
- 57. - filter: alpha(opacity=70);
- 58. - height: 19px;
- 59. - width: 15px;
- 60. - -webkit-transition: opacity 100ms linear;
- 61. - -moz-transition: opacity 100ms linear;
- 62. - -o-transition: opacity 100ms linear;
- 63. - transition: opacity 100ms linear;
- 64. - }
- 65. - .top_info_wrap .hide_button:hover {
- 66. - opacity: 1;
- 67. - filter: alpha(opacity=100);
- 68. - }
- 69. - #custom_bar.top_info_wrap .hide_button,
- 70. - #custom_bar_high.top_info_wrap .hide_button,
- 71. - #olympics_bar.top_info_wrap .hide_button {
- 72. - margin-top: 14px;
- 73. - }
- 74. - .confirm_mail .info div, .top_info_bar .info div {
- 75. - padding-top: 5px;
- 76. - }
- 77. - .confirm_mail .info div.text, .top_info_bar .info div.text {
- 78. - padding-top: 0px;
- 79. - }
- 80. - .top_info_bar_blue {
- 81. - border-bottom: 1px solid #B8C7D3;
- 82. - background-color: #F2F4FF;
- 83. - }
- 84. - .top_info_bar_blue .info {
- 85. - line-height: 150%;
- 86. - }
- 87. - .top_info_bar_blue .info div {
- 88. - line-height: 100%;
- 89. - }
- 90. -
- 91. - #change_mail_box {
- 92. - padding: 10px 0px 0px;
- 93. - }
- 94. - #change_mail_box .clear_fix {
- 95. - padding-bottom: 10px;
- 96. - }
- 97. - #change_mail_box .label {
- 98. - color: #777;
- 99. - padding: 4px 10px 0px;
- 100. - text-align: right;
- 101. - width: 120px;
- 102. - }
- 103. - #change_mail_box .labeled {
- 104. - width: 210px;
- 105. - }
- 106. - #change_mail_box .error {
- 107. - display: none;
- 108. - }
- 109. - #change_mail_box .labeled .text {
- 110. - width: 202px;
- 111. - margin: 0px;
- 112. - }
- 113. - #change_mail_box .msg {
- 114. - margin-bottom: 10px;
- 115. - }
- 116. -
- 117. - .settings_box_container .label {
- 118. - padding: 5px 15px 3px 0;
- 119. - width: 95px;
- 120. - clear: both;
- 121. - }
- 122. - .settings_box_container .labeled {
- 123. - width: 260px;
- 124. - padding: 2px 0 3px 0;
- 125. - }
- 126. - .settings_box_container .labeled input {
- 127. - width: 160px;
- 128. - }
- 129. - .settings_box_container .labeled span {
- 130. - padding-top: 5px;
- 131. - display: block;
- 132. - color: #555;
- 133. - }
- 134. - #email_bind_error {
- 135. - margin-bottom: 16px;
- 136. - display: none;
- 137. - line-height: 160%;
- 138. - text-align: left;
- 139. - }
- 140. -
- 141. - #welcome_translator {
- 142. - margin: 15px 0 5px;
- 143. - }
- 144. - #welcome_translator .cell {
- 145. - vertical-align: top;
- 146. - }
- 147. - #welcome_translator .text {
- 148. - padding: 4px 5px 10px;
- 149. - }
- 150. - #welcome_translator .label.text {
- 151. - color: #777;
- 152. - padding: 4px 10px 10px;
- 153. - }
- 154. - #welcome_translator textarea {
- 155. - width: 313px;
- 156. - height: 100px;
- 157. - }
- 158. -
- 159. - #phone_validation_box .msg {
- 160. - display: none;
- 161. - margin-bottom: 10px;
- 162. - }
- 163. - #phone_validation_box .clear_fix {
- 164. - padding: 10px 0px;
- 165. - }
- 166. - #phone_validation_box .label {
- 167. - padding: 4px 10px 0px;
- 168. - color: #777;
- 169. - width: 150px;
- 170. - }
- 171. - #phone_validation_box .labeled {
- 172. - width: 200px;
- 173. - }
- 174. - #phone_validation_box .labeled input {
- 175. - width: 150px;
- 176. - }
- 177. - #phone_validation_box .labeled small {
- 178. - color: #777;
- 179. - }
- 180. - #phone_validation_box .info {
- 181. - padding-top: 10px;
- 182. - }
- 183. - #phone_validation_box .info a {
- 184. - font-weight: bold;
- 185. - }
- 186. - #phone_validation_box .info div, #phone_validation_complaint {
- 187. - display: none;
- 188. - }
- 189. -
- 190. - #security_check {
- 191. - padding: 17px 30px 18px 30px;
- 192. - line-height: 140%;
- 193. - }
- 194. - #security_check .label {
- 195. - color: #777;
- 196. - font-size: 1em;
- 197. - width: 190px;
- 198. - padding: 0px 10px;
- 199. - }
- 200. - #security_check .phone_postfix {
- 201. - color: #777;
- 202. - font-size: 1em;
- 203. - padding: 0px 10px;
- 204. - }
- 205. - #security_check #logout_lnk {
- 206. - margin: 0px 10px;
- 207. - }
- 208. - #security_check #logout_lnk:hover {
- 209. - text-decoration: none;
- 210. - }
- 211. - #check_change {
- 212. - margin-bottom: 10px;
- 213. - line-height: 160%;
- 214. - }
- 215. - #check_msg {
- 216. - margin-bottom: 10px;
- 217. - }
- 218. - #change_phone_cont {
- 219. - margin-top: 15px;
- 220. - }
- 221. -
- 222. - #restore_cancel_error {
- 223. - display: none;
- 224. - margin-bottom: 10px;
- 225. - }
- 226. - #restore_cancel_box {
- 227. - line-height: 140%;
- 228. - }
- 229. - #restore_cancel_box .clear_fix {
- 230. - padding: 10px 0px;
- 231. - }
- 232. - #restore_cancel_box .label {
- 233. - padding: 4px 10px 0px;
- 234. - color: #777;
- 235. - width: 150px;
- 236. - }
- 237. - #restore_cancel_box .labeled {
- 238. - width: 200px;
- 239. - }
- 240. - #restore_cancel_box .labeled input {
- 241. - width: 150px;
- 242. - }
- 243. -
- 244. - #vk_com_only .info {
- 245. - padding: 8px;
- 246. - text-align: center;
- 247. - line-height: 160%;
- 248. - }
- 249. - .vk_com_only_about {
- 250. - line-height: 160%;
- 251. - font-size: 1.09em;
- 252. - padding: 10px 15px;
- 253. - }
- 254. - .vk_com_only_header {
- 255. - font-size: 1.18em;
- 256. - font-weight: bold;
- 257. - color: #45688E;
- 258. - padding: 10px 15px 9px;
- 259. - }
- 260. - ul.vk_com_only_good {
- 261. - font-size: 1.09em;
- 262. - line-height: 1.72em;
- 263. - padding-left: 45px;
- 264. - }
- 265. - .is_rtl1 ul.vk_com_only_good {
- 266. - padding-left: 0px;
- 267. - padding-right: 45px;
- 268. - }
- 269. - .vk_com_only_img {
- 270. - width: 320px;
- 271. - height: 160px;
- 272. - background: url(/images/join/vkcomonly.gif) no-repeat;
- 273. - margin: 10px auto;
- 274. - }
- 275. - .vk_com_only_hide {
- 276. - text-align: center;
- 277. - padding: 21px 0px 10px;
- 278. - }
- 279. -
- 280. - #validation_box {
- 281. - line-height: 160%;
- 282. - }
- 283. - #validation_box h2 {
- 284. - font-size: 1.09em;
- 285. - }
- 286. -
- 287. - .validation_text {
- 288. - width: 413px;
- 289. - margin: 20px auto 21px;
- 290. - text-align: center;
- 291. - font-size: 1.09em;
- 292. - }
- 293. - .validation_row {
- 294. - width: 134px;
- 295. - margin: 0px auto 10px;
- 296. - }
- 297. - .validation_label {
- 298. - padding: 6px 0px 10px 0px;
- 299. - font-weight: bold;
- 300. - font-size: 1.09em;
- 301. - color: #45688E;
- 302. - }
- 303. - #validation_submit_result {
- 304. - display: none;
- 305. - font-weight: normal;
- 306. - margin: 0 0 15px 0;
- 307. - padding: 4px 11px 5px;
- 308. - text-align: left;
- 309. - }
- 310. - #validation_phone,
- 311. - #validation_code {
- 312. - width: 124px;
- 313. - outline: none;
- 314. - }
- 315. - #validation_other_phone {
- 316. - position: absolute;
- 317. - margin: -22px 0px 0px 145px;
- 318. - }
- 319. - .is_rtl1 #validation_other_phone {
- 320. - margin-left: 0px;
- 321. - margin-right: 145px;
- 322. - }
- 323. - .validation_submit_row {
- 324. - width: 134px;
- 325. - margin: 11px auto 0px;
- 326. - }
- 327. - .validation_row input.validation_readonly, .validation_readonly_wrap {
- 328. - background: #E1E7ED!important;
- 329. - }
- 330. - .validation_no_code, .validation_skip {
- 331. - padding-top: 10px;
- 332. - text-align: center;
- 333. - }
- 334. - .validation_img {
- 335. - width: 225px;
- 336. - height: 160px;
- 337. - background-image: url(/images/join/finish_f.gif);
- 338. - margin: 20px auto 0;
- 339. - }
- 340. - #validation_phone_table {
- 341. - border: 1px solid #C0CAD5;
- 342. - width: 134px;
- 343. - background-color: #fff;
- 344. - }
- 345. - #validation_phone_prefix {
- 346. - vertical-align: top;
- 347. - width: 1px;
- 348. - color: #777;
- 349. - font-size: 1.09em;
- 350. - padding: 5px 0px 4px 5px;
- 351. - line-height: 15px;
- 352. - }
- 353. - .validation_readonly_wrap #validation_phone_prefix {
- 354. - color: #000;
- 355. - }
- 356. - .validation_phone_field {
- 357. - vertical-align: top;
- 358. - width: 100%;
- 359. - padding: 4px 0px 0px;
- 360. - }
- 361. - .is_rtl1 #validation_phone_prefix {
- 362. - padding: 5px 5px 4px 0px;
- 363. - }
- 364. - #validation_phone_table #validation_phone {
- 365. - width: 100%;
- 366. - outline: none;
- 367. - border: 0px;
- 368. - padding: 0px;
- 369. - margin: 0px -1px;
- 370. - background: transparent;
- 371. - }
- 372. - #validation_country_row .selector_container td.selector {
- 373. - padding-top: 5px;
- 374. - padding-bottom: 2px;
- 375. - }
- 376. - #validation_country_row .disabled.selector_container .selector_dropdown {
- 377. - background-color: #F2F2F2;
- 378. - border-color: #F2F2F2;
- 379. - }
- 380. - .validation_tt_pointer {
- 381. - behavior: url(/js/iepngfix.htc);
- 382. - background: url(/images/ddtooltip.png) 0 0 no-repeat;
- 383. - width: 8px;
- 384. - height: 11px;
- 385. - position: absolute;
- 386. - left: -7px;
- 387. - overflow: hidden;
- 388. - z-index: 10;
- 389. - top: 31px;
- 390. - }
- 391. - .validation_tt table .tt_text {
- 392. - line-height: 120%;
- 393. - color: #000;
- 394. - padding: 10px;
- 395. - width: 200px;
- 396. - }
- 397. - .validation_phone_tt table div.tt_text {
- 398. - width: 220px;
- 399. - }
- 400. - .validation_resend_box {
- 401. - line-height: 160%;
- 402. - }
- 403. - .validation_robot {
- 404. - width: 160px;
- 405. - height: 160px;
- 406. - margin: -7px auto -9px;
- 407. - background: url(/images/join/robot.gif) no-repeat;
- 408. - }
- 409. -
- 410. - /* binding email */
- 411. - .bindmail_img {
- 412. - margin: 20px 0 15px 0;
- 413. - text-align: center;
- 414. - }
- 415. - .bindmail_desc {
- 416. - padding: 0 30px;
- 417. - }
- 418. - .bindmail_form {
- 419. - padding: 15px 85px 22px;
- 420. - background-color: #F0F0F0;
- 421. - text-align: center;
- 422. - }
- 423. - .bindmail_label {
- 424. - padding-bottom: 15px;
- 425. - font-weight: bold;
- 426. - color: #45688E;
- 427. - }
- 428. - .bindmail_controls {
- 429. - margin: 0 auto;
- 430. - width: 195px;
- 431. - }
- 432. - .bindmail_controls #bind_email {
- 433. - margin-bottom: 10px;
- 434. - width: 187px;
- 435. - font-size: 1.09em!important;
- 436. - }
- 437. - #bindemail_error {
- 438. - margin: 0 -55px 10px;
- 439. - padding: 4px 11px;
- 440. - font-weight: normal;
- 441. - text-align: left;
- 442. - display: none;
- 443. - }
- 444. - #bindmail_button {
- 445. - font-size: 1.09em;
- 446. - }
- 447. -
- 448. - .login_bad_link_box {
- 449. - padding: 10px;
- 450. - font-size: 13px;
- 451. - line-height: 160%;
- 452. - }
- 453. - .login_bad_link_header {
- 454. - font-size: 15px;
- 455. - font-weight: bold;
- 456. - color: #45688E;
- 457. - padding-bottom: 20px;
- 458. - }
- 459. - .login_bad_link {
- 460. - white-space: nowrap;
- 461. - }
- 462. - .login_bad_link_text {
- 463. - padding-bottom: 20px;
- 464. - }
- 465. - .login_bad_link_pic {
- 466. - text-align: center;
- 467. - padding-bottom: 20px;
- 468. - }
- 469. - .login_bad_link_img {
- 470. - width: 225px;
- 471. - height: 160px;
- 472. - }
- 473. - .login_bad_link_button button {
- 474. - font-size: 13px;
- 475. - white-space: nowrap;
- 476. - }
- 477. - .login_bad_link_cancel {
- 478. - font-size: 13px;
- 479. - margin: 0px 20px;
- 480. - white-space: nowrap;
- 481. - }
- 482. - .login_bad_link_buttons {
- 483. - width: 100%;
- 484. - }
- 485. - .login_bad_link_buttons td {
- 486. - width: 50%;
- 487. - text-align: center;
- 488. - }
- 489. -
- 490. - #save_fv_bar,
- 491. - #chrome_bar,
- 492. - #olympics_bar,
- 493. - #custom_bar {
- 494. - height: 48px;
- 495. - position: relative;
- 496. - overflow: visible;
- 497. - }
- 498. -
- 499. - #custom_bar_high {
- 500. - height: 128px;
- 501. - position: relative;
- 502. - overflow: visible;
- 503. - }
- 504. -
- 505. - .hide_button_good {
- 506. - *display: none;
- 507. - }
- 508. - .hide_button_ie6 {
- 509. - display: none;
- 510. - *display: block;
- 511. - }
- 512. - #save_fv_bar_content,
- 513. - #chrome_bar_content {
- 514. - color: #5E7488;
- 515. - font-size: 12px;
- 516. - font-weight: bold;
- 517. - height: 36px;
- 518. - padding-top: 12px;
- 519. - text-align: center;
- 520. - margin-left: 40px;
- 521. - }
- 522. - #custom_bar_content,
- 523. - #olympics_bar_content {
- 524. - color: #69839f;
- 525. - font-size: 12px;
- 526. - font-weight: bold;
- 527. - height: 32px;
- 528. - padding-top: 16px;
- 529. - text-align: center;
- 530. - margin-left: 40px;
- 531. - }
- 532. - #custom_bar_high_content {
- 533. - color: #69839f;
- 534. - height: 82px;
- 535. - font-size: 12px;
- 536. - padding-top: 16px;
- 537. - text-align: center;
- 538. - line-height: 180%;
- 539. - }
- 540. -
- 541. - #save_fv_bar_bg,
- 542. - #chrome_bar_bg,
- 543. - #olympics_bar_bg,
- 544. - #custom_bar_bg {
- 545. - background: url(/images/chrome_bar.gif) repeat-x left top;
- 546. - margin-top: -48px;
- 547. - height: 52px;
- 548. - }
- 549. - #custom_bar_high_bg {
- 550. - margin-top: -18px;
- 551. - height: 92px;
- 552. - }
- 553. - .chrome_bar_a{
- 554. - color: #3E698F;
- 555. - }
- 556. - ,
- 557. - .custom_bar_a,
- 558. - .olympics_bar_a {
- 559. - color: #45688e;
- 560. - }
- 561. - .chrome_bar_img {
- 562. - width: 39px;
- 563. - height: 27px;
- 564. - background: url(/images/chrome_icon.gif) no-repeat center center;
- 565. - display: inline-block;
- 566. - *display: inline;
- 567. - *zoom: 1;
- 568. - vertical-align: middle;
- 569. - position: relative;
- 570. - top: -2px;
- 571. - }
- 572. - .olympics_bar_img {
- 573. - width: 59px;
- 574. - height: 28px;
- 575. - background: url(/images/olymp_mono.png) no-repeat center center;
- 576. - margin-right: 12px;
- 577. - display: inline-block;
- 578. - *display: inline;
- 579. - *zoom: 1;
- 580. - vertical-align: top;
- 581. - position: relative;
- 582. - top: -6px;
- 583. - }
- 584. - .olympics_bar_img.sochi {
- 585. - width: 50px;
- 586. - height: 33px;
- 587. - background: url(/images/sochi2014.png) no-repeat center center;
- 588. - top: -9px;
- 589. - }
- 590. - #save_fv_bar_content .button_blue,
- 591. - #save_fv_bar_content .button_gray {
- 592. - margin-left: 10px;
- 593. - }
- 594. - .save_fv_bar_label {
- 595. - display: inline-block;
- 596. - padding: 5px 0 0;
- 597. - vertical-align: top;
- 598. - }
- 599. -
- 600. - .validation_last_wrap {
- 601. - padding: 30px;
- 602. - }
- 603. - .validation_last_header {
- 604. - font-weight: bold;
- 605. - font-size: 15px;
- 606. - color: #45688E;
- 607. - padding-bottom: 16px;
- 608. - }
- 609. - .validation_last_text {
- 610. - font-size: 13px;
- 611. - padding-bottom: 20px;
- 612. - line-height: 160%;
- 613. - }
- 614. - .validation_last_buttons {
- 615. - margin-top: 15px;
- 616. - width: 100%;
- 617. - }
- 618. - div.validation_last_button button {
- 619. - font-size: 13px;
- 620. - }
- 621. - div.validation_last_button .button {
- 622. - padding: 7px 10px;
- 623. - font-size: 13px;
- 624. - }
- 625. - .validation_last_sep {
- 626. - width: 15px;
- 627. - }
- 628. -
- 629. - .lang_box_row {
- 630. - display: block;
- 631. - padding-left: 60px;
- 632. - height: 42px;
- 633. - line-height: 42px;
- 634. - background-repeat: no-repeat;
- 635. - background-position: 10px center;
- 636. - color: #426A87;
- 637. - font-weight: bold;
- 638. - }
- 639. - .lang_box_row:hover {
- 640. - background-color: #EDF0F4;
- 641. - text-decoration: none;
- 642. - }
- 643. - .lang_selected {
- 644. - color: #333333;
- 645. - }
- 646. - .lang_selected:hover {
- 647. - background-color: transparent!important;
- 648. - cursor: default;
- 649. - }
- 650. -
- 651. - .shorten_page {
- 652. - padding: 115px 15px;
- 653. - }
- 654. - .shorten_about {
- 655. - padding-bottom: 50px;
- 656. - text-align: center;
- 657. - font-size: 12px;
- 658. - line-height: 160%;
- 659. - }
- 660. - .shorten_page .button_big button {
- 661. - font-size: 12px;
- 662. - }
- 663. - .shorten_row {
- 664. - width: 278px;
- 665. - margin: 0px auto;
- 666. - }
- 667. - .shorten_input {
- 668. - padding: 15px 0px;
- 669. - }
- 670. - #shorten_link {
- 671. - width: 268px;
- 672. - }
- 673. - .shorten_result {
- 674. - height: 35px;
- 675. - overflow: hidden;
- 676. - margin-top: 15px;
- 677. - }
- 678. - #shorten_error,
- 679. - #shorten_result {
- 680. - display: none;
- 681. - }
- 682. - #shorten_short {
- 683. - font-size: 19px;
- 684. - font-weight: bold;
- 685. - padding: 5px 4px;
- 686. - width: 268px;
- 687. - background: #E1E7ED;
- 688. - }
- 689. -
- 690. -
- 691. - .layerbox {
- 692. - line-height: 160%;
- 693. - }
- 694. - .layerbox h2 {
- 695. - font-size: 1.09em;
- 696. - }
- 697. - .layerbox_text {
- 698. - width: 413px;
- 699. - margin: 20px auto 21px;
- 700. - text-align: center;
- 701. - font-size: 1.09em;
- 702. - }
- 703. - .layerbox_row {
- 704. - width: 134px;
- 705. - margin: 0px auto 10px;
- 706. - }
- 707. - .layerbox_label {
- 708. - padding: 6px 0px 10px 0px;
- 709. - font-weight: bold;
- 710. - font-size: 1.09em;
- 711. - color: #45688E;
- 712. - }
- 713. - #layerbox_submit_result {
- 714. - display: none;
- 715. - font-weight: normal;
- 716. - margin: 0 0 15px 0;
- 717. - padding: 4px 11px 5px;
- 718. - text-align: left;
- 719. - }
- 720. - .layerbox_submit_row {
- 721. - width: 134px;
- 722. - margin: 11px auto 0px;
- 723. - }
- 724. - .layerbox_img {
- 725. - margin: 20px 0 0 0;
- 726. - text-align: center;
- 727. - }
- 728. - .layerbox .inp_sep {
- 729. - padding-right: 5px;
- 730. - }
- 731. - #birthday_box .layerbox_row,
- 732. - #birthday_box .layerbox_submit_row {
- 733. - width: 220px;
- 734. - }
- 735. - #city_box .layerbox_row,
- 736. - #city_box .layerbox_submit_row {
- 737. - width: 150px;
- 738. - }
- 739. - #city_box_country_row {
- 740. - position: relative;
- 741. - }
- 742. - #city_box_country_progress {
- 743. - display: none;
- 744. - margin: 7px 8px;
- 745. - position: absolute;
- 746. - left: 150px;
- 747. - }
- 748. -
- 749. - /* password change */
- 750. - .passchange_img {
- 751. - margin-top: 20px;
- 752. - text-align: center;
- 753. - }
- 754. - .passchange_desc {
- 755. - padding: 0 30px;
- 756. - }
- 757. - #passchange_form {
- 758. - padding: 15px 85px 22px;
- 759. - background-color: #F0F0F0;
- 760. - text-align: center;
- 761. - }
- 762. - .passchange_label {
- 763. - padding-bottom: 15px;
- 764. - font-weight: bold;
- 765. - color: #45688E;
- 766. - }
- 767. - .passchange_email {
- 768. - margin: 0 auto 15px;
- 769. - width: 187px;
- 770. - padding: 3px;
- 771. - border: 1px solid #C0CAD5;
- 772. - font-size: 1.09em !important;
- 773. - background: #E1E7ED;
- 774. - }
- 775. - .passchange_controls {
- 776. - margin: 0 auto;
- 777. - width: 195px;
- 778. - }
- 779. - #passchange_wrap {
- 780. - padding-bottom: 15px;
- 781. - }
- 782. - #passchange_input {
- 783. - width: 187px;
- 784. - font-size: 1.09em !important;
- 785. - }
- 786. - #passchange_error {
- 787. - margin: 15px 15px 0px;
- 788. - padding: 4px 11px;
- 789. - font-weight: normal;
- 790. - display: none;
- 791. - }
- 792. - #passchange_button {
- 793. - font-size: 1.09em;
- 794. - }
- 795. - #passchange_about {
- 796. - position: absolute;
- 797. - margin-top: -1px;
- 798. - height: 5px;
- 799. - width: 195px;
- 800. - overflow: hidden;
- 801. - }
- 802. - .passchange_level0 {
- 803. - display: none;
- 804. - }
- 805. - .passchange_level1 {
- 806. - background: #CD4849;
- 807. - width: 25%;
- 808. - }
- 809. - .passchange_level2 {
- 810. - background: #FF762D;
- 811. - width: 50%;
- 812. - }
- 813. - .passchange_level3 {
- 814. - background: #C9B72D;
- 815. - width: 75%;
- 816. - }
- 817. - .passchange_level4 {
- 818. - background: #60B92B;
- 819. - width: 100%;
- 820. - }
- 821. - #passchange_strength {
- 822. - color: #777;
- 823. - }
- 824. - .passchange_about {
- 825. - padding: 2px 0 3px;
- 826. - font-size: 0.9em;
- 827. - color: #777;
- 828. - }
- 829. - #audios_list .audio_edited a {
- 830. - color: #777777;
- 831. - }
- 832. - #left_other_rows {
- 833. - margin-top: -21px;
- 834. - display: none;
- 835. - overflow: hidden;
- 836. - background: #FFF;
- 837. - position: relative;
- 838. - }
- ------
- Файл - feed.css (Старый размер - 30297 | Новый - 0):
- 0. - #feed_css {
- 1. - display: none;
- 2. - }
- 3. - #no_updates {
- 4. - text-align:center;
- 5. - padding: 90px 35px;
- 6. - font-size: 1.18em;
- 7. - color:#777;
- 8. - }
- 9. - /* Top nav */
- 10. - .feed_tab_hidden {
- 11. - display: none;
- 12. - }
- 13. - #feed_bar {
- 14. - padding: 8px 10px 8px;
- 15. - background: #F7F7F7;
- 16. - border-bottom: 1px solid #DAE1E8;
- 17. - }
- 18. - #feed_search_wrap {
- 19. - clear: left;
- 20. - padding: 0;
- 21. - position: relative;
- 22. - }
- 23. - #feed_search {
- 24. - margin: 0;
- 25. - padding: 6px 21px 6px 20px;
- 26. - width: 554px;
- 27. - line-height: 1.27em;
- 28. - background: #FFF url(/images/magglass.png) no-repeat 5px 8px;
- 29. - outline: none;
- 30. - }
- 31. - #feed_search::-ms-clear {
- 32. - display: none;
- 33. - }
- 34. -
- 35. - #feed_query_reset {
- 36. - cursor: pointer;
- 37. - display: none;
- 38. - background: transparent url(/images/icons/input_clear.gif) 6px 8px no-repeat;
- 39. - padding: 1px;
- 40. - width: 22px;
- 41. - height: 25px;
- 42. - margin: 0 0 0 573px;
- 43. - opacity: 0.6;
- 44. - filter: alpha(opacity=60);
- 45. - z-index: 100;
- 46. - position: absolute;
- 47. - }
- 48. - #feed_query_reset:hover {
- 49. - opacity: 1;
- 50. - filter: none;
- 51. - }
- 52. - .feed_search_submit {
- 53. - margin: 0 10px;
- 54. - }
- 55. - .feed_search_extended {
- 56. - margin: 6px 5px 5px;
- 57. - white-space: nowrap;
- 58. - max-width: 122px;
- 59. - overflow: hidden;
- 60. - text-overflow: ellipsis;
- 61. - }
- 62. - #feed_search_submit_wrap {
- 63. - display: none;
- 64. - }
- 65. - #feed_search_submit {
- 66. - width: 75px;
- 67. - padding-top: 5px;
- 68. - padding-bottom: 5px;
- 69. - line-height: 13px;
- 70. - }
- 71. - #feed_search_bar {
- 72. - position: relative;
- 73. - padding: 4px 5px;
- 74. - }
- 75. - .feed_search_extform_wrap {
- 76. - display: none;
- 77. - }
- 78. - .feed_bar_extended_search #feed_search_submit_wrap,
- 79. - .feed_bar_extended_search .feed_search_extform_wrap {
- 80. - display: block;
- 81. - }
- 82. -
- 83. - #feed_search_bar .selector_container .results_container {
- 84. - top: 30px;
- 85. - }
- 86. - #feed_search_bar #feed_search_extform .selector_container .results_container {
- 87. - top: auto;
- 88. - }
- 89. -
- 90. - #feedtab_owner,
- 91. - #feedtab_source {
- 92. - display: none;
- 93. - }
- 94. - #feed_bar .summary_tab_sel,
- 95. - #main_feed .active_link {
- 96. - display: block;
- 97. - }
- 98. - #feed_menu_toggle {
- 99. - padding-top: 3px;
- 100. - }
- 101. - #feed_edit_hidden {
- 102. - padding-top: 3px;
- 103. - }
- 104. - #feed_progress {
- 105. - display: none;
- 106. - margin: 5px 5px 2px;
- 107. - }
- 108. - #feed_popular_period {
- 109. - border-bottom: 1px solid #DAE2E8;
- 110. - margin-bottom: 5px;
- 111. - padding-bottom: 5px;
- 112. - overflow: hidden;
- 113. - width: 136px;
- 114. - }
- 115. - #feed_articles_period {
- 116. - overflow: hidden;
- 117. - width: 136px;
- 118. - }
- 119. -
- 120. - .feed_tab_settings nobr {
- 121. - display: block;
- 122. - background: url(/images/icons/audio_icons.png?4) -80px -52px no-repeat;
- 123. - width: 11px;
- 124. - height: 11px;
- 125. - margin: 1px 0 0;
- 126. - }
- 127. -
- 128. - /* New post field */
- 129. - .feed_post_field_wrap {
- 130. - padding: 5px;
- 131. - }
- 132. - td.feed_post_field_photo {
- 133. - width: 42px;
- 134. - }
- 135. - a.feed_post_field_photo {
- 136. - display: block;
- 137. - width: 32px;
- 138. - height: 32px;
- 139. - position: absolute;
- 140. - overflow: hidden;
- 141. - }
- 142. - img.feed_post_field_photo {
- 143. - width: 32px;
- 144. - height: 32px;
- 145. - }
- 146. - div.feed_post_field {
- 147. - margin-left: 42px;
- 148. - }
- 149. -
- 150. - #main_feed .feed_post_field_wrap #submit_post_box {
- 151. - padding: 0;
- 152. - background: none;
- 153. - border: 0;
- 154. - }
- 155. - #main_feed .feed_post_field_wrap #submit_post_box .clear_fix .input_back {
- 156. - min-height: 0;
- 157. - margin-left: 5px !important;
- 158. - }
- 159. - #main_feed .feed_post_field_wrap #submit_post_box .clear_fix .input_back_content {
- 160. - line-height: 2.09em;
- 161. - }
- 162. - #main_feed .feed_post_field_wrap #submit_post_box textarea#post_field {
- 163. - width: 547px;
- 164. - height: 24px;
- 165. - line-height: 150%;
- 166. - }
- 167. - .feed_post_field_wrap #submit_post {
- 168. - display: none;
- 169. - }
- 170. - .feed_post_field_wrap .mention_rich_ta {
- 171. - line-height: 150%;
- 172. - }
- 173. -
- 174. - .feed_post_field_wrap .post_upload_wrap {
- 175. - top: 7px;
- 176. - right: 5px;
- 177. - }
- 178. - .feed_post_field_wrap .post_upload_dropbox_inner {
- 179. - width: 543px;
- 180. - }
- 181. - .feed_post_field_wrap .post_upload_min_wrap {
- 182. - top: 0px;
- 183. - right: 0px;
- 184. - }
- 185. - .feed_post_field_wrap .post_upload_min_wrap div.post_upload {
- 186. - height: 32px;
- 187. - background-position: center 10px;
- 188. - }
- 189. -
- 190. -
- 191. - #main_feed .post {
- 192. - border-top: 0;
- 193. - border-bottom: 1px solid #DAE1E8;
- 194. - padding: 5px 0 3px;
- 195. - }
- 196. - #main_feed .post .match {
- 197. - background: #E1E7ED;
- 198. - border-bottom: 1px solid #DAE1E8;
- 199. - margin: 0px;
- 200. - padding: 0px 1px;
- 201. - }
- 202. - #main_feed .post .feed_ignore_label {
- 203. - text-align: center;
- 204. - line-height: 1.81em;
- 205. - padding: 8px 60px 8px;
- 206. - }
- 207. - .feed_ignore_owner_button {
- 208. - margin: 0 5px;
- 209. - }
- 210. - .feed_ignore_cancel_wrap {
- 211. - position: relative;
- 212. - }
- 213. - .feed_ignore_cancel {
- 214. - display: block;
- 215. - position: absolute;
- 216. - right: -60px;
- 217. - padding: 3px 5px 2px;
- 218. - }
- 219. - .feed_ignore_owner_second_button {
- 220. - margin-top: 10px;
- 221. - }
- 222. -
- 223. - #main_feed #show_more_link {
- 224. - margin-top: -1px;
- 225. - padding: 10px 0;
- 226. - margin-bottom: 15px;
- 227. - }
- 228. -
- 229. - #main_feed .explain {
- 230. - line-height: 150%;
- 231. - padding-left: 1px;
- 232. - }
- 233. - #main_feed .feed_group_explain {
- 234. - padding-top: 6px;
- 235. - color: #777;
- 236. - }
- 237. -
- 238. - #main_feed .feed_explain_list {
- 239. - padding-top: 4px;
- 240. - line-height: 160%;
- 241. - height: auto;
- 242. - }
- 243. -
- 244. - .post_photos .like_wrap, .post_photos .replies_wrap {
- 245. - display: none;
- 246. - }
- 247. -
- 248. - .feed_friends {
- 249. - vertical-align: middle;
- 250. - padding-top: 5px;
- 251. - }
- 252. - .feed_friend {
- 253. - float: left;
- 254. - width: 100px;
- 255. - padding: 8px 15px 0 0;
- 256. - }
- 257. - .feed_friend_image {
- 258. - height: 100px;
- 259. - overflow: hidden;
- 260. - }
- 261. - .feed_friend_name {
- 262. - padding: 5px 5px 1px;
- 263. - overflow: hidden;
- 264. - line-height: 1.27em;
- 265. - text-align: center;
- 266. - }
- 267. -
- 268. - .feed_gifts {
- 269. - vertical-align: middle;
- 270. - padding-top: 5px;
- 271. - }
- 272. - .feed_gift {
- 273. - float: left;
- 274. - width: 96px;
- 275. - padding: 5px 5px 5px 0;
- 276. - text-align: center;
- 277. - }
- 278. - .feed_gift_image {
- 279. - height: 96px;
- 280. - overflow: hidden;
- 281. - }
- 282. -
- 283. - .feed_videos {
- 284. - vertical-align: middle;
- 285. - padding-top: 10px;
- 286. - }
- 287. -
- 288. - .feed_filter_sep {
- 289. - margin: 10px 0px;
- 290. - border-bottom: 1px solid #DAE2E8;
- 291. - height: 1px;
- 292. - overflow: hidden;
- 293. - width: 136px;
- 294. - }
- 295. - #feed_menu .feed_s_filter {
- 296. - display: none;
- 297. - }
- 298. -
- 299. - #posts_filter {
- 300. - padding: 0;
- 301. - margin: 0;
- 302. - outline: 0;
- 303. - }
- 304. -
- 305. - #feed_summary_wrap .summary {
- 306. - word-wrap: break-word;
- 307. - }
- 308. -
- 309. - a#posts_filter:hover {
- 310. - text-decoration: underline !important;
- 311. - }
- 312. - .dd_menu_posts .dd_menu_header {
- 313. - width: 130px;
- 314. - }
- 315. - .dd_menu_posts .dd_header_hover {
- 316. - visibility: hidden;
- 317. - }
- 318. - .dd_menu_posts .dd_menu_rows a, .dd_menu_groups .dd_menu_rows a {
- 319. - padding-top: 3px;
- 320. - height: 17px;
- 321. - }
- 322. - .dd_menu_groups .dd_menu_rows a {
- 323. - padding-top: 2px;
- 324. - height: 16px;
- 325. - }
- 326. - .dd_menu_groups .dd_menu_rows a {
- 327. - overflow: hidden;
- 328. - }
- 329. -
- 330. - .dd_menu_groups .dd_menu_rows .dd_item_-5,
- 331. - .dd_menu_groups .dd_menu_rows .dd_item_-4,
- 332. - .dd_menu_groups .dd_menu_rows .dd_item_-3,
- 333. - .dd_menu_groups .dd_menu_rows .dd_item_-2,
- 334. - .dd_menu_groups .dd_menu_rows .dd_item_-1 {
- 335. - background-image: url(/images/icons/mono_iconset.gif?8);
- 336. - background-repeat: no-repeat;
- 337. - padding-right: 26px;
- 338. - }
- 339. -
- 340. - .dd_menu_groups .dd_menu_rows .dd_item_-5 { background-position: 97% -40px; }
- 341. - .dd_menu_groups .dd_menu_rows .dd_item_-4 { background-position: 97% -53px; }
- 342. - .dd_menu_groups .dd_menu_rows .dd_item_-3 { background-position: 97% 3px; }
- 343. - .dd_menu_groups .dd_menu_rows .dd_item_-2 { background-position: 97% -116px; }
- 344. - .dd_menu_groups .dd_menu_rows .dd_item_-1 { background-position: 97% -86px; }
- 345. -
- 346. -
- 347. -
- 348. - #feed_menu_wrap {
- 349. - position: relative;
- 350. - }
- 351. - #feed_menu {
- 352. - position: absolute;
- 353. - left: 470px;
- 354. - top: -1px;
- 355. - -moz-box-shadow: 0 1px 3px #DAE1E8;
- 356. - -webkit-box-shadow: 0 1px 3px #DAE1E8;
- 357. - box-shadow: 0 1px 3px #DAE1E8;
- 358. - background: #F7F7F7;
- 359. - z-index: 1403;
- 360. - display: none;
- 361. - border: 1px solid #DAE1E8;
- 362. - line-height: 150%;
- 363. - width: 136px;
- 364. - padding: 10px;
- 365. - }
- 366. - .feed_filter_row {
- 367. - cursor: pointer;
- 368. - margin-bottom: 2px;
- 369. - padding: 3px 0;
- 370. - clear: left;
- 371. - line-height: normal;
- 372. - }
- 373. - .feed_filter_row:last-child {
- 374. - margin: 0;
- 375. - }
- 376. - .feed_filter_row_over {
- 377. - background-color: #DAE1E8;
- 378. - }
- 379. -
- 380. - .feed_filter_icon {
- 381. - margin: 1px 0 0 4px;
- 382. - width: 11px;
- 383. - height: 11px;
- 384. - background-image: url(/images/icons/mono_iconset.gif?8);
- 385. - background-repeat: no-repeat;
- 386. - }
- 387. - .feed_filter_check {
- 388. - width: 13px;
- 389. - height: 12px;
- 390. - background: url(/images/icons/check_balanced.gif) no-repeat 0 0;
- 391. - visibility: hidden;
- 392. - }
- 393. - .checked .feed_filter_check {
- 394. - visibility: visible;
- 395. - }
- 396. - .feed_icon_news {background-position: 0 -45px;}
- 397. - .feed_icon_ph { background-position: 0 -30px; }
- 398. - .feed_icon_vd { background-position: 0 -75px; }
- 399. - .feed_icon_nt { background-position: 0 -150px; }
- 400. - .feed_icon_ps { background-position: 0 -45px; }
- 401. - .feed_icon_tp { background-position: 0 -192px; }
- 402. - .feed_icon_nw { background-position: 0 -148px; }
- 403. - .feed_icon_fr { background-position: 0 -15px; }
- 404. - .feed_icon_gf { background-position: 0 -104px; }
- 405. - .feed_icon_gr { background-position: 0 -88px; }
- 406. - .feed_icon_ev { background-position: 0 -164px; }
- 407. - .feed_icon_lk { background-position: 0 -178px; }
- 408. - .feed_icon_rp { background-position: 0 -250px; }
- 409. - .feed_icon_mt { background-position: 0 0; }
- 410. -
- 411. -
- 412. - .feed_tab_add .summary_tab3 {
- 413. - padding: 0;
- 414. - }
- 415. - #feed_tab_add_menu_wrap {
- 416. - position: relative;
- 417. - }
- 418. - #feed_tab_add_menu {
- 419. - position: absolute;
- 420. - display: none;
- 421. - font-weight: normal;
- 422. - top: -20px;
- 423. - /* right: -2px; */
- 424. - right: 0;
- 425. - -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
- 426. - -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
- 427. - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
- 428. - z-index: 2000;
- 429. - width: 156px;
- 430. - }
- 431. - .feed_tab_add_icon {
- 432. - width: 16px;
- 433. - height: 16px;
- 434. - margin: 0;
- 435. - background: url(/images/icons/news_iconset.png?2) no-repeat 0 -144px;
- 436. - }
- 437. - #feed_tab_add_menu .feed_tab_add_icon {
- 438. - background-position: 0 -128px;
- 439. - }
- 440. - #feed_tab_add_header {
- 441. - cursor: pointer;
- 442. - /*background: #7190b1;*/
- 443. - background: #597DA3;
- 444. - padding: 3px 8px 1px 8px;
- 445. - color: #FFF;
- 446. - font-weight: bold;
- 447. - -webkit-border-radius: 2px 2px 0 0;
- 448. - -moz-border-radius: 2px 2px 0 0;
- 449. - border-radius: 2px 2px 0 0;
- 450. - overflow: hidden;
- 451. - position: relative;
- 452. - }
- 453. - #feed_tab_add_filters {
- 454. - background: #FFF;
- 455. - border: 1px solid #a8b4c3;
- 456. - border-top: 0;
- 457. - -webkit-border-radius: 0 0 2px 2px;
- 458. - -moz-border-radius: 0 0 2px 2px;
- 459. - border-radius: 0 0 2px 2px;
- 460. - overflow: hidden;
- 461. - line-height: 150%;
- 462. - padding: 0;
- 463. - margin: 0;
- 464. - position: relative;
- 465. - }
- 466. - .feed_filter_tabs_row {
- 467. - cursor: pointer;
- 468. - margin-bottom: 2px;
- 469. - padding: 4px 5px 4px 7px;
- 470. - clear: left;
- 471. - line-height: normal;
- 472. - }
- 473. - .feed_filter_tabs_row:last-child {
- 474. - margin: 0;
- 475. - }
- 476. - .feed_filter_tabs_row_over {
- 477. - background-color: #DAE1E8;
- 478. - }
- 479. - .feed_filter_tabs_icon,
- 480. - .feed_filter_tabs_check {
- 481. - width: 16px;
- 482. - height: 16px;
- 483. - margin: 0;
- 484. - background-image: url(/images/icons/news_iconset.png?2);
- 485. - }
- 486. - .feed_filter_tabs_icon {
- 487. - margin-right: 8px;
- 488. - }
- 489. - .feed_filter_tabs_title {
- 490. - color: #2B587A;
- 491. - line-height: 16px;
- 492. - width: 102px;
- 493. - overflow: hidden;
- 494. - text-overflow: ellipsis;
- 495. - white-space: nowrap;
- 496. - }
- 497. - .feed_filter_tabs_check {
- 498. - background-position: 0 -97px;
- 499. - background-repeat: no-repeat;
- 500. - visibility: hidden;
- 501. - }
- 502. - .checked .feed_filter_tabs_check {
- 503. - visibility: visible;
- 504. - }
- 505. - .feed_icon_friends { background-position: 0 0; }
- 506. - .feed_icon_groups { background-position: 0 -16px; }
- 507. - .feed_icon_photos { background-position: 0 -32px; }
- 508. - .feed_icon_search { background-position: 0 -48px; }
- 509. - .feed_icon_articles { background-position: 0 -64px; }
- 510. - .feed_icon_likes { background-position: 0 -80px; }
- 511. - .feed_icon_recommended { background-position: 0 -160px; }
- 512. - .feed_filter_lists_row .feed_filter_tabs_icon { background: none; }
- 513. - .feed_filter_lists_row .feed_filter_tabs_check { background-position: 0 -112px; }
- 514. - .feed_icon_newlist { background: none; }
- 515. -
- 516. - #filter_t_news {display: none;}
- 517. -
- 518. - b.feed_gr_icon,
- 519. - b.feed_ev_icon,
- 520. - b.feed_tp_icon,
- 521. - b.feed_nt_icon {
- 522. - margin: 2px 4px 0 0;
- 523. - display: block;
- 524. - float: left;
- 525. - width: 11px;
- 526. - height: 11px;
- 527. - background: url(/images/icons/mono_iconset.gif?8) no-repeat;
- 528. - }
- 529. - b.feed_gr_icon { background-position: 0 -88px; }
- 530. - b.feed_ev_icon { background-position: 0 -164px; }
- 531. - b.feed_nt_icon { background-position: 0 -148px; }
- 532. - b.feed_tp_icon { background-position: 0 -192px; }
- 533. -
- 534. - .feed_filter_title {
- 535. - padding-left: 7px;
- 536. - width: 98px;
- 537. - *width: 95px;
- 538. - color: #2B587A;
- 539. - }
- 540. -
- 541. -
- 542. - #feed_rows_next {
- 543. - display: none;
- 544. - }
- 545. -
- 546. - #all_shown {
- 547. - margin-top: -1px;
- 548. - margin-bottom: 15px;
- 549. - border-top: 1px solid #CAD1D9;
- 550. - color: #777;
- 551. - height: 13px;
- 552. - display: none;
- 553. - padding: 10px 0px;
- 554. - text-align: center;
- 555. - }
- 556. -
- 557. - #feed_empty {
- 558. - color: #777;
- 559. - display: none;
- 560. - font-size: 1.09em;
- 561. - line-height: 170%;
- 562. - padding: 100px 30px;
- 563. - text-align: center;
- 564. - }
- 565. - #feed_error_wrap {
- 566. - color: #777;
- 567. - font-size: 1.09em;
- 568. - line-height: 170%;
- 569. - padding: 100px 30px;
- 570. - text-align: center;
- 571. - }
- 572. -
- 573. - #feed_wall .feed_reposts_more_link {
- 574. - border-top: 1px solid #FFF;
- 575. - border-bottom: 1px solid #DAE1E8;
- 576. - margin-top: -1px;
- 577. - text-align: center;
- 578. - }
- 579. - .feed_reposts_group {
- 580. - display: none;
- 581. - }
- 582. -
- 583. -
- 584. - /* Posts ignoring */
- 585. - .ignore_row {
- 586. - background:#FFFFFF;
- 587. - border-bottom:1px solid #DAE2E8;
- 588. - padding:8px 0;
- 589. - }
- 590. -
- 591. - .ignore_row td.img img {
- 592. - width:25px;
- 593. - }
- 594. -
- 595. - .ignore_row td.img a {
- 596. - display:block;
- 597. - height:25px;
- 598. - overflow:hidden;
- 599. - width:25px;
- 600. - }
- 601. -
- 602. - .ignore_row td.info {
- 603. - padding-left:10px;
- 604. - }
- 605. -
- 606. - .ignore_row td.info .actions {
- 607. - height: 14px;
- 608. - }
- 609. -
- 610. - .ignore_row table {
- 611. - border-collapse:collapse;
- 612. - width:100%;
- 613. - line-height:120%;
- 614. - vertical-align:top;
- 615. - }
- 616. -
- 617. - .ignore_row td.img {
- 618. - width:25px;
- 619. - }
- 620. -
- 621. - #ignore_header {
- 622. - border-bottom:1px solid #DAE1E8;
- 623. - margin:0;
- 624. - padding:5px 0 2px;
- 625. - }
- 626. -
- 627. - .ignore_row .dld {
- 628. - background: #FFFFFF;
- 629. - color: #777;
- 630. - font-weight: normal;
- 631. - margin: 0;
- 632. - border: 0;
- 633. - }
- 634. - .feed_post_report {
- 635. - padding: 3px 0 8px;
- 636. - }
- 637. - .ignore_row_empty {
- 638. - padding: 20px;
- 639. - text-align: center;
- 640. - color: #888;
- 641. - }
- 642. -
- 643. - .feed_ignore_list {
- 644. - height:300px;
- 645. - overflow:auto;
- 646. - }
- 647. -
- 648. -
- 649. - /* Comments autoupdate */
- 650. - #main_feed .wall_module .reply {
- 651. - background: none;
- 652. - }
- 653. -
- 654. - /* Notifications feed */
- 655. - .feedback_answered_row_wrap {
- 656. - border-bottom: 1px solid #DAE1E8;
- 657. - padding: 0;
- 658. - }
- 659. - .feedback_row_wrap {
- 660. - padding: 0 0 10px;
- 661. - cursor: pointer;
- 662. - }
- 663. - .feedback_row_clickable_over1, .feedback_row_clickable_over2, .feedback_row_clickable_over3 {
- 664. - background: #edf1f5;
- 665. - margin: 0 -15px 0 -15px;
- 666. - padding: 0 15px 0 15px;
- 667. - }
- 668. - .feedback_row_clickable_over2 {
- 669. - border-top: 1px solid #DAE1E8;
- 670. - margin-top: -1px;
- 671. - }
- 672. - .feedback_row_clickable_over3 {
- 673. - padding-top: 5px;
- 674. - margin-top: -5px;
- 675. - margin-bottom: 0px;
- 676. - }
- 677. -
- 678. - .feedback_grouped_row {
- 679. - padding: 10px 25px 0 0;
- 680. - }
- 681. - .feedback_row {
- 682. - padding: 10px 30px 0 0;
- 683. - }
- 684. - .wide_wall_module .feedback_row_wrap .audio .title_wrap {
- 685. - width: 300px;
- 686. - }
- 687. - .wide_wall_module .feedback_row_wrap .audio .title_wrap b {
- 688. - max-width: 210px;
- 689. - }
- 690. - .feedback_grouped_row_wrap {
- 691. - border-bottom: 1px solid #DAE1E8;
- 692. - padding: 0 0 10px;
- 693. - }
- 694. -
- 695. -
- 696. - /* Answer */
- 697. - .feedback_row_answer_wrap {
- 698. - border: 1px solid #d5dee7;
- 699. - background: #edf1f5;
- 700. - margin: 10px 0 0;
- 701. - }
- 702. - .feedback_answer_tail_wrap {
- 703. - position: relative;
- 704. - }
- 705. - .feedback_answer_tail {
- 706. - background: url(/images/icons/feedback_iconset.gif?4) 0 -127px no-repeat;
- 707. - width: 15px;
- 708. - height: 9px;
- 709. - position: absolute;
- 710. - left: 20px;
- 711. - top: -7px;
- 712. - }
- 713. - .feedback_row_answer {
- 714. - padding: 8px 10px 6px;
- 715. - }
- 716. - .feedback_row_answer .feedback_row_text {
- 717. - padding: 0 0 1px 4px;
- 718. - }
- 719. - .feedback_row_answer td.feedback_row_photo {
- 720. - padding: 2px 0;
- 721. - }
- 722. -
- 723. - .feedback_row_clickable_over .feedback_row_answer_wrap {
- 724. - border: 1px solid #ccd5de;
- 725. - background: #dae1e8;
- 726. - }
- 727. - .feedback_row_clickable_over .feedback_answer_tail {
- 728. - background: url(/images/icons/feedback_iconset.gif?4) 0 -114px no-repeat;
- 729. - }
- 730. - .feedback_row_answer .feedback_row_date {
- 731. - font-size: 0.9em;
- 732. - }
- 733. -
- 734. -
- 735. - /* Reply form */
- 736. - .feedback_reply_row_wrap {
- 737. - border: 1px solid #ced7e0;
- 738. - background: #e1e7ed;
- 739. - margin: 5px 0px 10px 0;
- 740. - zoom: 1;
- 741. - }
- 742. - .feedback_reply_row {
- 743. - padding: 10px 10px 10px;
- 744. - }
- 745. - .feedback_reply_field {
- 746. - width: 518px;
- 747. - height: 31px;
- 748. - resize: none;
- 749. - }
- 750. - .feedback_reply_actions {
- 751. - padding-top: 10px;
- 752. - }
- 753. - .feedback_reply_hint_wrap {
- 754. - padding: 6px 0 6px 10px;
- 755. - }
- 756. - .feedback_reply_hint {
- 757. - color: #879BB0;
- 758. - cursor: default;
- 759. - }
- 760. - .wall_module .feedback_reply_actions .reply_hint {
- 761. - padding: 0;
- 762. - }
- 763. -
- 764. -
- 765. - .feedback_ownreply_tt table .tt_text {
- 766. - color: #000;
- 767. - padding: 10px;
- 768. - width: 310px;
- 769. - }
- 770. - .feedback_ownreply_tt table.toup1 .bottom_pointer {
- 771. - margin-right: 0px;
- 772. - margin-left: 64px;
- 773. - display: block;
- 774. - background: url(/images/tooltip_arrow_white.gif) no-repeat;
- 775. - }
- 776. - .feedback_ownreply_tt table.toup .top_pointer {
- 777. - margin-right: 0px;
- 778. - margin-left: 64px;
- 779. - display: block;
- 780. - bottom: -2px;
- 781. - background: url(/images/tooltip_arrow_up.gif) no-repeat;
- 782. - }
- 783. -
- 784. -
- 785. - .feedback_reply_tail_wrap {
- 786. - position: relative;
- 787. - }
- 788. - .feedback_reply_tail {
- 789. - background: url(/images/icons/feedback_iconset.gif?4) 0 -140px no-repeat;
- 790. - width: 15px;
- 791. - height: 9px;
- 792. - position: absolute;
- 793. - left: 20px;
- 794. - top: -7px;
- 795. - }
- 796. -
- 797. - table.feedback_row_t {
- 798. - width: 100%;
- 799. - }
- 800. - td.feedback_row_photo {
- 801. - padding-top: 0;
- 802. - width: 60px;
- 803. - }
- 804. - div.feedback_row_photo {
- 805. - width: 60px;
- 806. - height: 50px;
- 807. - overflow: hidden;
- 808. - }
- 809. - img.feedback_row_photo {
- 810. - max-width: 50px;
- 811. - *width: 50px;
- 812. - }
- 813. -
- 814. - .feedback_row_answer td.feedback_row_photo, .feedback_row_answer div.feedback_row_photo {
- 815. - width: 49px;
- 816. - }
- 817. - .feedback_reply_row td.feedback_row_photo {
- 818. - width: 49px;
- 819. - padding-top: 0;
- 820. - }
- 821. - .feedback_row_answer div.feedback_row_photo, .feedback_reply_row div.feedback_row_photo {
- 822. - height: 39px;
- 823. - }
- 824. -
- 825. - .feedback_row_answer img.feedback_row_photo, .feedback_reply_row img.feedback_row_photo {
- 826. - width: 39px;
- 827. - }
- 828. -
- 829. - td.feedback_row_content {
- 830. - line-height: 150%;
- 831. - }
- 832. - div.feedback_row_content,
- 833. - .wall_module .feedback_row_text .wall_post_text {
- 834. - width: 450px;
- 835. - }
- 836. - div.feedback_row_content {
- 837. - padding-left: 4px;
- 838. - margin-left: -4px;
- 839. - }
- 840. - .feedback_row_text {
- 841. - line-height: 160%;
- 842. - padding: 2px 0 4px;
- 843. - max-width: 450px;
- 844. - overflow: hidden;
- 845. - word-wrap: break-word;
- 846. - padding-left: 4px;
- 847. - margin-left: -4px;
- 848. - }
- 849. - .feedback_row_text .wall_post_text {
- 850. - padding-top: 0;
- 851. - }
- 852. - #feed_wall .feedback_row_text .wall_post_text {
- 853. - padding-right: 0;
- 854. - }
- 855. - #feed_wall .feedback_row_text .wall_reply_text,
- 856. - #feed_wall .feedback_row_text .wall_post_text {
- 857. - width: 450px;
- 858. - }
- 859. - .feedback_row_title {
- 860. - font-weight: bold;
- 861. - padding-bottom: 5px;
- 862. - }
- 863. - .feedback_row_date {
- 864. - color: #999;
- 865. - max-width: 450px;
- 866. - white-space: nowrap;
- 867. - -o-text-overflow: ellipsis;
- 868. - text-overflow: ellipsis;
- 869. - overflow: hidden;
- 870. - }
- 871. - .wide_wall_module div.feedback_row .post_media.wall_audio {
- 872. - width: 450px;
- 873. - }
- 874. - .feedback_row_date_link {
- 875. - color: #999;
- 876. - }
- 877. - .feedback_row_clickable_over .feedback_row_date_link, .feedback_row_clickable_over .feedback_row_date {
- 878. - color: #879BB0;
- 879. - }
- 880. - .feedback_grouped_row .feedback_row_icon {
- 881. - margin: 2px 0 0 38px;
- 882. - width: 15px;
- 883. - height: 11px;
- 884. - background-image: url(/images/icons/feedback_iconset.gif?5);
- 885. - background-repeat: no-repeat;
- 886. - }
- 887. - .feedback_like_row .feedback_row_icon {
- 888. - background-position: 0 -16px;
- 889. - }
- 890. - .feedback_copy_row .feedback_row_icon {
- 891. - background-position: 0 -32px;
- 892. - height: 13px;
- 893. - }
- 894. - .feedback_friends_row .feedback_row_icon {
- 895. - background-position: 0 -169px;
- 896. - height: 13px;
- 897. - }
- 898. -
- 899. - .feedback_row_group_names {
- 900. - color: #777;
- 901. - }
- 902. - .feedback_row_group_names .mem_link,
- 903. - .feedback_row_group_names .group_link {
- 904. - font-weight: bold;
- 905. - }
- 906. - .feedback_row_group_photos {
- 907. - padding-top: 4px;
- 908. - }
- 909. - .feedback_group_photo_wrap {
- 910. - padding: 3px 6px 6px 0;
- 911. - }
- 912. - .feedback_group_photo_wrap:last-child {
- 913. - padding-right: 0;
- 914. - }
- 915. - a.feedback_group_photo {
- 916. - display: block;
- 917. - width: 32px;
- 918. - height: 32px;
- 919. - overflow: hidden;
- 920. - }
- 921. - img.feedback_group_photo {
- 922. - width: 32px;
- 923. - height: 32px;
- 924. - }
- 925. -
- 926. - /* Reply likes */
- 927. - .feedback_like_wrap {
- 928. - position: absolute;
- 929. - margin: -15px 0 0 584px;
- 930. - }
- 931. - .wall_module .feedback_like_wrap .like_wrap {
- 932. - margin: 0;
- 933. - padding: 0;
- 934. - }
- 935. - .wall_module .feedback_like_wrap .like_link {
- 936. - display: none;
- 937. - }
- 938. - .wall_module .feedback_like_wrap .no_likes {
- 939. - visibility: visible;
- 940. - }
- 941. - .wall_module .feedback_like_wrap .like_count {
- 942. - display: none;
- 943. - }
- 944. - .wall_module .feedback_like_wrap .like_wrap div {
- 945. - background: url(/images/icons/feedback_iconset.gif?4) 0 -49px no-repeat;
- 946. - width: 14px;
- 947. - height: 11px;
- 948. - margin: 0;
- 949. - opacity: 0.6;
- 950. - filter: alpha(opacity=60);
- 951. - }
- 952. - .wall_module .feedback_like_wrap .like_wrap div.my_like {
- 953. - opacity: 1;
- 954. - filter: alpha(opacity=100);
- 955. - }
- 956. - /* Reply delete */
- 957. - .feedback_del_wrap {
- 958. - position: absolute;
- 959. - margin: 1px 0 0 585px;
- 960. - }
- 961. - .feedback_del {
- 962. - cursor: pointer;
- 963. - padding: 0;
- 964. - margin: 0;
- 965. - }
- 966. - .feedback_del_icon {
- 967. - background: url(/images/pics/statusx_op.gif) 0 0 no-repeat;
- 968. - width: 11px;
- 969. - height: 11px;
- 970. - margin: 0;
- 971. -
- 972. - opacity: 0.6;
- 973. - filter: alpha(opacity=60);
- 974. - }
- 975. - .feedback_del_label {
- 976. - color: #2B587A;
- 977. - padding: 1px 0 0 7px;
- 978. - }
- 979. -
- 980. - .wall_module .feedback_ignored_row {
- 981. - border-bottom: 1px solid #DAE1E8;
- 982. - text-align: center;
- 983. - line-height: 1.81em;
- 984. - padding: 10px 0;
- 985. - }
- 986. - .feedback_ignored_flush {
- 987. - line-height: 120%;
- 988. - padding-top: 6px;
- 989. - text-align: center;
- 990. - }
- 991. -
- 992. - .feedback_row_clickable .feedback_del_wrap,
- 993. - .feedback_row_clickable .feedback_like_wrap .like_wrap div {
- 994. - display: none;
- 995. - }
- 996. -
- 997. - .feedback_row_clickable_over .feedback_del_wrap,
- 998. - .feedback_row_clickable .feedback_like_wrap .like_wrap div.my_like,
- 999. - .feedback_row_clickable_over .feedback_like_wrap .like_wrap div {
- 1000. - display: block;
- 1001. - }
- 1002. - .wall_module .feedback_row_answer .delete_post {
- 1003. - width: 11px;
- 1004. - padding-top: 2px;
- 1005. - display: none;
- 1006. - }
- 1007. - .wall_module .feedback_row_answer .delete_post div {
- 1008. - background-position: 0 0;
- 1009. - width: 11px;
- 1010. - height: 11px;
- 1011. - opacity: 0.6;
- 1012. - filter: alpha(opacity=0.6);
- 1013. - }
- 1014. - .wall_module .feedback_row_answer .dld,
- 1015. - .wall_module .feedback_reply_row .dld {
- 1016. - line-height: 140%;
- 1017. - color: #879BB0;
- 1018. - padding: 1px 49px 3px;
- 1019. - }
- 1020. - .wall_module .feedback_reply_row_share {
- 1021. - color: #45688E;
- 1022. - }
- 1023. - .wall_module .feedback_row_answer .dld .dld {
- 1024. - padding: 0;
- 1025. - }
- 1026. - .feedback_graphs_wrap {
- 1027. - padding-bottom: 10px;
- 1028. - border-bottom: 1px solid #DAE1E8;
- 1029. - }
- 1030. - .feedback_graphs_shadow_wrap {
- 1031. - position: relative;
- 1032. - }
- 1033. - .feedback_graphs_shadow {
- 1034. - background: #555;
- 1035. - opacity: 0.12;
- 1036. - filter: alpha(opacity=12);
- 1037. - position: absolute;
- 1038. - width: 599px;
- 1039. - height: 3px;
- 1040. - }
- 1041. -
- 1042. -
- 1043. - /* Slider */
- 1044. - #feed_rate_slider_wrap {
- 1045. - position: absolute;
- 1046. - width: 100px;
- 1047. - right: 32px;
- 1048. - margin-top: -17px;
- 1049. - }
- 1050. - div.feed_rate_label {
- 1051. - cursor: default;
- 1052. - color: #8699AE;
- 1053. - font-size: 1em;
- 1054. - text-align: center;
- 1055. - line-height: 1.18em;
- 1056. - height: 13px;
- 1057. - white-space: nowrap;
- 1058. - }
- 1059. - div.feed_rate_label b {
- 1060. - color: #47688d;
- 1061. - }
- 1062. - #feed_rate_slider_scale {
- 1063. - cursor: pointer;
- 1064. - padding-top: 3px;
- 1065. - }
- 1066. - #feed_rate_slider_line {
- 1067. - cursor: pointer;
- 1068. - border-bottom: 1px solid #5F7D9D;
- 1069. - }
- 1070. - #feed_rate_slider {
- 1071. - cursor: pointer;
- 1072. - background: #5F7D9D;
- 1073. - width: 11px;
- 1074. - height: 4px;
- 1075. - }
- 1076. - .feed_rate_wait,
- 1077. - .feed_rate_wait #feed_rate_slider_scale,
- 1078. - .feed_rate_wait #feed_rate_slider_line,
- 1079. - .feed_rate_wait #feed_rate_slider {
- 1080. - cursor: wait;
- 1081. - }
- 1082. -
- 1083. - .feed_rate_wait .feed_rate_label {
- 1084. - cursor: wait;
- 1085. - text-align: left;
- 1086. - padding-left: 15px;
- 1087. - }
- 1088. - span.feed_rate_load_label,
- 1089. - .feed_rate_wait #feed_rate_slider_label {
- 1090. - display: none;
- 1091. - }
- 1092. - .feed_rate_wait span.feed_rate_load_label {
- 1093. - display: inline;
- 1094. - }
- 1095. - #feed_rate_mobile {
- 1096. - display: none;
- 1097. - text-align: right;
- 1098. - margin-top: -6px;
- 1099. - }
- 1100. - #feed_rate_select {
- 1101. - margin: 0;
- 1102. - }
- 1103. -
- 1104. - /* Slider tooltip */
- 1105. - .feed_side_tt table .tt_text {
- 1106. - line-height: 120%;
- 1107. - color: #000;
- 1108. - padding: 10px;
- 1109. - width: 200px;
- 1110. - }
- 1111. - .feed_side_tt_pointer {
- 1112. - background: url(/images/ddtooltip.png) 0 0 no-repeat;
- 1113. - width: 8px;
- 1114. - height: 11px;
- 1115. - position: absolute;
- 1116. - left: -7px;
- 1117. - top: 50px;
- 1118. - overflow: hidden;
- 1119. - z-index: 10;
- 1120. - }
- 1121. - #feed_rate_tt_place {
- 1122. - width: 1px;
- 1123. - height: 1px;
- 1124. - }
- 1125. -
- 1126. - /* Feedback page thumbs fixes */
- 1127. - #feed_wall .feedback_row a.page_post_thumb_wrap,
- 1128. - #feed_wall .feedback_row a.page_post_thumb_unsized {
- 1129. - margin: 0 3px 3px 0;
- 1130. - }
- 1131. - #feed_wall .feedback_row a.page_post_thumb_last_column {
- 1132. - margin-right: 0;
- 1133. - }
- 1134. - #feed_wall .feedback_row a.page_post_thumb_last_row {
- 1135. - margin-bottom: 0;
- 1136. - }
- 1137. -
- 1138. - #feed_recom_rows,
- 1139. - #feed_recom_preview {
- 1140. - padding: 5px 10px;
- 1141. - }
- 1142. - #feed_recom_more {
- 1143. - display: block;
- 1144. - margin: 0px 15px;
- 1145. - color: #6A7989;
- 1146. - background: #E9EDF1;
- 1147. - height: 13px;
- 1148. - padding: 9px 0px 8px;
- 1149. - text-align: center;
- 1150. - }
- 1151. - #feed_recom_norows {
- 1152. - color: #777;
- 1153. - font-size: 13px;
- 1154. - display: none;
- 1155. - text-align: center;
- 1156. - padding: 100px 20px;
- 1157. - }
- 1158. - #feed_recom_prg {
- 1159. - margin: 0px auto;
- 1160. - }
- 1161. - #feed_recom_more:hover {
- 1162. - text-decoration: none;
- 1163. - }
- 1164. - div.feed_recom {
- 1165. - display: inline;
- 1166. - display: inline-block;
- 1167. - zoom: 1;
- 1168. - width: 292px;
- 1169. - padding: 10px 5px;
- 1170. - }
- 1171. - .feed_recoms_edit .feed_recom {
- 1172. - width: 592px;
- 1173. - }
- 1174. - .feed_recom_edit:hover {
- 1175. - cursor: pointer;
- 1176. - text-decoration: underline;
- 1177. - }
- 1178. - .feed_recom_photo {
- 1179. - width: 105px;
- 1180. - height: 90px;
- 1181. - overflow: hidden;
- 1182. - }
- 1183. - .feed_recom_img {
- 1184. - width: 90px;
- 1185. - vertical-align: top;
- 1186. - }
- 1187. - .feed_recom_lnk {
- 1188. - color: #45688E;
- 1189. - }
- 1190. - .feed_recom_name {
- 1191. - font-weight: bold;
- 1192. - padding: 1px 0px 4px;
- 1193. - }
- 1194. - .feed_recom_desc,
- 1195. - .feed_recom_size {
- 1196. - color: #777;
- 1197. - padding: 3px 0px 4px;
- 1198. - }
- 1199. - .feed_recom_name,
- 1200. - .feed_recom_desc,
- 1201. - .feed_recom_size {
- 1202. - width: 187px;
- 1203. - overflow: hidden;
- 1204. - -o-text-overflow: ellipsis;
- 1205. - text-overflow: ellipsis;
- 1206. - white-space: nowrap;
- 1207. - }
- 1208. - .feed_recom_info {
- 1209. - width: 187px;
- 1210. - }
- 1211. - .feed_recom_right {
- 1212. - width: 290px;
- 1213. - }
- 1214. - .feed_recom_label {
- 1215. - color: #777;
- 1216. - padding: 1px 10px 6px;
- 1217. - width: 100px;
- 1218. - }
- 1219. - .feed_recom_labeled {
- 1220. - padding: 1px 0px 6px;
- 1221. - width: 170px;
- 1222. - }
- 1223. - .feed_recom_labeled .selector_container {
- 1224. - margin: -5px -6px -4px;
- 1225. - }
- 1226. - .feed_recom_btn {
- 1227. - margin-top: 7px;
- 1228. - }
- 1229. - .feed_recom_done {
- 1230. - padding-top: 13px;
- 1231. - color: #777;
- 1232. - }
- 1233. - .feed_recom_add,
- 1234. - .feed_recom_preview {
- 1235. - background: #F7F7F7;
- 1236. - padding: 10px;
- 1237. - border-bottom: 1px solid #DAE1E8;
- 1238. - }
- 1239. - .feed_recom_preview {
- 1240. - padding-top: 0px;
- 1241. - }
- 1242. - #feed_recom_add {
- 1243. - width: 545px;
- 1244. - background: white url(/images/magglass.png) no-repeat 5px 6px;
- 1245. - outline: none;
- 1246. - padding: 5px 40px 5px 20px;
- 1247. - }
- 1248. - #feed_recom_msg {
- 1249. - display: none;
- 1250. - line-height: 160%;
- 1251. - margin: 15px 15px 0px;
- 1252. - }
- 1253. - .feed_recom_ignore {
- 1254. - margin: 0px -20px -3px;
- 1255. - }
- 1256. - .feed_recom_filter {
- 1257. - margin: 0px -5px;
- 1258. - }
- 1259. - .feed_recom_filter_txt {
- 1260. - padding: 15px 10px 4px;
- 1261. - width: 57px;
- 1262. - color: #777;
- 1263. - }
- 1264. - .feed_recom_filter_cb {
- 1265. - width: 80px;
- 1266. - padding-top: 15px;
- 1267. - }
- 1268. - .feed_recom_filter_dd {
- 1269. - padding: 10px 5px 0px;
- 1270. - }
- 1271. - .feed_recom_blocked {
- 1272. - font-weight: bold;
- 1273. - color: #800;
- 1274. - }
- 1275. - .feed_recom_nosearch {
- 1276. - font-weight: bold;
- 1277. - color: #BB6900;
- 1278. - }
- 1279. -
- 1280. - /* Feed articles thumbed links */
- 1281. - .feed_article {
- 1282. - margin: 6px 0 10px 0;
- 1283. - }
- 1284. - .wall_module div.feed_article_desc_wrap {
- 1285. - padding-right: 10px;
- 1286. - line-height: 160%;
- 1287. - min-height: 63px;
- 1288. - max-height: 12.7em;
- 1289. - overflow: hidden;
- 1290. - -o-text-overflow: ellipsis;
- 1291. - text-overflow: ellipsis;
- 1292. - }
- 1293. - div.feed_article_desc {
- 1294. - color: #000;
- 1295. - padding-top: 3px;
- 1296. - }
- 1297. - td.feed_article_thumb {
- 1298. - cursor: pointer;
- 1299. - background-position: 50% 0;
- 1300. - background-repeat: no-repeat;
- 1301. - }
- 1302. - a.feed_article_thumb {
- 1303. - display: block;
- 1304. - width: 100px;
- 1305. - overflow: hidden;
- 1306. - line-height: 0;
- 1307. - min-height: 63px;
- 1308. - height: 100%;
- 1309. - *height: 63px;
- 1310. - }
- 1311. - .feed_article_preview_btn {
- 1312. - padding: 10px 0 0;
- 1313. - }
- 1314. - .feed_article_preview_btn .button_blue,
- 1315. - .feed_article_preview_btn button {
- 1316. - width: 140px;
- 1317. - }
- 1318. - .feed_blog_cont {
- 1319. - background: #F7F7F7;
- 1320. - border-bottom: 1px solid #DAE1E8;
- 1321. - padding: 15px 18px;
- 1322. - display: block;
- 1323. - text-align: center;
- 1324. - color: #777777;
- 1325. - -o-transition:all 200ms ease-in-out;
- 1326. - -moz-transition:all 200ms ease-in-out;
- 1327. - -webkit-transition:all 200ms ease-in-out;
- 1328. - transition:all 200ms ease-in-out;
- 1329. - position: relative;
- 1330. - }
- 1331. - .feed_blog_cont:hover {
- 1332. - background: #F1F1F1;
- 1333. - text-decoration: none;
- 1334. - }
- 1335. - .feed_blog_cont:active {
- 1336. - padding-top: 16px;
- 1337. - padding-bottom: 14px;
- 1338. - }
- 1339. - .feed_blog_close {
- 1340. - background: url(/images/pics/statusx_op.gif) 3px 1px no-repeat;
- 1341. - opacity: 0;
- 1342. - filter: alpha(opacity=0);
- 1343. - cursor: pointer;
- 1344. - height: 17px;
- 1345. - width: 17px;
- 1346. - -o-transition:all 400ms ease-in-out;
- 1347. - -moz-transition:all 400ms ease-in-out;
- 1348. - -webkit-transition:all 400ms ease-in-out;
- 1349. - transition:all 400ms ease-in-out;
- 1350. - position: absolute;
- 1351. - top: 15px;
- 1352. - right: 6px;
- 1353. - }
- 1354. - .feed_blog_cont:hover .feed_blog_close:hover {
- 1355. - opacity: 1;
- 1356. - filter: alpha(opacity=100);
- 1357. - }
- 1358. - .feed_blog_cont:hover .feed_blog_close {
- 1359. - opacity: 0.3;
- 1360. - filter: alpha(opacity=30);
- 1361. - }
- 1362. -
- 1363. -
- 1364. - .feed_suggested_since {
- 1365. - padding: 5px 15px 15px;
- 1366. - }
- 1367. -
- 1368. - .feed_searchext_wrap {
- 1369. - clear: both;
- 1370. - }
- 1371. - #feed_search_sort {
- 1372. - display: none;
- 1373. - padding: 3px 0 0;
- 1374. - }
- 1375. - .feed_serachext_header {
- 1376. - color: #45688E;
- 1377. - font-weight: bold;
- 1378. - padding: 15px 0 8px;
- 1379. - }
- 1380. - .feed_searchext_geo_wrap {
- 1381. - height: 108px;
- 1382. - width: 130px;
- 1383. - }
- 1384. - .feed_searchext_map_icon {
- 1385. - background: url(/images/icons/attach_icons_2x.png?3) 0 -179px no-repeat;
- 1386. - width: 40px;
- 1387. - height: 40px;
- 1388. - }
- 1389. - #feed_searchext_map {
- 1390. - cursor: pointer;
- 1391. - padding: 20px 45px;
- 1392. - background: #E1E4E8;
- 1393. - position: relative;
- 1394. - }
- 1395. - #feed_searchext_map_delete_wrap {
- 1396. - display: none;
- 1397. - position: absolute;
- 1398. - top: 0;
- 1399. - right: 0;
- 1400. - background: #222;
- 1401. - background: rgba(0, 0, 0, 0.5);
- 1402. - -webkit-border-radius: 3px;
- 1403. - -moz-border-radius: 3px;
- 1404. - border-radius: 3px;
- 1405. - padding: 3px;
- 1406. - cursor: pointer;
- 1407. - margin-left: -13px;
- 1408. - }
- 1409. - .feed_searchext_map_delete {
- 1410. - background: url("/images/notifier_close.gif") no-repeat scroll 0 0 transparent;
- 1411. - opacity: 0.6;
- 1412. - filter: alpha(opacity=60);
- 1413. - width: 7px;
- 1414. - height: 7px;
- 1415. - }
- 1416. - #feed_searchext_map_delete_wrap:hover .feed_searchext_map_delete {
- 1417. - opacity: 0.8;
- 1418. - filter: alpha(opacity=80);
- 1419. - }
- 1420. - .feed_searchext_map_selected .feed_searchext_map_icon {
- 1421. - background: url('/images/map/small.png') 13px 8px no-repeat;
- 1422. - }
- 1423. - .feed_searchext_map_selected #feed_searchext_map_delete_wrap {
- 1424. - display: block;
- 1425. - }
- 1426. - .feed_searchext_param {
- 1427. - width: 140px;
- 1428. - padding: 0 15px 5px 0;
- 1429. - }
- 1430. - .feed_searchext_param_dropdown {
- 1431. - position: relative;
- 1432. - }
- 1433. - .feed_searchext_param_last_row .feed_serachext_header {
- 1434. - padding-top: 11px;
- 1435. - }
- 1436. -
- 1437. - #feed_searchext_exclude,
- 1438. - #feed_searchext_link,
- 1439. - #feed_searchext_content {
- 1440. - width: 132px;
- 1441. - outline: none;
- 1442. - }
- 1443. -
- 1444. - .feed_since_photos {
- 1445. - padding: 15px 15px 0;
- 1446. - }
- 1447. - .feed_since_photos .page_post_sized_thumbs {
- 1448. - margin: 0;
- 1449. - padding: 0;
- 1450. - }
- 1451. - .feed_since_photos .page_post_thumb_wrap {
- 1452. - margin-right: 5px;
- 1453. - }
- 1454. - .feed_since_owners {
- 1455. - padding: 15px 10px 0 9px;
- 1456. - }
- 1457. - .feed_since_owner_row {
- 1458. - padding: 0 5px 0 6px;
- 1459. - }
- 1460. -
- 1461. - .feed_since_ownerph_wrap {
- 1462. - position: relative;
- 1463. - width: 90px;
- 1464. - height: 90px;
- 1465. - margin: 0px auto;
- 1466. - overflow: hidden;
- 1467. - }
- 1468. - .feed_since_ownerph {
- 1469. - position: absolute;
- 1470. - color: #FFF;
- 1471. - margin-top: 90px;
- 1472. - background: #333;
- 1473. - background: rgba(0, 0, 0, 0.5);
- 1474. - width: 90px;
- 1475. - height: 15px;
- 1476. - line-height: 15px;
- 1477. - padding: 4px 0px 6px 0px;
- 1478. - text-align: center;
- 1479. - filter: alpha(opacity=75);
- 1480. - }
- 1481. - @media all and (min-width:0) { /* IE9-10 */
- 1482. - .feed_since_ownerph { filter: none; }
- 1483. - }
- 1484. - .feed_since_ownerph:hover {
- 1485. - text-decoration: none;
- 1486. - }
- 1487. - .feed_since_ownerph_label {
- 1488. - opacity: 0.75;
- 1489. - -webkit-transition: opacity 100ms linear;
- 1490. - -moz-transition: opacity 100ms linear;
- 1491. - -o-transition: opacity 100ms linear;
- 1492. - transition: opacity 100ms linear;
- 1493. - padding: 0px 0px 1px 20px;
- 1494. - background: url(/images/icons/photo_icons.png?2) no-repeat left -62px;
- 1495. - }
- 1496. - .is_rtl1 .feed_since_ownerph_label {
- 1497. - padding: 0px 20px 1px 0px;
- 1498. - background-position: right -62px;
- 1499. - }
- 1500. - .feed_since_ownerph:hover .feed_since_ownerph_label {
- 1501. - opacity: 1;
- 1502. - }
- 1503. - .feed_since_owner_tt .tt_text {
- 1504. - width: 100px;
- 1505. - text-align: center;
- 1506. - max-height: 100px;
- 1507. - overflow: hidden;
- 1508. - text-overflow: ellipsis;
- 1509. - }
- 1510. - .feed_since_owner_tt .toup1 .bottom_pointer {
- 1511. - margin: 0 52px;
- 1512. - }
- 1513. - .feed_found_photos .page_post_sized_thumbs {
- 1514. - margin: 6px 0 0;
- 1515. - padding-bottom: 0px;
- 1516. - }
- 1517. - .feed_row:last-child .feed_found_photos .page_post_sized_thumbs {
- 1518. - margin-bottom: 10px;
- 1519. - }
- 1520. -
- 1521. -
- 1522. -
- 1523. - #feed_list_name_wrap {
- 1524. - border-bottom: 1px solid #DAE1E8;
- 1525. - padding: 10px;
- 1526. - }
- 1527. - #feed_list_name {
- 1528. - width: 150px;
- 1529. - height: 13px;
- 1530. - padding: 4px 5px 5px;
- 1531. - }
- ------
Advertisement
Add Comment
Please, Sign In to add comment