Changeset 3362
- Timestamp:
- 02/16/15 23:54:30 (9 years ago)
- Location:
- themes/sterenn
- Files:
-
- 5 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/sterenn/_define.php
r3212 r3362 13 13 /* Name */ "Sterenn", 14 14 /* Description*/ "Le thème d'une étoile bretonne", 15 /* Author */ "Ludovic Toinel", 16 /* Version */ '1.1' 15 /* Author */ "Ludovic Toinel, Pierre Van Glabeke", 16 /* Version */ '1.2', 17 array( 18 'type' => 'theme' 19 ) 17 20 ); 18 ?> -
themes/sterenn/style.css
r3212 r3362 66 66 background: transparent url(img/sterenn.png) no-repeat top left; 67 67 display: block; 68 /*width: 300px;*/69 68 max-height: 70px !important; 70 69 font-family: "Handlee", cursive; … … 233 232 234 233 #topnav ul { 235 border-bottom: 1px solid # ffd02c;234 border-bottom: 1px solid #e1d9dd; 236 235 padding: 4px 0; 237 236 } … … 260 259 margin: 0.1em 0 0 0; 261 260 padding: 0 0; 262 /*font-weight: bold;*/263 261 border: none; 264 262 } … … 278 276 } 279 277 280 #sidebar img {max-width: 200px;}278 #sidebar img {max-width:100%;} 281 279 282 280 #sidebar .tags ul { … … 324 322 -------------------------------------------------------- */ 325 323 h1{ 326 /*margin-left: 20px;*/327 324 } 328 325 … … 371 368 margin: 0 0 2em 0; 372 369 } 370 .post embed, .post iframe {max-width:100%;} 373 371 .post-title { 374 372 color:#8377A5; … … 439 437 -------------------------------------------------------- */ 440 438 .post-content h3{ 441 border-bottom: 1px dotted #AAA; 442 margin-top: 30px; 443 margin-bottom: 10px; 439 margin: 0; 444 440 color: #888; 445 441 font-size: 13pt; … … 451 447 text-align: justify; 452 448 color: #666; 453 } 454 .post-content acronym, .post-excerpt acronym { 449 clear:both; 450 } 451 .post-content acronym, .post-excerpt acronym, 452 .post-content abbr, .post-excerpt abbr { 455 453 cursor: help; 456 454 border-bottom: 1px dotted #666; … … 463 461 background-color: #F0F0F5; 464 462 } 465 .post-excerpt p img, .post-content pimg {466 max-width: 500px;463 .post-excerpt img, .post-content img { 464 max-width:100%; 467 465 } 468 466 .post-content ul, .post-excerpt ul { … … 710 708 711 709 .pagination{ 712 /*width: 500px;713 margin: 20px;*/714 710 border: 1px solid #EFEFEF; 715 711 padding: 5px; … … 722 718 723 719 .dc-category #content-info p img { 724 max-width: 500px;725 } 720 max-width:100%; 721 } -
themes/sterenn/tpl/_footer.html
r3212 r3362 1 <div id="footer" >2 <p>{{tpl:SysPoweredBy}} // thème réalisé par<a href="http://www.geeek.org">Ludovic Toinel</a></p>1 <div id="footer" role="banner"> 2 <p>{{tpl:SysPoweredBy}} // {{tpl:lang Theme by}} <a href="http://www.geeek.org">Ludovic Toinel</a></p> 3 3 </div> 4 4
Note: See TracChangeset
for help on using the changeset viewer.