Changeset 315:16343c7b07ef for themes/ductile/style.css
- Timestamp:
- 05/25/11 11:21:03 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/style.css
r309 r315 27 27 } 28 28 29 /* ----------------------------------------------- page */ 30 #page { 31 position: relative; 32 padding-top: 16px; 33 } 29 34 35 /* ----------------------------------------------- top */ 36 h1 a { 37 text-decoration: none; 38 } 39 #prelude { 40 position: absolute; 41 margin: 0; 42 top: 0; 43 left: 3px; 44 color: #fff; 45 } 46 #prelude a { 47 color: #fff; 48 } 49 #prelude a:focus { 50 color: #666; 51 } 30 52 53 /* ----------------------------------------------- billets */ 54 .post { 55 background: transparent url(img/filet.png) repeat-x left bottom; 56 } 57 .day-date { 58 display: none; 59 } 60 h2.post-title a { 61 font-weight: normal; 62 font-style: italic; 63 text-decoration: none; 64 } 65 .post-info, .post-tags { 66 font-size: .875em; 67 margin: 0; 68 padding: 0; 69 } 70 .post-info a, .post-tags a { 71 padding-right: 1em; 72 background-color: #fff; 73 background-repeat: no-repeat; 74 background-position: left center; 75 } 76 .post-info a { 77 background-image: url(img/category.png); 78 padding-left: 22px; 79 } 80 .post-tags a { 81 background-image: url(img/tag12.png); 82 padding-left: 16px; 83 } 84 .post-tags li { 85 display: inline; 86 } 87 .post-content { 88 padding-bottom: 9px; 89 } 90 .read-it { 91 text-align: right; 92 margin: 0; 93 } 94 .post-info-co { 95 margin: 0; 96 background: #fff; 97 display: inline; 98 font-style: italic; 99 } 100 .post-info-co a { 101 text-decoration: none; 102 padding-right: 1em; 103 padding-left: 20px; 104 background-color: #fff; 105 background-repeat: no-repeat; 106 background-position: left center; 107 } 108 .post-info-co a.comment_count { 109 background-image: url(img/comment.png); 110 } 111 .post-info-co a.ping_count { 112 background-image: url(img/ping.png); 113 } 31 114 32 115 /* ================================================
Note: See TracChangeset
for help on using the changeset viewer.