[UP] To english version for come variables and CSS files

master
Olivier DOSSMANN 2013-05-16 11:39:01 +02:00
parent 7617364f3f
commit 74dc730182
7 changed files with 31 additions and 31 deletions

View File

@ -5,7 +5,7 @@
# Homepage title # Homepage title
TITLE = Default title TITLE = Default title
# CSS color file # CSS color file
STYLE = noir.css STYLE = black.css
# Menu (if needed) # Menu (if needed)
#MENU = menu.html #MENU = menu.html
# Introduction (if needed) # Introduction (if needed)

View File

@ -24,9 +24,9 @@ local default_index_filename = 'index.html'
local default_template_index_filename = 'index.html' local default_template_index_filename = 'index.html'
local default_template_categ_filename = 'categories.html' local default_template_categ_filename = 'categories.html'
local default_template_element_filename = 'element.html' local default_template_element_filename = 'element.html'
local default_css_filename = 'noir.css' local default_css_filename = 'black.css'
local default_css_menu_without = 'sans_menu.css' local default_css_menu_without = 'without_menu.css'
local default_css_menu_with = 'avec_menu.css' local default_css_menu_with = 'with_menu.css'
-- Other defaults values -- Other defaults values
local default_categ_extension = 'txt' local default_categ_extension = 'txt'
local DIR_SEP = '/' local DIR_SEP = '/'

View File

@ -5,7 +5,7 @@
# Homepage title # Homepage title
TITLE = Default title TITLE = Default title
# CSS color file # CSS color file
STYLE = noir.css STYLE = black.css
# Menu (if needed) # Menu (if needed)
#MENU = menu.html #MENU = menu.html
# Introduction (if needed) # Introduction (if needed)

View File

@ -1,5 +1,5 @@
/* /*
Theme: PorteAil - apparence noire Theme: PorteAil - Black appearance
Version: 0.1 Version: 0.1
Author: Olivier DOSSMANN Author: Olivier DOSSMANN
Author URI: http://olivier.dossmann.net Author URI: http://olivier.dossmann.net
@ -33,14 +33,14 @@ h3 {
color: #000000; color: #000000;
} }
/* ENTÊTE DE PAGE */ /* HEADER */
header { header {
background-color: #000000; background-color: #000000;
color: #ffffff; color: #ffffff;
} }
/* CONTENU */ /* CONTENT */
/* survol d'un élément */ /* element overview */
#corps a.cadre:hover { #corps a.cadre:hover {
background-color: #000000; background-color: #000000;
color: #ffffff; color: #ffffff;
@ -70,7 +70,7 @@ background-color: #aaaabb;
color: #223355; color: #223355;
} }
/* ENQUEUE DE PAGE */ /* FOOTER */
footer { footer {
color: #000000; color: #000000;
} }

View File

@ -1,5 +1,5 @@
/* /*
Theme: PorteAil - apparence bleue Theme: PorteAil - Blue appearance
Version: 0.1 Version: 0.1
Author: Olivier DOSSMANN Author: Olivier DOSSMANN
Author URI: http://olivier.dossmann.net Author URI: http://olivier.dossmann.net
@ -33,13 +33,13 @@ h3 {
color: #555577; color: #555577;
} }
/* ENTÊTE DE PAGE */ /* HEADER */
header { header {
background-color: #223355; background-color: #223355;
color: #ffffff; color: #ffffff;
} }
/* CONTENU */ /* CONTENT */
/* survol d'un élément */ /* element overview */
#corps a.cadre:hover { #corps a.cadre:hover {
background-color: #223355; background-color: #223355;
color: #ffffff; color: #ffffff;
@ -69,7 +69,7 @@ background-color: #aaaabb;
color: #223355; color: #223355;
} }
/* ENQUEUE DE PAGE */ /* FOOTER */
footer { footer {
color: #000000; color: #000000;
} }

View File

