diff --git a/css/styles_config.css.html b/css/styles_config.css.html index 207df9c..4480bd0 100644 --- a/css/styles_config.css.html +++ b/css/styles_config.css.html @@ -44,7 +44,6 @@ body.landing #page-wrapper { [#menu { background-color:(#CONFIG{html5up/couleur_bkg_menu}); }] [#menu ul > li > a, #menu { color:(#CONFIG{html5up/couleur_typo_menu}); }] - .wrapper.style1, .wrapper.style1 h2 {[ color:(#CONFIG{html5up/couleur_typo_hero});][ background-color:(#CONFIG{html5up/couleur_bkg_hero});] } .wrapper.style3, .wrapper.style3 h2, .wrapper.style3 strong {[ color:(#CONFIG{html5up/couleur_typo_major});][ background-color:(#CONFIG{html5up/couleur_bkg_major});] } @@ -57,3 +56,4 @@ body.landing #page-wrapper { /* , .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 */ + diff --git a/css/theme.scss b/css/theme.scss index a9ad974..2806426 100644 --- a/css/theme.scss +++ b/css/theme.scss @@ -21,7 +21,13 @@ } #main > header h1 { font-size: 1.75em; - margin: 0 0 .5em; + margin: 0 auto .5em auto; + max-width: 1200px; +} + +#main > header .soustitre { + margin: auto ; + max-width: 1200px; } #banner .more { @@ -44,6 +50,10 @@ } } +// Liste articles (accueil et rubrique) +.spotlight h2 a {border:0 ;} + +// Menu principal #menu { ul { ul { @@ -88,6 +98,8 @@ } a { text-decoration: none; + border: 0; + &.active, &:hover { background:_palette(bg); color: _palette(fg); @@ -153,6 +165,10 @@ input[type="submit"], input[type="reset"], input[type="button"], button, .button } // contenu +article#main h2 { + font-size: 1.15em; + line-height: 1.15em; +} img { height:auto; max-width:100%; diff --git a/lang/html5up_de.php b/lang/html5up_de.php index 8777ba9..d60003f 100755 --- a/lang/html5up_de.php +++ b/lang/html5up_de.php @@ -30,7 +30,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'en_savoir_plus' => 'weiterlesen', // H - 'html5up_editorial_titre' => 'Html5up Editorial ', + 'html5up_spectral_titre' => 'Html5up Spectral ', 'hero' => 'Superartikel', 'hero_explications' => 'Der erste hervorgehobene Artikel auf der Startseite.', 'heroside' => 'Superartikel der linken Spalte', @@ -55,6 +55,5 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( // T 'theme_graphique_par_html5up' => 'Design von HTML5 UP', - 'titre_page_configurer_html5up_editorial' => 'Einstellungen des Design Editorial', - 'titre_page_configurer_html5up_solid_state' => 'Skelett Solid State konfigurieren', + 'titre_page_configurer_html5up_spectral' => 'Einstellungen des Design Spectral', ); diff --git a/lang/html5up_en.php b/lang/html5up_en.php index 874a893..564e320 100644 --- a/lang/html5up_en.php +++ b/lang/html5up_en.php @@ -27,7 +27,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'contact_complement' => 'Further information', // H - 'html5up_editorial_titre' => 'Html5up Editorial ', + 'html5up_spectral_titre' => 'Html5up Spectral ', 'hero' => 'Article heroin', 'hero_explications' => 'It is the first article put forward on the homepage.', 'heroside' => 'Article heroin in left column', @@ -48,5 +48,5 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( // T 'theme_graphique_par_html5up' => 'Design by HTML5 UP', - 'titre_page_configurer_html5up_editorial' => 'Configure the Editorial template', + 'titre_page_configurer_html5up_spectral' => 'Configure the Spectral template', ); diff --git a/lang/html5up_fr.php b/lang/html5up_fr.php index 7b8ab69..ce38f97 100644 --- a/lang/html5up_fr.php +++ b/lang/html5up_fr.php @@ -53,7 +53,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'generalites' => 'Généralités', // H - 'html5up_editorial_titre' => 'Html5up Editorial ', + 'html5up_spectral_titre' => 'Html5up Spectral ', 'hero' => 'L\'article héro', 'hero_explications' => 'C\'est le premier article mis en avant sur la page d\'accueil.',