Changeset 599:03506a6a7fc9 for themes
- Timestamp:
- 07/21/11 08:31:58 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/mediaqueries.css
r549 r599 132 132 padding-top: 24px; 133 133 } 134 #logo { 135 float:left; 136 margin:0 1.5em 0 1em; 137 } 138 #logo a { 139 border: none; 140 background: transparent; 141 text-decoration: none; 142 } 134 143 h1 { 135 144 font-size: 2em; … … 202 211 } 203 212 204 /* ------------------------------------------------------ règles communes >640px */213 /* ------------------------------------------------------ règles communes < 640px */ 205 214 @media only screen and (max-width:639px) { 206 215 body { -
themes/ductile/style.css
r592 r599 111 111 vertical-align: top; 112 112 } 113 .supranav { 114 clear: both; 115 } 113 116 .supranav li a { 114 117 text-decoration: none; … … 264 267 background: #fff no-repeat left center url(img/category.png); 265 268 } 269 .permalink a { 270 padding-left: 20px; 271 background: #fff no-repeat left center url(img/link.png); 272 } 266 273 .post-info .post-date { 267 274 padding-left: 28px; … … 270 277 .post-info a, 271 278 .post-tags a, 272 .post-info-co a { 279 .post-info-co a, 280 .permalink a { 273 281 white-space: nowrap; 274 282 } … … 355 363 /* ------------------------------------------------------- commentaires et rétroliens */ 356 364 #comments, 357 #ping s,365 #ping-url, 358 366 #comment-form, 359 367 #comments-feed { … … 362 370 font-size: .875em; 363 371 } 364 #comment-form {372 #comment-form, #ping-url { 365 373 padding: 1em; 366 374 background: #eef; … … 375 383 } 376 384 #comments h3, 377 #ping sh3,385 #ping-url h3, 378 386 #pr h3, 379 387 #comment-form h3 { … … 381 389 color: #666; 382 390 } 383 #comment-form h3 {391 #comment-form h3, #ping-url h3 { 384 392 margin-top: 0; 385 393 } 386 #comments dl { } 387 #comments dt { 394 #comments > ul { 395 margin-left: 0; 396 padding-left: 0; 397 list-style-type: none; 398 } 399 .comment { 400 margin-left: 0; 401 } 402 #comments .comment-info { 388 403 padding-bottom: .2em; 389 404 border-bottom: 1px solid #ccc; … … 391 406 line-height: 1.1; 392 407 } 393 #comments dd { }394 408 #comments .first { } 395 409 #comments .odd { } … … 405 419 text-decoration: none; 406 420 font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif; 407 color: #909090; 408 } 409 410 #pings dl { } 411 #pings dt { 412 border-bottom: 1px solid #ccc; 413 margin-top: 1.5em; 414 line-height: 1.1; 415 padding-bottom: .2em; 416 } 417 #pings dd { } 421 color: #ad3f4c; 422 } 418 423 #pings .first { } 419 424 #pings .odd { } … … 501 506 } 502 507 503 #ping-url {508 /*#ping-url { 504 509 background: #efefef; 505 510 border-right: 1px solid #aaa; … … 507 512 font-size: .81em; 508 513 padding-left: .5em; 509 } 514 }*/ 510 515 #comments-feed { 511 516 margin-top: 2em; … … 550 555 } 551 556 #sidebar ul li ul { 552 margin-top: .5em; 557 margin-top: 0; 558 margin-bottom: 0; 553 559 } 554 560 #sidebar ul li { -
themes/ductile/tpl/_top.html
r541 r599 2 2 3 3 <div id="top"> 4 <p id="logo" class="nosmall"><a href="{{tpl:BlogURL}}"><img src="{{tpl:BlogThemeURL}}/img/logo.png" alt="{{tpl:lang Home}}" /></a></p> 4 5 <h1><span><a href="{{tpl:BlogURL}}">{{tpl:BlogName encode_html="1"}}</a></span></h1> 5 6 <p id="blogdesc" class="nosmall">{{tpl:BlogDescription}}</p>
Note: See TracChangeset
for help on using the changeset viewer.