Changeset 697:8d012f4cdc51 for themes/ductile
- Timestamp:
- 08/16/11 19:52:43 (14 years ago)
- Branch:
- default
- Location:
- themes/ductile
- Files:
-
- 3 added
- 10 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/style.css
r694 r697 388 388 text-decoration: none; 389 389 padding-right: 1em; 390 padding-left: 28px; 391 background-color: #fff; 392 background-repeat: no-repeat; 393 background-position: left center; 390 padding-left: 20px; 394 391 } 395 392 .post-info-co a.comment_count { 396 background -image: url(img/comment.png);393 background: url(img/info-co.png) no-repeat left .25em; 397 394 } 398 395 .post-info-co a.ping_count { 399 background -image: url(img/ping.png);396 background: url(img/info-co.png) no-repeat left center; 400 397 } 401 398 .post-info-co a.attach_count { 402 background -image: url(img/attach.png);399 background: url(img/info-co.png) no-repeat left -126px; 403 400 } 404 401 #attachments { … … 418 415 } 419 416 #attachments ul li { 420 padding-left: 2 4px;421 background: transparent url(img/download.png) no-repeat left .3em;417 padding-left: 28px; 418 background: transparent url(img/download.png) no-repeat left -2px; 422 419 } 423 420 … … 489 486 } 490 487 .comment .comment-number { 491 background: transparent url(img/ comm.png) right centerno-repeat;488 background: transparent url(img/info-co.png) right .25em no-repeat; 492 489 } 493 490 .ping .comment-number { 494 background: transparent url(img/ tb.png) right center no-repeat;491 background: transparent url(img/info-co.png) right center no-repeat; 495 492 } 496 493 #comments-feed { … … 604 601 } 605 602 #sidebar h2.toggle { 606 background: url(img/ plus.png) no-repeat left center;603 background: url(img/minus-plus.png) no-repeat left -82px; 607 604 padding-left: 16px; 608 605 } 609 606 #sidebar h2.expanded { 610 background -image: url(img/minus.png);607 background: url(img/minus-plus.png) no-repeat left 6px; 611 608 } 612 609 #sidebar h2.toggle a { … … 631 628 #sidebar li { 632 629 padding-left: 16px; 633 background: transparent url(img/square .png) no-repeat 0 .5em;630 background: transparent url(img/squares.png) no-repeat 0 .5em; 634 631 } 635 632 #sidebar ul li ul li { 636 background -image: url(img/square2.png);633 background: transparent url(img/squares.png) no-repeat 0 center; 637 634 } 638 635 #sidebar ul li ul li ul li { 639 background -image: url(img/square3.png);636 background: transparent url(img/squares.png) no-repeat 0 center; 640 637 } 641 638 #sidebar .syndicate li {
Note: See TracChangeset
for help on using the changeset viewer.