Changeset 631:c585ca34f513 for themes/ductile
- Timestamp:
- 07/23/11 15:27:42 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_config.php
r628 r631 1 1 <?php 2 2 # -- BEGIN LICENSE BLOCK --------------------------------------- 3 # This file is part of Ductile, a theme for Dotclear 3 4 # 4 # This file is part of Dotclear 2. 5 # 6 # Copyright (c) 2003-2011 Olivier Meunier & Association Dotclear 5 # Copyright (c) 2011 - Association Dotclear 7 6 # Licensed under the GPL version 2.0 license. 8 7 # See LICENSE file or -
themes/ductile/_define.php
r630 r631 1 1 <?php 2 2 # -- BEGIN LICENSE BLOCK --------------------------------------- 3 # This file is part of Ductile, a theme for Dotclear 3 4 # 4 # Copyright (c) Association Dotclear5 # Copyright (c) 2011 - Association Dotclear 5 6 # Licensed under the GPL version 2.0 license. 6 7 # See LICENSE file or -
themes/ductile/_prepend.php
r622 r631 1 1 <?php 2 2 # -- BEGIN LICENSE BLOCK --------------------------------------- 3 # This file is part of Ductile, a theme for Dotclear 3 4 # 4 # This file is part of Dotclear 2. 5 # 6 # Copyright (c) 2003-2011 Olivier Meunier & Association Dotclear 5 # Copyright (c) 2011 - Association Dotclear 7 6 # Licensed under the GPL version 2.0 license. 8 7 # See LICENSE file or -
themes/ductile/_public.php
r626 r631 1 1 <?php 2 2 # -- BEGIN LICENSE BLOCK --------------------------------------- 3 # This file is part of Ductile, a theme for Dotclear 3 4 # 4 # This file is part of Dotclear 2. 5 # 6 # Copyright (c) 2003-2011 Olivier Meunier & Association Dotclear 5 # Copyright (c) 2011 - Association Dotclear 7 6 # Licensed under the GPL version 2.0 license. 8 7 # See LICENSE file or -
themes/ductile/mediaqueries.css
r623 r631 1 1 @charset "UTF-8"; 2 /* -- BEGIN LICENSE BLOCK --------------------------------------- 3 # This file is part of Ductile, a theme for Dotclear 4 # 5 # Copyright (c) 2011 - Association Dotclear 6 # Licensed under the GPL version 2.0 license. 7 # See LICENSE file or 8 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 9 # 10 # -- END LICENSE BLOCK ----------------------------------------- */ 2 11 3 12 /* seuils retenus : -
themes/ductile/rebase.css
r308 r631 1 1 @charset "UTF-8"; 2 /* -- BEGIN LICENSE BLOCK --------------------------------------- 3 # 4 # Copyright (c) 2007-2011 - Kozlika http://www.kozlika.org 5 # Licensed under the GPL version 2.0 license. 6 # See LICENSE file or 7 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 8 # 9 # -- END LICENSE BLOCK ----------------------------------------- */ 2 10 3 11 html, -
themes/ductile/style.css
r629 r631 1 1 @charset "UTF-8"; 2 3 /* Ductile 4 Dotclear theme by Dotclear Team 5 Version de chantier 6 */ 2 /* -- BEGIN LICENSE BLOCK --------------------------------------- 3 # This file is part of Ductile, a theme for Dotclear 4 # 5 # Copyright (c) 2011 - Association Dotclear 6 # Licensed under the GPL version 2.0 license. 7 # See LICENSE file or 8 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 9 # 10 # -- END LICENSE BLOCK ----------------------------------------- */ 7 11 8 12 /* Infos … … 62 66 font-size: .81em; 63 67 } 68 pre { 69 white-space: normal; 70 } 64 71 65 72 a { … … 86 93 line-height: 1; 87 94 } 95 #logo a img, #stickers a img { 96 border: none; 97 } 88 98 h1 { 89 99 font-variant: small-caps; -
themes/ductile/tpl/_head.html
r615 r631 4 4 <!--[if lt IE 9]> 5 5 <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> 6 <link rel="stylesheet" type="text/css" href="{{tpl:BlogThemeURL}}/ie.css" media="screen" /> 6 7 <![endif]--> 7 8 8 <style type="text/css" media="screen"> 9 @import url({{tpl:BlogThemeURL}}/style.css); 10 </style> 11 <style type="text/css" media="print"> 12 @import url({{tpl:BlogThemeURL}}/../default/print.css); 13 </style> 9 <link rel="stylesheet" type="text/css" href="{{tpl:BlogThemeURL}}/style.css" media="screen" /> 10 <link rel="stylesheet" type="text/css" href="{{tpl:BlogThemeURL}}/../default/print.css" media="print" /> 14 11 15 12 <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/jquery.js"></script>
Note: See TracChangeset
for help on using the changeset viewer.