Changeset 308:ac786f4cf820
- Timestamp:
- 05/23/11 09:47:04 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/layouts.css
r304 r308 1 1 @charset "UTF-8"; 2 2 3 @media only screen and (min-width: 961px) { 4 #wrapper { 5 padding: 0 15%; 3 /* seuils retenus : 4 480px 5 640px 6 960px 7 1280px 8 ----------------- */ 9 10 @media only screen and (max-width:480px) { 11 h1 { 12 font-size: 1.8em; 6 13 } 7 14 } 8 15 9 @media only screen and (min-width: 641px) and (max-width: 960px) { 10 #wrapper { 11 padding: 0 10%; 12 } 13 } 14 15 @media only screen and (max-width:640px) { 16 @media only screen and (max-width:639px) { 16 17 html { 17 18 -webkit-text-size-adjust: none; … … 23 24 max-width: 100%; 24 25 height: auto; 25 width: auto\9; /* ie8 */ 26 } 27 } 28 29 @media only screen and (max-width:480px) { 30 h1 { 31 font-size: 1.8em; 26 width: auto\9; /* pour ie8 */ 32 27 } 33 28 } … … 38 33 } 39 34 } 35 36 @media only screen and (min-width: 640px) and (max-width: 960px) { 37 #wrapper { 38 padding: 0 10%; 39 } 40 } 41 42 @media only screen and (min-width: 961px) { 43 #wrapper { 44 padding: 0 15%; 45 } 46 } -
themes/ductile/rebase.css
r305 r308 5 5 margin: 0; 6 6 padding: 0; 7 font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif;8 7 font-size: 100.1%; 9 8 line-height: 1.5; 10 color: #151515;11 background: #fff;12 9 } 13 10 div, form, fieldset { … … 55 52 } 56 53 strong { 57 font-size: 92%;54 font-size: .94em; 58 55 } 59 56 blockquote, q { 60 font-family: Georgia, "Times New Roman", Times, serif;61 57 font-style: italic; 62 58 } … … 68 64 } 69 65 ul, ol, dd { 70 margin: 1em 0 .5em 28px;66 margin: 1em 0 .5em 1.5em; 71 67 } 72 68 ul ul, ol ol { … … 77 73 font-size: .875em; 78 74 } 75 code { 76 padding: 0 2px; 77 } 79 78 pre { 80 79 margin: 1em; 81 80 overflow: auto; 82 padding: 1px 8px;81 padding: 1px .5em; 83 82 line-height: 1.2; 84 83 } … … 86 85 height: 1px; 87 86 border: 0; 88 border-top: 1px dashed #999;89 width: 50%;87 border-top: 1px solid #aaa; 88 width: 60%; 90 89 height: 1px; 91 90 } -
themes/ductile/style.css
r305 r308 11 11 @import url(layouts.css); 12 12 13 /* ------------------------------------------------------- body */ 14 body { 15 background: #fff; 16 font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif; 17 color: #151515; 18 } 13 19 14 20 /* ----------------------------------------------- liens */ … … 20 26 text-decoration: none; 21 27 } 22 h1 a, h2 a, .post-info-co a {23 text-decoration: none;24 }25 .post-title a {26 font-weight: normal;27 }28 29 /* ------------------------------------------------------- billets */30 .post-title {31 font-style:italic;32 }33 34 /* ------------------------------------------------------- billets */35 #sidebar h2 {36 font-size: 1em;37 }38 28 39 29 40 /* ----------------------------------------------- 41 personnalisations blog chantier 42 ------------------------------------------------ */ 30 31 32 /* ================================================ 33 personnalisations blog chantier 34 ================================================ */ 43 35 .post-content img, .post-excerpt img { 44 36 border: 1px solid #ccc;
Note: See TracChangeset
for help on using the changeset viewer.