Changeset 3343
- Timestamp:
- 02/01/15 17:55:54 (9 years ago)
- Location:
- themes/balcony
- Files:
-
- 8 added
- 4 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/balcony/_define.php
r2625 r3343 1 1 <?php 2 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Balcony, a theme for Dotclear. 3 4 # 4 # This file is part of Dotclear 2. 5 # Copyright (c) 2010 6 # annso contact@as-i-am.fr 5 7 # 6 # Copyright (c) 2003-2008 Olivier Meunier and contributors7 8 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or9 # A copy of this license is available in LICENSE file or at 9 10 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 #11 11 # -- END LICENSE BLOCK ------------------------------------ 12 12 if (!defined('DC_RC_PATH')) { return; } … … 15 15 /* Name */ "Balcony", 16 16 /* Description*/ "Thème illustré par Sophie Griotto", 17 /* Author */ "annso", 18 /* Version */ '1.0' 17 /* Author */ "annso, Pierre Van Glabeke", 18 /* Version */ '1.1', 19 array( 20 /* Type */ 'type' => 'theme', 21 'dc_min' => '2.7' 22 ) 19 23 ); 20 ?> -
themes/balcony/style.css
r2625 r3343 1 /* ----------------------------------------------------------------- 2 1. STRUCTURE 3 a inscrire ici ou en important une css de structure placee dans 4 le meme repertoire et appelee grace a l'instruction ci-dessous 5 ------------------------------------------------------------------ */ 6 /* @import url(nom_du_fichier.css); */ 7 8 9 /* ------------------------------------------------------------ 10 2. BALISES HTML PAR DEFAUT 11 ------------------------------------------------------------- */ 1 /* 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Balcony, a theme for Dotclear. 4 # 5 # Copyright (c) 2010 6 # annso contact@as-i-am.fr 7 # 8 # Licensed under the GPL version 2.0 license. 9 # A copy of this license is available in LICENSE file or at 10 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 11 # -- END LICENSE BLOCK ------------------------------------ 12 */ 12 13 13 14 body { … … 41 42 42 43 p { } 43 img { }44 img {border : none; } 44 45 sup { } 45 46 abbr, acronym { } … … 107 108 #top h1 a:hover { color: #D18A88; } 108 109 #top #blogdesc { } 109 #prelude { display: none; } 110 #navigation { 111 width : 100%; 112 height : 30px; 113 background : #eee; 114 border-bottom: 1px solid #DDDDDD; 115 position : fixed; 116 top : 0; 117 left : 0; 118 text-transform: uppercase; 119 letter-spacing: 3px; 120 } 121 #navigation ul { 122 margin : 0 auto; 123 padding : 8px 30px 0; 124 } 125 #navigation ul li { 126 display : block; 127 float : left; 128 margin : 0 20px 0 0; 129 font-size : 90%; 130 } 131 #navigation ul li.nav-active a { border: 1px solid #fff; } 132 #navigation ul li a { 133 color: #999; 134 text-decoration: none; 135 } 136 #navigation ul li a:hover { 137 border-bottom: 1px solid #ccc; 110 #prelude { 111 position: fixed; 112 top: 7px; 113 right: 20px; 114 padding: 0 10px; 115 font-size: 0.9em; 116 z-index:100; 117 margin: 0; 138 118 } 139 119 … … 160 140 #content-info h2 { } 161 141 #content-info p { } 142 #content-info img { 143 max-width:100%; 144 } 162 145 163 146 .content-inner { } … … 225 208 .post-excerpt { } 226 209 .post-content { } 227 210 .post-excerpt p img, .post-content p img { 211 max-width:100%; 212 } 213 .post embed, .post iframe {max-width:100%;} 228 214 .read-it { } 229 215 230 216 .footnotes { } 231 .footnotes h4 { } 217 .footnotes h4 { font-size:1.3em;margin:30px 0 10px 0; } 218 .footnotes p { margin:0; } 232 219 233 220 .post-info-co { … … 367 354 } 368 355 356 #sidebar .categories li.category-current { 357 font-weight: bold; 358 } 359 #sidebar .categories li.category-current li { 360 font-weight: normal; 361 } 362 #sidebar img {max-width:100%;} 369 363 /* boites du menu des widgets livres avec Dotclear */ 370 364 #search { … … 458 452 .feed { 459 453 padding-left:16px; 460 background : transparent url(im ages/feed.png) no-repeat left center;454 background : transparent url(img/feed.png) no-repeat left center; 461 455 } 462 456 … … 522 516 .dc-categories { } 523 517 .dc-category { } 518 #subcategories { 519 padding: 5px 0 20px 0; 520 } 521 #subcategories h3 { 522 margin: 0; 523 } 524 #subcategories ul { 525 margin: 0.5em 0 0 0; 526 padding: 0 0 0 20px; 527 line-height: 1.4; 528 } 524 529 .dc-archive { } 525 530 .dc-archive-month { } 531 .dc-archive-month .post-info { 532 margin: 3px 0 10px 0; 533 } 526 534 .dc-tags { } 527 535 .dc-tag { } -
themes/balcony/tpl/_footer.html
r2625 r3343 1 <div id="footer" >1 <div id="footer" role="contentinfo"> 2 2 3 <p> Décoré par <a href="http://www.as-i-am.fr">annso</a> -4 Illustré par<a href="http://www.sophiegriotto.com/">Sophie Griotto</a><br />3 <p>{{tpl:lang Decorated by}} <a href="http://www.as-i-am.fr">annso</a> - 4 {{tpl:lang Illustrated by}} <a href="http://www.sophiegriotto.com/">Sophie Griotto</a><br /> 5 5 {{tpl:SysPoweredBy}}. 6 6 </p> 7 7 8 </div> 9 8 10 {{tpl:SysBehavior behavior="publicFooterContent"}} 9 10 </div> -
themes/balcony/tpl/_top.html
r2625 r3343 1 <div id="top" >2 <h1 id="blogname"><span><a href="{{tpl:BlogURL}}">{{tpl:BlogName}}</a></span></h1>1 <div id="top" role="banner"> 2 <h1><a href="{{tpl:BlogURL}}">{{tpl:BlogName}}</a></h1> 3 3 <p id="blogdesc">{{tpl:BlogDescription}}</p> 4 4 <!-- # --BEHAVIOR-- publicTopAfterContent --> … … 6 6 </div> 7 7 8 <div id="prelude"> 9 <p><a href="#content">{{tpl:lang To content}}</a> | <a href="#global-nav">{{tpl:lang To menu}}</a> | <a href="#search">{{tpl:lang To search}}</a></p> 8 <div id="navigation"> 9 <div id="navsm" role="navigation"> 10 {{tpl:SimpleMenu id="supranav" description="title"}} 10 11 </div> 11 12 12 <div id="navigation"> 13 <!-- {{tpl:MenuFreshy}} --> 14 <ul class="menu"> 15 <li class="page_item"><a href="#" rel="accueil" class="first_menu" ><span>Blog</span></a></li> 16 <li class="page_item"><a href="#"><span>Archives</span></a></li> 17 <li class="page_item"><a href="#"><span>Liens</span></a></li> 18 <li class="page_item"><a href="#"><span>Contact</span></a></li> 19 </ul> 13 <p id="prelude" role="navigation"><a href="#main">{{tpl:lang To content}}</a> | 14 <a href="#blognav">{{tpl:lang To menu}}</a> | 15 <a href="#search">{{tpl:lang To search}}</a></p> 20 16 </div> 21 17 22 18 <div id="city"></div> 23
Note: See TracChangeset
for help on using the changeset viewer.