Changeset 323
- Timestamp:
- 10/29/06 17:37:22 (2 years ago)
- Location:
- trunk/style
- Files:
-
- 5 modified
-
GreenSeason/index.css (modified) (2 diffs)
-
SeriouslyRound/index.css (modified) (2 diffs)
-
Sunset/index.css (modified) (2 diffs)
-
Thirteen/index.css (modified) (2 diffs)
-
Two-point-Zero/index.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/style/GreenSeason/index.css
r315 r323 105 105 } 106 106 107 h1.log_post_h1_error { 108 color: #3a5300; 109 font-size: 13pt; 110 padding-left: 10px; 111 font-family: 'Garamond Pro', Georgia, Verdana, serif; 112 } 113 114 h1.log_post_h1_error a { 115 color: #1d3100; 116 text-decoration: none; 117 border-top: 1px solid #a7c251; 118 } 119 120 h1.log_post_h1_error a:hover { 121 background-color: #a7c251; 122 text-decoration: none; 123 border-top: 1px solid #1d3100; 124 } 125 107 126 h2.log_post_h2 { 108 127 color: #666666; … … 130 149 131 150 div.log_post_normal ul li { 151 list-style-image: url(list-item.gif); 152 } 153 154 div.log_post_error { 155 padding: 4px; 156 text-align: justify; 157 } 158 159 div.log_post_error a { 160 color: #66890b; 161 font-weight: bold; 162 text-decoration: none; 163 } 164 165 div.log_post_error a:hover { 166 color: #ffff66; 167 background-color: #3a5300; 168 } 169 170 div.log_post_error ul li { 132 171 list-style-image: url(list-item.gif); 133 172 } -
trunk/style/SeriouslyRound/index.css
r306 r323 282 282 } 283 283 284 h1.log_post_h1_error { 285 /* title */ 286 line-height: 20%; 287 font-size: 1.4em; 288 display: inline; 289 letter-spacing: 2px; 290 font-family: 'ITC Garamond', Georgia, 'Trebuchet MS', 'Times New Roman', serif; 291 color: #cbe3ef; 292 padding: 4px; 293 margin: 4px; 294 } 295 296 h1.log_post_h1_error a { 297 color: #d4f6fa; 298 } 299 300 h1.log_post_h1_error a:hover { 301 color: #4d5049; 302 } 303 284 304 h2.log_post_h2 { 285 305 /* category */ … … 336 356 } 337 357 358 div.log_post_error { 359 /* container for post */ 360 margin-top: 0px; 361 padding-bottom: 10px; 362 text-align: justify; 363 display: block; 364 margin-bottom: 10px; 365 margin-left: 30px; 366 } 367 div.log_post_error li { 368 list-style-image: url(star-normal.gif); 369 } 370 371 div.log_post_error li:hover { 372 list-style-image: url(star-over.gif); 373 } 374 338 375 a.link_readmore { 339 376 /* style for the 'read more' link in mvblog. First use on frontpage */ -
trunk/style/Sunset/index.css
r309 r323 216 216 } 217 217 218 h1.log_post_h1_error { 219 font-size: medium; 220 font-weight: bold; 221 color: #c13100; 222 border-top: 1px solid #fffbd0; 223 border-left: 1px solid #fffbd0; 224 display: inline; 225 } 226 227 h1.log_post_h1_error a { 228 border-top: 1px solid #cc6600; 229 border-left: 1px solid #cc6600; 230 padding-top: 2px; 231 padding-left: 2px; 232 } 233 218 234 h2.log_post_h2 { 219 235 font-style: italic; … … 239 255 } 240 256 257 div.log_post_error { 258 padding-left: 5px; 259 } 260 261 div.log_post_error ul li { 262 list-style-image: url(star.gif); 263 } 264 265 div.log_post_error ul li:hover { 266 list-style-image: url(star-hover.gif); 267 } 268 241 269 div.log_post_aside:before { 242 270 content: url(aside2.gif); -
trunk/style/Thirteen/index.css
r310 r323 224 224 } 225 225 226 h1.log_archive_h1_error { 227 /* Archive title */ 228 font-size: 1.5em; 229 } 230 226 231 /* post specific tags */ 227 232 … … 285 290 } 286 291 292 div.log_post_error { 293 /* content style for normal entry */ 294 margin-left: 30px; 295 display: block; 296 margin-top: 10px; 297 margin-bottom: 10px; 298 } 299 300 div.log_post_error li { 301 list-style-image: url(star-normal.gif); 302 } 303 304 div.log_post_error li:hover { 305 list-style-image: url(star-over.gif); 306 } 307 287 308 a.link_readmore { 288 309 /* style for the 'read more' link in mvblog. First use on frontpage */ -
trunk/style/Two-point-Zero/index.css
r311 r323 223 223 } 224 224 225 h1.log_archive_h1_error { 226 /* Archive title */ 227 font-size: 1.5em; 228 } 229 225 230 /* post specific tags */ 226 231 … … 282 287 283 288 div.log_post_normal li:hover { 289 list-style-image: url(star-over.gif); 290 } 291 292 div.log_post_error { 293 /* content style for normal entry */ 294 margin-left: 30px; 295 display: block; 296 margin-top: 10px; 297 margin-bottom: 10px; 298 } 299 300 div.log_post_error li { 301 list-style-image: url(star-normal.gif); 302 } 303 304 div.log_post_error li:hover { 284 305 list-style-image: url(star-over.gif); 285 306 }
