Changeset 609:9f126d3f2e71 for themes/ductile/style.css
- Timestamp:
- 07/22/11 07:18:31 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/style.css
r599 r609 248 248 margin: .33em 0; 249 249 } 250 .post-attr { 251 margin-bottom: 1em; 252 } 250 253 .post-info, 251 254 .post-tags { … … 276 279 } 277 280 .post-info a, 278 .post-tags a,279 281 .post-info-co a, 280 282 .permalink a { … … 369 371 font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 370 372 font-size: .875em; 373 clear: both; 371 374 } 372 375 #comment-form, #ping-url { … … 397 400 list-style-type: none; 398 401 } 399 .comment { 402 .comment, .ping { 403 clear: left; 400 404 margin-left: 0; 401 } 402 #comments .comment-info { 405 border-top: 1px solid #bbb; 406 } 407 .comment-info { 408 clear: left; 409 float: left; 403 410 padding-bottom: .2em; 404 border-bottom: 1px solid #ccc; 405 margin-top: 1.5em; 406 line-height: 1.1; 411 margin-top: 1em; 412 line-height: 1.25; 413 width: 10em; 414 color: #666; 407 415 } 408 416 #comments .first { } … … 420 428 font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif; 421 429 color: #ad3f4c; 422 } 423 #pings .first { } 424 #pings .odd { } 425 426 #pr dl { } 427 #pr dd { } 430 display: block; 431 width: 2em; 432 } 433 .comment .comment-number { 434 background: transparent url(img/comm.png) right center no-repeat; 435 } 436 .ping .comment-number { 437 background: transparent url(img/tb.png) right center no-repeat; 438 } 439 .comment-content { 440 margin-left: 11em; 441 } 442 #comments-feed { 443 border-top: 1px solid #bbb; 444 margin-top: 1.5em; 445 padding-top: 1em; 446 } 428 447 429 448 /* ------------------------------------------------------- formulaire des commentaires */ … … 845 864 .dc-tags { } 846 865 .dc-tag { } 847 .dc-404 { } 866 867 .dc-404 #content-info { 868 padding-bottom: 200px; 869 background: transparent url(img/404.png) no-repeat bottom center; 870 } 871 .dc-404 .content-inner ul { 872 margin-left: 0; 873 padding-left: 0; 874 list-style-type: none; 875 } 876 .dc-404 .content-inner h3 { 877 font-size: 1.1em; 878 font-variant: small-caps; 879 } 848 880 .dc-search #content-info em { color: #14709e; } 849 881
Note: See TracChangeset
for help on using the changeset viewer.