19 themes/skins available for your browsing pleasure. A variety of looks, 6 AC2 exclusives - Featuring SMACX, Civ6 Firaxis, and two CivII themes.[new Theme Select Box, bottom right sidebar - works for lurkers, too]
0 Members and 2 Guests are viewing this topic.
In Themes/default/GenericControls.template.php, you'll find this code:Code: [Select] if (!isset($context['disabled_tags']['font'])) echo ', { sType: \'select\', sName: \'sel_face\', oOptions: { \'\': ', JavaScriptEscape($txt['font_face']), ', \'courier\': \'Courier\', \'arial\': \'Arial\', \'arial black\': \'Arial Black\', \'impact\': \'Impact\', \'verdana\': \'Verdana\', \'times new roman\': \'Times New Roman\', \'georgia\': \'Georgia\', \'andale mono\': \'Andale Mono\', \'trebuchet ms\': \'Trebuchet MS\', \'comic sans ms\': \'Comic Sans MS\' } }';You add items to that list.
if (!isset($context['disabled_tags']['font'])) echo ', { sType: \'select\', sName: \'sel_face\', oOptions: { \'\': ', JavaScriptEscape($txt['font_face']), ', \'courier\': \'Courier\', \'arial\': \'Arial\', \'arial black\': \'Arial Black\', \'impact\': \'Impact\', \'verdana\': \'Verdana\', \'times new roman\': \'Times New Roman\', \'georgia\': \'Georgia\', \'andale mono\': \'Andale Mono\', \'trebuchet ms\': \'Trebuchet MS\', \'comic sans ms\': \'Comic Sans MS\' } }';