/ittf/meta/text/styles.css.ittf (primary)
1 css2 $include options-init3 $4 opt.prettyprint = true;5 opt.l_mc_top = 8;6 opt.c_bg_tn_bar = '#fff';7 $include options-analize8 css/layouts/meta_main( &opt)9 < body10 background-color ${opt.c_bg_0}11 color ${opt.c_0}12 font-size 16px13 font-family roboto, verdana, tahoma, arial, sans-serif14 line-height 1.8em15 < h116 font-size 2rem17 padding 1rem 0 0.5rem 018 < h219 font-size 1.5rem20 padding 0.6rem 0 0.3rem 021 . clear22 clear both23 $include css/tn24 $nclude css/mc25 $include css/modal26 $include css/editor
/ittf/meta/t/options-init.ittf
1 $group2 $3 var opt = {4 resetMarginsPaddingsBorders: true,5 resetDisplayBlock: false,6 resetOlUl: true,7 resetBlockquote: false,8 resetTable: false,9 resetLinks: true,10 prettyprint: false,11 debug_css: false,12 c_0: '#000',13 c_bg_0: '#fff',14 fa_1: false,15 sidebar_1: false,16 sb_1_min_w: 0,17 logo_w: 70,18 logo_h: 35,19 };
/ittf/meta/t/options-analize.ittf
1 $group2 $3 if (opt.sidebar_1) {4 opt.fa_1 = true;5 }