From 74dc730182ab144c43e96487addbed0856771b1c Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Thu, 16 May 2013 11:39:01 +0200 Subject: [PATCH] [UP] To english version for come variables and CSS files --- configrc.exemple | 2 +- create_homepage.lua | 6 +++--- paconfigrc | 2 +- style/{noir.css => black.css} | 10 +++++----- style/{bleu.css => blue.css} | 10 +++++----- style/{avec_menu.css => with_menu.css} | 16 ++++++++-------- style/{sans_menu.css => without_menu.css} | 16 ++++++++-------- 7 files changed, 31 insertions(+), 31 deletions(-) rename style/{noir.css => black.css} (87%) rename style/{bleu.css => blue.css} (87%) rename style/{avec_menu.css => with_menu.css} (94%) rename style/{sans_menu.css => without_menu.css} (94%) diff --git a/configrc.exemple b/configrc.exemple index 1ee3be9..888d7c4 100644 --- a/configrc.exemple +++ b/configrc.exemple @@ -5,7 +5,7 @@ # Homepage title TITLE = Default title # CSS color file -STYLE = noir.css +STYLE = black.css # Menu (if needed) #MENU = menu.html # Introduction (if needed) diff --git a/create_homepage.lua b/create_homepage.lua index 50da852..c287e6d 100755 --- a/create_homepage.lua +++ b/create_homepage.lua @@ -24,9 +24,9 @@ local default_index_filename = 'index.html' local default_template_index_filename = 'index.html' local default_template_categ_filename = 'categories.html' local default_template_element_filename = 'element.html' -local default_css_filename = 'noir.css' -local default_css_menu_without = 'sans_menu.css' -local default_css_menu_with = 'avec_menu.css' +local default_css_filename = 'black.css' +local default_css_menu_without = 'without_menu.css' +local default_css_menu_with = 'with_menu.css' -- Other defaults values local default_categ_extension = 'txt' local DIR_SEP = '/' diff --git a/paconfigrc b/paconfigrc index fdf6ac1..a506b41 100644 --- a/paconfigrc +++ b/paconfigrc @@ -5,7 +5,7 @@ # Homepage title TITLE = Default title # CSS color file -STYLE = noir.css +STYLE = black.css # Menu (if needed) #MENU = menu.html # Introduction (if needed) diff --git a/style/noir.css b/style/black.css similarity index 87% rename from style/noir.css rename to style/black.css index bd9d7a1..1bfb268 100644 --- a/style/noir.css +++ b/style/black.css @@ -1,5 +1,5 @@ /* -Theme: PorteAil - apparence noire +Theme: PorteAil - Black appearance Version: 0.1 Author: Olivier DOSSMANN Author URI: http://olivier.dossmann.net @@ -33,14 +33,14 @@ h3 { color: #000000; } -/* ENTÊTE DE PAGE */ +/* HEADER */ header { background-color: #000000; color: #ffffff; } -/* CONTENU */ -/* survol d'un élément */ +/* CONTENT */ +/* element overview */ #corps a.cadre:hover { background-color: #000000; color: #ffffff; @@ -70,7 +70,7 @@ background-color: #aaaabb; color: #223355; } -/* ENQUEUE DE PAGE */ +/* FOOTER */ footer { color: #000000; } diff --git a/style/bleu.css b/style/blue.css similarity index 87% rename from style/bleu.css rename to style/blue.css index e7e20b6..d9a35aa 100644 --- a/style/bleu.css +++ b/style/blue.css @@ -1,5 +1,5 @@ /* -Theme: PorteAil - apparence bleue +Theme: PorteAil - Blue appearance Version: 0.1 Author: Olivier DOSSMANN Author URI: http://olivier.dossmann.net @@ -33,13 +33,13 @@ h3 { color: #555577; } -/* ENTÊTE DE PAGE */ +/* HEADER */ header { background-color: #223355; color: #ffffff; } -/* CONTENU */ -/* survol d'un élément */ +/* CONTENT */ +/* element overview */ #corps a.cadre:hover { background-color: #223355; color: #ffffff; @@ -69,7 +69,7 @@ background-color: #aaaabb; color: #223355; } -/* ENQUEUE DE PAGE */ +/* FOOTER */ footer { color: #000000; } diff --git a/style/avec_menu.css b/style/with_menu.css similarity index 94% rename from style/avec_menu.css rename to style/with_menu.css index d71b51a..2c8cf6f 100644 --- a/style/avec_menu.css +++ b/style/with_menu.css @@ -1,5 +1,5 @@ /* -Theme: PorteAil - avec menu +Theme: PorteAil - with menu Version: 0.1 Author: Olivier DOSSMANN Author URI: http://olivier.dossmann.net @@ -51,7 +51,7 @@ border-radius: 12px; -webkit-border-radius: 12px; } -/* ENTÊTE DE PAGE */ +/* HEADER */ header { position: relative; margin: 0; @@ -78,14 +78,14 @@ height: 50px; line-height: 50px; } -/* CONTENU */ +/* CONTENT */ #corps { position: relative; width: 78%; left: 2%; } -/* CATÉGORIES */ +/* CATEGORIES */ #corps ul.ensemble_element { min-height: 10em; list-style-type: none; @@ -97,7 +97,7 @@ text-align: center; display: inline-block; } -/* ÉLÉMENT */ +/* ELEMENT */ #corps a.cadre { height: 9em; width: 11em; @@ -131,7 +131,7 @@ margin-left: auto; border: 0; } -/* espace en fin de catégorie */ +/* WHITESPACE after category's end */ #corps .espace { clear: both; } @@ -172,7 +172,7 @@ nav#cartable a:visited { nav#cartable a:hover { } -/* ENQUEUE DE PAGE */ +/* FOOTER */ footer { position: relative; top: 5px; @@ -188,4 +188,4 @@ font-size: 10px; text-align: center; } -/* DIVERS */ +/* MISCELLANEOUS */ diff --git a/style/sans_menu.css b/style/without_menu.css similarity index 94% rename from style/sans_menu.css rename to style/without_menu.css index fb9e650..4428b9c 100644 --- a/style/sans_menu.css +++ b/style/without_menu.css @@ -1,5 +1,5 @@ /* -Theme: PorteAil - sans menu +Theme: PorteAil - without menu Version: 0.1 Author: Olivier DOSSMANN Author URI: http://olivier.dossmann.net @@ -51,7 +51,7 @@ border-radius: 12px; -webkit-border-radius: 12px; } -/* ENTÊTE DE PAGE */ +/* HEADER */ header { position: relative; margin: 0 auto; @@ -78,14 +78,14 @@ height: 50px; line-height: 50px; } -/* CONTENU */ +/* CONTENT */ #corps { position: relative; width: 98%; left: 2%; } -/* CATÉGORIES*/ +/* CATEGORIES*/ #corps ul.ensemble_element { min-height: 10em; list-style-type: none; @@ -97,7 +97,7 @@ text-align: center; display: inline-block; } -/* ÉLÉMENT */ +/* ELEMENT */ #corps a.cadre { height: 9em; width: 11em; @@ -131,7 +131,7 @@ margin-left: auto; border: 0; } -/* espace en fin de catégorie */ +/* WHITESPACE at category's end */ #corps .espace { clear: both; } @@ -172,7 +172,7 @@ nav#cartable a:visited { nav#cartable a:hover { } -/* ENQUEUE DE PAGE */ +/* FOOTER */ footer { position: relative; top: 5px; @@ -188,4 +188,4 @@ font-size: 10px; text-align: center; } -/* DIVERS */ +/* MISCELLANEOUS */