Changeset 639
- Timestamp:
- 01/02/09 00:12:52 (14 years ago)
- Location:
- themes/aorakits
- Files:
-
- 14 deleted
- 42 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/aorakits/aorakit-1A/_define.php
- Property svn:eol-style set to LF
r12 r639 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 2005 Marc Hertzog and contributors. All rights5 # reserved.6 3 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4 # Copyright (c) 2007-2009 Kozlika and contributors 5 # Licensed under the GPL version 2.0 license. 6 # See LICENSE file or 7 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 20 8 # 21 9 # ***** END LICENSE BLOCK ***** -
themes/aorakits/aorakit-1A/layout.css
r12 r639 2 2 # 3 3 # This is part of Aorakits, a set of themes for DotClear. 4 # Copyright (c) 2006 Kozlika and contributors. All rights 5 # reserved. 4 # http://themes.dotaddict.org/resources/ 6 5 # 7 * ***** END LICENSE BLOCK ***** 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 13 # 14 * ***** END LICENSE BLOCK ***** 8 15 9 10 16 AORAKIT 1A 17 STRUCTURE POUR UNE COLONNE, MENU EN BAS, LARGEUR FIXE 11 18 12 19 -
themes/aorakits/aorakit-1A/style.css
r12 r639 1 /* Feuille de style vierge comportant les principales balises d'un 2 blog realise avec dotclear - Etablie par Kozlika pour la dcTeam 3 le 7 janvier 2007. 4 5 Licence : domaine public 1 /* 2 Empty CSS. This file is part of 3 Aorakits, free resources for Dotclear's themes. 4 http://themes.dotaddict.org/resources/ 5 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 6 13 7 14 */ … … 9 16 10 17 /* ------------------------------------------------------------ 18 /* ------------------------------------------------------------ 19 IMPORTANT IMPORTANT IMPORTANT IMPORTANT 11 20 Bloc de styles a supprimer, ne servent qu'aux premiers tests 12 ------------------------------------------------------------- */ 13 14 @import url(layout.css); 21 /* ------------------------------------------------------------ 22 ------------------------------------------------------------- */ 15 23 16 24 body { 17 background 18 font-size 19 font-family : "lucida grande", "gill sans", arial, sans-serif;25 background: #acbabf; 26 font-size: 76%; 27 font-family: "Lucida Grande", "Lucida Sans Unicode", lucida, arial, sans-serif; 20 28 } 21 29 #page { 22 background 30 background: #fff; 23 31 } 24 32 #top { 25 text-align 26 border-bottom 33 text-align: center; 34 border-bottom: 4px solid #ccc; 27 35 } 28 36 a { 29 37 color:#A71602; 30 text-decoration 38 text-decoration: none; 31 39 } 32 40 #sidebar h2 { 33 color 41 color: #666; 34 42 font-size:1.2em; 35 43 } 36 44 #sidebar h3 { 37 color 45 color: #666; 38 46 font-size:1em; 39 47 } 40 48 fieldset { 41 border 49 border: none; 42 50 } 43 51 .post h3, .post h4 { 44 clear : both; 45 } 46 47 /* ---------------- fin du bloc � supprimer ---------------------- */ 52 clear: both; 53 } 54 55 /* ------------------------------------------------------------ 56 /* ------------------------------------------------------------ 57 /* ---------------- fin du bloc a supprimer ------------------- 58 /* ------------------------------------------------------------ 59 /* --------------------------------------------------------- */ 48 60 49 61 … … 51 63 /* ----------------------------------------------------------------- 52 64 1. STRUCTURE 53 a inscrire ici ou en important une css de structure placee dans54 le meme repertoire et appelee grace a l'instruction ci-dessous55 65 ------------------------------------------------------------------ */ 56 @import url( nom_du_fichier.css);66 @import url(layout.css); 57 67 58 68 … … 159 169 .post-info-co { } 160 170 .comment_count { } 161 .ping s_count { }171 .ping_count { } 162 172 .attach_count { } 163 173 … … 198 208 #pings .first { } 199 209 #pings .odd { } 200 #pings .me { }201 210 202 211 #pr dl { } … … 254 263 .tags li { } 255 264 /* a completer separement ou globalement pour le sidebar et la page 256 sp �cifique des tags avec les differentes class des tags en fonction265 specifique des tags avec les differentes class des tags en fonction 257 266 de leur frequence - voir 9/ classes communes */ 258 267 … … 275 284 .feed { 276 285 padding-left:16px; 277 background 286 background: transparent url(images/feed.png) no-repeat left center; 278 287 } 279 288 280 289 281 /* tags dans le sidebar et dans la page les regroupant 282 (exemple ici pour un nuage) */ 290 /* exemple de style pour les tags 291 dans le sidebar et dans la page les regroupant 292 */ 283 293 .dc-tags #content ul li, .dc-tags #content ul li a, 284 294 .tags ul li, .tags ul li a { 285 display 286 width 287 padding-left 288 padding-right 289 background 290 line-height 295 display: inline; 296 width: auto; 297 padding-left: 0; 298 padding-right: 4px; 299 background: transparent; 300 line-height: 1.5em; 291 301 } 292 302 .tags ul li a:hover { 293 background-image 303 background-image:none; 294 304 } 295 305 .dc-tags .tag0, .tags .tag0 { font-size: 85%; } … … 307 317 /* messages d'erreur */ 308 318 .error { 309 border 310 background 311 padding 319 border: 1px solid #c44; 320 background: #df0; 321 padding: 0.5em; 312 322 } 313 323 .error ul { 314 padding-left 324 padding-left: 20px; 315 325 } 316 326 .error li { 317 list-style 327 list-style: square; 318 328 } 319 329 320 /* exemples de ceux que j'ajoute souvent */ 321 .left { float: left; margin-right : 1em; } 322 .right { float: right; margin-left : 1em; } 323 .center { margin-left : auto; margin-right : auto; } 324 .left-text { text-align : left; } 325 .right-text { text-align : right; } 326 .center-text { text-align : center; } 327 .little-text { font-size : .8em;} 328 .little-upper-text { font-size : .8em; text-transform : uppercase; } 330 /* exemples de class que j'ajoute souvent 331 pour pouvoir les utiliser dans les billets */ 332 .left { float: left; margin-right: 1em; } 333 .right { float: right; margin-left: 1em; } 334 .center { margin-left: auto; margin-right: auto; } 335 .left-text { text-align: left; } 336 .right-text { text-align: right; } 337 .center-text { text-align: center; } 338 .little-text { font-size: .8em;} 339 .little-upper-text { font-size: .8em; text-transform: uppercase; } 329 340 330 341 … … 337 348 .dc-home { } 338 349 .dc-post { } 339 .dc-categories { }340 350 .dc-category { } 341 351 .dc-archive { } -
themes/aorakits/aorakit-1B/_define.php
r13 r639 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 2005 Marc Hertzog and contributors. All rights5 # reserved.6 3 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4 # Copyright (c) 2007-2009 Kozlika and contributors 5 # Licensed under the GPL version 2.0 license. 6 # See LICENSE file or 7 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 20 8 # 21 9 # ***** END LICENSE BLOCK ***** 10 22 11 23 12 $this->registerModule( -
themes/aorakits/aorakit-1B/layout.css
r13 r639 2 2 # 3 3 # This is part of Aorakits, a set of themes for DotClear. 4 # Copyright (c) 2006 Kozlika and contributors. All rights 5 # reserved. 4 # http://themes.dotaddict.org/resources/ 6 5 # 7 * ***** END LICENSE BLOCK ***** 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 13 # 14 * ***** END LICENSE BLOCK ***** 8 15 9 STRUCTURE POUR UNE COLONNE, MENU EN BAS EN DEUX PARTIES, LARGEUR FIXE 16 AORAKIT 1B 17 STRUCTURE POUR UNE COLONNE, MENU EN BAS EN DEUX PARTIES, LARGEUR FIXE 10 18 11 19 -
themes/aorakits/aorakit-1B/style.css
r13 r639 1 /* Feuille de style vierge comportant les principales balises d'un 2 blog realise avec dotclear - Etablie par Kozlika pour la dcTeam 3 le 7 janvier 2007. 4 5 Licence : domaine public 1 /* 2 Empty CSS. This file is part of 3 Aorakits, free resources for Dotclear's themes. 4 http://themes.dotaddict.org/resources/ 5 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 6 13 7 14 */ … … 9 16 10 17 /* ------------------------------------------------------------ 18 /* ------------------------------------------------------------ 19 IMPORTANT IMPORTANT IMPORTANT IMPORTANT 11 20 Bloc de styles a supprimer, ne servent qu'aux premiers tests 12 ------------------------------------------------------------- */ 13 14 @import url(layout.css); 21 /* ------------------------------------------------------------ 22 ------------------------------------------------------------- */ 15 23 16 24 body { 17 25 background : #acbabf; 18 26 font-size : 76%; 19 font-family : " lucida grande", "gill sans", arial, sans-serif;27 font-family : "Lucida Grande", "Lucida Sans Unicode", lucida, arial, sans-serif; 20 28 } 21 29 #page { … … 45 53 } 46 54 47 /* ---------------- fin du bloc � supprimer ---------------------- */ 55 /* ------------------------------------------------------------ 56 /* ------------------------------------------------------------ 57 /* ---------------- fin du bloc a supprimer ------------------- 58 /* ------------------------------------------------------------ 59 /* ---------------------------------------------------------- */ 48 60 49 61 … … 157 169 .post-info-co { } 158 170 .comment_count { } 159 .ping s_count { }171 .ping_count { } 160 172 .attach_count { } 161 173 … … 196 208 #pings .first { } 197 209 #pings .odd { } 198 #pings .me { }199 210 200 211 #pr dl { } … … 240 251 241 252 .selected { } 242 .lang s{ }253 .lang { } 243 254 .categories { } 244 255 .syndicate { } … … 273 284 .feed { 274 285 padding-left:16px; 275 background 286 background: transparent url(images/feed.png) no-repeat left center; 276 287 } 277 288 278 289 279 /* tags dans le sidebar et dans la page les regroupant 280 (exemple ici pour un nuage) */ 290 /* exemple de style pour les tags 291 dans le sidebar et dans la page les regroupant 292 */ 281 293 .dc-tags #content ul li, .dc-tags #content ul li a, 282 294 .tags ul li, .tags ul li a { 283 display 284 width 285 padding-left 286 padding-right 287 background 288 line-height 295 display: inline; 296 width: auto; 297 padding-left: 0; 298 padding-right: 4px; 299 background: transparent; 300 line-height: 1.5em; 289 301 } 290 302 .tags ul li a:hover { 291 background-image 303 background-image:none; 292 304 } 293 305 .dc-tags .tag0, .tags .tag0 { font-size: 85%; } … … 305 317 /* messages d'erreur */ 306 318 .error { 307 border 308 background 309 padding 319 border: 1px solid #c44; 320 background: #df0; 321 padding: 0.5em; 310 322 } 311 323 .error ul { 312 padding-left 324 padding-left: 20px; 313 325 } 314 326 .error li { 315 list-style 327 list-style: square; 316 328 } 317 329 318 /* exemples de ceux que j'ajoute souvent */ 319 .left { float: left; margin-right : 1em; } 320 .right { float: right; margin-left : 1em; } 321 .center { margin-left : auto; margin-right : auto; } 322 .left-text { text-align : left; } 323 .right-text { text-align : right; } 324 .center-text { text-align : center; } 325 .little-text { font-size : .8em;} 326 .little-upper-text { font-size : .8em; text-transform : uppercase; } 330 /* exemples de class que j'ajoute souvent 331 pour pouvoir les utiliser dans les billets */ 332 .left { float: left; margin-right: 1em; } 333 .right { float: right; margin-left: 1em; } 334 .center { margin-left: auto; margin-right: auto; } 335 .left-text { text-align: left; } 336 .right-text { text-align: right; } 337 .center-text { text-align: center; } 338 .little-text { font-size: .8em;} 339 .little-upper-text { font-size: .8em; text-transform: uppercase; } 327 340 328 341 … … 335 348 .dc-home { } 336 349 .dc-post { } 337 .dc-categories { }338 350 .dc-category { } 339 351 .dc-archive { } -
themes/aorakits/aorakit-1C/_define.php
r14 r639 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 2005 Marc Hertzog and contributors. All rights5 # reserved.6 3 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4 # Copyright (c) 2007-2009 Kozlika and contributors 5 # Licensed under the GPL version 2.0 license. 6 # See LICENSE file or 7 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 20 8 # 21 9 # ***** END LICENSE BLOCK ***** 10 22 11 23 12 $this->registerModule( -
themes/aorakits/aorakit-1C/layout.css
r14 r639 2 2 # 3 3 # This is part of Aorakits, a set of themes for DotClear. 4 # Copyright (c) 2006 Kozlika and contributors. All rights 5 # reserved. 4 # http://themes.dotaddict.org/resources/ 6 5 # 7 * ***** END LICENSE BLOCK ***** 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 13 # 14 * ***** END LICENSE BLOCK ***** 8 15 9 10 16 AORAKIT 1C 17 STRUCTURE POUR UNE COLONNE, MENU EN HAUT, LARGEUR FIXE 11 18 12 19 -
themes/aorakits/aorakit-1C/style.css
r14 r639 1 /* Feuille de style vierge comportant les principales balises d'un 2 blog realise avec dotclear - Etablie par Kozlika pour la dcTeam 3 le 7 janvier 2007. 4 5 Licence : domaine public 1 /* 2 Empty CSS. This file is part of 3 Aorakits, free resources for Dotclear's themes. 4 http://themes.dotaddict.org/resources/ 5 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 6 13 7 14 */ … … 9 16 10 17 /* ------------------------------------------------------------ 11 Bloc de styles à supprimer, ne servent qu'aux premiers tests 12 ------------------------------------------------------------- */ 13 14 @import url(layout.css); 18 /* ------------------------------------------------------------ 19 IMPORTANT IMPORTANT IMPORTANT IMPORTANT 20 Bloc de styles a supprimer, ne servent qu'aux premiers tests 21 /* ------------------------------------------------------------ 22 ------------------------------------------------------------- */ 15 23 16 24 body { 17 25 background : #acbabf; 18 26 font-size : 76%; 19 font-family : " lucida grande", "gill sans", arial, sans-serif;27 font-family : "Lucida Grande", "Lucida Sans Unicode", lucida, arial, sans-serif; 20 28 } 21 29 #page { … … 48 56 } 49 57 50 /* ---------------- fin du bloc à supprimer ---------------------- */ 58 /* ------------------------------------------------------------ 59 /* ------------------------------------------------------------ 60 /* ---------------- fin du bloc à supprimer ------------------- 61 /* ------------------------------------------------------------ 62 /* ---------------------------------------------------------- */ 51 63 52 64 … … 54 66 /* ----------------------------------------------------------------- 55 67 1. STRUCTURE 56 a inscrire ici ou en important une css de structure placee dans57 le meme repertoire et appelee grace a l'instruction ci-dessous58 68 ------------------------------------------------------------------ */ 59 @import url( nom_du_fichier.css);69 @import url(layout.css); 60 70 61 71 … … 162 172 .post-info-co { } 163 173 .comment_count { } 164 .ping s_count { }174 .ping_count { } 165 175 .attach_count { } 166 176 … … 201 211 #pings .first { } 202 212 #pings .odd { } 203 #pings .me { }204 213 205 214 #pr dl { } … … 257 266 .tags li { } 258 267 /* a completer separement ou globalement pour le sidebar et la page 259 sp écifique des tags avec les differentes class des tags en fonction268 specifique des tags avec les differentes class des tags en fonction 260 269 de leur frequence - voir 9/ classes communes */ 261 270 … … 278 287 .feed { 279 288 padding-left:16px; 280 background 289 background: transparent url(images/feed.png) no-repeat left center; 281 290 } 282 291 283 292 284 /* tags dans le sidebar et dans la page les regroupant 285 (exemple ici pour un nuage) */ 293 /* exemple de style pour les tags 294 dans le sidebar et dans la page les regroupant 295 */ 286 296 .dc-tags #content ul li, .dc-tags #content ul li a, 287 297 .tags ul li, .tags ul li a { 288 display 289 width 290 padding-left 291 padding-right 292 background 293 line-height 298 display: inline; 299 width: auto; 300 padding-left: 0; 301 padding-right: 4px; 302 background: transparent; 303 line-height: 1.5em; 294 304 } 295 305 .tags ul li a:hover { 296 background-image 306 background-image:none; 297 307 } 298 308 .dc-tags .tag0, .tags .tag0 { font-size: 85%; } … … 310 320 /* messages d'erreur */ 311 321 .error { 312 border 313 background 314 padding 322 border: 1px solid #c44; 323 background: #df0; 324 padding: 0.5em; 315 325 } 316 326 .error ul { 317 padding-left 327 padding-left: 20px; 318 328 } 319 329 .error li { 320 list-style 330 list-style: square; 321 331 } 322 332 323 /* exemples de ceux que j'ajoute souvent */ 324 .left { float: left; margin-right : 1em; } 325 .right { float: right; margin-left : 1em; } 326 .center { margin-left : auto; margin-right : auto; } 327 .left-text { text-align : left; } 328 .right-text { text-align : right; } 329 .center-text { text-align : center; } 330 .little-text { font-size : .8em;} 331 .little-upper-text { font-size : .8em; text-transform : uppercase; } 333 /* exemples de class que j'ajoute souvent 334 pour pouvoir les utiliser dans les billets */ 335 .left { float: left; margin-right: 1em; } 336 .right { float: right; margin-left: 1em; } 337 .center { margin-left: auto; margin-right: auto; } 338 .left-text { text-align: left; } 339 .right-text { text-align: right; } 340 .center-text { text-align: center; } 341 .little-text { font-size: .8em;} 342 .little-upper-text { font-size: .8em; text-transform: uppercase; } 332 343 333 344 … … 340 351 .dc-home { } 341 352 .dc-post { } 342 .dc-categories { }343 353 .dc-category { } 344 354 .dc-archive { } -
themes/aorakits/aorakit-2A/_define.php
r14 r639 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 2005 Marc Hertzog and contributors. All rights5 # reserved.6 3 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4 # Copyright (c) 2007-2009 Kozlika and contributors 5 # Licensed under the GPL version 2.0 license. 6 # See LICENSE file or 7 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 20 8 # 21 9 # ***** END LICENSE BLOCK ***** 10 22 11 23 12 $this->registerModule( -
themes/aorakits/aorakit-2A/layout.css
r14 r639 2 2 # 3 3 # This is part of Aorakits, a set of themes for DotClear. 4 # Copyright (c) 2006 Kozlika and contributors. All rights 5 # reserved. 4 # http://themes.dotaddict.org/resources/ 6 5 # 7 * ***** END LICENSE BLOCK ***** 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 13 # 14 * ***** END LICENSE BLOCK ***** 8 15 9 10 16 AORAKIT 2A 17 STRUCTURE POUR DEUX COLONNES, SIDEBAR A GAUCHE, LARGEUR FIXE 11 18 12 19 -
themes/aorakits/aorakit-2A/style.css
r14 r639 1 /* Feuille de style vierge comportant les principales balises d'un 2 blog realise avec dotclear - Etablie par Kozlika pour la dcTeam 3 le 7 janvier 2007. 4 5 Licence : domaine public 1 /* 2 Empty CSS. This file is part of 3 Aorakits, free resources for Dotclear's themes. 4 http://themes.dotaddict.org/resources/ 5 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 6 13 7 14 */ … … 9 16 10 17 /* ------------------------------------------------------------ 18 /* ------------------------------------------------------------ 11 19 Bloc de styles à supprimer, ne servent qu'aux premiers tests 12 ------------------------------------------------------------- */ 13 14 @import url(layout.css); 20 /* ------------------------------------------------------------ 21 ------------------------------------------------------------- */ 15 22 16 23 body { 17 24 background : #acbabf; 18 25 font-size : 76%; 19 font-family : " lucida grande", "gill sans", arial, sans-serif;26 font-family : "Lucida Grande", "Lucida Sans Unicode", lucida, arial, sans-serif; 20 27 } 21 28 #page { … … 45 52 } 46 53 47 /* ---------------- fin du bloc à supprimer ---------------------- */ 54 /* ------------------------------------------------------------ 55 /* ------------------------------------------------------------ 56 ---------------- fin du bloc à supprimer ---------------------- 57 /* ------------------------------------------------------------ 58 /* ---------------------------------------------------------- */ 48 59 49 60 … … 51 62 /* ----------------------------------------------------------------- 52 63 1. STRUCTURE 53 a inscrire ici ou en important une css de structure placee dans54 le meme repertoire et appelee grace a l'instruction ci-dessous55 64 ------------------------------------------------------------------ */ 56 @import url( nom_du_fichier.css);65 @import url(layout.css); 57 66 58 67 … … 159 168 .post-info-co { } 160 169 .comment_count { } 161 .ping s_count { }170 .ping_count { } 162 171 .attach_count { } 163 172 … … 198 207 #pings .first { } 199 208 #pings .odd { } 200 #pings .me { }201 209 202 210 #pr dl { } … … 337 345 .dc-home { } 338 346 .dc-post { } 339 .dc-categories { }340 347 .dc-category { } 341 348 .dc-archive { } -
themes/aorakits/aorakit-2B/_define.php
r14 r639 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 2005 Marc Hertzog and contributors. All rights5 # reserved.6 3 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4 # Copyright (c) 2007-2009 Kozlika and contributors 5 # Licensed under the GPL version 2.0 license. 6 # See LICENSE file or 7 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 20 8 # 21 9 # ***** END LICENSE BLOCK ***** 10 22 11 23 12 $this->registerModule( -
themes/aorakits/aorakit-2B/layout.css
r14 r639 2 2 # 3 3 # This is part of Aorakits, a set of themes for DotClear. 4 # Copyright (c) 2006 Kozlika and contributors. All rights 5 # reserved. 4 # http://themes.dotaddict.org/resources/ 6 5 # 7 * ***** END LICENSE BLOCK ***** 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 13 # 14 * ***** END LICENSE BLOCK ***** 8 15 9 10 STRUCTURE POUR DEUX COLONNES, SIDEBAR Ã GAUCHE, LARGEUR FLUIDE 11 16 AORAKIT 2B 17 STRUCTURE POUR DEUX COLONNES, SIDEBAR A GAUCHE, LARGEUR FLUIDE 12 18 13 19 -------------------------------------------------------------- -
themes/aorakits/aorakit-2B/style.css
r14 r639 1 /* Feuille de style vierge comportant les principales balises d'un 2 blog realise avec dotclear - Etablie par Kozlika pour la dcTeam 3 le 7 janvier 2007. 4 5 Licence : domaine public 6 1 /* 2 Empty CSS. This file is part of 3 Aorakits, free resources for Dotclear's themes. 4 http://themes.dotaddict.org/resources/ 5 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 7 13 */ 8 14 9 15 10 16 /* ------------------------------------------------------------ 17 /* ------------------------------------------------------------ 11 18 Bloc de styles à supprimer, ne servent qu'aux premiers tests 12 ------------------------------------------------------------- */ 13 14 @import url(layout.css); 19 /* ------------------------------------------------------------ 20 ------------------------------------------------------------- */ 15 21 16 22 body { 17 23 background : #acbabf; 18 24 font-size : 76%; 19 font-family : " lucida grande", "gill sans", arial, sans-serif;25 font-family : "Lucida Grande", "Lucida Sans Unicode", lucida, arial, sans-serif; 20 26 } 21 27 #page { … … 45 51 } 46 52 47 /* ---------------- fin du bloc à supprimer ---------------------- */ 53 /* ------------------------------------------------------------ 54 /* ------------------------------------------------------------ 55 /* ---------------- fin du bloc à supprimer ------------------- 56 /* ------------------------------------------------------------ 57 /* ------------------------------------------------------------ */ 48 58 49 59 … … 51 61 /* ----------------------------------------------------------------- 52 62 1. STRUCTURE 53 a inscrire ici ou en important une css de structure placee dans54 le meme repertoire et appelee grace a l'instruction ci-dessous55 63 ------------------------------------------------------------------ */ 56 @import url( nom_du_fichier.css);64 @import url(layout.css); 57 65 58 66 … … 159 167 .post-info-co { } 160 168 .comment_count { } 161 .ping s_count { }169 .ping_count { } 162 170 .attach_count { } 163 171 … … 198 206 #pings .first { } 199 207 #pings .odd { } 200 #pings .me { }201 208 202 209 #pr dl { } … … 337 344 .dc-home { } 338 345 .dc-post { } 339 .dc-categories { }340 346 .dc-category { } 341 347 .dc-archive { } -
themes/aorakits/aorakit-2C/_define.php
r14 r639 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 2005 Marc Hertzog and contributors. All rights5 # reserved.6 3 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4 # Copyright (c) 2007-2009 Kozlika and contributors 5 # Licensed under the GPL version 2.0 license. 6 # See LICENSE file or 7 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 20 8 # 21 9 # ***** END LICENSE BLOCK ***** 10 22 11 23 12 $this->registerModule( -
themes/aorakits/aorakit-2C/layout.css
r14 r639 2 2 # 3 3 # This is part of Aorakits, a set of themes for DotClear. 4 # Copyright (c) 2006 Kozlika and contributors. All rights 5 # reserved. 4 # http://themes.dotaddict.org/resources/ 6 5 # 7 * ***** END LICENSE BLOCK ***** 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 13 # 14 * ***** END LICENSE BLOCK ***** 8 15 9 10 STRUCTURE POUR DEUX COLONNES, SIDEBAR ADROITE, LARGEUR FIXE16 AORAKIT 2C 17 STRUCTURE POUR DEUX COLONNES, SIDEBAR A DROITE, LARGEUR FIXE 11 18 12 19 … … 16 23 tous les navigateurs calculent depuis le même point de départ 17 24 --------------------------------------------------------------- */ 25 18 26 html, body, #page, #top, #prelude, #wrapper, #footer, 19 27 #main, #content, -
themes/aorakits/aorakit-2C/style.css
r14 r639 1 /* Feuille de style vierge comportant les principales balises d'un 2 blog realise avec dotclear - Etablie par Kozlika pour la dcTeam 3 le 7 janvier 2007. 4 5 Licence : domaine public 1 /* 2 Empty CSS. This file is part of 3 Aorakits, free resources for Dotclear's themes. 4 http://themes.dotaddict.org/resources/ 5 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 6 13 7 14 */ … … 9 16 10 17 /* ------------------------------------------------------------ 18 /* ------------------------------------------------------------ 11 19 Bloc de styles à supprimer, ne servent qu'aux premiers tests 12 ------------------------------------------------------------- */ 13 14 @import url(layout.css); 20 /* ------------------------------------------------------------ 21 ------------------------------------------------------------ */ 15 22 16 23 body { … … 45 52 } 46 53 47 /* ---------------- fin du bloc à supprimer ---------------------- */ 54 /* ------------------------------------------------------------ 55 /* ------------------------------------------------------------ 56 /* ---------------- fin du bloc à supprimer ------------------- 57 /* ------------------------------------------------------------ 58 /* --------------------------------------------------------- */ 48 59 49 60 … … 51 62 /* ----------------------------------------------------------------- 52 63 1. STRUCTURE 53 a inscrire ici ou en important une css de structure placee dans54 le meme repertoire et appelee grace a l'instruction ci-dessous55 64 ------------------------------------------------------------------ */ 56 @import url( nom_du_fichier.css);65 @import url(layout.css); 57 66 58 67 … … 159 168 .post-info-co { } 160 169 .comment_count { } 161 .ping s_count { }170 .ping_count { } 162 171 .attach_count { } 163 172 … … 198 207 #pings .first { } 199 208 #pings .odd { } 200 #pings .me { }201 209 202 210 #pr dl { } … … 337 345 .dc-home { } 338 346 .dc-post { } 339 .dc-categories { }340 347 .dc-category { } 341 348 .dc-archive { } -
themes/aorakits/aorakit-2D/_define.php
r14 r639 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 2005 Marc Hertzog and contributors. All rights5 # reserved.6 3 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4 # Copyright (c) 2007-2009 Kozlika and contributors 5 # Licensed under the GPL version 2.0 license. 6 # See LICENSE file or 7 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 20 8 # 21 9 # ***** END LICENSE BLOCK ***** -
themes/aorakits/aorakit-2D/layout.css
r14 r639 2 2 # 3 3 # This is part of Aorakits, a set of themes for DotClear. 4 # Copyright (c) 2006 Kozlika and contributors. All rights 5 # reserved. 4 # http://themes.dotaddict.org/resources/ 6 5 # 7 * ***** END LICENSE BLOCK ***** 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 13 # 14 * ***** END LICENSE BLOCK ***** 8 15 9 10 16 AORAKIT 2D 17 STRUCTURE POUR DEUX COLONNES, SIDEBAR A DROITE, LARGEUR FLUIDE 11 18 12 19 -
themes/aorakits/aorakit-2D/style.css
r14 r639 1 /* Feuille de style vierge comportant les principales balises d'un 2 blog realise avec dotclear - Etablie par Kozlika pour la dcTeam 3 le 7 janvier 2007. 4 5 Licence : domaine public 1 /* 2 Empty CSS. This file is part of 3 Aorakits, free resources for Dotclear's themes. 4 http://themes.dotaddict.org/resources/ 5 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 6 13 7 14 */ … … 9 16 10 17 /* ------------------------------------------------------------ 11 Bloc de styles à supprimer, ne servent qu'aux premiers tests 12 ------------------------------------------------------------- */ 13 14 @import url(layout.css); 18 /* ------------------------------------------------------------ 19 IMPORTANT IMPORTANT IMPORTANT IMPORTANT 20 Bloc de styles a supprimer, ne servent qu'aux premiers tests 21 /* ------------------------------------------------------------ 22 ------------------------------------------------------------- */ 15 23 16 24 body { 17 25 background : #acbabf; 18 26 font-size : 76%; 19 font-family : " lucida grande", "gill sans", arial, sans-serif;27 font-family : "Lucida Grande", "Lucida Sans Unicode", lucida, arial, sans-serif; 20 28 } 21 29 #page { … … 45 53 } 46 54 47 /* ---------------- fin du bloc à supprimer ---------------------- */ 55 /* ------------------------------------------------------------ 56 /* ------------------------------------------------------------ 57 /* ---------------- fin du bloc à supprimer ------------------- 58 /* ------------------------------------------------------------ 59 /* ------------------------------------------------------------ */ 48 60 49 61 … … 51 63 /* ----------------------------------------------------------------- 52 64 1. STRUCTURE 53 a inscrire ici ou en important une css de structure placee dans54 le meme repertoire et appelee grace a l'instruction ci-dessous55 65 ------------------------------------------------------------------ */ 56 @import url( nom_du_fichier.css);66 @import url(layout.css); 57 67 58 68 … … 159 169 .post-info-co { } 160 170 .comment_count { } 161 .ping s_count { }171 .ping_count { } 162 172 .attach_count { } 163 173 … … 198 208 #pings .first { } 199 209 #pings .odd { } 200 #pings .me { }201 210 202 211 #pr dl { } … … 337 346 .dc-home { } 338 347 .dc-post { } 339 .dc-categories { }340 348 .dc-category { } 341 349 .dc-archive { } -
themes/aorakits/aorakit-3A/_define.php
r12 r639 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 2005 Marc Hertzog and contributors. All rights5 # reserved.6 3 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4 # Copyright (c) 2007-2009 Kozlika and contributors 5 # Licensed under the GPL version 2.0 license. 6 # See LICENSE file or 7 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 20 8 # 21 9 # ***** END LICENSE BLOCK ***** -
themes/aorakits/aorakit-3A/layout.css
r12 r639 2 2 # 3 3 # This is part of Aorakits, a set of themes for DotClear. 4 # Copyright (c) 2006 Kozlika and contributors. All rights 5 # reserved. 4 # http://themes.dotaddict.org/resources/ 6 5 # 7 * ***** END LICENSE BLOCK ***** 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 13 # 14 * ***** END LICENSE BLOCK ***** 8 15 9 10 16 AORAKIT 3A 17 STRUCTURE POUR TROIS COLONNES, BLOGNAV ET BLOGEXTRA A GAUCHE, LARGEUR FIXE 11 18 12 19 … … 78 85 79 86 /* Attention au calcul si vous modifiez ces valeurs. 80 Le total doit être inférieur Ãla largeur du sidebar.87 Le total doit etre inferieur a la largeur du sidebar. 81 88 Ici, 6 + 146 + 6 + 6 + 146 + 6 = 316 < 320 */ 82 89 -
themes/aorakits/aorakit-3A/style.css
r12 r639 1 /* Feuille de style vierge comportant les principales balises d'un 2 blog realise avec dotclear - Etablie par Kozlika pour la dcTeam 3 le 7 janvier 2007. 4 5 Licence : domaine public 1 /* 2 Empty CSS. This file is part of 3 Aorakits, free resources for Dotclear's themes. 4 http://themes.dotaddict.org/resources/ 5 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 6 13 7 14 */ … … 9 16 10 17 /* ------------------------------------------------------------ 18 /* ------------------------------------------------------------ 19 IMPORTANT IMPORTANT IMPORTANT IMPORTANT 11 20 Bloc de styles à supprimer, ne servent qu'aux premiers tests 12 ------------------------------------------------------------- */ 13 14 @import url(layout.css); 21 /* ------------------------------------------------------------ 22 ------------------------------------------------------------- */ 15 23 16 24 body { 17 25 background : #acbabf; 18 26 font-size : 76%; 19 font-family : " lucida grande", "gill sans", arial, sans-serif;27 font-family : "Lucida Grande", "Lucida Sans Unicode", lucida, arial, sans-serif; 20 28 } 21 29 #page { … … 45 53 } 46 54 47 /* ---------------- fin du bloc à supprimer ---------------------- */ 55 /* ------------------------------------------------------------ 56 /* ------------------------------------------------------------ 57 /* ---------------- fin du bloc à supprimer ------------------- 58 /* ------------------------------------------------------------ 59 /* --------------------------------------------------------- */ 48 60 49 61 … … 51 63 /* ----------------------------------------------------------------- 52 64 1. STRUCTURE 53 a inscrire ici ou en important une css de structure placee dans54 le meme repertoire et appelee grace a l'instruction ci-dessous55 65 ------------------------------------------------------------------ */ 56 @import url( nom_du_fichier.css);66 @import url(layout.css); 57 67 58 68 … … 159 169 .post-info-co { } 160 170 .comment_count { } 161 .ping s_count { }171 .ping_count { } 162 172 .attach_count { } 163 173 … … 198 208 #pings .first { } 199 209 #pings .odd { } 200 #pings .me { }201 210 202 211 #pr dl { } … … 337 346 .dc-home { } 338 347 .dc-post { } 339 .dc-categories { }340 348 .dc-category { } 341 349 .dc-archive { } -
themes/aorakits/aorakit-3B/_define.php
r12 r639 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 2005 Marc Hertzog and contributors. All rights5 # reserved.6 3 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4 # Copyright (c) 2007-2009 Kozlika and contributors 5 # Licensed under the GPL version 2.0 license. 6 # See LICENSE file or 7 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 20 8 # 21 9 # ***** END LICENSE BLOCK ***** -
themes/aorakits/aorakit-3B/layout.css
r12 r639 2 2 # 3 3 # This is part of Aorakits, a set of themes for DotClear. 4 # Copyright (c) 2006 Kozlika and contributors. All rights 5 # reserved. 4 # http://themes.dotaddict.org/resources/ 6 5 # 7 * ***** END LICENSE BLOCK ***** 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 13 # 14 * ***** END LICENSE BLOCK ***** 8 15 9 10 16 AORAKIT 3B 17 STRUCTURE POUR TROIS COLONNES, BLOGNAV ET BLOGEXTRA A GAUCHE, LARGEUR FLUIDE 11 18 12 19 … … 79 86 80 87 /* Attention au calcul si vous modifiez ces valeurs. 81 Le total doit être inférieur Ãla largeur du sidebar.88 Le total doit etre inferieur a la largeur du sidebar. 82 89 Ici, 6 + 146 + 6 + 6 + 146 + 6 = 316 < 320 */ 83 90 -
themes/aorakits/aorakit-3B/style.css
r12 r639 1 /* Feuille de style vierge comportant les principales balises d'un 2 blog realise avec dotclear - Etablie par Kozlika pour la dcTeam 3 le 7 janvier 2007. 4 5 Licence : domaine public 1 /* 2 Empty CSS. This file is part of 3 Aorakits, free resources for Dotclear's themes. 4 http://themes.dotaddict.org/resources/ 5 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 6 13 7 14 */ … … 9 16 10 17 /* ------------------------------------------------------------ 18 /* ------------------------------------------------------------ 19 IMPORTANT IMPORTANT IMPORTANT IMPORTANT 11 20 Bloc de styles à supprimer, ne servent qu'aux premiers tests 12 ------------------------------------------------------------- */ 13 14 @import url(layout.css); 21 /* ------------------------------------------------------------ 22 ------------------------------------------------------------- */ 15 23 16 24 body { 17 25 background : #acbabf; 18 26 font-size : 76%; 19 font-family : "lucida grande", "gill sans", arial, sans-serif;27 font-family: "Lucida Grande", "Lucida Sans Unicode", lucida, arial, sans-serif; 20 28 } 21 29 #page { … … 45 53 } 46 54 47 /* ---------------- fin du bloc à supprimer ---------------------- */ 55 /* ------------------------------------------------------------ 56 /* ------------------------------------------------------------ 57 /* ---------------- fin du bloc à supprimer ------------------- 58 /* ------------------------------------------------------------ 59 /* --------------------------------------------------------- */ 48 60 49 61 … … 51 63 /* ----------------------------------------------------------------- 52 64 1. STRUCTURE 53 a inscrire ici ou en important une css de structure placee dans54 le meme repertoire et appelee grace a l'instruction ci-dessous55 65 ------------------------------------------------------------------ */ 56 @import url( nom_du_fichier.css);66 @import url(layout.css); 57 67 58 68 … … 159 169 .post-info-co { } 160 170 .comment_count { } 161 .ping s_count { }171 .ping_count { } 162 172 .attach_count { } 163 173 … … 198 208 #pings .first { } 199 209 #pings .odd { } 200 #pings .me { }201 210 202 211 #pr dl { } … … 337 346 .dc-home { } 338 347 .dc-post { } 339 .dc-categories { }340 348 .dc-category { } 341 349 .dc-archive { } -
themes/aorakits/aorakit-3C/_define.php
r12 r639 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 2005 Marc Hertzog and contributors. All rights5 # reserved.6 3 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4 # Copyright (c) 2007-2009 Kozlika and contributors 5 # Licensed under the GPL version 2.0 license. 6 # See LICENSE file or 7 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 20 8 # 21 9 # ***** END LICENSE BLOCK ***** -
themes/aorakits/aorakit-3C/layout.css
r12 r639 2 2 # 3 3 # This is part of Aorakits, a set of themes for DotClear. 4 # Copyright (c) 2006 Kozlika and contributors. All rights 5 # reserved. 4 # http://themes.dotaddict.org/resources/ 6 5 # 7 * ***** END LICENSE BLOCK ***** 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 13 # 14 * ***** END LICENSE BLOCK ***** 8 15 9 10 STRUCTURE POUR TROIS COLONNES, BLOGNAV ET BLOGEXTRA ÃDROITE, LARGEUR FIXE16 AORAKIT 3C 17 STRUCTURE POUR TROIS COLONNES, BLOGNAV ET BLOGEXTRA A DROITE, LARGEUR FIXE 11 18 12 19 … … 78 85 } 79 86 /* Attention au calcul si vous modifiez ces valeurs. 80 Le total doit être inférieur Ãla largeur du sidebar.87 Le total doit etre inferieur a la largeur du sidebar. 81 88 Ici, 6 + 146 + 6 + 6 + 146 + 6 = 316 < 320 */ 82 89 #blognav { -
themes/aorakits/aorakit-3C/style.css
r12 r639 1 /* Feuille de style vierge comportant les principales balises d'un 2 blog realise avec dotclear - Etablie par Kozlika pour la dcTeam 3 le 7 janvier 2007. 4 5 Licence : domaine public 1 /* 2 Empty CSS. This file is part of 3 Aorakits, free resources for Dotclear's themes. 4 http://themes.dotaddict.org/resources/ 5 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 6 13 7 14 */ … … 9 16 10 17 /* ------------------------------------------------------------ 18 /* ------------------------------------------------------------ 19 IMPORTANT IMPORTANT IMPORTANT IMPORTANT 11 20 Bloc de styles à supprimer, ne servent qu'aux premiers tests 12 ------------------------------------------------------------- */ 13 14 @import url(layout.css); 21 /* ------------------------------------------------------------ 22 ------------------------------------------------------------- */ 15 23 16 24 body { 17 25 background : #acbabf; 18 26 font-size : 76%; 19 font-family : "lucida grande", "gill sans", arial, sans-serif;27 font-family: "Lucida Grande", "Lucida Sans Unicode", lucida, arial, sans-serif; 20 28 } 21 29 #page { … … 45 53 } 46 54 47 /* ---------------- fin du bloc à supprimer ---------------------- */ 55 /* ------------------------------------------------------------ 56 /* ------------------------------------------------------------ 57 /* ---------------- fin du bloc à supprimer ------------------- 58 /* ------------------------------------------------------------ 59 /* --------------------------------------------------------- */ 48 60 49 61 … … 51 63 /* ----------------------------------------------------------------- 52 64 1. STRUCTURE 53 a inscrire ici ou en important une css de structure placee dans54 le meme repertoire et appelee grace a l'instruction ci-dessous55 65 ------------------------------------------------------------------ */ 56 @import url( nom_du_fichier.css);66 @import url(layout.css); 57 67 58 68 … … 159 169 .post-info-co { } 160 170 .comment_count { } 161 .ping s_count { }171 .ping_count { } 162 172 .attach_count { } 163 173 … … 198 208 #pings .first { } 199 209 #pings .odd { } 200 #pings .me { }201 210 202 211 #pr dl { } … … 337 346 .dc-home { } 338 347 .dc-post { } 339 .dc-categories { }340 348 .dc-category { } 341 349 .dc-archive { } -
themes/aorakits/aorakit-3D/_define.php
r12 r639 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 2005 Marc Hertzog and contributors. All rights5 # reserved.6 3 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4 # Copyright (c) 2007-2009 Kozlika and contributors 5 # Licensed under the GPL version 2.0 license. 6 # See LICENSE file or 7 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 20 8 # 21 9 # ***** END LICENSE BLOCK ***** -
themes/aorakits/aorakit-3D/layout.css
r12 r639 2 2 # 3 3 # This is part of Aorakits, a set of themes for DotClear. 4 # Copyright (c) 2006 Kozlika and contributors. All rights 5 # reserved. 4 # http://themes.dotaddict.org/resources/ 6 5 # 7 * ***** END LICENSE BLOCK ***** 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 13 # 14 * ***** END LICENSE BLOCK ***** 8 15 9 10 STRUCTURE POUR TROIS COLONNES, BLOGNAV ET BLOGEXTRA ÃDROITE, LARGEUR FLUIDE16 AORAKIT 3D 17 STRUCTURE POUR TROIS COLONNES, BLOGNAV ET BLOGEXTRA A DROITE, LARGEUR FLUIDE 11 18 12 19 … … 78 85 } 79 86 /* Attention au calcul si vous modifiez ces valeurs. 80 Le total doit être inférieur Ãla largeur du sidebar.87 Le total doit etre inferieur a la largeur du sidebar. 81 88 Ici, 6 + 146 + 6 + 6 + 146 + 6 = 316 < 320 */ 82 89 #blognav { -
themes/aorakits/aorakit-3D/style.css
r12 r639 1 /* Feuille de style vierge comportant les principales balises d'un 2 blog realise avec dotclear - Etablie par Kozlika pour la dcTeam 3 le 7 janvier 2007. 4 5 Licence : domaine public 1 /* 2 Empty CSS. This file is part of 3 Aorakits, free resources for Dotclear's themes. 4 http://themes.dotaddict.org/resources/ 5 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 6 13 7 14 */ … … 9 16 10 17 /* ------------------------------------------------------------ 18 /* ------------------------------------------------------------ 19 IMPORTANT IMPORTANT IMPORTANT IMPORTANT 11 20 Bloc de styles à supprimer, ne servent qu'aux premiers tests 12 ------------------------------------------------------------- */ 13 14 @import url(layout.css); 21 /* ------------------------------------------------------------ 22 ------------------------------------------------------------- */ 15 23 16 24 body { 17 25 background : #acbabf; 18 26 font-size : 76%; 19 font-family : " lucida grande", "gill sans", arial, sans-serif;27 font-family : "Lucida Grande", "Lucida Sans Unicode", lucida, arial, sans-serif; 20 28 } 21 29 #page { … … 45 53 } 46 54 47 /* ---------------- fin du bloc à supprimer ---------------------- */ 55 /* ------------------------------------------------------------ 56 /* ------------------------------------------------------------ 57 /* ---------------- fin du bloc à supprimer ------------------- 58 /* ------------------------------------------------------------ 59 /* --------------------------------------------------------- */ 48 60 49 61 … … 51 63 /* ----------------------------------------------------------------- 52 64 1. STRUCTURE 53 a inscrire ici ou en important une css de structure placee dans54 le meme repertoire et appelee grace a l'instruction ci-dessous55 65 ------------------------------------------------------------------ */ 56 @import url( nom_du_fichier.css);66 @import url(layout.css); 57 67 58 68 … … 159 169 .post-info-co { } 160 170 .comment_count { } 161 .ping s_count { }171 .ping_count { } 162 172 .attach_count { } 163 173 … … 198 208 #pings .first { } 199 209 #pings .odd { } 200 #pings .me { }201 210 202 211 #pr dl { } … … 337 346 .dc-home { } 338 347 .dc-post { } 339 .dc-categories { }340 348 .dc-category { } 341 349 .dc-archive { } -
themes/aorakits/aorakit-3E/_define.php
r12 r639 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 2005 Marc Hertzog and contributors. All rights5 # reserved.6 3 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4 # Copyright (c) 2007-2009 Kozlika and contributors 5 # Licensed under the GPL version 2.0 license. 6 # See LICENSE file or 7 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 20 8 # 21 9 # ***** END LICENSE BLOCK ***** -
themes/aorakits/aorakit-3E/layout.css
r12 r639 2 2 # 3 3 # This is part of Aorakits, a set of themes for DotClear. 4 # Copyright (c) 2006 Kozlika and contributors. All rights 5 # reserved. 4 # http://themes.dotaddict.org/resources/ 6 5 # 7 * ***** END LICENSE BLOCK ***** 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 13 # 14 * ***** END LICENSE BLOCK ***** 8 15 9 10 11 16 AORAKIT 3E 17 STRUCTURE POUR TROIS COLONNES, BLOGNAV A GAUCHE, BLOGEXTRA A DROITE 18 LARGEUR FIXE 12 19 13 20 -
themes/aorakits/aorakit-3E/style.css
r12 r639 1 /* Feuille de style vierge comportant les principales balises d'un 2 blog realise avec dotclear - Etablie par Kozlika pour la dcTeam 3 le 7 janvier 2007. 4 5 Licence : domaine public 1 /* 2 Empty CSS. This file is part of 3 Aorakits, free resources for Dotclear's themes. 4 http://themes.dotaddict.org/resources/ 5 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 6 13 7 14 */ … … 9 16 10 17 /* ------------------------------------------------------------ 18 /* ------------------------------------------------------------ 19 IMPORTANT IMPORTANT IMPORTANT IMPORTANT 11 20 Bloc de styles à supprimer, ne servent qu'aux premiers tests 12 ------------------------------------------------------------- */ 13 14 @import url(layout.css); 21 /* ------------------------------------------------------------ 22 ------------------------------------------------------------- */ 15 23 16 24 body { 17 25 background : #acbabf; 18 26 font-size : 76%; 19 font-family : " lucida grande", "gill sans", arial, sans-serif;27 font-family : "Lucida Grande", "Lucida Sans Unicode", lucida, arial, sans-serif; 20 28 } 21 29 #page { … … 45 53 } 46 54 47 /* ---------------- fin du bloc à supprimer ---------------------- */ 55 /* ------------------------------------------------------------ 56 /* ------------------------------------------------------------ 57 /* ---------------- fin du bloc à supprimer ------------------- 58 /* ------------------------------------------------------------ 59 /* --------------------------------------------------------- */ 48 60 49 61 … … 51 63 /* ----------------------------------------------------------------- 52 64 1. STRUCTURE 53 a inscrire ici ou en important une css de structure placee dans54 le meme repertoire et appelee grace a l'instruction ci-dessous55 65 ------------------------------------------------------------------ */ 56 @import url( nom_du_fichier.css);66 @import url(layout.css); 57 67 58 68 … … 159 169 .post-info-co { } 160 170 .comment_count { } 161 .ping s_count { }171 .ping_count { } 162 172 .attach_count { } 163 173 … … 198 208 #pings .first { } 199 209 #pings .odd { } 200 #pings .me { }201 210 202 211 #pr dl { } … … 337 346 .dc-home { } 338 347 .dc-post { } 339 .dc-categories { }340 348 .dc-category { } 341 349 .dc-archive { } -
themes/aorakits/aorakit-3F/_define.php
r12 r639 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 2005 Marc Hertzog and contributors. All rights5 # reserved.6 3 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4 # Copyright (c) 2007-2009 Kozlika and contributors 5 # Licensed under the GPL version 2.0 license. 6 # See LICENSE file or 7 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 20 8 # 21 9 # ***** END LICENSE BLOCK ***** -
themes/aorakits/aorakit-3F/layout.css
r12 r639 2 2 # 3 3 # This is part of Aorakits, a set of themes for DotClear. 4 # Copyright (c) 2006 Kozlika and contributors. All rights 5 # reserved. 4 # http://themes.dotaddict.org/resources/ 6 5 # 7 * ***** END LICENSE BLOCK ***** 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 13 # 14 * ***** END LICENSE BLOCK ***** 8 15 9 10 11 16 AORAKIT 3F 17 STRUCTURE POUR TROIS COLONNES, BLOGNAV A GAUCHE, BLOGEXTRA A DROITE 18 LARGEUR FLUIDE 12 19 13 20 -
themes/aorakits/aorakit-3F/style.css
r12 r639 1 /* Feuille de style vierge comportant les principales balises d'un 2 blog realise avec dotclear - Etablie par Kozlika pour la dcTeam 3 le 7 janvier 2007. 4 5 Licence : domaine public 1 /* 2 Empty CSS. This file is part of 3 Aorakits, free resources for Dotclear's themes. 4 http://themes.dotaddict.org/resources/ 5 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 6 13 7 14 */ … … 9 16 10 17 /* ------------------------------------------------------------ 18 /* ------------------------------------------------------------ 19 IMPORTANT IMPORTANT IMPORTANT IMPORTANT 11 20 Bloc de styles à supprimer, ne servent qu'aux premiers tests 12 ------------------------------------------------------------- */ 13 14 @import url(layout.css); 21 /* ------------------------------------------------------------ 22 ------------------------------------------------------------- */ 15 23 16 24 body { 17 25 background : #acbabf; 18 26 font-size : 76%; 19 font-family : "lucida grande", "gill sans", arial, sans-serif;27 font-family: "Lucida Grande", "Lucida Sans Unicode", lucida, arial, sans-serif; 20 28 } 21 29 #page { … … 45 53 } 46 54 47 /* ---------------- fin du bloc à supprimer ---------------------- */ 55 /* ------------------------------------------------------------ 56 /* ------------------------------------------------------------ 57 /* ---------------- fin du bloc à supprimer ------------------- 58 /* ------------------------------------------------------------ 59 /* --------------------------------------------------------- */ 48 60 49 61 … … 51 63 /* ----------------------------------------------------------------- 52 64 1. STRUCTURE 53 a inscrire ici ou en important une css de structure placee dans54 le meme repertoire et appelee grace a l'instruction ci-dessous55 65 ------------------------------------------------------------------ */ 56 @import url( nom_du_fichier.css);66 @import url(layout.css); 57 67 58 68 … … 159 169 .post-info-co { } 160 170 .comment_count { } 161 .ping s_count { }171 .ping_count { } 162 172 .attach_count { } 163 173 … … 198 208 #pings .first { } 199 209 #pings .odd { } 200 #pings .me { }201 210 202 211 #pr dl { } … … 337 346 .dc-home { } 338 347 .dc-post { } 339 .dc-categories { }340 348 .dc-category { } 341 349 .dc-archive { } -
themes/aorakits/aorakit-4A/_define.php
r12 r639 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 2005 Marc Hertzog and contributors. All rights5 # reserved.6 3 # 7 # DotClear is free software; you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # DotClear is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 4 # Copyright (c) 2007-2009 Kozlika and contributors 5 # Licensed under the GPL version 2.0 license. 6 # See LICENSE file or 7 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 20 8 # 21 9 # ***** END LICENSE BLOCK ***** -
themes/aorakits/aorakit-4A/layout.css
r12 r639 2 2 # 3 3 # This is part of Aorakits, a set of themes for DotClear. 4 # Copyright (c) 2006 Kozlika and contributors. All rights 5 # reserved. 4 # http://themes.dotaddict.org/resources/ 6 5 # 7 * ***** END LICENSE BLOCK ***** 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 13 # 14 * ***** END LICENSE BLOCK ***** 8 15 9 10 11 16 AORAKIT 4A 17 STRUCTURE POUR QUATRE COLONNES, BLOGNAV A GAUCHE, BLOGEXTRA A DROITE 18 ET BILLETS DANS LE MAIN EN DEUX COLONNES, LARGEUR FLUIDE 12 19 13 20 -------------------------------------------------------------- -
themes/aorakits/aorakit-4A/style.css
r12 r639 1 /* Feuille de style vierge comportant les principales balises d'un 2 blog realise avec dotclear - Etablie par Kozlika pour la dcTeam 3 le 7 janvier 2007. 4 5 Licence : domaine public 1 /* 2 Empty CSS. This file is part of 3 Aorakits, free resources for Dotclear's themes. 4 http://themes.dotaddict.org/resources/ 5 6 # Copyright (c) 2006-2009 Kozlika and contributors 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 11 Created in 2006 12 Last change 1/1/2009 by Kozlika 6 13 7 14 */ … … 9 16 10 17 /* ------------------------------------------------------------ 18 /* ------------------------------------------------------------ 19 IMPORTANT IMPORTANT IMPORTANT IMPORTANT 11 20 Bloc de styles à supprimer, ne servent qu'aux premiers tests 12 ------------------------------------------------------------- */ 13 14 @import url(layout.css); 21 /* ------------------------------------------------------------ 22 ------------------------------------------------------------- */ 15 23 16 24 body { 17 25 background : #acbabf; 18 26 font-size : 76%; 19 font-family : " lucida grande", "gill sans", arial, sans-serif;27 font-family : "Lucida Grande", "Lucida Sans Unicode", lucida, arial, sans-serif; 20 28 } 21 29 #page { … … 45 53 } 46 54 47 /* ---------------- fin du bloc à supprimer ---------------------- */ 55 /* ------------------------------------------------------------ 56 /* ------------------------------------------------------------ 57 /* ---------------- fin du bloc à supprimer ------------------- 58 /* ------------------------------------------------------------ 59 /* --------------------------------------------------------- */ 48 60 49 61 … … 51 63 /* ----------------------------------------------------------------- 52 64 1. STRUCTURE 53 a inscrire ici ou en important une css de structure placee dans54 le meme repertoire et appelee grace a l'instruction ci-dessous55 65 ------------------------------------------------------------------ */ 56 @import url( nom_du_fichier.css);66 @import url(layout.css); 57 67 58 68 … … 159 169 .post-info-co { } 160 170 .comment_count { } 161 .ping s_count { }171 .ping_count { } 162 172 .attach_count { } 163 173 … … 198 208 #pings .first { } 199 209 #pings .odd { } 200 #pings .me { }201 210 202 211 #pr dl { } … … 337 346 .dc-home { } 338 347 .dc-post { } 339 .dc-categories { }340 348 .dc-category { } 341 349 .dc-archive { }
Note: See TracChangeset
for help on using the changeset viewer.