[UP] To english version for come variables and CSS files
This commit is contained in:
parent
7617364f3f
commit
74dc730182
@ -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)
|
||||
|
@ -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 = '/'
|
||||
|
@ -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)
|
||||
|
@ -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;
|
||||
}
|
@ -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;
|
||||
}
|
@ -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 */
|
@ -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 */
|
Loading…
Reference in New Issue
Block a user