@ -1,5 +1,5 @@
/* /*
Theme: PorteAil - avec menu Theme: PorteAil - with menu
Version: 0.1 Version: 0.1
Author: Olivier DOSSMANN Author: Olivier DOSSMANN
Author URI: http://olivier.dossmann.net Author URI: http://olivier.dossmann.net
@ -51,7 +51,7 @@ border-radius: 12px;
-webkit-border-radius: 12px; -webkit-border-radius: 12px;
} }
/* ENTÊTE DE PAGE */ /* HEADER */
header { header {
position: relative; position: relative;
margin: 0; margin: 0;
@ -78,14 +78,14 @@ height: 50px;
line-height: 50px; line-height: 50px;
} }
/* CONTENU */ /* CONTENT */
#corps { #corps {
position: relative; position: relative;
width: 78%; width: 78%;
left: 2%; left: 2%;
} }
/* CATÉGORIES */ /* CATEGORIES */
#corps ul.ensemble_element { #corps ul.ensemble_element {
min-height: 10em; min-height: 10em;
list-style-type: none; list-style-type: none;
@ -97,7 +97,7 @@ text-align: center;
display: inline-block; display: inline-block;
} }
/* ÉLÉMENT */ /* ELEMENT */
#corps a.cadre { #corps a.cadre {
height: 9em; height: 9em;
width: 11em; width: 11em;
@ -131,7 +131,7 @@ margin-left: auto;
border: 0; border: 0;
} }
/* espace en fin de catégorie */ /* WHITESPACE after category's end */
#corps .espace { #corps .espace {
clear: both; clear: both;
} }
@ -172,7 +172,7 @@ nav#cartable a:visited {
nav#cartable a:hover { nav#cartable a:hover {
} }
/* ENQUEUE DE PAGE */ /* FOOTER */
footer { footer {
position: relative; position: relative;
top: 5px; top: 5px;
@ -188,4 +188,4 @@ font-size: 10px;
text-align: center; text-align: center;
} }
/* DIVERS */ /* MISCELLANEOUS */

View File

@ -1,5 +1,5 @@
/* /*
Theme: PorteAil - sans menu Theme: PorteAil - without menu
Version: 0.1 Version: 0.1
Author: Olivier DOSSMANN Author: Olivier DOSSMANN
Author URI: http://olivier.dossmann.net Author URI: http://olivier.dossmann.net
@ -51,7 +51,7 @@ border-radius: 12px;
-webkit-border-radius: 12px; -webkit-border-radius: 12px;
} }
/* ENTÊTE DE PAGE */ /* HEADER */
header { header {
position: relative; position: relative;
margin: 0 auto; margin: 0 auto;
@ -78,14 +78,14 @@ height: 50px;
line-height: 50px; line-height: 50px;
} }
/* CONTENU */ /* CONTENT */
#corps { #corps {
position: relative; position: relative;
width: 98%; width: 98%;
left: 2%; left: 2%;
} }
/* CATÉGORIES*/ /* CATEGORIES*/
#corps ul.ensemble_element { #corps ul.ensemble_element {
min-height: 10em; min-height: 10em;
list-style-type: none; list-style-type: none;
@ -97,7 +97,7 @@ text-align: center;
display: inline-block; display: inline-block;
} }
/* ÉLÉMENT */ /* ELEMENT */
#corps a.cadre { #corps a.cadre {
height: 9em; height: 9em;
width: 11em; width: 11em;
@ -131,7 +131,7 @@ margin-left: auto;
border: 0; border: 0;
} }
/* espace en fin de catégorie */ /* WHITESPACE at category's end */
#corps .espace { #corps .espace {
clear: both; clear: both;
} }
@ -172,7 +172,7 @@ nav#cartable a:visited {
nav#cartable a:hover { nav#cartable a:hover {
} }
/* ENQUEUE DE PAGE */ /* FOOTER */
footer { footer {
position: relative; position: relative;
top: 5px; top: 5px;
@ -188,4 +188,4 @@ font-size: 10px;
text-align: center; text-align: center;
} }
/* DIVERS */ /* MISCELLANEOUS */