Changeset 1054
- Timestamp:
- 04/05/2004 08:21:44 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-layout.css
r1026 r1054 38 38 39 39 body { 40 background: #fff; 40 41 border: solid 2px #565; 41 42 border-bottom: solid 1px #565; 42 43 border-top: solid 3px #565; 44 color: #000; 43 45 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; 44 46 margin: 0; 45 47 padding: 0; 46 background-color: white;47 color: black;48 48 } 49 49 … … 74 74 font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; 75 75 letter-spacing: -1px; 76 } 77 78 /* classes used by the_meta() */ 79 ul.post-meta { 80 list-style: none; 81 } 82 83 ul.post-meta span.post-meta-key { 84 font-weight: bold; 76 85 } 77 86 … … 99 108 } 100 109 110 .meta li, ul.post-meta li { 111 display: inline; 112 } 113 114 .meta ul { 115 display: inline; 116 list-style: none; 117 margin: 0; 118 padding: 0; 119 } 120 101 121 .meta, .meta a { 102 122 color: #808080; … … 104 124 letter-spacing: 0; 105 125 } 106 .meta ul {107 display: inline;108 margin: 0;109 padding: 0;110 list-style: none;111 }112 113 .meta li {114 display: inline;115 }116 126 117 127 .storytitle { … … 130 140 #commentform textarea { 131 141 width: 100%; 142 } 143 144 #commentlist li ul { 145 border-left: 1px solid #ddd; 146 font-size: 110%; 147 list-style-type: none; 132 148 } 133 149 … … 175 191 #menu input { 176 192 background: #eee; 177 color: black;178 193 border: 1px solid #999; 194 color: #000; 179 195 letter-spacing: -0.05em; 180 196 width: 80%; … … 198 214 199 215 #menu ul ul { 200 list-style-type: none;201 216 font-variant: normal; 202 217 font-weight: normal; 203 218 line-height: 100%; 219 list-style-type: none; 204 220 margin: 0; 205 221 padding: 0; … … 226 242 227 243 #menu ul ul ul.children { 228 padding-left:4px;229 font-size:142%;244 font-size: 142%; 245 padding-left: 4px; 230 246 } 231 247 … … 285 301 text-transform: capitalize; 286 302 } 287 288 /* classes used by the_meta() */289 ul.post-meta {290 list-style: none;291 }292 293 ul.post-meta li {294 display: inline;295 }296 297 ul.post-meta span.post-meta-key {298 font-weight: bold;299 }300
Note: See TracChangeset
for help on using the changeset viewer.