Changeset 360:30bb82ca4426 for themes/ductile/style.css
- Timestamp:
- 06/13/11 21:58:25 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/style.css
r359 r360 24 24 Typo: #222 courant, #4c4c85 commentaires 25 25 Liens: #666 courant, #ad3f4c titre billet et Lire la suite 26 Titres: #90909027 26 Fond formulaire comm: #eef 28 27 … … 117 116 } 118 117 #blogdesc { 119 margin: 0; 120 padding-left: 32px; 118 margin: 0 0 0 32px; 121 119 font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 122 120 font-style: italic; … … 125 123 } 126 124 #supranav { 127 padding: 0 0 0 2px;125 padding: 0 0 0 4px; 128 126 list-style-type: none; 129 127 line-height: 1.25; … … 437 435 } 438 436 .field textarea { 439 font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 440 font-size: .875em; 437 font-family: sans-serif; 441 438 padding: .5em 1em; 442 439 } … … 513 510 } 514 511 #sidebar h2 { 515 font-size: 1. 2em;512 font-size: 1.1em; 516 513 margin: 0; 517 514 font-weight: normal; 515 font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 516 color: #333; 518 517 } 519 518 #sidebar h3 { 520 font-size: 1 .1em;519 font-size: 1em; 521 520 margin-bottom: 0; 522 521 font-weight: normal; 522 font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 523 color: #333; 523 524 } 524 525 #sidebar ul { … … 567 568 border: none; 568 569 background: transparent; 569 height: 2em; 570 height: auto; 571 line-height: 2em; 570 572 } 571 573 #search #q { 572 574 float: left; 573 575 width: 78%; 576 font-size: 100%; 577 padding-left: 2px; 574 578 } 575 579 #search #q:focus { … … 582 586 width: 20%; 583 587 font-variant: small-caps; 588 height: 2em; 584 589 } 585 590 #search .submit:hover, 586 591 #search .submit:focus { 587 background: # 686867;592 background: #333; 588 593 } 589 594
Note: See TracChangeset
for help on using the changeset viewer.