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