Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Файл - api/widgets/al_like.js (Старый размер - 0 | Новый - 0):
- ------
- Файл - widgets.css (Старый размер - 16018 | Новый - 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. - background: #5f83aa;
- 316. - -webkit-border-radius: 2px;
- 317. - -moz-border-radius: 2px;
- 318. - border-radius: 2px;
- 319. - -webkit-user-select: none;
- 320. - -moz-user-select: none;
- 321. - padding: 4px 0px;
- 322. - cursor: pointer;
- 323. - }
- 324. - .like_dived .like_wrap {
- 325. - margin-right: 8px;
- 326. - cursor: pointer;
- 327. - position: relative;
- 328. - }
- 329. - .like_dived_full .like_wrap {
- 330. - margin-right: 0px;
- 331. - }
- 332. - .like_dived .like_inline .like_wrap {
- 333. - margin: 0;
- 334. - }
- 335. -
- 336. - .like_left {
- 337. - width: 15px;
- 338. - height: 14px;
- 339. - float: left;
- 340. - border-right: 1px solid #87a2bf;
- 341. - padding-left: 5px;
- 342. - padding-right: 1px;
- 343. - }
- 344. - .like_right {
- 345. - color: #FFFFFF;
- 346. - float: left;
- 347. - padding: 0px 8px 1px 7px;
- 348. - line-height: 13px;
- 349. - }
- 350. - .like_dived_full .like_wrap .like_right {
- 351. - position: absolute;
- 352. - right: 0;
- 353. - z-index: 90;
- 354. - }
- 355. - .like_dived_full .like_wrap .like_left {
- 356. - position: relative;
- 357. - left: 0;
- 358. - z-index: 100;
- 359. - background: #5f83aa;
- 360. - }
- 361. - .like_dived_full .like_minified .like_left {
- 362. - border-right: none;
- 363. - }
- 364. - .like_small .like_wrap {
- 365. - margin-right: 8px;
- 366. - }
- 367. - .like_small .like_right {
- 368. - width: 11px;
- 369. - padding: 0px 7px 0px 6px;
- 370. - }
- 371. - .like_small .icon_heart {
- 372. - opacity: 0.5;
- 373. - filter: alpha(opacity=50);
- 374. - }
- 375. - .like_small .checked .icon_heart {
- 376. - opacity: 1;
- 377. - filter: alpha(opacity=100);
- 378. - }
- 379. - .like_small_vertical .like_left {
- 380. - padding-left: 4px;
- 381. - padding-right: 0px;
- 382. - }
- 383. - .like_small_vertical .like_right {
- 384. - padding: 0px 5px 0px 4px;
- 385. - }
- 386. -
- 387. -
- 388. - /* Due to right part visible */
- 389. -
- 390. - .like_icon {
- 391. - width: 10px;
- 392. - height: 10px;
- 393. - background: url(/images/icons/like_widget.png?1) 0 0 no-repeat;
- 394. - overflow: hidden;
- 395. - }
- 396. - .is_2x .like_icon {
- 397. - background-image: url(/images/icons/like_widget_2x.png?1);
- 398. - background-size: 37px 42px;
- 399. - }
- 400. - .like_wrap .icon_v, .like_wrap .icon_heart {
- 401. - -webkit-transition: opacity 200ms linear;
- 402. - -moz-transition: opacity 200ms linear;
- 403. - -o-transition: opacity 200ms linear;
- 404. - transition: opacity 200ms linear;
- 405. - }
- 406. - .like_wrap .icon_v {
- 407. - background-position: 0 -8px;
- 408. - position: absolute;
- 409. - margin: 2px 2px 1px 3px;
- 410. - width: 7px;
- 411. - height: 9px;
- 412. - }
- 413. - .like_wrap .icon_heart {
- 414. - background-position: -25px -8px;
- 415. - position: absolute;
- 416. - width: 10px;
- 417. - margin: 3px 2px 1px 1px;
- 418. - height: 9px;
- 419. - }
- 420. - .like_dived .like_wrap .icon_heart {
- 421. - opacity: 0;
- 422. - filter: alpha(opacity=0);
- 423. - }
- 424. - .like_dived .checked .icon_v {
- 425. - opacity: 0;
- 426. - filter: alpha(opacity=0);
- 427. - }
- 428. - .like_dived .checked .icon_heart {
- 429. - opacity: 1;
- 430. - filter: alpha(opacity=100);
- 431. - }
- 432. - .is_eng .like_wrap .icon_v {
- 433. - background-position: -8px -8px;
- 434. - width: 16px;
- 435. - margin-left: 1px;
- 436. - }
- 437. - .is_eng .like_wrap .like_left {
- 438. - border-right: none;
- 439. - }
- 440. - .is_eng .like_wrap .icon_heart {
- 441. - margin-left: 4px;
- 442. - }
- 443. -
- 444. - .is_eng .like_small .icon_heart {
- 445. - margin-left: 1px;
- 446. - }
- 447. - .is_eng .like_small_vertical .icon_heart {
- 448. - margin-left: 2px;
- 449. - }
- 450. -
- 451. - .like_dived .checkbox_over .like_right {
- 452. - border-color: #8596A9;
- 453. - }
- 454. - .like_dived .checkbox_over .like_right .like_right_border {
- 455. - background: #E3EAF1;
- 456. - border-color: #fff #E3EAF1 #E3EAF1 #E3EAF1;
- 457. - -webkit-user-select: none;
- 458. - -moz-user-select: none;
- 459. - }
- 460. -
- 461. - .like_small_vertical .like_wrap1 {
- 462. - float: none;
- 463. - }
- 464. - .like_small_vertical .like_wrap {
- 465. - margin: 0;
- 466. - }
- 467. - .like_small_vertical td.like_right .like_right_border {
- 468. - padding: 4px 4px 2px;
- 469. - }
- 470. -
- 471. - /* Like designs */
- 472. - .like_tabled .like_wrap table {
- 473. - border-collapse: collapse;
- 474. - border: 0;
- 475. - padding: 0;
- 476. - }
- 477. -
- 478. -
- 479. - .like_small_vertical .like_wrap {
- 480. - margin: 0;
- 481. - }
- 482. -
- 483. -
- 484. - .like_counter_wrap {
- 485. - display: block;
- 486. - border: 1px solid #bbbfc4;
- 487. - color: #666c73;
- 488. - -webkit-border-radius: 2px;
- 489. - -moz-border-radius: 2px;
- 490. - border-radius: 2px;
- 491. - cursor: pointer;
- 492. - margin-left: 1px;
- 493. - padding: 3px 5px 4px;
- 494. - font-weight: bold;
- 495. - line-height: 13px;
- 496. - background: #ffffff;
- 497. - }
- 498. - .like_counter_wrap:hover {
- 499. - text-decoration: none;
- 500. - }
- 501. -
- 502. -
- 503. - .like_counter_wrap .arrow {
- 504. - position: absolute;
- 505. - width: 5px;
- 506. - height: 9px;
- 507. - background-position: 0px -27px;
- 508. - overflow: hidden;
- 509. - margin-left: -10px;
- 510. - margin-top: 2px;
- 511. - }
- 512. - .like_small_vertical .arrow {
- 513. - width: 8px;
- 514. - height: 6px;
- 515. - overflow: hidden;
- 516. - margin: -1px 0 2px 26px;
- 517. - background-position: -6px -27px;
- 518. - }
- 519. - .like_counter_link {
- 520. - display: block;
- 521. - }
- 522. - .like_counter_link:hover {
- 523. - text-decoration: none;
- 524. - }
- 525. - #stats_text {
- 526. - line-height: 11px;
- 527. - margin-top: 5px;
- 528. - }
- 529. - .like_dived_full #stats_text {
- 530. - margin: 0;
- 531. - }
- 532. - #like_table_left {
- 533. - vertical-align: top;
- 534. - }
- 535. - #like_table_right {
- 536. - padding-left: 10px;
- 537. - text-align: left;
- 538. - vertical-align: middle;
- 539. - }
- 540. -
- 541. -
- 542. - /* 24px */
- 543. - .like_wrap_h24 .like_wrap {
- 544. - padding-top: 5px;
- 545. - padding-bottom: 5px;
- 546. - }
- 547. - .like_wrap_h24 .like_wrap .icon_v {
- 548. - background-position: 0px -17px;
- 549. - height: 10px;
- 550. - width: 8px;
- 551. - margin-top: 2px;
- 552. - margin-left: 4px;
- 553. - }
- 554. - .like_wrap_h24 .like_wrap .icon_heart {
- 555. - background-position: -25px -17px;
- 556. - height: 10px;
- 557. - width: 12px;
- 558. - margin-top: 2px;
- 559. - margin-left: 2px;
- 560. - }
- 561. - .like_wrap_h24 .like_counter_wrap {
- 562. - padding-top: 5px;
- 563. - padding-bottom: 5px;
- 564. - line-height: 12px;
- 565. - height: 12px;
- 566. - }
- 567. - .like_wrap_h24 .like_counter_wrap .arrow {
- 568. - width: 5px;
- 569. - margin-left: -10px;
- 570. - margin-top: 1px;
- 571. - }
- 572. - .like_wrap_h24 .like_left {
- 573. - width: 18px;
- 574. - }
- 575. - .like_small.like_wrap_h24 .like_left {
- 576. - padding-right: 0px;
- 577. - }
- 578. - .like_small.like_wrap_h24 .like_right {
- 579. - padding: 0px 10px 0px 5px;
- 580. - }
- 581. - .like_small_vertical.like_wrap_h24 .like_left {
- 582. - padding-left: 2px;
- 583. - width: 17px;
- 584. - }
- 585. - .like_small_vertical.like_wrap_h24 .like_right {
- 586. - padding: 0px 5px 0px 2px;
- 587. - }
- 588. -
- 589. - /* 20px */
- 590. - .like_wrap_h20 .like_wrap {
- 591. - padding-top: 3px;
- 592. - padding-bottom: 3px;
- 593. - }
- 594. - .like_wrap_h20 .like_wrap .icon_v {
- 595. - background-position: 0px 0px;
- 596. - height: 8px;
- 597. - margin-top: 3px;
- 598. - }
- 599. - .like_wrap_h20 .like_wrap .icon_heart {
- 600. - background-position: -25px 0px;
- 601. - height: 8px;
- 602. - margin-top: 3px;
- 603. - }
- 604. - .like_wrap_h20 .like_counter_wrap {
- 605. - font-size: 10px;
- 606. - padding-top: 3px;
- 607. - padding-bottom: 3px;
- 608. - line-height: 12px;
- 609. - }
- 610. - .like_wrap_h20 .like_counter_wrap .arrow {
- 611. - width: 4px;
- 612. - margin-left: -9px;
- 613. - margin-top: 1px;
- 614. - }
- 615. -
- 616. - /* 18px */
- 617. - .like_wrap_h18 .like_wrap {
- 618. - padding-top: 3px;
- 619. - padding-bottom: 3px;
- 620. - }
- 621. - .like_wrap_h18 .like_wrap .icon_v {
- 622. - background-position: 0px 0px;
- 623. - height: 8px;
- 624. - margin-top: 2px;
- 625. - }
- 626. - .like_wrap_h18 .like_wrap .icon_heart {
- 627. - background-position: -25px 0px;
- 628. - height: 8px;
- 629. - margin-top: 2px;
- 630. - }
- 631. - .like_wrap_h18 .like_counter_wrap {
- 632. - font-size: 10px;
- 633. - padding-top: 2px;
- 634. - padding-bottom: 2px;
- 635. - line-height: 12px;
- 636. - }
- 637. - .like_wrap_h18 .like_counter_wrap .arrow {
- 638. - width: 4px;
- 639. - margin-left: -9px;
- 640. - margin-top: 1px;
- 641. - }
- 642. - .like_wrap_h18 .like_left {
- 643. - height: 12px;
- 644. - }
- 645. - .like_wrap_h18 .like_right {
- 646. - font-size: 10px;
- 647. - padding-bottom: 0px;
- 648. - line-height: 11px;
- 649. - }
- 650. -
- 651. -
- 652. - .like_row_cont {
- 653. - width: 120px;
- 654. - overflow: hidden;
- 655. - height: 133px;
- 656. - text-align: center;
- 657. - }
- 658. - .like_img_cont {
- 659. - display: block;
- 660. - width: 100px;
- 661. - height: 100px;
- 662. - overflow: hidden;
- 663. - margin: 0px 10px 5px 10px;
- 664. - }
- 665. - .like_more_link {
- 666. - display: none;
- 667. - background: #EEF0F2;
- 668. - text-align: center;
- 669. - padding: 16px;
- 670. - color: #738392;
- 671. - width: 588px;
- 672. - height: 15px;
- 673. - }
- 674. - .like_more_link:hover {
- 675. - text-decoration: none;
- 676. - background: #E9EDF1;
- 677. - }
- 678. - .like_more_progress {
- 679. - display: none;
- 680. - height: 15px;
- 681. - background: #EEF0F2 url(/images/upload.gif) no-repeat 50% 50%;
- 682. - padding: 16px;
- 683. - color: #738392;
- 684. - width: 588px;
- 685. - }
- 686. - #like_users_cont {
- 687. - padding: 16px 10px 1px;
- 688. - }
- 689. - #like_tabs {
- 690. - width: 590px;
- 691. - }
- 692. - #like_tabs_prg {
- 693. - visibility: visible;
- 694. - display: none;
- 695. - position: absolute;
- 696. - margin-left: 555px;
- 697. - }
- 698. - .like_no_rows {
- 699. - padding: 200px 20px;
- 700. - color: #777;
- 701. - background-color: #FFF;
- 702. - padding: 140px 20px;
- 703. - text-align: center;
- 704. - font-size: 1.21em;
- 705. - }
- 706. - .summary_tabs {
- 707. - font-size: 11px;
- 708. - padding: 5px 5px;
- 709. - border-bottom: 1px solid #DAE1E8;
- 710. - background: #F7F7F7;
- 711. - }
- 712. - .summary_tab, .summary_tab_sel {
- 713. - font-weight: bold;
- 714. - padding: 8px 5px 7px;
- 715. - }
- 716. - .summary_tab2 {
- 717. - -webkit-border-radius: 2px;
- 718. - -khtml-border-radius: 2px;
- 719. - -moz-border-radius: 2px;
- 720. - border-radius: 2px;
- 721. - padding: 3px 8px 4px;
- 722. - display: block;
- 723. - }
- 724. - .summary_tab2:hover {
- 725. - background: #E1E7ED;
- 726. - text-decoration: none;
- 727. - }
- 728. - .summary_tab_sel .summary_tab2, .summary_tab_sel .summary_tab2:hover {
- 729. - padding: 3px 8px 4px;
- 730. - background: #597DA3;
- 731. - }
- 732. - .summary_tab3 {
- 733. - max-width: 230px;
- 734. - *display: inline;
- 735. - height: 13px;
- 736. - overflow: hidden;
- 737. - font-weight: bold;
- 738. - color: #45688E;
- 739. - padding: 0;
- 740. - -o-text-overflow: ellipsis;
- 741. - text-overflow: ellipsis;
- 742. - line-height: 120%;
- 743. - }
- 744. - .summary_tab_sel .summary_tab3 {
- 745. - color: #FFF;
- 746. - }
- 747. -
- 748. -
- 749. - /* Poll widget start */
- 750. - .pollMain {
- 751. - border:1px solid #BEC8D3;
- 752. - }
- 753. -
- 754. - .pollContent {
- 755. - padding: 8px 7px;
- 756. - }
- 757. - .pollContent h1 {
- 758. - font-size: 11px;
- 759. - font-weight: bold;
- 760. - margin: 0 3px 5px 3px;
- 761. - }
- 762. - .pollContent .radiobtn_container {
- 763. - margin-left: 3px;
- 764. - }
- 765. - .pollStats {
- 766. - width: 100%;
- 767. - }
- 768. - .pollStatsText {
- 769. - padding-top: 5px;
- 770. - }
- 771. - .pollStatsBg {
- 772. - width: 95%;
- 773. - background: #FAFAFA;
- 774. - }
- 775. - .pollStatsFg {
- 776. - background: #DAE2E8;
- 777. - border-top:1px solid #CAD1D9;
- 778. - font-size:0;
- 779. - height:14px;
- 780. - overflow:hidden;
- 781. - }
- 782. - .pollStatsDesc {
- 783. - padding-left: 5px;
- 784. - width: 50px;
- 785. - max-width: 100px;
- 786. - }
- 787. - .pollFooter {
- 788. - background: #F2F2F2;
- 789. - border-top: 1px solid #BEC8D3;
- 790. - padding: 8px;
- 791. - }
- 792. - .pollFooter textarea {
- 793. - width: 100%;
- 794. - margin: 0;
- 795. - }
- 796. - .pollFooter .button_yes {
- 797. - margin: 8px 0 0 0;
- 798. - }
- 799. - .commHead a.pollUnvote {
- 800. - color: #A9B8CB;
- 801. - font-weight: bold;
- 802. - }
- 803. - #pollMain #loading {
- 804. - margin: 5px 0 0 3px;
- 805. - float: right;
- 806. - }
- 807. -
- 808. -
- 809. - .commHead {
- 810. - background: center no-repeat #dae2e8;
- 811. - border-bottom: 1px solid #ccd3da;
- 812. - height: 16px;
- 813. - color: #45688e;
- 814. - font-weight: bold;
- 815. - padding: 2px 8px 2px 8px;
- 816. - vertical-align: middle;
- 817. - line-height: 20px;
- 818. - }
- 819. - .commHead a {
- 820. - line-height: 16px;
- 821. - vertical-align: top;
- 822. - }
- 823. - .commHead .fl_r {
- 824. - font-weight: normal;
- 825. - }
- 826. - .commHead span {
- 827. - line-height: 16px;
- 828. - vertical-align:top;
- 829. - }
- 830. - .commHead span img {
- 831. - vertical-align: top;
- 832. - margin-top: 5px;
- 833. - margin-left: 5px;
- 834. - }
- 835. - .commHead .notYou {
- 836. - font-weight: normal;
- 837. - }
- 838. - .commHead a.moderLink {
- 839. - color: #A9B8CB !important;
- 840. - margin-left: 5px;
- 841. - }
- 842. - /* Poll widget end */
- 843. -
- 844. -
- 845. -
- 846. -
- 847. -
- 848. - /* Animated counters */
- 849. - .inl_bl {display:-moz-inline-stack; display:inline-block; _overflow:hidden; zoom:1; *display:inline;}
- 850. - .counter_anim_wrap {
- 851. - position: relative;
- 852. - height: 1em;
- 853. - overflow: hidden;
- 854. - }
- 855. - .counter_anim {
- 856. - position: absolute;
- 857. - right: 0;
- 858. - text-align: right;
- 859. - }
- 860. - .counter_css_anim_wrap {
- 861. - -webkit-transition: width 100ms linear;
- 862. - -moz-transition: width 100ms linear;
- 863. - -o-transition: width 100ms linear;
- 864. - transition: width 100ms linear;
- 865. - }
- 866. - .counter_css_anim_wrap .counter_anim {
- 867. - -webkit-transition: margin-top 300ms ease-out;
- 868. - -moz-transition: margin-top 300ms ease-out;
- 869. - -o-transition: margin-top 300ms ease-out;
- 870. - transition: margin-top 300ms ease-out;
- 871. - }
- ------
Advertisement
Add Comment
Please, Sign In to add comment