1<?php
2
3// style.ini values
4
5$lang['__background_site__'] = '[UNUSED] Color for the very background (behind the content box)';
6$lang['__link__']     = '[UNUSED] The general link color';
7$lang['__existing__'] = '[UNUSED] The color for links to existing pages';
8$lang['__missing__']  = '[UNUSED] The color for links to non-existing pages';
9
10$lang['__site_width__']    = 'The width of the full site (can be any length unit: %, px, em, ...)';
11$lang['__sidebar_width__'] = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)';
12
13$lang['__tablet_width__']  = 'Below screensizes of this width, the site switches to tablet mode';
14$lang['__phone_width__']   = 'Below screensizes of this width, the site switches to phone mode';
15
16$lang['__title_font__']     = 'Font for the main title of the wiki';
17$lang['__title_style__']   = 'Casing for the main title of the wiki';
18$lang['__title_size__']     = 'Size for the main title of the wiki';
19$lang['__title_weight__']   = 'Weight for the main title of the wiki';
20
21$lang['__top_color__'] = 'Top of the accent gradient of the theme';
22$lang['__mid_color__'] = 'Middle of the accent gradient of the theme';
23$lang['__bot_color__'] = 'Bottom of the accent gradient of the theme';
24$lang['__alt_color__'] = 'Special accent color of the theme';
25$lang['__top_alpha_color__'] = 'Transparent Top of the accent gradient of the theme';
26$lang['__mid_alpha_color__'] = 'Transparent Middle of the accent gradient of the theme';
27$lang['__bot_alpha_color__'] = 'Transparent Bottom of the accent gradient of the theme';
28$lang['__alt_alpha_color__'] = 'Transparent Special accent color of the theme';
29