diff --git a/res/templateDetails.tmpl.xml b/res/templateDetails.tmpl.xml index 3e7f05f..5198688 100644 --- a/res/templateDetails.tmpl.xml +++ b/res/templateDetails.tmpl.xml @@ -64,6 +64,7 @@
+ @@ -83,6 +84,13 @@ + + + + + + + diff --git a/slt/css/dynamic-styles.css.php b/slt/css/dynamic-styles.css.php index e3deb55..589713c 100644 --- a/slt/css/dynamic-styles.css.php +++ b/slt/css/dynamic-styles.css.php @@ -157,32 +157,33 @@ ul.mod-menu__sub > li > a:focus .row-striped .row-fluid:nth-child(odd), .table-striped > tbody > tr:nth-child(odd) { - background-color: ; - color: ; + background-color: ; + color: ; } -.row-striped .row-fluid:nth-child(odd) a, +/*.row-striped .row-fluid:nth-child(odd) a, .table-striped > tbody > tr:nth-child(odd) a { color: ; -} +}*/ .list-striped li:hover, .row-striped .row-fluid:hover, .table-striped > tbody > tr:hover { - background-color: ; - color: ; + background-color: ; + color: ; } -.row-striped .row-fluid:hover a, +/*.row-striped .row-fluid:hover a, .table-striped > tbody > tr:hover a { color: ; -} +}*/ .table-striped > thead > tr { - background-color: ; - color: ; + background-color: ; + color: ; } + table.alternating tr:nth-child(even) { background-color: ; color: ; diff --git a/slt/language/en-GB/en-GB.tpl_slt.ini b/slt/language/en-GB/en-GB.tpl_slt.ini index ab43a64..b0dab41 100644 --- a/slt/language/en-GB/en-GB.tpl_slt.ini +++ b/slt/language/en-GB/en-GB.tpl_slt.ini @@ -24,6 +24,11 @@ TPL_SLT_BACKGROUND_COLOR_1="Background color of menu" TPL_SLT_BACKGROUND_COLOR_2="Background color of selected menu entry" TPL_SLT_BACKGROUND_COLOR_3="Background color of active menu entry" +TPL_SLT_FOREGROUND_EFFECT_COLOR="Foreground effect color" +TPL_SLT_BACKGROUND_EFFECT_COLOR="Background effect color" +TPL_SLT_FOREGROUND_EFFECT_HEADER_COLOR="Foreground effect color for headers" +TPL_SLT_BACKGROUND_EFFECT_HEADER_COLOR="Background effect color for headers" + TPL_SLT_BACKGROUND_COLOR_AT_SIDES="Background Color at the Sides" TPL_SLT_LEFT_BACKGROUND_IMAGE="Left background image" TPL_SLT_RIGHT_BACKGROUND_IMAGE="Right background image"