Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Файл - api/widgets/al_like.js (Старый размер - 0 | Новый - 0):
- ------
- Файл - widgets.css (Старый размер - 17285 | Новый - 0):
- 0. - #widgets_css {
- 1. - display: none;
- 2. - }
- 3. - body {
- 4. - background: #fff; text-align: left; margin: 0px; padding: 0px;
- 5. - font-family: tahoma, verdana, arial, sans-serif, Lucida Sans;
- 6. - font-size: 11px;
- 7. - overflow: hidden;
- 8. - }
- 9. -
- 10. - p {
- 11. - font-family: tahoma, verdana, arial, sans-serif, Lucida Sans;
- 12. - font-size: 11px; text-align: left; padding:0px; margin:15px 0px;
- 13. - }
- 14. -
- 15. - a {
- 16. - color: #2B587A;
- 17. - text-decoration: none;
- 18. - cursor: pointer;
- 19. - }
- 20. -
- 21. - .pageBody a:hover {
- 22. - text-decoration: underline;
- 23. - }
- 24. - img {
- 25. - border: 0;
- 26. - }
- 27. -
- 28. -
- 29. - #membersRows {
- 30. - padding:10px 0px 5px 0px;
- 31. - vertical-align: top;
- 32. - }
- 33. - #membersRows .mem_row {
- 34. - background:#FFFFFF;
- 35. - border:1px solid #DAE2E8;
- 36. - margin:0px 0 3px 0px;
- 37. - padding:8px 8px 6px 8px;
- 38. - }
- 39. - #membersRows .mem_row table {
- 40. - border-collapse: collapse;
- 41. - width: 100%;
- 42. - }
- 43. - #membersRows td {
- 44. - padding:0px;
- 45. - vertical-align: top;
- 46. -
- 47. - line-height: 120%;
- 48. - }
- 49. - #membersRows td.img {
- 50. - width: 25px;
- 51. - }
- 52. - #membersRows td.img a {
- 53. - display: block;
- 54. - width: 25px;
- 55. - height: 25px;
- 56. - overflow: hidden;
- 57. - }
- 58. - #membersRows td.img img {
- 59. - width: 25px;
- 60. - }
- 61. -
- 62. - #membersRows td.info {
- 63. - padding-left: 10px;
- 64. - }
- 65. - #membersRows td.details {
- 66. - /*width: */
- 67. - text-align: right;
- 68. - font-size: 10px;
- 69. - line-height: 130%;
- 70. -
- 71. - }
- 72. - #membersRows td.info .actions{
- 73. - font-size: 9px;
- 74. - height: 14px;
- 75. - display: block;
- 76. - font-weight: bold;
- 77. - }
- 78. - #membersRows td.info .actions a, #membersRows td.info .actions .divide {
- 79. - font-weight: normal;
- 80. - }
- 81. -
- 82. - #membersRows .alertmsg {
- 83. - margin:0 0 3px 0px;
- 84. - }
- 85. -
- 86. - #membersSections {
- 87. - padding:10px;
- 88. - width:150px;
- 89. - vertical-align:top;
- 90. - }
- 91. -
- 92. - #noMembers {
- 93. - background:#FFF;
- 94. - border:1px solid #DAE2E8;
- 95. - color:#777777;
- 96. - font-size:13px;
- 97. - padding:80px 0;
- 98. - text-align:center;
- 99. - margin: 0px 0px 3px 0px;
- 100. - }
- 101. -
- 102. -
- 103. - /* privacy box */
- 104. - .t_filter_area {
- 105. - border-bottom: 1px solid #D8DFEA;
- 106. - padding: 10px;
- 107. - background-color: #F7F7F7;
- 108. - _padding-bottom: 18px;
- 109. - }
- 110. -
- 111. - *:first-child+html .t_filter_area {
- 112. - padding-bottom: 18px;
- 113. - }
- 114. -
- 115. - .t_filter_selected {
- 116. - float: left;
- 117. - border-bottom: 1px solid #FFFFFF;
- 118. - margin-right: 10px;
- 119. - margin-bottom: -1px;
- 120. - cursor: pointer;
- 121. - }
- 122. -
- 123. - .body_rtl .t_filter_selected {
- 124. - float:right;
- 125. - margin: 0 0 -1px 10px;
- 126. - }
- 127. - .t_filter_selected .t_filter2 {
- 128. - border: 1px solid #3B6798;
- 129. - border-top: 1px solid #395676;
- 130. - border-bottom: 1px solid #4A73A0;
- 131. - }
- 132. - .t_filter_selected .t_filter3 {
- 133. - border: 1px solid #5C82AB;
- 134. - padding: 2px 5px 3px 5px;
- 135. - background-color: #6D8FB3;
- 136. - color: #FFFFFF;
- 137. - font-weight: bold;
- 138. - }
- 139. -
- 140. - .t_filter_off {
- 141. - cursor: pointer;
- 142. - padding: 4px 7px 5px;
- 143. - color: #45688E;
- 144. - font-weight: bold;
- 145. - float: left;
- 146. - margin-right: 10px;
- 147. - margin-bottom: -1px;
- 148. - }
- 149. - .body_rtl .t_filter_off {
- 150. - float:right;
- 151. - margin: 0 0 -1px 10px;
- 152. - }
- 153. - #mod_sections_loading {
- 154. - visibility: hidden;
- 155. - margin-top: 5px;
- 156. - }
- 157. - .t_filter_area a {
- 158. - margin-top: 5px;
- 159. - margin-left: 5px;
- 160. - }
- 161. -
- 162. - /* Groups Widget */
- 163. - .squarePic {
- 164. - height: 50px;
- 165. - clear: both;
- 166. - overflow: hidden;
- 167. - padding-bottom: 3px;
- 168. - }
- 169. - .squareUser {
- 170. - width: 58px;
- 171. - height: 68px;
- 172. - float: left;
- 173. - overflow: hidden;
- 174. - text-align: center;
- 175. - }
- 176. - .squareUser a {
- 177. - color: #808080;
- 178. - font-size: 10px;
- 179. - }
- 180. - #main .squareUser a:hover {
- 181. - text-decoration: none; !important;
- 182. - }
- 183. - .groupInfo {
- 184. - margin: 8px 8px 0px 8px;
- 185. - }
- 186. - .groupName {
- 187. - color: #45688e;
- 188. - font-weight: bold;
- 189. - padding-left: 10px;
- 190. - float: left;
- 191. - }
- 192. - .softHead {
- 193. - padding: 8px 0px 1px 0px;
- 194. - margin: 0px 10px;
- 195. - border-bottom: 1px solid #d9e1e7;
- 196. - padding-bottom: 2px;
- 197. - color: #45688e;
- 198. - font-weight: normal;
- 199. - }
- 200. - .softHead a {
- 201. - font-weight: normal;
- 202. - }
- 203. - .widgetBottom {
- 204. - background: #eef2f5;
- 205. - color: #2f5879;
- 206. - }
- 207. - .widgetBottom .checkbox_container table {
- 208. - margin: 3px 0px;
- 209. - }
- 210. - .statHolder {
- 211. - background: #ECECEC;
- 212. - height: 1px;
- 213. - margin-bottom: 20px;
- 214. - }
- 215. - .statLine {
- 216. - position: absolute;
- 217. - border-top: 1px solid #c0ccd9;
- 218. - background: #dae2e8;
- 219. - margin-top: 0px;
- 220. - height: 15px;
- 221. - }
- 222. -
- 223. - .groupsMain {
- 224. - border:1px solid #BEC8D3;
- 225. - border-bottom: none;
- 226. - }
- 227. -
- 228. - /* ---- */
- 229. - #group_like .checkbox {
- 230. - color: #2B587A;
- 231. - cursor: pointer;
- 232. - border-left: 1px solid #BEC8D3;
- 233. - border-right: 1px solid #BEC8D3;
- 234. - border-bottom: 1px solid #BEC8D3;
- 235. - float: none;
- 236. - margin-right: 0;
- 237. - *display: block;
- 238. - }
- 239. - #group_like div.checkbox_inner {
- 240. - padding: 3px;
- 241. - height: 14px;
- 242. - line-height: 14px;
- 243. - padding-left: 7px;
- 244. - padding-bottom: 4px;
- 245. - border: 1px solid #eef2f5;
- 246. - border-top: 1px solid #D9E1E7;
- 247. - padding-top: 4px;
- 248. - *display: block;
- 249. - }
- 250. - #group_like #join_group.checkbox {
- 251. - *display: block;
- 252. - }
- 253. - #group_like .checkbox .checkbox_inner {
- 254. - *display: block;
- 255. - }
- 256. - #group_like .checked {
- 257. - background-color: #36638E;
- 258. - font-size: 11px;
- 259. - font-family: tahoma, tahoma, verdana, arial, sans-serif, Lucida Sans;
- 260. - border: 1px solid #3B6798;
- 261. - text-shadow: 0px 1px 0px #45688E;
- 262. - padding: 0px;
- 263. - }
- 264. - #group_like .checkbox.checked div.checkbox_inner {
- 265. - border-style: solid;
- 266. - border-width: 1px;
- 267. - border-color: #7E9CBC #5C82AB #5C82AB;
- 268. - background-color:#6D8FB3;
- 269. - color: #FFF;
- 270. - padding-top: 3px;
- 271. - float: none;
- 272. - *display: block;
- 273. - }
- 274. - #group_like .checked .check {
- 275. - background: url("/images/like_s.gif?1") no-repeat scroll 0 -28px;
- 276. - }
- 277. - #group_like .checked-light .check {
- 278. - background: url("/images/like_s.gif?1") no-repeat scroll 0 -28px;
- 279. - }
- 280. - #group_like .check {
- 281. - width: 14px;
- 282. - height: 14px;
- 283. - float: left;
- 284. - background: url("/images/like_s.gif?1") no-repeat scroll 0 -14px;
- 285. - margin-right: 8px;
- 286. - }
- 287. - #group_like #subscr_group.checked-light .check {
- 288. - background: url("/images/icons/check.gif") no-repeat scroll 0 -14px;
- 289. - }
- 290. - #group_like #subscr_group .check {
- 291. - width: 14px;
- 292. - height: 14px;
- 293. - float: left;
- 294. - background: url("/images/icons/check.gif") no-repeat scroll 0 0px;
- 295. - margin-right: 8px;
- 296. - }
- 297. - .group_users {
- 298. - padding: 7px 0px 5px 5px;
- 299. - }
- 300. - .anim_row {
- 301. - overflow-x: hidden;
- 302. - padding-bottom: 2px;
- 303. - }
- 304. - .inline_row {
- 305. - display: inline;
- 306. - }
- 307. -
- 308. -
- 309. - /* Like widget */
- 310. - #like_body {
- 311. - background: transparent;
- 312. - }
- 313. -
- 314. - .like_wrap {
- 315. - -webkit-border-radius: 2px;
- 316. - -moz-border-radius: 2px;
- 317. - border-radius: 2px;
- 318. - -webkit-user-select: none;
- 319. - -moz-user-select: none;
- 320. - padding: 4px 0px;
- 321. - cursor: pointer;
- 322. - display: block;
- 323. - }
- 324. - .like_wrap:hover {
- 325. - text-decoration: none;
- 326. - }
- 327. - .like_wrap:active {
- 328. - padding-top: 5px;
- 329. - padding-bottom: 3px;
- 330. - }
- 331. - .like_dived .like_wrap {
- 332. - margin-right: 8px;
- 333. - cursor: pointer;
- 334. - position: relative;
- 335. - }
- 336. - .like_dived_full .like_wrap {
- 337. - margin-right: 0px;
- 338. - }
- 339. - .like_dived .like_inline .like_wrap {
- 340. - margin: 0;
- 341. - }
- 342. -
- 343. - .like_left {
- 344. - width: 15px;
- 345. - height: 14px;
- 346. - float: left;
- 347. - border-right: 1px solid #87a2bf;
- 348. - border-right-color: rgba(255,255,255, 0.24);
- 349. - padding-left: 5px;
- 350. - padding-right: 1px;
- 351. - }
- 352. - .like_right {
- 353. - color: #FFFFFF;
- 354. - float: left;
- 355. - padding: 0px 8px 1px 7px;
- 356. - line-height: 13px;
- 357. - text-align: center;
- 358. - }
- 359. - .like_dived_full .like_wrap .like_right {
- 360. - position: absolute;
- 361. - right: 0;
- 362. - z-index: 90;
- 363. - }
- 364. - .like_dived_full .like_wrap .like_left {
- 365. - position: relative;
- 366. - left: 0;
- 367. - z-index: 100;
- 368. - }
- 369. - .like_dived_full .like_minified .like_left {
- 370. - border-right: none;
- 371. - }
- 372. - .like_small .like_wrap {
- 373. - margin-right: 8px;
- 374. - }
- 375. - .like_small .like_right {
- 376. - width: 11px;
- 377. - padding: 0px 7px 0px 6px;
- 378. - }
- 379. - .like_small .icon_heart {
- 380. - opacity: 0.5;
- 381. - filter: alpha(opacity=50);
- 382. - }
- 383. - .like_small .checked .icon_heart {
- 384. - opacity: 1;
- 385. - filter: alpha(opacity=100);
- 386. - }
- 387. -
- 388. -
- 389. - /* Due to right part visible */
- 390. -
- 391. - .like_icon {
- 392. - width: 10px;
- 393. - height: 10px;
- 394. - background: url(/images/icons/like_widget.png?1) 0 0 no-repeat;
- 395. - overflow: hidden;
- 396. - }
- 397. - .is_2x .like_icon {
- 398. - background-image: url(/images/icons/like_widget_2x.png?1);
- 399. - background-size: 37px 42px;
- 400. - }
- 401. - .like_wrap .icon_v, .like_wrap .icon_heart {
- 402. - -webkit-transition: opacity 200ms linear;
- 403. - -moz-transition: opacity 200ms linear;
- 404. - -o-transition: opacity 200ms linear;
- 405. - transition: opacity 200ms linear;
- 406. - }
- 407. - .like_wrap .icon_v {
- 408. - background-position: 0 -8px;
- 409. - position: absolute;
- 410. - margin: 2px 2px 1px 3px;
- 411. - width: 7px;
- 412. - height: 9px;
- 413. - }
- 414. - .like_wrap .icon_heart {
- 415. - background-position: -25px -8px;
- 416. - position: absolute;
- 417. - width: 10px;
- 418. - margin: 3px 2px 1px 1px;
- 419. - height: 9px;
- 420. - }
- 421. - .like_dived .like_wrap .icon_heart {
- 422. - opacity: 0;
- 423. - filter: alpha(opacity=0);
- 424. - }
- 425. - .like_dived .checked .icon_v {
- 426. - opacity: 0;
- 427. - filter: alpha(opacity=0);
- 428. - }
- 429. - .like_dived .checked .icon_heart {
- 430. - opacity: 1;
- 431. - filter: alpha(opacity=100);
- 432. - }
- 433. - .is_eng .like_wrap .icon_v {
- 434. - background-position: -8px -8px;
- 435. - width: 16px;
- 436. - margin-left: 1px;
- 437. - }
- 438. - .is_eng .like_wrap .like_left {
- 439. - border-right: none;
- 440. - width: 16px;
- 441. - padding-left: 3px;
- 442. - padding-right: 4px;
- 443. - }
- 444. - .is_eng .like_wrap .like_right {
- 445. - padding-right: 6px;
- 446. - padding-left: 0px;
- 447. - }
- 448. - .is_eng .like_dived_full .like_wrap .like_right {
- 449. - padding-left: 3px;
- 450. - }
- 451. - .is_eng .like_wrap .icon_heart {
- 452. - margin-left: 4px;
- 453. - }
- 454. -
- 455. - .is_eng .like_small .icon_heart {
- 456. - margin-left: 1px;
- 457. - }
- 458. - .is_eng .like_small_vertical .icon_heart {
- 459. - margin-left: 2px;
- 460. - }
- 461. - .is_eng .like_small_vertical .like_wrap .like_right {
- 462. - padding-left: 0px;
- 463. - }
- 464. -
- 465. - .like_dived .checkbox_over .like_right {
- 466. - border-color: #8596A9;
- 467. - }
- 468. - .like_dived .checkbox_over .like_right .like_right_border {
- 469. - background: #E3EAF1;
- 470. - border-color: #fff #E3EAF1 #E3EAF1 #E3EAF1;
- 471. - -webkit-user-select: none;
- 472. - -moz-user-select: none;
- 473. - }
- 474. -
- 475. - .like_small_vertical .like_wrap1 {
- 476. - float: none;
- 477. - }
- 478. - .like_small_vertical .like_wrap {
- 479. - margin: 0;
- 480. - }
- 481. - .like_small_vertical td.like_right .like_right_border {
- 482. - padding: 4px 4px 2px;
- 483. - }
- 484. - .like_small_vertical .like_left {
- 485. - padding-left: 4px;
- 486. - padding-right: 0px;
- 487. - }
- 488. - .like_small_vertical .like_right {
- 489. - padding: 0px 5px 0px 4px;
- 490. - }
- 491. -
- 492. - /* Like designs */
- 493. - .like_tabled .like_wrap table {
- 494. - border-collapse: collapse;
- 495. - border: 0;
- 496. - padding: 0;
- 497. - }
- 498. -
- 499. -
- 500. - .like_small_vertical .like_wrap {
- 501. - margin: 0;
- 502. - }
- 503. -
- 504. -
- 505. - .like_counter_wrap {
- 506. - display: block;
- 507. - border: 1px solid #bbbfc4;
- 508. - color: #666c73;
- 509. - -webkit-border-radius: 2px;
- 510. - -moz-border-radius: 2px;
- 511. - border-radius: 2px;
- 512. - cursor: pointer;
- 513. - margin-left: 1px;
- 514. - padding: 3px 5px 4px;
- 515. - font-weight: bold;
- 516. - line-height: 13px;
- 517. - background: #ffffff;
- 518. - }
- 519. - .like_counter_wrap:hover {
- 520. - text-decoration: none;
- 521. - }
- 522. -
- 523. -
- 524. - .like_counter_wrap .arrow {
- 525. - position: absolute;
- 526. - width: 5px;
- 527. - height: 9px;
- 528. - background-position: 0px -27px;
- 529. - overflow: hidden;
- 530. - margin-left: -10px;
- 531. - margin-top: 2px;
- 532. - }
- 533. - .like_small_vertical .arrow {
- 534. - width: 8px;
- 535. - height: 6px;
- 536. - overflow: hidden;
- 537. - margin: -1px 0 2px 26px;
- 538. - background-position: -6px -27px;
- 539. - }
- 540. - .like_counter_link {
- 541. - display: block;
- 542. - }
- 543. - .like_counter_link:hover {
- 544. - text-decoration: none;
- 545. - }
- 546. - #stats_text {
- 547. - line-height: 11px;
- 548. - margin-top: 5px;
- 549. - }
- 550. - .like_dived_full #stats_text {
- 551. - margin: 0;
- 552. - }
- 553. - #like_table_left {
- 554. - vertical-align: top;
- 555. - }
- 556. - #like_table_right {
- 557. - padding-left: 10px;
- 558. - text-align: left;
- 559. - vertical-align: middle;
- 560. - }
- 561. -
- 562. -
- 563. - /* 24px */
- 564. - .like_wrap_h24 .like_wrap {
- 565. - padding-top: 5px;
- 566. - padding-bottom: 5px;
- 567. - }
- 568. - .like_wrap_h24 .like_wrap:active {
- 569. - padding-top: 6px;
- 570. - padding-bottom: 4px;
- 571. - }
- 572. - .like_wrap_h24 .like_wrap .icon_v {
- 573. - background-position: 0px -17px;
- 574. - height: 10px;
- 575. - width: 8px;
- 576. - margin-top: 2px;
- 577. - margin-left: 4px;
- 578. - }
- 579. - .like_wrap_h24 .like_wrap .icon_heart {
- 580. - background-position: -25px -17px;
- 581. - height: 10px;
- 582. - width: 12px;
- 583. - margin-top: 2px;
- 584. - margin-left: 2px;
- 585. - }
- 586. - .is_eng .like_wrap_h24 .like_wrap .icon_heart {
- 587. - margin-left: 5px;
- 588. - }
- 589. - .like_wrap_h24 .like_counter_wrap {
- 590. - padding-top: 5px;
- 591. - padding-bottom: 5px;
- 592. - line-height: 12px;
- 593. - height: 12px;
- 594. - }
- 595. - .like_wrap_h24 .like_counter_wrap .arrow {
- 596. - width: 5px;
- 597. - margin-left: -10px;
- 598. - margin-top: 1px;
- 599. - }
- 600. - .like_wrap_h24 .like_left,
- 601. - .is_eng .like_wrap_h24 .like_left {
- 602. - width: 16px;
- 603. - }
- 604. - .like_wrap_h24 .like_right {
- 605. - font-size: 12px;
- 606. - /*font-family: "Helvetica Neue", Helvetica, sans-serif, arial, tahoma, verdana;*/
- 607. - }
- 608. - .like_small.like_wrap_h24 .like_left {
- 609. - padding-right: 0px;
- 610. - }
- 611. - .like_small.like_wrap_h24 .like_right {
- 612. - padding: 0px 10px 0px 5px;
- 613. - }
- 614. - .like_small_vertical.like_wrap_h24 .like_left {
- 615. - padding-left: 2px;
- 616. - width: 17px;
- 617. - }
- 618. - .like_small_vertical.like_wrap_h24 .like_right {
- 619. - padding: 0px 5px 0px 2px;
- 620. - }
- 621. - .is_eng .like_wrap_h24 .like_wrap .icon_v {
- 622. - background-position: -8px -17px;
- 623. - width: 17px;
- 624. - height: 10px;
- 625. - margin-left: 2px;
- 626. - }
- 627. -
- 628. - /* 20px */
- 629. - .like_wrap_h20 .like_wrap {
- 630. - padding-top: 3px;
- 631. - padding-bottom: 3px;
- 632. - }
- 633. - .like_wrap_h20 .like_wrap:active {
- 634. - padding-top: 4px;
- 635. - padding-bottom: 2px;
- 636. - }
- 637. - .like_wrap_h20 .like_wrap .icon_v {
- 638. - background-position: 0px 0px;
- 639. - height: 8px;
- 640. - margin-top: 3px;
- 641. - }
- 642. - .like_wrap_h20 .like_wrap .icon_heart {
- 643. - background-position: -25px 0px;
- 644. - height: 8px;
- 645. - margin-top: 3px;
- 646. - }
- 647. - .like_wrap_h20 .like_counter_wrap {
- 648. - font-size: 10px;
- 649. - padding-top: 3px;
- 650. - padding-bottom: 3px;
- 651. - line-height: 12px;
- 652. - }
- 653. - .like_wrap_h20 .like_counter_wrap .arrow {
- 654. - width: 4px;
- 655. - margin-left: -9px;
- 656. - margin-top: 1px;
- 657. - }
- 658. - .is_eng .like_wrap_h20 .like_wrap .icon_v {
- 659. - background-position: -8px 0px;
- 660. - width: 16px;
- 661. - height: 8px;
- 662. - }
- 663. -
- 664. - /* 18px */
- 665. - .like_wrap_h18 .like_wrap {
- 666. - padding-top: 3px;
- 667. - padding-bottom: 3px;
- 668. - }
- 669. - .like_wrap_h18 .like_wrap:active {
- 670. - padding-top: 4px;
- 671. - padding-bottom: 2px;
- 672. - }
- 673. - .like_wrap_h18 .like_wrap .icon_v {
- 674. - background-position: 0px 0px;
- 675. - height: 8px;
- 676. - margin-top: 2px;
- 677. - }
- 678. - .like_wrap_h18 .like_wrap .icon_heart {
- 679. - background-position: -25px 0px;
- 680. - height: 8px;
- 681. - margin-top: 2px;
- 682. - }
- 683. - .like_wrap_h18 .like_counter_wrap {
- 684. - font-size: 10px;
- 685. - padding-top: 2px;
- 686. - padding-bottom: 2px;
- 687. - line-height: 12px;
- 688. - }
- 689. - .like_wrap_h18 .like_counter_wrap .arrow {
- 690. - width: 4px;
- 691. - margin-left: -9px;
- 692. - margin-top: 1px;
- 693. - }
- 694. - .like_wrap_h18 .like_left {
- 695. - height: 12px;
- 696. - }
- 697. - .like_wrap_h18 .like_right {
- 698. - font-size: 10px;
- 699. - padding-bottom: 0px;
- 700. - line-height: 12px;
- 701. - }
- 702. - .is_eng .like_wrap_h18 .like_wrap .icon_v {
- 703. - background-position: -8px 0px;
- 704. - width: 16px;
- 705. - height: 8px;
- 706. - }
- 707. -
- 708. -
- 709. - .like_row_cont {
- 710. - width: 120px;
- 711. - overflow: hidden;
- 712. - height: 133px;
- 713. - text-align: center;
- 714. - }
- 715. - .like_img_cont {
- 716. - display: block;
- 717. - width: 100px;
- 718. - height: 100px;
- 719. - overflow: hidden;
- 720. - margin: 0px 10px 5px 10px;
- 721. - }
- 722. - .like_more_link {
- 723. - display: none;
- 724. - background: #EEF0F2;
- 725. - text-align: center;
- 726. - padding: 16px;
- 727. - color: #738392;
- 728. - width: 588px;
- 729. - height: 15px;
- 730. - }
- 731. - .like_more_link:hover {
- 732. - text-decoration: none;
- 733. - background: #E9EDF1;
- 734. - }
- 735. - .like_more_progress {
- 736. - display: none;
- 737. - height: 15px;
- 738. - background: #EEF0F2 url(/images/upload.gif) no-repeat 50% 50%;
- 739. - padding: 16px;
- 740. - color: #738392;
- 741. - width: 588px;
- 742. - }
- 743. - #like_users_cont {
- 744. - padding: 16px 10px 1px;
- 745. - }
- 746. - #like_tabs {
- 747. - width: 590px;
- 748. - }
- 749. - #like_tabs_prg {
- 750. - visibility: visible;
- 751. - display: none;
- 752. - position: absolute;
- 753. - margin-left: 555px;
- 754. - }
- 755. - .like_no_rows {
- 756. - padding: 200px 20px;
- 757. - color: #777;
- 758. - background-color: #FFF;
- 759. - padding: 140px 20px;
- 760. - text-align: center;
- 761. - font-size: 1.21em;
- 762. - }
- 763. - .summary_tabs {
- 764. - font-size: 11px;
- 765. - padding: 5px 5px;
- 766. - border-bottom: 1px solid #DAE1E8;
- 767. - background: #F7F7F7;
- 768. - }
- 769. - .summary_tab, .summary_tab_sel {
- 770. - font-weight: bold;
- 771. - padding: 8px 5px 7px;
- 772. - }
- 773. - .summary_tab2 {
- 774. - -webkit-border-radius: 2px;
- 775. - -khtml-border-radius: 2px;
- 776. - -moz-border-radius: 2px;
- 777. - border-radius: 2px;
- 778. - padding: 3px 8px 4px;
- 779. - display: block;
- 780. - }
- 781. - .summary_tab2:hover {
- 782. - background: #E1E7ED;
- 783. - text-decoration: none;
- 784. - }
- 785. - .summary_tab_sel .summary_tab2, .summary_tab_sel .summary_tab2:hover {
- 786. - padding: 3px 8px 4px;
- 787. - background: #597DA3;
- 788. - }
- 789. - .summary_tab3 {
- 790. - max-width: 230px;
- 791. - *display: inline;
- 792. - height: 13px;
- 793. - overflow: hidden;
- 794. - font-weight: bold;
- 795. - color: #45688E;
- 796. - padding: 0;
- 797. - -o-text-overflow: ellipsis;
- 798. - text-overflow: ellipsis;
- 799. - line-height: 120%;
- 800. - }
- 801. - .summary_tab_sel .summary_tab3 {
- 802. - color: #FFF;
- 803. - }
- 804. -
- 805. -
- 806. - /* Poll widget start */
- 807. - .pollMain {
- 808. - border:1px solid #BEC8D3;
- 809. - }
- 810. -
- 811. - .pollContent {
- 812. - padding: 8px 7px;
- 813. - }
- 814. - .pollContent h1 {
- 815. - font-size: 11px;
- 816. - font-weight: bold;
- 817. - margin: 0 3px 5px 3px;
- 818. - }
- 819. - .pollContent .radiobtn_container {
- 820. - margin-left: 3px;
- 821. - }
- 822. - .pollStats {
- 823. - width: 100%;
- 824. - }
- 825. - .pollStatsText {
- 826. - padding-top: 5px;
- 827. - }
- 828. - .pollStatsBg {
- 829. - width: 95%;
- 830. - background: #FAFAFA;
- 831. - }
- 832. - .pollStatsFg {
- 833. - background: #DAE2E8;
- 834. - border-top:1px solid #CAD1D9;
- 835. - font-size:0;
- 836. - height:14px;
- 837. - overflow:hidden;
- 838. - }
- 839. - .pollStatsDesc {
- 840. - padding-left: 5px;
- 841. - width: 50px;
- 842. - max-width: 100px;
- 843. - }
- 844. - .pollFooter {
- 845. - background: #F2F2F2;
- 846. - border-top: 1px solid #BEC8D3;
- 847. - padding: 8px;
- 848. - }
- 849. - .pollFooter textarea {
- 850. - width: 100%;
- 851. - margin: 0;
- 852. - }
- 853. - .pollFooter .button_yes {
- 854. - margin: 8px 0 0 0;
- 855. - }
- 856. - .commHead a.pollUnvote {
- 857. - color: #A9B8CB;
- 858. - font-weight: bold;
- 859. - }
- 860. - #pollMain #loading {
- 861. - margin: 5px 0 0 3px;
- 862. - float: right;
- 863. - }
- 864. -
- 865. -
- 866. - .commHead {
- 867. - background: center no-repeat #dae2e8;
- 868. - border-bottom: 1px solid #ccd3da;
- 869. - height: 16px;
- 870. - color: #45688e;
- 871. - font-weight: bold;
- 872. - padding: 2px 8px 2px 8px;
- 873. - vertical-align: middle;
- 874. - line-height: 20px;
- 875. - }
- 876. - .commHead a {
- 877. - line-height: 16px;
- 878. - vertical-align: top;
- 879. - }
- 880. - .commHead .fl_r {
- 881. - font-weight: normal;
- 882. - }
- 883. - .commHead span {
- 884. - line-height: 16px;
- 885. - vertical-align:top;
- 886. - }
- 887. - .commHead span img {
- 888. - vertical-align: top;
- 889. - margin-top: 5px;
- 890. - margin-left: 5px;
- 891. - }
- 892. - .commHead .notYou {
- 893. - font-weight: normal;
- 894. - }
- 895. - .commHead a.moderLink {
- 896. - color: #A9B8CB !important;
- 897. - margin-left: 5px;
- 898. - }
- 899. - /* Poll widget end */
- 900. -
- 901. -
- 902. -
- 903. -
- 904. -
- 905. - /* Animated counters */
- 906. - .inl_bl {display:-moz-inline-stack; display:inline-block; _overflow:hidden; zoom:1; *display:inline;}
- 907. - .counter_anim_wrap {
- 908. - position: relative;
- 909. - height: 1em;
- 910. - overflow: hidden;
- 911. - }
- 912. - .counter_anim {
- 913. - position: absolute;
- 914. - right: 0;
- 915. - text-align: right;
- 916. - }
- 917. - .counter_css_anim_wrap {
- 918. - -webkit-transition: width 100ms linear;
- 919. - -moz-transition: width 100ms linear;
- 920. - -o-transition: width 100ms linear;
- 921. - transition: width 100ms linear;
- 922. - }
- 923. - .counter_css_anim_wrap .counter_anim {
- 924. - -webkit-transition: margin-top 300ms ease-out;
- 925. - -moz-transition: margin-top 300ms ease-out;
- 926. - -o-transition: margin-top 300ms ease-out;
- 927. - transition: margin-top 300ms ease-out;
- 928. - }
- ------
Advertisement
Add Comment
Please, Sign In to add comment