Changeset 367:ac02b334e367
- Timestamp:
- 06/14/11 19:15:31 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/mediaqueries.css
r360 r367 71 71 #top { 72 72 padding-top: 24px; 73 padding-bottom: 4px;74 73 } 75 74 h1 { 76 75 font-size: 2em; 77 76 padding-right: 240px; 77 padding-bottom: 4px; 78 78 margin-left: 32px; 79 79 } … … 137 137 } 138 138 139 @media only screen and (min-width: 640px) and (max-width: 102 4px) {139 @media only screen and (min-width: 640px) and (max-width: 1023px) { 140 140 #wrapper { 141 141 padding: 0 10%; … … 152 152 } 153 153 154 @media only screen and (min-width: 840px) and (max-width: 102 4px) {154 @media only screen and (min-width: 840px) and (max-width: 1023px) { 155 155 #wrapper { 156 156 padding: 0 13%; … … 161 161 } 162 162 163 @media only screen and (min-width: 102 5px) {164 #wrapper { 165 padding: 0 32px;163 @media only screen and (min-width: 1024px) { 164 #wrapper { 165 padding: 0 7%; 166 166 } 167 167 #main { … … 175 175 padding : 0 0 2em 0; 176 176 } 177 #footer {178 clear : both;179 text-align:center;180 }181 177 #sidebar { 182 178 width : 22%; … … 187 183 } 188 184 #stickers { 189 padding-right: 32px;185 padding-right: 7%; 190 186 } 191 187 … … 199 195 padding-bottom: 2px; 200 196 font-size: 1em; 197 border: 1px solid #ddd; 198 border-top: none 0; 201 199 } 202 200 #sidebar div#search:first-child h2 { … … 213 211 214 212 @media only screen and (min-width: 1280px) { 215 #wrapper { 216 padding: 0 96px 0 296px; 217 } 218 .dc-tags #wrapper, .dc-archive-month #wrapper, .dc-404 #wrapper { 219 padding: 0 96px; 213 #content { 214 margin : 0 30% 0 200px; 220 215 } 221 216 p.post-info { 222 217 margin-left: -200px; 223 218 float: left; 224 width: 1 40px;219 width: 150px; 225 220 text-align: right; 226 221 } … … 231 226 text-align: left; 232 227 } 233 #stickers { 234 padding-right: 96px; 235 } 236 } 228 } 229 230 @media only screen and (min-width: 1600px) { 231 #wrapper { 232 padding: 0 12%; 233 } 234 #stickers { 235 padding-right: 12%; 236 } 237 } -
themes/ductile/tpl/_top.html
r359 r367 1 1 <div id="header"> 2 <div id="top">3 <h1><span><a href="{{tpl:BlogURL}}">{{tpl:BlogName encode_html="1"}}</a></span></h1>4 5 <!-- # --BEHAVIOR-- publicTopAfterContent -->6 {{tpl:SysBehavior behavior="publicTopAfterContent"}}7 </div>8 2 9 3 <ul id="prelude"> … … 13 7 </ul> 14 8 15 <!-- Pour Franck: 16 Il faudrait trouver un moyen pour que 17 1. la balise <p /> ne soit présente que si la description est non vide 18 2. que l'utilisateur puisse indiquer si oui ou non il souhaite afficher la description (?) 19 --> 20 <p id="blogdesc">{{tpl:BlogDescription}}</p> 9 <div id="top"> 10 <h1><span><a href="{{tpl:BlogURL}}">{{tpl:BlogName encode_html="1"}}</a></span></h1> 11 12 <!-- Pour Franck: 13 Il faudrait trouver un moyen pour que 14 1. la balise <p /> ne soit présente que si la description est non vide 15 2. que l'utilisateur puisse indiquer si oui ou non il souhaite afficher la description (?) 16 --> 17 <p id="blogdesc">{{tpl:BlogDescription}}</p> 18 19 <!-- # --BEHAVIOR-- publicTopAfterContent --> 20 {{tpl:SysBehavior behavior="publicTopAfterContent"}} 21 </div> 21 22 22 23 <!-- Pour Franck:
Note: See TracChangeset
for help on using the changeset viewer.