Changeset 675:7845286256ac
- Timestamp:
- 08/08/11 18:54:30 (14 years ago)
- Branch:
- themes
- Children:
- 683:b32debb0479b, 3660:dd34f2f189fb
- Location:
- themes/ductile
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/mediaqueries.css
r672 r675 112 112 ul, ol, dd { 113 113 padding: 0; 114 } 115 .post ul, .post ol, .post dd { 116 margin-left: 1em !important; 114 117 } 115 118 } -
themes/ductile/style.css
r673 r675 62 62 background: #f9f9f9; 63 63 } 64 blockquote:before {65 color: #ccc;66 content: open-quote;67 font-size: 4em;68 display: block;69 float: left;70 }71 64 code, pre { 72 65 background: #efefef; … … 92 85 margin-top: .75em; 93 86 } 87 table { 88 border: 1px solid #999; 89 border-collapse: collapse; 90 } 91 td, th, tr { 92 padding: 2px 8px; 93 border: 1px solid #CCC; 94 border-collapse: collapse; 95 } 96 thead th, tbody th { 97 color: #555; 98 background: #f0f0f5; 99 text-align: left; 100 font-weight: normal; 101 } 102 tbody tr:hover, tbody th:hover { 103 background: #eee; 104 } 105 table caption { 106 color: #14709e; 107 text-align: left; 108 margin-bottom: .33em; 109 font-weight: bold; 110 } 111 94 112 /* ------------------------------------------------------------ 95 113 3. PAGE … … 293 311 padding: 4px; 294 312 } 313 img.smiley { 314 border: none; 315 padding: 0; 316 } 295 317 .post-info, 296 318 .post-tags, … … 343 365 .post ul { 344 366 list-style-type: square; 345 margin-left: 0;367 margin-left: 1em; 346 368 } 347 369 .post ol { 348 margin-left: 0;370 margin-left: 1em; 349 371 } 350 372 .footnotes { … … 1016 1038 clear:both; 1017 1039 } 1018 1019 /* ================================================1020 personnalisations blog chantier1021 ================================================ */1022 .post-content img, .post-excerpt img {1023 border: 1px solid #ccc;1024 padding: 4px;1025 max-width: 96%;1026 } -
themes/ductile/tpl/search.html
r666 r675 69 69 <div class="content-inner"> 70 70 {{tpl:ductileNbEntryPerPage}} 71 <tpl:Entries >71 <tpl:Entries type="post,page"> 72 72 73 73 {{tpl:ductileEntriesList default="short"}}
Note: See TracChangeset
for help on using the changeset viewer.