Dotclear


Ignore:
Timestamp:
07/23/11 15:27:42 (14 years ago)
Author:
kozlika
Branch:
themes
Message:

Ductile - Compat IE ≤ 8

Location:
themes/ductile
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/_config.php

    r628 r631  
    11<?php 
    22# -- BEGIN LICENSE BLOCK --------------------------------------- 
     3# This file is part of Ductile, a theme for Dotclear 
    34# 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2011 Olivier Meunier & Association Dotclear 
     5# Copyright (c) 2011 - Association Dotclear 
    76# Licensed under the GPL version 2.0 license. 
    87# See LICENSE file or 
  • themes/ductile/_define.php

    r630 r631  
    11<?php 
    22# -- BEGIN LICENSE BLOCK --------------------------------------- 
     3# This file is part of Ductile, a theme for Dotclear 
    34# 
    4 # Copyright (c) Association Dotclear 
     5# Copyright (c) 2011 - Association Dotclear 
    56# Licensed under the GPL version 2.0 license. 
    67# See LICENSE file or 
  • themes/ductile/_prepend.php

    r622 r631  
    11<?php 
    22# -- BEGIN LICENSE BLOCK --------------------------------------- 
     3# This file is part of Ductile, a theme for Dotclear 
    34# 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2011 Olivier Meunier & Association Dotclear 
     5# Copyright (c) 2011 - Association Dotclear 
    76# Licensed under the GPL version 2.0 license. 
    87# See LICENSE file or 
  • themes/ductile/_public.php

    r626 r631  
    11<?php 
    22# -- BEGIN LICENSE BLOCK --------------------------------------- 
     3# This file is part of Ductile, a theme for Dotclear 
    34# 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2011 Olivier Meunier & Association Dotclear 
     5# Copyright (c) 2011 - Association Dotclear 
    76# Licensed under the GPL version 2.0 license. 
    87# See LICENSE file or 
  • themes/ductile/mediaqueries.css

    r623 r631  
    11@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 ----------------------------------------- */ 
    211 
    312/* seuils retenus : 
  • themes/ductile/rebase.css

    r308 r631  
    11@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 ----------------------------------------- */ 
    210 
    311html,  
  • themes/ductile/style.css

    r629 r631  
    11@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 ----------------------------------------- */ 
    711 
    812/* Infos 
     
    6266     font-size: .81em; 
    6367     } 
     68pre { 
     69     white-space: normal; 
     70     } 
    6471 
    6572a { 
     
    8693     line-height: 1; 
    8794     } 
     95#logo a img, #stickers a img { 
     96     border: none; 
     97} 
    8898h1 { 
    8999     font-variant: small-caps; 
  • themes/ductile/tpl/_head.html

    r615 r631  
    44<!--[if lt IE 9]> 
    55     <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" /> 
    67<![endif]--> 
    78 
    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" /> 
    1411 
    1512<script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/jquery.js"></script> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map