Changes in [602:3070a933dac1:601:c1e800f8af89]
- Location:
- themes/ductile
- Files:
-
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/mediaqueries.css
r599 r549 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 }143 134 h1 { 144 135 font-size: 2em; … … 211 202 } 212 203 213 /* ------------------------------------------------------ règles communes <640px */204 /* ------------------------------------------------------ règles communes > 640px */ 214 205 @media only screen and (max-width:639px) { 215 206 body { -
themes/ductile/style.css
r599 r592 111 111 vertical-align: top; 112 112 } 113 .supranav {114 clear: both;115 }116 113 .supranav li a { 117 114 text-decoration: none; … … 267 264 background: #fff no-repeat left center url(img/category.png); 268 265 } 269 .permalink a {270 padding-left: 20px;271 background: #fff no-repeat left center url(img/link.png);272 }273 266 .post-info .post-date { 274 267 padding-left: 28px; … … 277 270 .post-info a, 278 271 .post-tags a, 279 .post-info-co a, 280 .permalink a { 272 .post-info-co a { 281 273 white-space: nowrap; 282 274 } … … 363 355 /* ------------------------------------------------------- commentaires et rétroliens */ 364 356 #comments, 365 #ping -url,357 #pings, 366 358 #comment-form, 367 359 #comments-feed { … … 370 362 font-size: .875em; 371 363 } 372 #comment-form , #ping-url{364 #comment-form { 373 365 padding: 1em; 374 366 background: #eef; … … 383 375 } 384 376 #comments h3, 385 #ping -urlh3,377 #pings h3, 386 378 #pr h3, 387 379 #comment-form h3 { … … 389 381 color: #666; 390 382 } 391 #comment-form h3 , #ping-url h3{383 #comment-form h3 { 392 384 margin-top: 0; 393 385 } 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 { 386 #comments dl { } 387 #comments dt { 403 388 padding-bottom: .2em; 404 389 border-bottom: 1px solid #ccc; … … 406 391 line-height: 1.1; 407 392 } 393 #comments dd { } 408 394 #comments .first { } 409 395 #comments .odd { } … … 419 405 text-decoration: none; 420 406 font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif; 421 color: #ad3f4c; 422 } 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 { } 423 418 #pings .first { } 424 419 #pings .odd { } … … 506 501 } 507 502 508 /*#ping-url {503 #ping-url { 509 504 background: #efefef; 510 505 border-right: 1px solid #aaa; … … 512 507 font-size: .81em; 513 508 padding-left: .5em; 514 } */509 } 515 510 #comments-feed { 516 511 margin-top: 2em; … … 555 550 } 556 551 #sidebar ul li ul { 557 margin-top: 0; 558 margin-bottom: 0; 552 margin-top: .5em; 559 553 } 560 554 #sidebar ul li { -
themes/ductile/tpl/_top.html
r599 r541 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>5 4 <h1><span><a href="{{tpl:BlogURL}}">{{tpl:BlogName encode_html="1"}}</a></span></h1> 6 5 <p id="blogdesc" class="nosmall">{{tpl:BlogDescription}}</p>
Note: See TracChangeset
for help on using the changeset viewer.