diff --git a/slt/css/dynamic-styles.css.php b/slt/css/dynamic-styles.css.php index 2d86ef8..d5e558e 100644 --- a/slt/css/dynamic-styles.css.php +++ b/slt/css/dynamic-styles.css.php @@ -63,6 +63,9 @@ a, a:hover, a:active, a:visited color: ; } +/* + General menu coloring +*/ #mobile-menu li.current > a { background-color: ; color: ; @@ -92,8 +95,14 @@ ul.mod-menu__sub > li > a:focus { background-color: ; color: ; +/* + Mobile menu settings +*/ } +/* + Top menu coloring +*/ #topmenu, #topmenu > ul.mod-menu { background-color: ; @@ -122,6 +131,11 @@ ul.mod-menu__sub > li > a:focus color: ; } + +/* + Side styling +*/ + #left-side-image { background-image: ; @@ -132,6 +146,12 @@ ul.mod-menu__sub > li > a:focus background-image: ; } + +/* + Misc styling +*/ + +/* Striped styling */ .list-striped li:nth-child(odd), .row-striped .row-fluid:nth-child(odd), .table-striped > tbody > tr:nth-child(odd) @@ -177,6 +197,8 @@ table.alternating tr:nth-child(1) { table.alternating tr:nth-child(1) a { color: ; } + +/* Read more */ .readmore > .btn { color: ; diff --git a/slt/language/en-GB/en-GB.tpl_slt.ini b/slt/language/en-GB/en-GB.tpl_slt.ini index fb1bb22..ab43a64 100644 --- a/slt/language/en-GB/en-GB.tpl_slt.ini +++ b/slt/language/en-GB/en-GB.tpl_slt.ini @@ -11,17 +11,19 @@ TPL_SLT_LINK_COLOR_MAIN="Foreground color of links in main text" TPL_SLT_FOREGROUND_COLOR_MAIN="Foreground color of main text" TPL_SLT_BACKGROUND_COLOR_MAIN_TOP="Background color at top of gradient" TPL_SLT_BACKGROUND_COLOR_MAIN_BOTTOM="Background color at bottom of gradient" - -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_COLOR_1="Foreground color of menu" TPL_SLT_FOREGROUND_COLOR_2="Foreground color of selected menu entry" TPL_SLT_FOREGROUND_COLOR_3="Foreground color of active menu entry" + TPL_SLT_LINK_COLOR_1="Foreground link color of menu" TPL_SLT_LINK_COLOR_2="Foreground link color of selected menu entry" TPL_SLT_LINK_COLOR_3="Foreground link color of active menu entry" +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_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"