From 6e32b08d1cca7601903a9f2187fb37c427c2ed68 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 13 Apr 2016 20:13:41 -0700 Subject: [PATCH] Updating styles and templates --- ext/bg/js/templates.js | 25 +++++++++++++++---------- ext/fg/css/client.css | 12 +++--------- util/tmpl/term.html | 6 +++++- 3 files changed, 23 insertions(+), 20 deletions(-) diff --git a/ext/bg/js/templates.js b/ext/bg/js/templates.js index 0c1be04b..ff146290 100644 --- a/ext/bg/js/templates.js +++ b/ext/bg/js/templates.js @@ -16,24 +16,29 @@ templates['defs.html'] = template({"1":function(container,depth0,helpers,partial return ((stack1 = helpers.each.call(depth0 != null ? depth0 : {},(depth0 != null ? depth0.defs : depth0),{"name":"each","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : ""); },"usePartial":true,"useData":true}); templates['term.html'] = template({"1":function(container,depth0,helpers,partials,data) { + var helper, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", alias4=container.escapeExpression; + + return "
" + + alias4(((helper = (helper = helpers.expression || (depth0 != null ? depth0.expression : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"expression","hash":{},"data":data}) : helper))) + + "" + + alias4(((helper = (helper = helpers.reading || (depth0 != null ? depth0.reading : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"reading","hash":{},"data":data}) : helper))) + + "
\n"; +},"3":function(container,depth0,helpers,partials,data) { var helper; - return "
" - + container.escapeExpression(((helper = (helper = helpers.reading || (depth0 != null ? depth0.reading : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : {},{"name":"reading","hash":{},"data":data}) : helper))) - + "
"; -},"3":function(container,depth0,helpers,partials,data) { + return "
" + + container.escapeExpression(((helper = (helper = helpers.expression || (depth0 != null ? depth0.expression : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : {},{"name":"expression","hash":{},"data":data}) : helper))) + + "
\n"; +},"5":function(container,depth0,helpers,partials,data) { return "
  • " + container.escapeExpression(container.lambda(depth0, depth0)) + "
  • \n"; },"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) { - var stack1, helper, alias1=depth0 != null ? depth0 : {}; + var stack1, alias1=depth0 != null ? depth0 : {}; - return "
    " - + container.escapeExpression(((helper = (helper = helpers.expression || (depth0 != null ? depth0.expression : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(alias1,{"name":"expression","hash":{},"data":data}) : helper))) - + "
    \n" - + ((stack1 = helpers["if"].call(alias1,(depth0 != null ? depth0.reading : depth0),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "") + return ((stack1 = helpers["if"].call(alias1,(depth0 != null ? depth0.reading : depth0),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.program(3, data, 0),"data":data})) != null ? stack1 : "") + "\n
    \n
      \n" - + ((stack1 = helpers.each.call(alias1,(depth0 != null ? depth0.glossary : depth0),{"name":"each","hash":{},"fn":container.program(3, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "") + + ((stack1 = helpers.each.call(alias1,(depth0 != null ? depth0.glossary : depth0),{"name":"each","hash":{},"fn":container.program(5, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "") + "
    \n
    \n"; },"useData":true}); })(); \ No newline at end of file diff --git a/ext/fg/css/client.css b/ext/fg/css/client.css index ce1ae9a9..e0b343bf 100644 --- a/ext/fg/css/client.css +++ b/ext/fg/css/client.css @@ -35,17 +35,11 @@ } .yomichan-def-expression { - float: left; font-family: serif; - font-size: 16pt; -} - -.yomichan-def-reading { - float: right; - font-family: serif; - font-size: 16pt; + font-size: 18pt; } .yomichan-def-glossary { - clear: both; + clear: both; + font-size: 12pt; } diff --git a/util/tmpl/term.html b/util/tmpl/term.html index 3713e1e8..56854499 100644 --- a/util/tmpl/term.html +++ b/util/tmpl/term.html @@ -1,5 +1,9 @@ +{{#if reading}} +
    {{expression}}{{reading}}
    +{{else}}
    {{expression}}
    -{{#if reading}}
    {{reading}}
    {{/if}} +{{/if}} +
      {{#each glossary}}