Dotclear

Changeset 698


Ignore:
Timestamp:
01/16/09 09:24:22 (14 years ago)
Author:
bruno
Message:

Freshy2 1.5

Location:
themes/freshy2
Files:
9 added
3 deleted
29 edited
2 moved

Legend:

Unmodified
Added
Removed
  • themes/freshy2/_define.php

    r633 r698  
    2626     /* Description*/         "Freshy v2 customizable theme", 
    2727     /* Author */             "Bruno Hondelatte, brol, Original WP Theme from Julien de Luca (http://www.jide.fr/francais/)", 
    28      /* Version */            '1.4.1' 
     28     /* Version */            '1.5' 
    2929); 
    3030?> 
  • themes/freshy2/custom_bloggy.css

    r633 r698  
    8181} 
    8282 
    83 #menu ul li li a:hover, #menu ul li li.current_page_item a { 
    84      /*:Navigation color*/ 
    85      color:#0080fc; 
    86 } 
    87  
    88 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 
     83#menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 
    8984     /*:Navigation color*/ 
    9085     color:#0080fc; 
     
    106101 
    107102.sidebar .categories li.category-current a { 
    108      color: white; 
     103     color: #fff; 
    109104     background-color:#0080fc; 
    110105} 
    111106.sidebar .categories li.category-current li a { 
    112      color: black; 
     107     color: #000; 
    113108     background:none; 
    114109} 
     
    124119} 
    125120 
    126 .meta dl dt a { 
    127      color:#1e64a3; 
     121.meta .author, .meta .author a, .meta .flux a, .cat .flux a { 
     122  color:#1e64a3; 
    128123} 
    129124 
  • themes/freshy2/custom_business.css

    r633 r698  
    11#frame .sidebar li a:hover { 
    22     /*:Navigation color*/ 
    3      background-color:#0061a8; 
     3     background-color:#0080fc; 
    44} 
    55 
     
    6161*::-moz-selection, *::-selection { 
    6262     /*:Navigation color*/ 
    63      background-color:#0061a8; 
     63     background-color:#0080fc; 
    6464} 
    6565 
    6666a { 
    6767     /*:Navigation color*/ 
    68      color:#0061a8; 
     68     color:#0080fc; 
    6969} 
    7070 
    7171.sidebar h2 { 
    7272     /*:Navigation color*/ 
    73      border-left-color:#0061a8; 
     73     border-left-color:#0080fc; 
    7474     /*:Navigation color*/ 
    75      color:#0061a8; 
     75     color:#0080fc; 
    7676} 
    7777 
    7878.sidebar h2 a { 
    7979     /*:Navigation color*/ 
    80      color:#0061a8; 
     80     color:#0080fc; 
    8181} 
    8282 
    83 #menu ul li li a:hover, #menu ul li li.current_page_item a { 
     83#menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 
    8484     /*:Navigation color*/ 
    85      color:#0061a8; 
    86 } 
    87  
    88 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 
    89      /*:Navigation color*/ 
    90      color:#0061a8; 
     85     color:#0080fc; 
    9186} 
    9287 
    9388#menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 
    9489     /*:Navigation color*/ 
    95      background-color:#0061a8; 
     90     background-color:#0080fc; 
    9691} 
    9792 
    9893#menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { 
    99   background-color:#0061a8; 
     94  background-color:#0080fc; 
    10095} 
    10196 
    10297.sidebar li.current_page_item a, .sidebar li.current-cat a { 
    10398     /*:Navigation color*/ 
    104      background-color:#0061a8; 
     99     background-color:#0080fc; 
    105100} 
    106101 
    107102.sidebar .categories li.category-current a { 
    108103     color: white; 
    109      background-color:#0061a8; 
     104     background-color:#0080fc; 
    110105} 
    111106.sidebar .categories li.category-current li a { 
    112      color: #3d3d3d; 
     107     color: #000; 
    113108     background:none; 
    114109} 
     
    116111h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a { 
    117112     /*:Content color*/ 
    118      color:#4f4d48; 
     113     color:#1e64a3; 
    119114} 
    120115 
    121116.post blockquote { 
    122117     /*:Content color*/ 
    123      border-left-color:#4f4d48; 
     118     border-left-color:#1e64a3; 
    124119} 
    125120 
    126 .meta dl dt a { 
    127      color:#4f4d48; 
     121.meta .author, .meta .author a, .meta .flux a, .cat .flux a { 
     122  color:#1e64a3; 
    128123} 
    129124 
    130125.comment .author, .comment .author a { 
    131      color:#4f4d48; 
     126     color:#1e64a3; 
    132127} 
    133128 
    134129.comment_author {  
    135      background:#4f4d48 url(images/transparency/white-90.png) repeat scroll 0 0; 
    136      border:1px solid #4f4d48; 
     130     background:#1e64a3 url(images/transparency/white-90.png) repeat scroll 0 0; 
     131     border:1px solid #1e64a3; 
    137132} 
    138133 
    139134.comment_author h4 {  
    140      color:#4f4d48; 
     135     color:#1e64a3; 
    141136} 
    142137 
    143138.ping .author, .ping .author a { 
    144      color:#4f4d48; 
     139     color:#1e64a3; 
    145140} 
  • themes/freshy2/custom_cooking.css

    r633 r698  
    11#frame .sidebar li a:hover { 
    22     /*:Navigation color*/ 
    3      background-color:#cf4200; 
     3     background-color:#f00; 
    44} 
    55 
    66code { 
    77     /*:Content color*/ 
    8      background-color:#69a500; 
     8     background-color:#c00; 
    99     /*:Content color*/ 
    10      border-color:#69a500; 
     10     border-color:#c00; 
    1111} 
    1212 
     
    6161*::-moz-selection, *::-selection { 
    6262     /*:Navigation color*/ 
    63      background-color:#cf4200; 
     63     background-color:#f00; 
    6464} 
    6565 
    6666a { 
    6767     /*:Navigation color*/ 
    68      color:#cf4200; 
     68     color:#f00; 
    6969} 
    7070 
    7171.sidebar h2 { 
    7272     /*:Navigation color*/ 
    73      border-left-color:#cf4200; 
     73     border-left-color:#f00; 
    7474     /*:Navigation color*/ 
    75      color:#cf4200; 
     75     color:#f00; 
    7676} 
    7777 
    7878.sidebar h2 a { 
    7979     /*:Navigation color*/ 
    80      color:#cf4200; 
     80     color:#f00; 
    8181} 
    8282 
    83 #menu ul li li a:hover, #menu ul li li.current_page_item a { 
     83#menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 
    8484     /*:Navigation color*/ 
    85      color:#cf4200; 
    86 } 
    87  
    88 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 
    89      /*:Navigation color*/ 
    90      color:#cf4200; 
     85     color:#f00; 
    9186} 
    9287 
    9388#menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 
    9489     /*:Navigation color*/ 
    95      background-color:#cf4200; 
     90     background-color:#f00; 
    9691} 
    9792 
    9893#menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { 
    99   background-color:#cf4200; 
     94  background-color:#f00; 
    10095} 
    10196 
    10297.sidebar li.current_page_item a, .sidebar li.current-cat a { 
    10398     /*:Navigation color*/ 
    104      background-color:#cf4200; 
     99     background-color:#f00; 
    105100} 
    106101 
    107102.sidebar .categories li.category-current a { 
    108103     color: white; 
    109      background-color:#cf4200; 
     104     background-color:#f00; 
    110105} 
    111106.sidebar .categories li.category-current li a { 
     
    116111h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a { 
    117112     /*:Content color*/ 
    118      color:#69a500; 
     113     color:#c00; 
    119114} 
    120115 
    121116.post blockquote { 
    122117     /*:Content color*/ 
    123      border-left-color:#69a500; 
     118     border-left-color:#c00; 
    124119} 
    125120 
    126 .meta dl dt a { 
    127      color:#69a500; 
     121.meta .author, .meta .author a, .meta .flux a, .cat .flux a { 
     122  color:#c00; 
    128123} 
    129124 
    130125.comment .author, .comment .author a { 
    131      color:#69a500; 
     126     color:#c00; 
    132127} 
    133128 
    134129.comment_author {  
    135      background:#69a500 url(images/transparency/white-90.png) repeat scroll 0 0; 
    136      border:1px solid #69a500; 
     130     background:#c00 url(images/transparency/white-90.png) repeat scroll 0 0; 
     131     border:1px solid #c00; 
    137132} 
    138133 
    139134.comment_author h4 {  
    140      color:#69a500; 
     135     color:#c00; 
    141136} 
    142137 
    143138.ping .author, .ping .author a { 
    144      color:#69a500; 
     139     color:#c00; 
    145140} 
  • themes/freshy2/custom_dark_drax.css

    r633 r698  
    3232ul#quicklinks li a.rss { 
    3333     background-image: url(images/icons/feed-icon-16x16-dark.gif); 
    34 } 
    35  
    36 .meta { 
    37      padding-bottom:0; 
    38      background:none; 
    39 } 
    40  
    41 .meta dl { 
    42      border-color:#c6c6c6; 
    43      background-color:#383838; 
    44 } 
    45  
    46 .meta dl dd { 
    47      color:#828282; 
    48 } 
    49  
    50 .meta dl dt, .comment small, .ping small { 
    51      color:#828282; 
    52 } 
    53  
    54 .meta dl dt a { 
    55      color:#a3b8be; 
    56 } 
    57  
    58 .meta dl dd a { 
    59      color:#e7e7e7; 
    6034} 
    6135 
     
    143117} 
    144118 
    145 #menu ul li li a:hover, #menu ul li li.current_page_item a { 
    146      /*:Navigation color*/ 
    147      color:#00b0e6; 
    148 } 
    149  
    150 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 
    151      /*:Navigation color*/ 
    152      color:#00b0e6; 
     119#menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 
     120     /*:Navigation color*/ 
     121     color:#00b0e6; 
     122} 
     123 
     124#menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 
     125     /*:Navigation color*/ 
     126     background-color:#00b0e6; 
    153127} 
    154128 
     
    164138 
    165139.sidebar .categories li.category-current a { 
    166      color: white; 
     140     color: #fff; 
    167141     background-color:#00b0e6; 
    168142} 
     
    184158} 
    185159 
     160/* meta */ 
     161.post .meta { 
     162     background:transparent url(images/box-shadow-dark.png) no-repeat bottom left; 
     163} 
     164 
     165/* meta categories */ 
     166.post .metacat { 
     167     background:transparent url(images/box-shadow-dark.png) no-repeat bottom left; 
     168} 
     169 
     170.post .cat { 
     171     background:#383838; 
     172} 
     173 
     174.cat a { 
     175     color:#fff; 
     176} 
     177 
     178/* fin */ 
     179 
     180.post .meta ul { 
     181     background:#383838; 
     182} 
     183 
     184.meta ul li a { 
     185     color:#fff; 
     186} 
     187 
     188.meta .author, .meta .author a { 
     189  color:#a3b8be; 
     190} 
     191 
     192.meta .flux a, .cat .flux a { 
     193     color:#a3b8be; 
     194} 
     195 
     196/* commentaires */ 
    186197.comment .author, .comment .author a { 
    187198     color:#a3b8be; 
  • themes/freshy2/custom_flower_power.css

    r633 r698  
    11#frame .sidebar li a:hover { 
    22     /*:Navigation color*/ 
    3      background-color:#905100; 
     3     background-color:#eda700; 
    44} 
    55 
    66code { 
    77     /*:Content color*/ 
    8      background-color:#eda700; 
     8     background-color:#905100; 
    99     /*:Content color*/ 
    10      border-color:#eda700; 
     10     border-color:#905100; 
    1111} 
    1212 
     
    6161*::-moz-selection, *::-selection { 
    6262     /*:Navigation color*/ 
    63      background-color:#905100; 
     63     background-color:#eda700; 
    6464} 
    6565 
    6666a { 
    6767     /*:Navigation color*/ 
    68      color:#905100; 
     68     color:#eda700; 
    6969} 
    7070 
    7171.sidebar h2 { 
    7272     /*:Navigation color*/ 
    73      border-left-color:#905100; 
     73     border-left-color:#eda700; 
    7474     /*:Navigation color*/ 
    75      color:#905100; 
     75     color:#eda700; 
    7676} 
    7777 
    7878.sidebar h2 a { 
    7979     /*:Navigation color*/ 
    80      color:#905100; 
     80     color:#eda700; 
    8181} 
    8282 
    83 #menu ul li ul {background-color: #c90;} 
     83#menu ul li ul {background-color: #905100;} 
    8484 
    85 #menu ul li li a:hover, #menu ul li li.current_page_item a { 
     85#menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 
    8686     /*:Navigation color*/ 
    87      color:#905100; 
    88 } 
    89  
    90 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 
    91      /*:Navigation color*/ 
    92      color:#905100; 
     87     color:#eda700; 
    9388} 
    9489 
    9590#menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 
    9691     /*:Navigation color*/ 
    97      background-color:#905100; 
     92     background-color:#eda700; 
    9893} 
    9994 
    10095#menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { 
    101   background-color:#905100; 
     96  background-color:#eda700; 
    10297} 
    10398 
    10499.sidebar li.current_page_item a, .sidebar li.current-cat a { 
    105100     /*:Navigation color*/ 
    106      background-color:#905100; 
     101     background-color:#eda700; 
    107102} 
    108103 
    109104.sidebar .categories li.category-current a { 
    110105     color: white; 
    111      background-color:#905100; 
     106     background-color:#eda700; 
    112107} 
    113108.sidebar .categories li.category-current li a { 
     
    118113h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a { 
    119114     /*:Content color*/ 
    120      color:#eda700; 
     115     color:#905100; 
    121116} 
    122117 
    123118.post blockquote { 
    124119     /*:Content color*/ 
    125      border-left-color:#eda700; 
     120     border-left-color:#905100; 
    126121} 
    127122 
    128 .meta dl dt a { 
    129      color:#eda700; 
     123.meta .author, .meta .author a, .meta .flux a, .cat .flux a { 
     124     color:#905100; 
    130125} 
    131126 
    132127.comment .author, .comment .author a { 
    133      color:#eda700; 
     128     color:#905100; 
    134129} 
    135130 
    136131.comment_author {  
    137      background:#eda700 url(images/transparency/white-90.png) repeat scroll 0 0; 
    138      border:1px solid #eda700; 
     132     background:#905100 url(images/transparency/white-90.png) repeat scroll 0 0; 
     133     border:1px solid #905100; 
    139134} 
    140135 
    141136.comment_author h4 {  
    142      color:#eda700; 
     137     color:#905100; 
    143138} 
    144139 
    145140.ping .author, .ping .author a { 
    146      color:#eda700; 
     141     color:#905100; 
    147142} 
  • themes/freshy2/custom_freshy_1.css

    r633 r698  
    8181} 
    8282 
    83 #menu ul li li a:hover, #menu ul li li.current_page_item a { 
    84      /*:Navigation color*/ 
    85      color:#bbde32; 
    86 } 
    87  
    88 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 
     83#menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 
    8984     /*:Navigation color*/ 
    9085     color:#bbde32; 
     
    190185} 
    191186 
    192 .meta dl dt a { 
     187.meta .author, .meta .author a, .meta .flux a, .cat .flux a { 
    193188     color:#515151; 
    194189} 
  • themes/freshy2/custom_look_my_hard_drive.css

    r633 r698  
    11#frame .sidebar li a:hover { 
    22     /*:Navigation color*/ 
    3      background-color:#524e48; 
     3     background-color:#8c8477; 
    44} 
    55 
    66code { 
    77     /*:Content color*/ 
    8      background-color:#8c8477; 
     8     background-color:#524e48; 
    99     /*:Content color*/ 
    10      border-color:#8c8477; 
     10     border-color:#524e48; 
    1111} 
    1212 
     
    6161*::-moz-selection, *::-selection { 
    6262     /*:Navigation color*/ 
    63      background-color:#524e48; 
     63     background-color:#8c8477; 
    6464} 
    6565 
     
    7171.sidebar h2 { 
    7272     /*:Navigation color*/ 
    73      border-left-color:#524e48; 
     73     border-left-color:#8c8477; 
    7474     /*:Navigation color*/ 
    75      color:#524e48; 
     75     color:#8c8477; 
    7676} 
    7777 
    7878.sidebar h2 a { 
    7979     /*:Navigation color*/ 
    80      color:#524e48; 
     80     color:#8c8477; 
    8181} 
    8282 
    8383#menu ul li ul {background-color: #ccc;} 
    8484 
    85 #menu ul li li a:hover, #menu ul li li.current_page_item a { 
     85#menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 
    8686     /*:Navigation color*/ 
    87      color:#524e48; 
    88 } 
    89  
    90 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 
    91      /*:Navigation color*/ 
    92      color:#524e48; 
     87     color:#8c8477; 
    9388} 
    9489 
    9590#menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 
    9691     /*:Navigation color*/ 
    97      background-color:#524e48; 
     92     background-color:#8c8477; 
    9893} 
    9994 
    10095#menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { 
    101   background-color:#524e48; 
     96  background-color:#8c8477; 
    10297} 
    10398 
    10499.sidebar li.current_page_item a, .sidebar li.current-cat a { 
    105100     /*:Navigation color*/ 
    106      background-color:#524e48; 
     101     background-color:#8c8477; 
    107102} 
    108103 
    109104.sidebar .categories li.category-current a { 
    110105     color: white; 
    111      background-color:#524e48; 
     106     background-color:#8c8477; 
    112107} 
    113108.sidebar .categories li.category-current li a { 
     
    118113h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a { 
    119114     /*:Content color*/ 
    120      color:#8c8477; 
     115     color:#524e48; 
    121116} 
    122117 
    123118.post blockquote { 
    124119     /*:Content color*/ 
    125      border-left-color:#8c8477; 
     120     border-left-color:#524e48; 
    126121} 
    127122 
    128 .meta dl dt a { 
    129      color:#8c8477; 
     123.meta .author, .meta .author a, .meta .flux a, .cat .flux a { 
     124     color:#524e48; 
    130125} 
    131126 
    132127.comment .author, .comment .author a { 
    133      color:#8c8477; 
     128     color:#524e48; 
    134129} 
    135130 
    136131.comment_author {  
    137      background:#8c8477 url(images/transparency/white-70.png) repeat scroll 0 0; 
    138      border:1px solid #8c8477; 
     132     background:#524e48 url(images/transparency/white-70.png) repeat scroll 0 0; 
     133     border:1px solid #524e48; 
    139134} 
    140135 
    141136.comment_author h4 {  
    142      color:#8c8477; 
     137     color:#524e48; 
    143138} 
    144139 
    145140.ping .author, .ping .author a { 
    146      color:#8c8477; 
     141     color:#524e48; 
    147142} 
  • themes/freshy2/custom_quiet.css

    r633 r698  
    11#frame .sidebar li a:hover { 
    22     /*:Navigation color*/ 
    3      background-color:#b23a00; 
     3     background-color:#c68900; 
    44} 
    55 
    66code { 
    77     /*:Content color*/ 
    8      background-color:#c68900; 
     8     background-color:#b23a00; 
    99     /*:Content color*/ 
    10      border-color:#c68900; 
     10     border-color:#b23a00; 
    1111} 
    1212 
     
    6161*::-moz-selection, *::-selection { 
    6262     /*:Navigation color*/ 
    63      background-color:#b23a00; 
     63     background-color:#c68900; 
    6464} 
    6565 
    6666a { 
    6767     /*:Navigation color*/ 
    68      color:#b23a00; 
     68     color:#c68900; 
    6969} 
    7070 
    7171.sidebar h2 { 
    7272     /*:Navigation color*/ 
    73      border-left-color:#b23a00; 
     73     border-left-color:#c68900; 
    7474     /*:Navigation color*/ 
    75      color:#b23a00; 
     75     color:#c68900; 
    7676} 
    7777 
    7878.sidebar h2 a { 
    7979     /*:Navigation color*/ 
    80      color:#b23a00; 
     80     color:#c68900; 
    8181} 
    8282 
    83 #menu ul li li a:hover, #menu ul li li.current_page_item a { 
     83#menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 
    8484     /*:Navigation color*/ 
    85      color:#b23a00; 
    86 } 
    87  
    88 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 
    89      /*:Navigation color*/ 
    90      color:#b23a00; 
     85     color:#c68900; 
    9186} 
    9287 
    9388#menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 
    9489     /*:Navigation color*/ 
    95      background-color:#b23a00; 
     90     background-color:#c68900; 
    9691} 
    9792 
    9893#menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { 
    99   background-color:#b23a00; 
     94  background-color:#c68900; 
    10095} 
    10196 
    10297.sidebar li.current_page_item a, .sidebar li.current-cat a { 
    10398     /*:Navigation color*/ 
    104      background-color:#b23a00; 
     99     background-color:#c68900; 
    105100} 
    106101 
    107102.sidebar .categories li.category-current a { 
    108103     color: white; 
    109      background-color:#b23a00; 
     104     background-color:#c68900; 
    110105} 
    111106.sidebar .categories li.category-current li a { 
     
    116111h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a { 
    117112     /*:Content color*/ 
    118      color:#c68900; 
     113     color:#b23a00; 
    119114} 
    120115 
    121116.post blockquote { 
    122117     /*:Content color*/ 
    123      border-left-color:#c68900; 
     118     border-left-color:#b23a00; 
    124119} 
    125120 
    126 .meta dl dt a { 
    127      color:#c68900; 
     121.meta .author, .meta .author a, .meta .flux a, .cat .flux a { 
     122     color:#b23a00; 
    128123} 
    129124 
    130125.comment .author, .comment .author a { 
    131      color:#c68900; 
     126     color:#b23a00; 
    132127} 
    133128 
    134129.comment_author {  
    135      background:#c68900 url(images/transparency/white-90.png) repeat scroll 0 0; 
    136      border:1px solid #c68900; 
     130     background:#b23a00 url(images/transparency/white-90.png) repeat scroll 0 0; 
     131     border:1px solid #b23a00; 
    137132} 
    138133 
    139134.comment_author h4 {  
    140      color:#c68900; 
     135     color:#b23a00; 
    141136} 
    142137 
    143138.ping .author, .ping .author a { 
    144      color:#c68900; 
     139     color:#b23a00; 
    145140} 
  • themes/freshy2/custom_red_is_dead.css

    r633 r698  
    11#frame .sidebar li a:hover { 
    22     /*:Navigation color*/ 
    3      background-color:#dd1f00; 
     3     background-color:#cc3300; 
    44} 
    55 
    66code { 
    77     /*:Content color*/ 
    8      background-color:#616a70; 
     8     background-color:#993333; 
    99     /*:Content color*/ 
    10      border-color:#616a70; 
     10     border-color:#993333; 
    1111} 
    1212 
     
    6161*::-moz-selection, *::-selection { 
    6262     /*:Navigation color*/ 
    63      background-color:#dd1f00; 
     63     background-color:#cc3300; 
    6464} 
    6565 
    6666a { 
    6767     /*:Navigation color*/ 
    68      color:#dd1f00; 
     68     color:#cc3300; 
    6969} 
    7070 
    7171.sidebar h2 { 
    7272     /*:Navigation color*/ 
    73      border-left-color:#dd1f00; 
     73     border-left-color:#cc3300; 
    7474     /*:Navigation color*/ 
    75      color:#dd1f00; 
     75     color:#cc3300; 
    7676} 
    7777 
    7878.sidebar h2 a { 
    7979     /*:Navigation color*/ 
    80      color:#dd1f00; 
     80     color:#cc3300; 
    8181} 
    8282 
    83 #menu ul li li a:hover, #menu ul li li.current_page_item a { 
     83#menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 
    8484     /*:Navigation color*/ 
    85      color:#dd1f00; 
    86 } 
    87  
    88 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 
    89      /*:Navigation color*/ 
    90      color:#dd1f00; 
     85     color:#cc3300; 
    9186} 
    9287 
    9388#menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 
    9489     /*:Navigation color*/ 
    95      background-color:#dd1f00; 
     90     background-color:#cc3300; 
    9691} 
    9792 
    9893#menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { 
    99   background-color:#dd1f00; 
     94  background-color:#cc3300; 
    10095} 
    10196 
    10297.sidebar li.current_page_item a, .sidebar li.current-cat a { 
    10398     /*:Navigation color*/ 
    104      background-color:#dd1f00; 
     99     background-color:#cc3300; 
    105100} 
    106101 
    107102.sidebar .categories li.category-current a { 
    108103     color: white; 
    109      background-color:#dd1f00; 
     104     background-color:#cc3300; 
    110105} 
    111106.sidebar .categories li.category-current li a { 
     
    116111h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a { 
    117112     /*:Content color*/ 
    118      color:#616a70; 
     113     color:#993333; 
    119114} 
    120115 
    121116.post blockquote { 
    122117     /*:Content color*/ 
    123      border-left-color:#616a70; 
     118     border-left-color:#993333; 
    124119} 
    125120 
    126 .meta dl dt a { 
    127      color:#616a70; 
     121.meta .author, .meta .author a, .meta .flux a, .cat .flux a { 
     122     color:#993333; 
    128123} 
    129124 
    130125.comment .author, .comment .author a { 
    131      color:#616a70; 
     126     color:#993333; 
    132127} 
    133128 
    134129.comment_author {  
    135      background:#616a70 url(images/transparency/white-90.png) repeat scroll 0 0; 
    136      border:1px solid #616a70; 
     130     background:#993333 url(images/transparency/white-90.png) repeat scroll 0 0; 
     131     border:1px solid #993333; 
    137132} 
    138133 
    139134.comment_author h4 {  
    140      color:#616a70; 
     135     color:#993333; 
    141136} 
    142137 
    143138.ping .author, .ping .author a { 
    144      color:#616a70; 
     139     color:#993333; 
    145140} 
  • themes/freshy2/custom_studio.css

    r633 r698  
    11#frame .sidebar li a:hover { 
    22     /*:Navigation color*/ 
    3      background-color:#1a4baf; 
     3     background-color:#30f; 
    44} 
    55 
    66code { 
    77     /*:Content color*/ 
    8      background-color:#1A4BAF; 
     8     background-color:#000099; 
    99     /*:Content color*/ 
    10      border-color:#616a70; 
     10     border-color:#000099; 
    1111} 
    1212 
     
    6161*::-moz-selection, *::-selection { 
    6262     /*:Navigation color*/ 
    63      background-color:#544b4e; 
     63     background-color:#3300ff; 
    6464} 
    6565 
    6666a { 
    6767     /*:Navigation color*/ 
    68      color:#1A4BAF; 
     68     color:#3300ff; 
    6969} 
    7070 
    7171.sidebar h2 { 
    7272     /*:Navigation color*/ 
    73      border-left-color:#544b4e; 
     73     border-left-color:#3300ff; 
    7474     /*:Navigation color*/ 
    75      color:#544b4e; 
     75     color:#3300ff; 
    7676} 
    7777 
    7878.sidebar h2 a { 
    7979     /*:Navigation color*/ 
    80      color:#544b4e; 
     80     color:#3300ff; 
    8181} 
    8282 
    83 #menu ul li ul {background-color: #ccc;} 
     83#menu ul li ul {background-color: #666;} 
    8484 
    85 #menu ul li li a:hover, #menu ul li li.current_page_item a { 
     85#menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 
    8686     /*:Navigation color*/ 
    87      color:#1a4baf; 
    88 } 
    89  
    90 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 
    91      /*:Navigation color*/ 
    92      color:#1a4baf; 
     87     color:#3300ff; 
    9388} 
    9489 
    9590#menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 
    9691     /*:Navigation color*/ 
    97      background-color:#1a4baf; 
     92     background-color:#3300ff; 
    9893} 
    9994 
    10095#menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { 
    101   background-color:#1a4baf; 
     96  background-color:#3300ff; 
    10297} 
    10398 
    10499.sidebar li.current_page_item a, .sidebar li.current-cat a { 
    105100     /*:Navigation color*/ 
    106      background-color:#1a4baf; 
     101     background-color:#3300ff; 
    107102} 
    108103 
    109104.sidebar .categories li.category-current a { 
    110105     color: white; 
    111      background-color:#1a4baf; 
     106     background-color:#3300ff; 
    112107} 
    113108.sidebar .categories li.category-current li a { 
     
    118113h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a { 
    119114     /*:Content color*/ 
    120      color:#1A4BAF; 
     115     color:#000099; 
    121116} 
    122117 
    123118.post blockquote { 
    124119     /*:Content color*/ 
    125      border-left-color:#1A4BAF; 
     120     border-left-color:#000099; 
    126121} 
    127122 
    128 .meta dl dt a { 
    129      color:#1A4BAF; 
     123.meta .author, .meta .author a, .meta .flux a, .cat .flux a { 
     124     color:#000099; 
    130125} 
    131126 
    132127.comment .author, .comment .author a { 
    133      color:#1A4BAF; 
     128     color:#000099; 
    134129} 
    135130 
    136131.comment_author {  
    137      background:#1A4BAF url(images/transparency/white-90.png) repeat scroll 0 0; 
    138      border:1px solid #1A4BAF; 
     132     background:#000099 url(images/transparency/white-90.png) repeat scroll 0 0; 
     133     border:1px solid #000099; 
    139134} 
    140135 
    141136.comment_author h4 {  
    142      color:#1A4BAF; 
     137     color:#000099; 
    143138} 
    144139 
    145140.ping .author, .ping .author a { 
    146      color:#1A4BAF; 
     141     color:#000099; 
    147142} 
  • themes/freshy2/custom_vista_is_not_unix.css

    r633 r698  
    11#frame .sidebar li a:hover { 
    22     /*:Navigation color*/ 
    3      background-color:#a0bc00; 
     3     background-color:#9c0; 
    44} 
    55 
    66code { 
    77     /*:Content color*/ 
    8      background-color:#565358; 
     8     background-color:#690; 
    99     /*:Content color*/ 
    10      border-color:#565358; 
     10     border-color:#690; 
    1111} 
    1212 
     
    6161*::-moz-selection, *::-selection { 
    6262     /*:Navigation color*/ 
    63      background-color:#a0bc00; 
     63     background-color:#9c0; 
    6464} 
    6565 
    6666a { 
    6767     /*:Navigation color*/ 
    68      color:#a0bc00; 
     68     color:#9c0; 
    6969} 
    7070 
    7171.sidebar h2 { 
    7272     /*:Navigation color*/ 
    73      border-left-color:#a0bc00; 
     73     border-left-color:#9c0; 
    7474     /*:Navigation color*/ 
    75      color:#a0bc00; 
     75     color:#9c0; 
    7676} 
    7777 
    7878.sidebar h2 a { 
    7979     /*:Navigation color*/ 
    80      color:#a0bc00; 
     80     color:#9c0; 
    8181} 
    8282 
    83 #menu ul li li a:hover, #menu ul li li.current_page_item a { 
     83#menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 
    8484     /*:Navigation color*/ 
    85      color:#a0bc00; 
     85     color:#9c0; 
    8686} 
    8787 
    88 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 
     88#menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 
    8989     /*:Navigation color*/ 
    90      color:#a0bc00; 
     90     background-color:#9c0; 
    9191} 
    9292 
    9393#menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { 
    9494     /*:Navigation color*/ 
    95      background-color:#a0bc00; 
     95     background-color:#9c0; 
    9696} 
    9797 
    9898.sidebar li.current_page_item a, .sidebar li.current-cat a { 
    9999     /*:Navigation color*/ 
    100      background-color:#a0bc00; 
    101 } 
    102  
    103 .sidebar li.current_page_item a, .sidebar li.current-cat a { 
    104      /*:Navigation color*/ 
    105      background-color:#a0bc00; 
     100     background-color:#9c0; 
    106101} 
    107102 
    108103.sidebar .categories li.category-current a { 
    109104     color: white; 
    110      background-color:#a0bc00; 
     105     background-color:#9c0; 
    111106} 
    112107.sidebar .categories li.category-current li a { 
     
    117112h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a { 
    118113     /*:Content color*/ 
    119      color:#565358; 
     114     color:#690; 
    120115} 
    121116 
    122117.post blockquote { 
    123118     /*:Content color*/ 
    124      border-left-color:#565358; 
     119     border-left-color:#690; 
    125120} 
    126121 
    127 .meta dl dt a { 
    128      color:#565358; 
     122.meta .author, .meta .author a, .meta .flux a, .cat .flux a { 
     123     color:#690; 
    129124} 
    130125 
    131126.comment .author, .comment .author a { 
    132      color:#565358; 
     127     color:#690; 
    133128} 
    134129 
    135130.comment_author {  
    136      background:#565358 url(images/transparency/white-90.png) repeat scroll 0 0; 
    137      border:1px solid #565358; 
     131     background:#690 url(images/transparency/white-90.png) repeat scroll 0 0; 
     132     border:1px solid #690; 
    138133} 
    139134 
    140135.comment_author h4 {  
    141      color:#565358; 
     136     color:#690; 
    142137} 
    143138 
    144139.ping .author, .ping .author a { 
    145      color:#565358; 
     140     color:#690; 
    146141} 
  • themes/freshy2/custom_vitamin.css

    r633 r698  
    11#frame .sidebar li a:hover { 
    22     /*:Navigation color*/ 
    3      background-color:#e66b00; 
     3     background-color:#ee9d00; 
    44} 
    55 
    66code { 
    77     /*:Content color*/ 
    8      background-color:#ee9d00; 
     8     background-color:#e66b00; 
    99     /*:Content color*/ 
    10      border-color:#ee9d00; 
     10     border-color:#e66b00; 
    1111} 
    1212 
     
    6161*::-moz-selection, *::-selection { 
    6262     /*:Navigation color*/ 
    63      background-color:#e66b00; 
     63     background-color:#ee9d00; 
    6464} 
    6565 
    6666a { 
    6767     /*:Navigation color*/ 
    68      color:#e66b00; 
     68     color:#ee9d00; 
    6969} 
    7070 
    7171.sidebar h2 { 
    7272     /*:Navigation color*/ 
    73      border-left-color:#e66b00; 
     73     border-left-color:#ee9d00; 
    7474     /*:Navigation color*/ 
    75      color:#e66b00; 
     75     color:#ee9d00; 
    7676} 
    7777 
    7878.sidebar h2 a { 
    7979     /*:Navigation color*/ 
    80      color:#e66b00; 
     80     color:#ee9d00; 
    8181} 
    8282 
    83 #menu ul li li a:hover, #menu ul li li.current_page_item a { 
     83#menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 
    8484     /*:Navigation color*/ 
    85      color:#e66b00; 
     85     color:#ee9d00; 
    8686} 
    87  
    88 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 
    89      /*:Navigation color*/ 
    90      color:#e66b00; 
    91 } 
    92  
    9387 
    9488#menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 
    9589     /*:Navigation color*/ 
    96      background-color:#e66b00; 
     90     background-color:#ee9d00; 
     91} 
     92 
     93#menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { 
     94  background-color:#ee9d00; 
    9795} 
    9896 
    9997.sidebar li.current_page_item a, .sidebar li.current-cat a { 
    10098     /*:Navigation color*/ 
    101      background-color:#e66b00; 
     99     background-color:#ee9d00; 
    102100} 
    103101 
    104102.sidebar .categories li.category-current a { 
    105103     color: white; 
    106      background-color:#e66b00; 
     104     background-color:#ee9d00; 
    107105} 
    108106.sidebar .categories li.category-current li a { 
     
    113111h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a { 
    114112     /*:Content color*/ 
    115      color:#ee9d00; 
     113     color:#e66b00; 
    116114} 
    117115 
    118116.post blockquote { 
    119117     /*:Content color*/ 
    120      border-left-color:#ee9d00; 
     118     border-left-color:#e66b00; 
    121119} 
    122120 
    123 .meta dl dt a { 
    124      color:#ee9d00; 
     121.meta .author, .meta .author a, .meta .flux a, .cat .flux a { 
     122     color:#e66b00; 
    125123} 
    126124 
    127125.comment .author, .comment .author a { 
    128      color:#ee9d00; 
     126     color:#e66b00; 
    129127} 
    130128 
    131129.comment_author {  
    132      background:#ee9d00 url(images/transparency/white-90.png) repeat scroll 0 0; 
    133      border:1px solid #ee9d00; 
     130     background:#e66b00 url(images/transparency/white-90.png) repeat scroll 0 0; 
     131     border:1px solid #e66b00; 
    134132} 
    135133 
    136134.comment_author h4 {  
    137      color:#ee9d00; 
     135     color:#e66b00; 
    138136} 
    139137 
    140138.ping .author, .ping .author a { 
    141      color:#ee9d00; 
     139     color:#e66b00; 
    142140} 
  • themes/freshy2/custom_winter_is_cold.css

    r633 r698  
    11#frame .sidebar li a:hover { 
    22     /*:Navigation color*/ 
    3      background-color:#627579; 
     3     background-color:#666666; 
    44} 
    55 
     
    6161*::-moz-selection, *::-selection { 
    6262     /*:Navigation color*/ 
    63      background-color:#627579; 
     63     background-color:#666666; 
    6464} 
    6565 
    6666a { 
    6767     /*:Navigation color*/ 
    68      color:#002f7d; 
     68     color:#666666; 
    6969} 
    7070 
    7171.sidebar h2 { 
    7272     /*:Navigation color*/ 
    73      border-left-color:#627579; 
     73     border-left-color:#666666; 
    7474     /*:Navigation color*/ 
    75      color:#627579; 
     75     color:#666666; 
    7676} 
    7777 
    7878.sidebar h2 a { 
    7979     /*:Navigation color*/ 
    80      color:#627579; 
     80     color:#666666; 
    8181} 
    8282 
    8383#menu ul li ul {background-color: #ccc;} 
    8484 
    85 #menu ul li li a:hover, #menu ul li li.current_page_item a { 
     85#menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a { 
    8686     /*:Navigation color*/ 
    87      color:#627579; 
    88 } 
    89  
    90 #menu ul li li a:hover, #menu ul li li.current_page_item a:hover { 
    91      /*:Navigation color*/ 
    92      color:#627579; 
     87     color:#666666; 
    9388} 
    9489 
    9590#menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { /*, #menu ul li a:hover { */ 
    9691     /*:Navigation color*/ 
    97      background-color:#627579; 
     92     background-color:#666666; 
    9893} 
    9994 
    10095#menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a { 
    101   background-color:#627579; 
     96  background-color:#666666; 
    10297} 
    10398 
    10499.sidebar li.current_page_item a, .sidebar li.current-cat a { 
    105100     /*:Navigation color*/ 
    106      background-color:#627579; 
     101     background-color:#666666; 
    107102} 
    108103 
    109104.sidebar .categories li.category-current a { 
    110105     color: white; 
    111      background-color:#627579; 
     106     background-color:#666666; 
    112107} 
    113108.sidebar .categories li.category-current li a { 
     
    126121} 
    127122 
    128 .meta dl dt a { 
    129      color:#002f7d; 
     123.meta .author, .meta .author a, .meta .flux a, .cat .flux a { 
     124  color:#002f7d; 
    130125} 
    131126 
  • themes/freshy2/style.css

    r633 r698  
    204204} 
    205205 
    206 .meta { 
     206/* post */ 
     207.post, .post-content { 
     208     clear: both; 
     209} 
     210 
     211.post-title { 
     212  margin-bottom:7px; 
     213} 
     214 
     215.post .entry, .post-content { 
     216     margin:1em 0 1em 0; 
     217} 
     218 
     219.post ul { 
     220     list-style:none; 
     221     padding:0 0 0 1em; 
     222     margin:.7em 0 .7em 0; 
     223} 
     224 
     225.post p { 
     226     margin:.7em 0 .7em 0; 
     227} 
     228 
     229.post ul ul { 
     230     margin:0; 
     231} 
     232 
     233.post ul li { 
     234     padding:0; 
     235     margin:0; 
     236     list-style-position:inside; 
     237     list-style-image:url(images/bullet.gif); 
     238} 
     239 
     240* html .post ul li { 
     241     list-style-image:none; 
     242     list-style-position:outside; 
     243     background:transparent url(images/bullet.gif) no-repeat 0 10px; 
     244     padding-left:10px; 
     245} 
     246 
     247.post ul li li { 
     248     list-style-type:circle; 
     249     list-style-image:none; 
     250     padding-left:0; 
     251     background:transparent; 
     252} 
     253 
     254.post blockquote { 
     255     border-left:3px solid #4d9301; 
     256     color:#4d9301; 
     257     padding:0 0 0 1em; 
     258     margin:0; 
     259     font-family: Georgia, Times New Roman, sans; 
     260     font-style:italic; 
     261     font-size:1.1em; 
     262} 
     263 
     264.post blockquote a { 
     265     color:#4d9301; 
     266} 
     267 
     268.post blockquote blockquote { 
     269     font-size:1em; 
     270} 
     271 
     272/* meta */ 
     273.post .meta { 
    207274     padding-bottom:9px; 
    208275     background:transparent url(images/box-shadow.png) no-repeat bottom left; 
    209276     font-size:.9em; 
    210 } 
    211  
    212 .meta dl { 
     277     color: #828282; 
     278} 
     279 
     280/* meta categories */ 
     281.post .metacat { 
     282     padding-bottom:9px; 
     283     background:transparent url(images/box-shadow.png) no-repeat bottom left; 
     284     font-size:.9em; 
     285     color: #828282; 
     286} 
     287 
     288.post .cat { 
    213289     border:1px solid #c6c6c6; 
    214290     background:white; 
    215291     margin:0; 
    216      padding:4px; 
     292     padding:3px 3px 3px 8px; 
     293} 
     294 
     295.cat p { 
     296     margin:0; 
     297} 
     298 
     299.cat a { 
     300     color:#000; 
     301} 
     302 
     303/* fin */ 
     304 
     305.post .meta ul { 
     306     border:1px solid #c6c6c6; 
     307     background:white; 
     308     margin:0; 
     309     padding:3px; 
     310     display:block; 
     311} 
     312 
     313* html .post .meta ul { 
     314     height:1em; 
     315} 
     316 
     317.post .meta ul li { 
    217318     list-style:none; 
    218      display:block; 
    219 } 
    220  
    221 * html .meta dl { 
    222      height:1em; 
    223 } 
    224  
    225 .meta dl dd, .meta dl dt { 
    226      display:inline; 
    227      margin:0; 
    228      padding:0; 
    229 } 
    230  
    231 .meta dl dt { 
    232      margin:0 .5em 0 0; 
    233      color:#828282; 
    234 } 
    235  
    236 .meta dl dt a { 
     319     background: none; 
     320     padding-left:5px; 
     321} 
     322 
     323.meta ul li a { 
     324     color:#000; 
     325} 
     326 
     327.meta .author, .meta .author a { 
     328  color:#4d9301; 
     329  font-weight:bold; 
     330} 
     331 
     332.meta .item, .metacat .item { 
     333  margin: 0 0.9em 0 0.4em; 
     334} 
     335 
     336.meta .item a, .metacat .item a { 
     337  font-weight:bold; 
     338} 
     339 
     340.meta .flux a, .cat .flux a { 
     341  margin: 0 0.9em 0 0.4em; 
    237342     color:#4d9301; 
    238343} 
    239344 
    240 .meta dl dd { 
    241      margin:0 1em 0 0; 
    242      color:#828282; 
    243 } 
    244  
    245 .meta dl img { 
    246      vertical-align:middle; 
    247 } 
    248  
    249 .meta dl dd a { 
    250      color:black; 
    251   font-weight:bold; 
    252 } 
    253  
     345.meta ul img, .cat img { 
     346     vertical-align:-4px; 
     347} 
     348 
     349/* commentaires */ 
    254350.commentlist { 
    255351     margin:0 0 0 0; 
     
    322418} 
    323419 
     420/* sidebar */ 
    324421#sidebar div { 
    325422     border-left:1px solid #d0d0d0; 
     
    486583} 
    487584 
    488 .post, .post-content { 
    489      clear: both; 
    490 } 
    491  
    492 .post-title { 
    493   margin-bottom:7px; 
    494 } 
    495  
    496 .post-content { 
    497   margin-bottom:20px; 
    498 } 
    499  
    500 .post .entry { 
    501      margin:1em 0 1em 0; 
    502 } 
    503  
    504 .post ul { 
    505      list-style:none; 
    506      padding:0 0 0 1em; 
    507      margin:.7em 0 .7em 0; 
    508 } 
    509  
    510 .post p { 
    511      margin:.7em 0 .7em 0; 
    512 } 
    513  
    514 .post ul ul { 
    515      margin:0; 
    516 } 
    517  
    518 .post ul li { 
    519      padding:0; 
    520      margin:0; 
    521      list-style-position:inside; 
    522      list-style-image:url(images/bullet.gif); 
    523 } 
    524  
    525 * html .post ul li { 
    526      list-style-image:none; 
    527      list-style-position:outside; 
    528      background:transparent url(images/bullet.gif) no-repeat 0 10px; 
    529      padding-left:10px; 
    530 } 
    531  
    532 .post ul li li { 
    533      list-style-type:circle; 
    534      list-style-image:none; 
    535      padding-left:0; 
    536      background:transparent; 
    537 } 
    538  
    539 .post blockquote { 
    540      border-left:3px solid #4d9301; 
    541      color:#4d9301; 
    542      padding:0 0 0 1em; 
    543      margin:0; 
    544      font-family: Georgia, Times New Roman, sans; 
    545      font-style:italic; 
    546      font-size:1.1em; 
    547 } 
    548  
    549 .post blockquote a { 
    550      color:#4d9301; 
    551 } 
    552  
    553 .post blockquote blockquote { 
    554      font-size:1em; 
    555 } 
    556  
    557585ul#linkslist, ul#linkslist li { 
    558586     list-style-image:none; 
     
    679707  margin-top:30px; 
    680708} 
     709 
     710.dc-subscribe .post ul li { 
     711  background-image:none; 
     712  list-style:none; 
     713} 
  • themes/freshy2/tpl/_top.html

    r633 r698  
    2222                    <li class="page_item"><a href="/archives">Archives</a></li> 
    2323               </ul>--> 
    24                {{tpl:MenuFreshy}} 
     24               <tpl:SysIf has_tag="Menu">{{tpl:Menu level="0"}}</tpl:SysIf> 
     25               <tpl:SysIf has_tag="MenuFreshy">{{tpl:MenuFreshy}}</tpl:SysIf> 
    2526               </div><span class="menu_end"></span> 
    2627               </div> 
  • themes/freshy2/tpl/category.html

    r633 r698  
    5858              <h2 class="post-title">&#187; {{tpl:lang Category}} : <tpl:CategoryParents><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:CategoryParents>{{tpl:CategoryTitle encode_html="1"}}</h2> 
    5959          <div class="entry">{{tpl:CategoryDescription}}</div> 
    60            
    61             <tpl:CategoryIf has_entries="1"> 
    62           <div class="meta"> 
    63               <dl> 
    64             <tpl:CategoryFirstChildren> 
    65                 <tpl:CategoriesHeader><dt id="subcategories">{{tpl:lang Subcategories}}</dt><dd></tpl:CategoriesHeader> 
    66                       <a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a>{{tpl:CatSeparator}} 
    67                 <tpl:CategoriesFooter></dd><dd><br /></dd></tpl:CategoriesFooter> 
    68       </tpl:CategoryFirstChildren> 
    69                 <dt><img alt="{{tpl:lang This category's entries Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 
    70                 <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}" 
    71                 title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a></dt> 
     60 
     61     <tpl:CategoryIf has_entries="1"> 
     62          <div class="metacat"> 
     63        <div class="cat"> 
     64        <!-- # cat/ss-cat --> 
     65          <tpl:CategoryFirstChildren> 
     66                <tpl:CategoriesHeader><p>{{tpl:lang Subcategories}}<span class="item"></tpl:CategoriesHeader><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a>{{tpl:CatSeparator}} 
     67                <tpl:CategoriesFooter></span></p></tpl:CategoriesFooter> 
     68          </tpl:CategoryFirstChildren> 
     69         <!-- # flux --> 
     70                <img alt="{{tpl:lang This category's entries Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}" 
     71                title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a></span> 
    7272                <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 
    73                 <dt><img alt="{{tpl:lang This category's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 
    74                 <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments" 
    75                 title="{{tpl:lang This category's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a></dt> 
     73                <img alt="{{tpl:lang This category's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments" 
     74                title="{{tpl:lang This category's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a></span> 
    7675                </tpl:SysIf> 
    77               </dl> 
     76        </div> 
    7877    </div> 
    7978            </tpl:CategoryIf> 
    80                  
     79             
    8180      </div> 
     81       
    8282         <tpl:Entries> 
    8383           <div class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
     
    103103         <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    104104         {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    105           
    106           <div class="meta"> 
    107      
    108             <dl> 
    109         <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 
    110            <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small><br /></dt> 
    111               <tpl:EntryIf show_comments="1"> 
    112                 <dt>{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 
    113               </tpl:EntryIf> 
    114               <tpl:EntryIf has_category="1"> 
    115                 <dt>{{tpl:lang Category}}</dt> 
    116           <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 
    117               </tpl:EntryIf> 
    118               <tpl:EntryMetaData> 
    119                 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 
    120             <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
    121                 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 
    122               </tpl:EntryMetaData> 
    123               <dt><br /><tpl:EntryIf comments_active="1"><img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 
    124               <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 
    125               title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></tpl:EntryIf></dt> 
    126         <tpl:EntryIf pings_active="1"> 
    127                 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 
    128                 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 
    129         </tpl:EntryIf> 
    130               <tpl:EntryIf has_attachment="1"> 
    131           <dt><img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.png" /> 
    132           <a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></dt> 
    133         </tpl:EntryIf> 
    134             </dl> 
    135              
    136     </div> 
     105       
     106      <div class="meta"> 
     107        <ul> 
     108          <!-- # item auteur --> 
     109          <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 
     110 
     111             <!-- # item comm cat tags --> 
     112             <li> 
     113          <!-- # comm -->      
     114               <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf>  
     115               <!-- # cat -->  
     116               <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf>  
     117            <!-- # meta --> 
     118          <tpl:EntryMetaData> 
     119                <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
     120                <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 
     121                </tpl:EntryMetaData> 
     122          </li> 
     123          <!-- # item rss-comm rss-ping attach --> 
     124          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     125          <li> 
     126          </tpl:EntryIf> 
     127          <tpl:EntryIf comments_active="1"> 
     128                         <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span> 
     129          </tpl:EntryIf> 
     130          <tpl:EntryIf pings_active="1"> 
     131                <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 
     132          </tpl:EntryIf> 
     133               <tpl:EntryIf has_attachment="1"> 
     134               <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 
     135          </tpl:EntryIf> 
     136          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     137          </li> 
     138          </tpl:EntryIf>  
     139        </ul> 
     140      </div> 
    137141 
    138142           </div> <!-- end #post --> 
  • themes/freshy2/tpl/contrib/contact.idblog.html

    r633 r698  
    11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    22"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 
     3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:EntryLang}}" lang="{{tpl:EntryLang}}"> 
    44<head> 
    55  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
     
    9393       
    9494      <tpl:ContactFormInput type="antispam"> 
    95       <p class="field"><label for="Contact_antispam">{{tpl:ContactFormInputValue type="antispam_c"}}</label> 
     95      <p class="field"><label for="Contact_file">{{tpl:ContactFormInputValue type="antispam_c"}}</label> 
    9696      <img src="{{tpl:ContactFormInputValue type="antispam_v"}}" alt="Anti-spam" width="100" height="25" style="vertical-align: middle;" /> 
    9797      <input type="text" id="Contact_antispam" name="contact[antispam]" value="" style="width: 98px; height: 23px; background-color: #F9F9FF; border: 1px solid #B8B8EF; vertical-align: middle; font-size: 18px; color: #BBB;" /></p> 
  • themes/freshy2/tpl/default/galleries.html

    r633 r698  
    8787    <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    8888    {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    89      
    90           <div class="meta"> 
    91      
    92             <dl> 
    93         <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 
    94            <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small><br /></dt> 
    95               <tpl:EntryIf show_comments="1"> 
    96                 <dt>{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 
    97               </tpl:EntryIf> 
    98               <tpl:EntryIf has_category="1"> 
    99                 <dt>{{tpl:lang Category}}</dt> 
    100           <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 
    101               </tpl:EntryIf> 
    102               <tpl:EntryMetaData> 
    103                 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 
    104             <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
    105                 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 
    106               </tpl:EntryMetaData> 
    107               <dt><br /><tpl:EntryIf comments_active="1"> 
    108         <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 
    109               <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 
    110               title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></tpl:EntryIf></dt> 
    111         <tpl:EntryIf pings_active="1"> 
    112                 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 
    113                 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 
    114         </tpl:EntryIf> 
    115               <tpl:EntryIf has_attachment="1"> 
    116         </tpl:EntryIf> 
    117             </dl> 
    118           </div> 
     89       
     90      <div class="meta"> 
     91        <ul> 
     92          <!-- # item auteur --> 
     93          <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 
     94 
     95             <!-- # item comm cat tags --> 
     96             <li> 
     97          <!-- # comm -->      
     98               <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf>  
     99               <!-- # cat -->  
     100               <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf>  
     101            <!-- # meta --> 
     102          <tpl:EntryMetaData> 
     103                <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
     104                <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 
     105                </tpl:EntryMetaData> 
     106          </li> 
     107          <!-- # item rss-comm rss-ping attach --> 
     108          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     109          <li> 
     110          </tpl:EntryIf> 
     111          <tpl:EntryIf comments_active="1"> 
     112                         <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span> 
     113          </tpl:EntryIf> 
     114          <tpl:EntryIf pings_active="1"> 
     115                <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 
     116          </tpl:EntryIf> 
     117               <tpl:EntryIf has_attachment="1"> 
     118          <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 
     119          </tpl:EntryIf> 
     120          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     121          </li> 
     122          </tpl:EntryIf>  
     123        </ul> 
     124      </div> 
    119125           </div> <!-- end #post --> 
    120126 
     
    123129            <p class="navigation"> 
    124130              <tpl:PaginationIf end="0"> 
    125                 <span class="alignleft">&#171; <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">{{tpl:lang previous entries}}</a></span> 
     131                <span class="alignleft"><a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171; 
     132                {{tpl:lang previous entries}}</a></span> 
    126133              </tpl:PaginationIf> 
    127134              <tpl:PaginationIf start="0"> 
    128                 <span class="alignright"><a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}}</a>&#187;</span></tpl:PaginationIf> 
     135                <span class="alignright"><a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}} 
     136                &#187;</a></span></tpl:PaginationIf> 
    129137            </p> 
    130138          </tpl:Pagination> 
  • themes/freshy2/tpl/default/gallery.html

    r633 r698  
    7878      <tpl:GalleryPagination> 
    7979<p class="pagination"> 
    80         <tpl:PaginationIf start="0">&#171;<a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang previous images}}</a> - </tpl:PaginationIf> 
     80        <tpl:PaginationIf start="0"><a href="{{tpl:PaginationURL offset="-1"}}" class="next">&#171; {{tpl:lang previous images}} 
     81        </a> - </tpl:PaginationIf> 
    8182        {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} 
    82         <tpl:PaginationIf end="0"> - <a href="{{tpl:PaginationURL offset="+1"}}" class="prev"> {{tpl:lang next images}}</a>&#187;</tpl:PaginationIf> 
     83        <tpl:PaginationIf end="0"> - <a href="{{tpl:PaginationURL offset="+1"}}" class="prev"> 
     84        {{tpl:lang next images}} &#187;</a></tpl:PaginationIf> 
    8385 
    8486</p> 
     
    101103  <div style="clear:both;"></div> 
    102104  </div> 
    103           
    104           <div class="meta"> 
    105      
    106             <dl> 
    107         <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 
    108            <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small></dt> 
    109               <tpl:EntryIf show_comments="1"> 
    110                 <dt><br />{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 
    111               </tpl:EntryIf> 
    112               <tpl:EntryIf has_category="1"> 
    113                 <dt>{{tpl:lang Category}}</dt> 
    114           <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 
    115               </tpl:EntryIf> 
    116               <tpl:EntryMetaData> 
    117                 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 
    118             <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
    119                 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 
    120               </tpl:EntryMetaData> 
    121               <dt><br /><tpl:EntryIf comments_active="1"><img alt="{{tpl:lang This gallery's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 
    122               <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 
    123               title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This gallery's comments feed}}</a></tpl:EntryIf></dt> 
    124         <tpl:EntryIf pings_active="1"> 
    125                 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 
    126                 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 
    127         </tpl:EntryIf> 
    128             </dl> 
    129            </div> 
     105       
     106      <div class="meta"> 
     107        <ul> 
     108          <!-- # item auteur --> 
     109          <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 
     110 
     111             <!-- # item comm cat tags --> 
     112             <li> 
     113          <!-- # comm -->      
     114               <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf>  
     115               <!-- # cat -->  
     116               <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf>  
     117            <!-- # meta --> 
     118          <tpl:EntryMetaData> 
     119                <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
     120                <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 
     121                </tpl:EntryMetaData> 
     122          </li> 
     123          <!-- # item rss-comm rss-ping attach --> 
     124          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     125          <li> 
     126          </tpl:EntryIf> 
     127          <tpl:EntryIf comments_active="1"> 
     128                         <img alt="{{tpl:lang This gallery's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This gallery's comments Atom feed}}">{{tpl:lang This gallery's comments feed}}</a></span> 
     129          </tpl:EntryIf> 
     130          <tpl:EntryIf pings_active="1"> 
     131                <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 
     132          </tpl:EntryIf> 
     133               <tpl:EntryIf has_attachment="1"> 
     134          <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 
     135          </tpl:EntryIf> 
     136          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     137          </li> 
     138          </tpl:EntryIf>  
     139        </ul> 
     140      </div> 
    130141         </div> <!-- End #post --> 
    131142 
    132143         <p id="navigation"> 
    133            <tpl:GalleryEntryPrevious><span class="alignleft">&#171;<a href="{{tpl:EntryURL}}" 
    134            title="{{tpl:EntryTitle encode_html="1"}}" class="prev">{{tpl:EntryTitle encode_html="1" 
     144           <tpl:GalleryEntryPrevious><span class="alignleft"><a href="{{tpl:EntryURL}}" 
     145           title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1" 
    135146           cut_string="50"}}</a></span></tpl:GalleryEntryPrevious> 
    136147           <tpl:GalleryEntryNext> <span class="alignright"><a href="{{tpl:EntryURL}}" 
    137148           title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1" 
    138            cut_string="50"}}</a>&#187;</span></tpl:GalleryEntryNext> 
     149           cut_string="50"}} &#187;</a></span></tpl:GalleryEntryNext> 
    139150           <br style="clear:both"/> 
    140151         </p> 
  • themes/freshy2/tpl/default/image.html

    r633 r698  
    5858               <p class="gallink"> 
    5959               <tpl:GalleryItemGallery> 
    60                     &#171;<a href="{{tpl:EntryURL}}" title="Retour à la galerie">Retour à la galerie [{{tpl:EntryTitle}}]</a> 
     60                    <a href="{{tpl:EntryURL}}" title="Retour à la galerie">&#171; Retour à la galerie [{{tpl:EntryTitle}}]</a> 
    6161               </tpl:GalleryItemGallery> 
    6262               </p> 
     
    8080         <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    8181         {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    82           <div class="meta"> 
    83      
    84             <dl> 
    85         <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 
    86            <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small></dt> 
    87               <tpl:EntryIf show_comments="1"> 
    88                 <dt><br />{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 
    89               </tpl:EntryIf> 
    90               <tpl:EntryIf has_category="1"> 
    91                 <dt>{{tpl:lang Category}}</dt> 
    92           <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 
    93               </tpl:EntryIf> 
    94               <tpl:EntryMetaData> 
    95                 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 
    96             <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
    97                 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 
    98               </tpl:EntryMetaData> 
    99               <dt><br /><tpl:EntryIf comments_active="1"><img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 
    100               <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 
    101               title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></tpl:EntryIf></dt> 
    102         <tpl:EntryIf pings_active="1"> 
    103                 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 
    104                 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 
    105         </tpl:EntryIf> 
    106             </dl> 
     82       
     83      <div class="meta"> 
     84        <ul> 
     85          <!-- # item auteur --> 
     86          <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 
     87 
     88             <!-- # item comm cat tags --> 
     89             <li> 
     90          <!-- # comm -->      
     91               <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf>  
     92               <!-- # cat -->  
     93               <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf>  
     94            <!-- # meta --> 
     95          <tpl:EntryMetaData> 
     96                <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
     97                <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 
     98                </tpl:EntryMetaData> 
     99          </li> 
     100          <!-- # item rss-comm rss-ping attach --> 
     101          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     102          <li> 
     103          </tpl:EntryIf> 
     104          <tpl:EntryIf comments_active="1"> 
     105                         <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span> 
     106          </tpl:EntryIf> 
     107          <tpl:EntryIf pings_active="1"> 
     108                <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 
     109          </tpl:EntryIf> 
     110               <tpl:EntryIf has_attachment="1"> 
     111          <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 
     112          </tpl:EntryIf> 
     113          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     114          </li> 
     115          </tpl:EntryIf>  
     116        </ul> 
    107117      </div> 
    108118         </div> <!-- End #post --> 
    109119 
    110120         <p id="navigation"> 
    111            <tpl:GalleryItemPrevious><span class="alignleft">&#171;<a href="{{tpl:EntryURL}}" 
    112            title="{{tpl:EntryTitle encode_html="1"}}" class="prev">{{tpl:EntryTitle encode_html="1" 
     121           <tpl:GalleryItemPrevious><span class="alignleft"><a href="{{tpl:EntryURL}}" 
     122           title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1" 
    113123           cut_string="50"}}</a></span></tpl:GalleryItemPrevious> 
    114124           <tpl:GalleryItemNext> <span class="alignright"><a href="{{tpl:EntryURL}}" 
    115125           title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1" 
    116            cut_string="50"}}</a>&#187;</span></tpl:GalleryItemNext> 
     126           cut_string="50"}} &#187;</a></span></tpl:GalleryItemNext> 
    117127           <br style="clear:both"/> 
    118128         </p> 
  • themes/freshy2/tpl/external.html

    r633 r698  
    5151           <div class="post-content">{{tpl:EntryContent}}</div> 
    5252           <div class="meta"> 
    53                 <dl> 
    54             <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 
    55             <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small></dt> 
    56                 </dl> 
     53                <ul> 
     54            <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 
     55                </ul> 
    5756           </div> 
    5857         </div> <!-- End #post --> 
  • themes/freshy2/tpl/gal_default/galleries.html

    r633 r698  
    8787    <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    8888    {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    89      
    90           <div class="meta"> 
    91      
    92             <dl> 
    93         <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 
    94            <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small><br /></dt> 
    95               <tpl:EntryIf show_comments="1"> 
    96                 <dt>{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 
    97               </tpl:EntryIf> 
    98               <tpl:EntryIf has_category="1"> 
    99                 <dt>{{tpl:lang Category}}</dt> 
    100           <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 
    101               </tpl:EntryIf> 
    102               <tpl:EntryMetaData> 
    103                 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 
    104             <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
    105                 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 
    106               </tpl:EntryMetaData> 
    107               <dt><br /><tpl:EntryIf comments_active="1"> 
    108         <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 
    109               <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 
    110               title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></tpl:EntryIf></dt> 
    111         <tpl:EntryIf pings_active="1"> 
    112                 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 
    113                 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 
    114         </tpl:EntryIf> 
    115               <tpl:EntryIf has_attachment="1"> 
    116         </tpl:EntryIf> 
    117             </dl> 
    118           </div> 
     89       
     90      <div class="meta"> 
     91        <ul> 
     92          <!-- # item auteur --> 
     93          <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 
     94 
     95             <!-- # item comm cat tags --> 
     96             <li> 
     97          <!-- # comm -->      
     98               <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf>  
     99               <!-- # cat -->  
     100               <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf>  
     101            <!-- # meta --> 
     102          <tpl:EntryMetaData> 
     103                <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
     104                <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 
     105                </tpl:EntryMetaData> 
     106          </li> 
     107          <!-- # item rss-comm rss-ping attach --> 
     108          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     109          <li> 
     110          </tpl:EntryIf> 
     111          <tpl:EntryIf comments_active="1"> 
     112                         <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span> 
     113          </tpl:EntryIf> 
     114          <tpl:EntryIf pings_active="1"> 
     115                <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 
     116          </tpl:EntryIf> 
     117               <tpl:EntryIf has_attachment="1"> 
     118          <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 
     119          </tpl:EntryIf> 
     120          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     121          </li> 
     122          </tpl:EntryIf>  
     123        </ul> 
     124      </div> 
    119125           </div> <!-- end #post --> 
    120126 
     
    123129            <p class="navigation"> 
    124130              <tpl:PaginationIf end="0"> 
    125                 <span class="alignleft">&#171; <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">{{tpl:lang previous entries}}</a></span> 
     131                <span class="alignleft"><a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171; 
     132                {{tpl:lang previous entries}}</a></span> 
    126133              </tpl:PaginationIf> 
    127134              <tpl:PaginationIf start="0"> 
    128                 <span class="alignright"><a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}}</a>&#187;</span></tpl:PaginationIf> 
     135                <span class="alignright"><a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}} 
     136                &#187;</a></span></tpl:PaginationIf> 
    129137            </p> 
    130138          </tpl:Pagination> 
  • themes/freshy2/tpl/gal_default/gallery.html

    r633 r698  
    6767         <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    6868         {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    69  
    70           <div class="meta"> 
    71      
    72             <dl> 
    73         <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 
    74            <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small></dt> 
    75               <tpl:EntryIf show_comments="1"> 
    76                 <dt><br />{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 
    77               </tpl:EntryIf> 
    78               <tpl:EntryIf has_category="1"> 
    79                 <dt>{{tpl:lang Category}}</dt> 
    80           <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 
    81               </tpl:EntryIf> 
    82               <tpl:EntryMetaData> 
    83                 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 
    84             <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
    85                 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 
    86               </tpl:EntryMetaData> 
    87               <dt><br /><tpl:EntryIf comments_active="1"><img alt="{{tpl:lang This gallery's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 
    88               <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 
    89               title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This gallery's comments feed}}</a></tpl:EntryIf></dt> 
    90         <tpl:EntryIf pings_active="1"> 
    91                 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 
    92                 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 
    93         </tpl:EntryIf> 
    94             </dl> 
    95            </div> 
     69       
     70      <div class="meta"> 
     71        <ul> 
     72          <!-- # item auteur --> 
     73          <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 
     74 
     75             <!-- # item comm cat tags --> 
     76             <li> 
     77          <!-- # comm -->      
     78               <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf>  
     79               <!-- # cat -->  
     80               <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf>  
     81            <!-- # meta --> 
     82          <tpl:EntryMetaData> 
     83                <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
     84                <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 
     85                </tpl:EntryMetaData> 
     86          </li> 
     87          <!-- # item rss-comm rss-ping attach --> 
     88          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     89          <li> 
     90          </tpl:EntryIf> 
     91          <tpl:EntryIf comments_active="1"> 
     92                         <img alt="{{tpl:lang This gallery's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This gallery's comments Atom feed}}">{{tpl:lang This gallery's comments feed}}</a></span> 
     93          </tpl:EntryIf> 
     94          <tpl:EntryIf pings_active="1"> 
     95                <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 
     96          </tpl:EntryIf> 
     97               <tpl:EntryIf has_attachment="1"> 
     98          <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 
     99          </tpl:EntryIf> 
     100          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     101          </li> 
     102          </tpl:EntryIf>  
     103        </ul> 
     104      </div> 
    96105         </div> <!-- End #post --> 
    97106 
    98107         <p id="navigation"> 
    99            <tpl:GalleryEntryPrevious><span class="alignleft">&#171;<a href="{{tpl:EntryURL}}" 
    100            title="{{tpl:EntryTitle encode_html="1"}}" class="prev">{{tpl:EntryTitle encode_html="1" 
     108           <tpl:GalleryEntryPrevious><span class="alignleft"><a href="{{tpl:EntryURL}}" 
     109           title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1" 
    101110           cut_string="50"}}</a></span></tpl:GalleryEntryPrevious> 
    102111           <tpl:GalleryEntryNext> <span class="alignright"><a href="{{tpl:EntryURL}}" 
    103112           title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1" 
    104            cut_string="50"}}</a>&#187;</span></tpl:GalleryEntryNext> 
     113           cut_string="50"}} &#187;</a></span></tpl:GalleryEntryNext> 
    105114           <br style="clear:both"/> 
    106115         </p> 
  • themes/freshy2/tpl/gal_default/image.html

    r633 r698  
    5858               <p class="gallink"> 
    5959               <tpl:GalleryItemGallery> 
    60                     &#171;<a href="{{tpl:EntryURL}}" title="Retour à la galerie">Retour à la galerie [{{tpl:EntryTitle}}]</a> 
     60                    <a href="{{tpl:EntryURL}}" title="Retour à la galerie">&#171; Retour à la galerie [{{tpl:EntryTitle}}]</a> 
    6161               </tpl:GalleryItemGallery> 
    6262               </p> 
     
    7272         <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    7373         {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    74           <div class="meta"> 
    75      
    76             <dl> 
    77         <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 
    78            <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small></dt> 
    79               <tpl:EntryIf show_comments="1"> 
    80                 <dt><br />{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 
    81               </tpl:EntryIf> 
    82               <tpl:EntryIf has_category="1"> 
    83                 <dt>{{tpl:lang Category}}</dt> 
    84           <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 
    85               </tpl:EntryIf> 
    86               <tpl:EntryMetaData> 
    87                 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 
    88             <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
    89                 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 
    90               </tpl:EntryMetaData> 
    91               <dt><br /><tpl:EntryIf comments_active="1"><img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 
    92               <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 
    93               title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></tpl:EntryIf></dt> 
    94         <tpl:EntryIf pings_active="1"> 
    95                 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 
    96                 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 
    97         </tpl:EntryIf> 
    98             </dl> 
     74       
     75      <div class="meta"> 
     76        <ul> 
     77          <!-- # item auteur --> 
     78          <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 
     79 
     80             <!-- # item comm cat tags --> 
     81             <li> 
     82          <!-- # comm -->      
     83               <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf>  
     84               <!-- # cat -->  
     85               <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf>  
     86            <!-- # meta --> 
     87          <tpl:EntryMetaData> 
     88                <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
     89                <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 
     90                </tpl:EntryMetaData> 
     91          </li> 
     92          <!-- # item rss-comm rss-ping attach --> 
     93          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     94          <li> 
     95          </tpl:EntryIf> 
     96          <tpl:EntryIf comments_active="1"> 
     97                         <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span> 
     98          </tpl:EntryIf> 
     99          <tpl:EntryIf pings_active="1"> 
     100                <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 
     101          </tpl:EntryIf> 
     102               <tpl:EntryIf has_attachment="1"> 
     103          <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 
     104          </tpl:EntryIf> 
     105          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     106          </li> 
     107          </tpl:EntryIf>  
     108        </ul> 
    99109      </div> 
    100110         </div> <!-- End #post --> 
    101111 
    102112         <p id="navigation"> 
    103            <tpl:GalleryItemPrevious><span class="alignleft">&#171;<a href="{{tpl:EntryURL}}" 
    104            title="{{tpl:EntryTitle encode_html="1"}}" class="prev">{{tpl:EntryTitle encode_html="1" 
     113           <tpl:GalleryItemPrevious><span class="alignleft"><a href="{{tpl:EntryURL}}" 
     114           title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1" 
    105115           cut_string="50"}}</a></span></tpl:GalleryItemPrevious> 
    106116           <tpl:GalleryItemNext> <span class="alignright"><a href="{{tpl:EntryURL}}" 
    107117           title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1" 
    108            cut_string="50"}}</a>&#187;</span></tpl:GalleryItemNext> 
     118           cut_string="50"}} &#187;</a></span></tpl:GalleryItemNext> 
    109119           <br style="clear:both"/> 
    110120         </p> 
  • themes/freshy2/tpl/home.html

    r633 r698  
    6262    <div class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
    6363     
    64           <h2 id="p{{tpl:EntryID}}" class="post-title"><a 
    65           href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
     64          <h2 id="p{{tpl:EntryID}}" class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
    6665            
    6766         <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
     
    8382    <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    8483    {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    85           
    86           <div class="meta"> 
    87      
    88             <dl> 
    89         <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 
    90            <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small><br /></dt> 
    91               <tpl:EntryIf show_comments="1"> 
    92                 <dt>{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 
    93               </tpl:EntryIf> 
    94               <tpl:EntryIf has_category="1"> 
    95                 <dt>{{tpl:lang Category}}</dt> 
    96           <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 
    97               </tpl:EntryIf> 
    98               <tpl:EntryMetaData> 
    99                 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 
    100             <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
    101                 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 
    102               </tpl:EntryMetaData> 
    103               <dt><br /><tpl:EntryIf comments_active="1"> 
    104         <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 
    105               <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 
    106               title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></tpl:EntryIf></dt> 
    107         <tpl:EntryIf pings_active="1"> 
    108                 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 
    109                 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 
    110         </tpl:EntryIf> 
    111               <tpl:EntryIf has_attachment="1"> 
    112           <dt><img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.png" /> 
    113           <a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></dt> 
    114         </tpl:EntryIf> 
    115             </dl> 
    116              
     84       
     85      <div class="meta"> 
     86        <ul> 
     87          <!-- # item auteur --> 
     88          <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 
     89 
     90             <!-- # item comm cat tags --> 
     91             <li> 
     92          <!-- # comm -->      
     93               <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf>  
     94               <!-- # cat -->  
     95               <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf>  
     96            <!-- # meta --> 
     97          <tpl:EntryMetaData> 
     98                <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
     99                <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 
     100                </tpl:EntryMetaData> 
     101          </li> 
     102          <!-- # item rss-comm rss-ping attach --> 
     103          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     104          <li> 
     105          </tpl:EntryIf> 
     106          <tpl:EntryIf comments_active="1"> 
     107                         <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span> 
     108          </tpl:EntryIf> 
     109          <tpl:EntryIf pings_active="1"> 
     110                <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 
     111          </tpl:EntryIf> 
     112               <tpl:EntryIf has_attachment="1"> 
     113          <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 
     114          </tpl:EntryIf> 
     115          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     116          </li> 
     117          </tpl:EntryIf>  
     118        </ul> 
    117119      </div> 
    118120     
  • themes/freshy2/tpl/page.html

    r633 r698  
    6464    <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    6565    {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    66      
    67     <div class="meta"> 
    68             <dl> 
    69         <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 
    70            <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small></dt> 
    71               <tpl:EntryIf show_comments="1"> 
    72                 <dt><br />{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 
    73               </tpl:EntryIf> 
    74               <dt><br /><tpl:EntryIf comments_active="1"><img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 
    75               <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 
    76               title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></tpl:EntryIf></dt> 
    77         <tpl:EntryIf pings_active="1"> 
    78                 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 
    79                 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 
    80         </tpl:EntryIf> 
    81             </dl> 
     66       
     67      <div class="meta"> 
     68        <ul> 
     69          <!-- # item auteur --> 
     70          <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 
     71 
     72             <!-- # item comm cat --> 
     73          <tpl:EntryIf operator="or" show_comments="1" has_category="1"> 
     74          <li> 
     75          </tpl:EntryIf> 
     76          <!-- # comm -->      
     77               <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf>  
     78               <!-- # cat -->  
     79               <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf>  
     80          <tpl:EntryIf operator="or" show_comments="1" has_category="1"> 
     81          </li> 
     82          </tpl:EntryIf> 
     83          <!-- # item rss-comm rss-ping --> 
     84          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     85          <li> 
     86          </tpl:EntryIf> 
     87          <tpl:EntryIf comments_active="1"> 
     88                         <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span> 
     89          </tpl:EntryIf> 
     90          <tpl:EntryIf pings_active="1"> 
     91                <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 
     92          </tpl:EntryIf> 
     93          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     94          </li> 
     95          </tpl:EntryIf>  
     96        </ul> 
    8297      </div> 
    8398     
  • themes/freshy2/tpl/post.html

    r633 r698  
    7070         <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    7171         {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    72           
    73           <div class="meta"> 
    74      
    75             <dl> 
    76         <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 
    77            <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small></dt> 
    78               <tpl:EntryIf show_comments="1"> 
    79                 <dt><br />{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 
    80               </tpl:EntryIf> 
    81               <tpl:EntryIf has_category="1"> 
    82                 <dt>{{tpl:lang Category}}</dt> 
    83           <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 
    84               </tpl:EntryIf> 
    85               <tpl:EntryMetaData> 
    86                 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 
    87             <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
    88                 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 
    89               </tpl:EntryMetaData> 
    90               <dt><br /><tpl:EntryIf comments_active="1"><img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 
    91               <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 
    92               title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></tpl:EntryIf></dt> 
    93         <tpl:EntryIf pings_active="1"> 
    94                 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 
    95                 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 
    96         </tpl:EntryIf> 
    97             </dl> 
     72       
     73      <div class="meta"> 
     74        <ul> 
     75          <!-- # item auteur --> 
     76          <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 
     77 
     78             <!-- # item comm cat tags --> 
     79             <li> 
     80          <!-- # comm -->      
     81               <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf>  
     82               <!-- # cat -->  
     83               <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf>  
     84            <!-- # meta --> 
     85          <tpl:EntryMetaData> 
     86                <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
     87                <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 
     88                </tpl:EntryMetaData> 
     89          </li> 
     90          <!-- # item rss-comm rss-ping attach --> 
     91          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     92          <li> 
     93          </tpl:EntryIf> 
     94          <tpl:EntryIf comments_active="1"> 
     95                         <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span> 
     96          </tpl:EntryIf> 
     97          <tpl:EntryIf pings_active="1"> 
     98                <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 
     99          </tpl:EntryIf> 
     100               <tpl:EntryIf has_attachment="1"> 
     101               <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 
     102          </tpl:EntryIf> 
     103          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     104          </li> 
     105          </tpl:EntryIf>  
     106        </ul> 
    98107      </div> 
    99108     
  • themes/freshy2/tpl/search.html

    r633 r698  
    8989    <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    9090    {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    91           
    92           <div class="meta"> 
    93      
    94             <dl> 
    95         <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 
    96            <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small><br /></dt> 
    97               <tpl:EntryIf show_comments="1"> 
    98                 <dt>{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 
    99               </tpl:EntryIf> 
    100               <tpl:EntryIf has_category="1"> 
    101                 <dt>{{tpl:lang Category}}</dt> 
    102           <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 
    103               </tpl:EntryIf> 
    104               <tpl:EntryMetaData> 
    105                 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 
    106             <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
    107                 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 
    108               </tpl:EntryMetaData> 
    109               <dt><br /><tpl:EntryIf comments_active="1"><img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 
    110               <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 
    111               title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></tpl:EntryIf></dt> 
    112         <tpl:EntryIf pings_active="1"> 
    113                 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 
    114                 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 
    115         </tpl:EntryIf> 
    116               <tpl:EntryIf has_attachment="1"> 
    117           <dt><img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.png" /> 
    118           <a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></dt> 
    119         </tpl:EntryIf> 
    120             </dl> 
    121              
     91       
     92      <div class="meta"> 
     93        <ul> 
     94          <!-- # item auteur --> 
     95          <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 
     96 
     97             <!-- # item comm cat tags --> 
     98             <li> 
     99          <!-- # comm -->      
     100               <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf>  
     101               <!-- # cat -->  
     102               <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf>  
     103            <!-- # meta --> 
     104          <tpl:EntryMetaData> 
     105                <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
     106                <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 
     107                </tpl:EntryMetaData> 
     108          </li> 
     109          <!-- # item rss-comm rss-ping attach --> 
     110          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     111          <li> 
     112          </tpl:EntryIf> 
     113          <tpl:EntryIf comments_active="1"> 
     114                         <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span> 
     115          </tpl:EntryIf> 
     116          <tpl:EntryIf pings_active="1"> 
     117                <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 
     118          </tpl:EntryIf> 
     119               <tpl:EntryIf has_attachment="1"> 
     120               <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 
     121          </tpl:EntryIf> 
     122          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     123          </li> 
     124          </tpl:EntryIf>  
     125        </ul> 
    122126      </div> 
    123127 
  • themes/freshy2/tpl/tag.html

    r633 r698  
    5757              <h2 class="post-title">&#187; {{tpl:lang Tag}} : {{tpl:MetaID}}</h2> 
    5858              <div class="entry"></div> 
    59           <div class="meta"> 
    60               <dl> 
    61                 <dt><img alt="{{tpl:lang This tag's entries Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 
    62                 <a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}" 
    63                 title="{{tpl:lang This tag's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a></dt> 
    64                 <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 
    65                 <dt><img alt="{{tpl:lang This tag's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 
    66                 <a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}/comments" 
    67                 title="{{tpl:lang This tag's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a></dt> 
     59               
     60              <div class="meta"> 
     61              <ul> 
     62                <li> 
     63                  <!-- # flux --> 
     64            <img alt="{{tpl:lang This tag's entries Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}" 
     65                  title="{{tpl:lang This tag's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a></span> 
     66                  <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 
     67                  <img alt="{{tpl:lang This tag's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}/comments" 
     68                  title="{{tpl:lang This tag's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a></span> 
     69                </li> 
    6870                </tpl:SysIf> 
    69               </dl> 
    70             </div> 
     71              </ul> 
     72              </div> 
    7173 
    7274         </div> 
     
    9496    <!-- # --BEHAVIOR-- publicEntryAfterContent --> 
    9597    {{tpl:SysBehavior behavior="publicEntryAfterContent"}} 
    96           
    97           <div class="meta"> 
    98      
    99             <dl> 
    100         <dt><small>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span></small> | 
    101            <small>{{tpl:EntryDate}} | {{tpl:EntryTime}}</small><br /></dt> 
    102               <tpl:EntryIf show_comments="1"> 
    103                 <dt>{{tpl:lang Comments}}</dt><dd><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></dd> 
    104               </tpl:EntryIf> 
    105               <tpl:EntryIf has_category="1"> 
    106                 <dt>{{tpl:lang Category}}</dt> 
    107           <dd><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></dd> 
    108               </tpl:EntryIf> 
    109               <tpl:EntryMetaData> 
    110                 <tpl:MetaDataHeader><dt>{{tpl:lang Tags}}</dt><dd></tpl:MetaDataHeader> 
    111             <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
    112                 <tpl:MetaDataFooter></dd></tpl:MetaDataFooter> 
    113               </tpl:EntryMetaData> 
    114               <dt><br /><tpl:EntryIf comments_active="1"><img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /> 
    115               <a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" 
    116               title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></tpl:EntryIf></dt> 
    117         <tpl:EntryIf pings_active="1"> 
    118                 <dt><img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /> 
    119                 <a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></dt> 
    120         </tpl:EntryIf> 
    121               <tpl:EntryIf has_attachment="1"> 
    122           <dt><img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.png" /> 
    123           <a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></dt> 
    124         </tpl:EntryIf> 
    125             </dl> 
    126              
     98       
     99      <div class="meta"> 
     100        <ul> 
     101          <!-- # item auteur --> 
     102          <li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li> 
     103 
     104             <!-- # item comm cat tags --> 
     105             <li> 
     106          <!-- # comm -->      
     107               <tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf>  
     108               <!-- # cat -->  
     109               <tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf>  
     110            <!-- # meta --> 
     111          <tpl:EntryMetaData> 
     112                <tpl:MetaDataHeader>{{tpl:lang Tags}}<span class="item"></tpl:MetaDataHeader><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator}} 
     113                <tpl:MetaDataFooter></span></tpl:MetaDataFooter> 
     114                </tpl:EntryMetaData> 
     115          </li> 
     116          <!-- # item rss-comm rss-ping attach --> 
     117          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     118          <li> 
     119          </tpl:EntryIf> 
     120          <tpl:EntryIf comments_active="1"> 
     121                         <img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span> 
     122          </tpl:EntryIf> 
     123          <tpl:EntryIf pings_active="1"> 
     124                <img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span> 
     125          </tpl:EntryIf> 
     126               <tpl:EntryIf has_attachment="1"> 
     127               <img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span> 
     128          </tpl:EntryIf> 
     129          <tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1"> 
     130          </li> 
     131          </tpl:EntryIf>  
     132        </ul> 
    127133      </div> 
    128134     
Note: See TracChangeset for help on using the changeset viewer.

Sites map