Changeset 507
- Timestamp:
- 11/03/2003 06:02:06 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-layout.css
r399 r507 1 /* Default WordPress by Matthew Mullenweg http://photomatt.net 1 /* Default WordPress by Dave Shea || http://mezzoblue.com 2 Tweaked by Matthew Mullenweg || http://photomatt.net 2 3 This is just a basic layout, with only the bare minimum defined. 3 4 Please tweak this and make it your own. :) 4 5 */ 5 6 6 a img {7 border: none;8 }9 10 7 a { 11 8 color: #675; 9 } 10 11 a img { 12 border: none; 12 13 } 13 14 … … 37 38 38 39 body { 40 border: solid 2px #565; 41 border-bottom: solid 1px #565; 42 border-top: solid 3px #565; 39 43 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; 40 44 margin: 0; 41 border: solid 2px #565; 42 border-top: solid 3px #565; 43 border-bottom: solid 1px #565; 45 } 46 47 cite { 48 font-size: 90%; 49 font-style: normal; 44 50 } 45 51 46 52 h2 { 47 font-size: 80%;48 font -family:"Times New Roman", Times, serif;53 border-bottom: 1px dotted #ccc; 54 font: 80% "Times New Roman", Times, serif; 49 55 letter-spacing: 0.5em; 50 border-bottom: 1px dotted #ccc;51 56 margin: 15px 0 2px 0; 52 57 padding-bottom: 2px; 53 58 } 59 54 60 h3 { 55 margin-top: 0;61 border-bottom: dotted 1px #eee; 56 62 font-family: "Times New Roman", Times, serif; 57 63 letter-spacing: -0.05em; 58 border-bottom: dotted 1px #eee; 64 margin-top: 0; 65 } 66 67 ol#comments li p { 68 font-size: 100%; 59 69 } 60 70 61 71 p, li, .feedback { 62 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; 63 font-size: 90%; 72 font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; 64 73 letter-spacing: -1px; 65 line-height: 175%;66 }67 cite {68 font-style: normal;69 font-size: 90%;70 74 } 71 75 … … 105 109 106 110 .credit { 111 background: #90a090; 112 border-top: double 3px #aba; 113 color: #fff; 107 114 font-size: 11px; 115 margin: 10px 0 0 0; 116 padding: 3px; 108 117 text-align: center; 109 border-top: double 3px #aba; 110 padding: 3px; 111 color: #fff; 112 background-color: #90a090; 113 margin: 10px 0 0 0; 114 } 118 } 119 115 120 .credit a:link, .credit a:hover { 116 121 color: #fff; … … 118 123 119 124 .feedback { 125 color: #ccc; 120 126 text-align: right; 121 color: #ccc;122 127 } 123 128 … … 133 138 } 134 139 140 #commentform input, #commentform textarea { 141 border: 1px solid #333; 142 background-color: #fff; 143 } 144 145 #commentform textarea { 146 width: 100%; 147 } 148 135 149 #content { 136 150 margin: 30px 220px 0 60px; … … 139 153 140 154 #header { 141 font-family: 'Times New Roman', Times, serif; 142 font-style: italic; 143 font-weight: normal; 144 font-size: 230%; 145 letter-spacing: 0.2em; 146 background-color: #90a090; 147 margin: 0; 148 padding: 15px 10px 15px 60px; 149 border-top: solid 1px #9a9; 155 background: #90a090; 150 156 border-bottom: double 3px #aba; 151 157 border-left: solid 1px #9a9; 152 158 border-right: solid 1px #565; 159 border-top: solid 1px #9a9; 160 font: italic normal 230% 'Times New Roman', Times, serif; 161 letter-spacing: 0.2em; 162 margin: 0; 163 padding: 15px 10px 15px 60px; 153 164 } 154 165 … … 158 169 } 159 170 160 161 171 #header a:hover { 162 172 text-decoration: underline; 163 173 } 164 174 165 ol#comments li p { 166 font-size: 100%; 167 } 168 169 #menu { 170 background-color: #fff; 175 #menu { 176 background: #fff; 171 177 border-left: 1px dotted #ccc; 172 178 border-top: solid 3px #e0e6e0; … … 183 189 184 190 #menu input { 185 background -color: #eee;191 background: #eee; 186 192 border: 1px solid #999; 193 letter-spacing: -0.05em; 187 194 width: 80px; 188 letter-spacing: -0.05em;189 195 } 190 196 191 197 #menu ul { 192 198 color: #ccc; 193 text-transform: lowercase;194 199 font-weight: bold; 195 200 list-style-type: none; 196 201 margin: 0; 197 202 padding-left: 3px; 198 } 203 text-transform: lowercase; 204 } 205 199 206 #menu ul li { 200 font-family: 'Times New Roman', Times, serif; 201 font-weight: normal; 202 font-style: italic; 203 font-size: 110%; 207 font: italic normal 110% 'Times New Roman', Times, serif; 204 208 letter-spacing: 0.1em; 205 209 margin-top: 10px; 206 padding-bottom: 2px; 207 /*border-bottom: dotted 1px #ccc;*/ 210 padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/ 208 211 } 209 212 210 213 #menu ul ul { 214 font-style: list-style-type: none; 211 215 font-variant: normal; 212 216 font-weight: normal; 213 217 line-height: 100%; 214 font-style:215 list-style-type: none;216 218 margin: 0; 217 219 padding: 0; … … 220 222 221 223 #menu ul ul li { 222 font-size: 70%; 223 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; 224 font-weight: normal; 225 font-style: normal; 226 line-height: 115%; 227 padding-left: 12px; 224 border: 0; 225 font: normal normal 70%/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; 228 226 letter-spacing: 0; 229 227 margin-top: 0; 230 228 padding: 0; 231 border: 0;229 padding-left: 12px; 232 230 } 233 231
Note: See TracChangeset
for help on using the changeset viewer.