1<?php 2 3// style.ini values 4 5$lang['__link__'] = 'Link color'; 6$lang['__text_theme__'] = 'Text color on theme color'; 7$lang['__background_theme__'] = 'Main theme color'; 8$lang['__text_sidebar__'] = 'Sidebar text color'; 9$lang['__background_sidebar__'] = 'Sidebar background color'; 10$lang['__background_sidebar_hover__'] = 'Sidebar background highlight color (on hover)'; 11$lang['__text_sidebar_caption__'] = 'Sidebar caption color'; 12$lang['__text_sidebar_toc__'] = 'Sidebar toc text color'; 13$lang['__background_sidebar_toc__'] = 'Sidebar toc background color'; 14$lang['__background_sidebar_toc_hover__'] = 'Sidebar toc background highlight color (on hover)'; 15$lang['__background_sidebar_toc_highlight__'] = 'Sidebar toc background highlight color'; 16$lang['__text_sidebar_expand1__'] = 'Sidebar toc expand button text color'; 17$lang['__text_sidebar_expand2__'] = 'Sidebar toc expand button text color for > level2'; 18$lang['__text_pagefooter__'] = 'Page footer text color'; 19$lang['__text_monospace__'] = 'Mono space text color'; 20$lang['__background_monospace__'] = 'Mono space background color'; 21$lang['__border_monospace__'] = 'Mono space border color'; 22$lang['__background_code__'] = 'Code background color'; 23$lang['__border_code__'] = 'Code border color'; 24$lang['__text_button__'] = 'Button text color'; 25$lang['__background_button__'] = 'Button background color'; 26$lang['__text_button_hover__'] = 'Button text color (on hover)'; 27$lang['__background_button_hover__'] = 'Button background color (on hover)'; 28$lang['__border_edit_highlight__'] = 'Edit highlight border color'; 29$lang['__background_edit_highlight1__'] = 'Edit highlight background color1'; 30$lang['__background_edit_highlight2__'] = 'Edit highlight background color2'; 31$lang['__width_site__'] = 'Site width (only used when centering)'; 32$lang['__width_content__'] = 'Content width'; 33$lang['__width_sidebar__'] = 'Side bar'; 34$lang['__background_header__'] = 'Header background color'; 35$lang['__background_footer__'] = 'Footer background color'; 36$lang['__height_header__'] = 'Header height'; 37$lang['__height_footer__'] = 'Footer height'; 38$lang['__media_query_sp__'] = 'CSS breakpoint for smart phones'; 39$lang['__media_query_tb__'] = 'CSS breakpoint for tablets'; 40$lang['__position_sidebar__'] = 'Sidebar position'; 41