diff --git a/i18n/en_US.json b/i18n/en_US.json index ed37c33..939f54e 100644 --- a/i18n/en_US.json +++ b/i18n/en_US.json @@ -159,5 +159,6 @@ "email": "Email", "no_empty": "Can not Empty!", "change_avatar": "Avatar modify go", - "open": "Open" + "open": "Open", + "pricing": "Pricing" } \ No newline at end of file diff --git a/i18n/ja_JP.json b/i18n/ja_JP.json index 0907614..9ae2bb1 100644 --- a/i18n/ja_JP.json +++ b/i18n/ja_JP.json @@ -159,5 +159,6 @@ "email": "Eメール", "no_empty": "空ではありません", "change_avatar": "アバターの変更は行く", - "open": "オープン" + "open": "オープン", + "pricing": "价格" } diff --git a/i18n/zh_CN.json b/i18n/zh_CN.json index ac26387..38f6218 100644 --- a/i18n/zh_CN.json +++ b/i18n/zh_CN.json @@ -159,5 +159,6 @@ "email": "电子邮件", "no_empty": "不能为空", "change_avatar": "头像修改请到", - "open": "打开" + "open": "打开", + "pricing": "价格" } \ No newline at end of file diff --git a/i18n/zh_TW.json b/i18n/zh_TW.json index 878554d..ab5d6ca 100644 --- a/i18n/zh_TW.json +++ b/i18n/zh_TW.json @@ -159,5 +159,6 @@ "email": "電子郵件", "no_empty": "不能為空", "change_avatar": "頭像修改請到", - "open": "打開" + "open": "打開", + "pricing": "價格" } \ No newline at end of file diff --git a/static/css/fonts/icomoon.eot b/static/css/fonts/icomoon.eot index 61fd441..2857e49 100644 Binary files a/static/css/fonts/icomoon.eot and b/static/css/fonts/icomoon.eot differ diff --git a/static/css/fonts/icomoon.svg b/static/css/fonts/icomoon.svg index 3fc37bf..3065495 100644 --- a/static/css/fonts/icomoon.svg +++ b/static/css/fonts/icomoon.svg @@ -12,15 +12,15 @@ - - + + - + @@ -29,6 +29,7 @@ + @@ -41,6 +42,8 @@ + + diff --git a/static/css/fonts/icomoon.ttf b/static/css/fonts/icomoon.ttf index e8f1eb8..9baf6d6 100644 Binary files a/static/css/fonts/icomoon.ttf and b/static/css/fonts/icomoon.ttf differ diff --git a/static/css/fonts/icomoon.woff b/static/css/fonts/icomoon.woff index 8aa6a8d..e1579bd 100644 Binary files a/static/css/fonts/icomoon.woff and b/static/css/fonts/icomoon.woff differ diff --git a/static/css/sign.css b/static/css/sign.css index 115baad..f749628 100644 --- a/static/css/sign.css +++ b/static/css/sign.css @@ -31,12 +31,13 @@ .header li { float: left; + margin-left: 25px; } .header a { display: block; font-weight: bold; - padding: 4px 8px; + padding: 5px 0; color: #333; line-height: 30px; text-decoration: none; @@ -70,6 +71,8 @@ } .content .form input { + border: 1px solid #ccc; + border-radius: 3px; width: 100%; background-color: #fafafa; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset; @@ -84,34 +87,56 @@ } .content .form input:focus { + background-color: #FFF; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset, 0 0 12px rgba(255, 255, 255, 0.75); } -.button { +.btn { width: 100%; color: #fff; - font-size: 16px; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #60b044; background-image: linear-gradient(#8add6d, #60b044); border: 1px solid #5ca941; padding: 10px; + border-radius: 3px; + cursor: pointer; } -.button:hover { +.btn:hover { background-color: #569e3d; background-image: linear-gradient(#79d858, #569e3d); border-color: #4a993e; } -.header .button { - color: #fff; - padding: 0 8px; - font-size: 13px; +.btn.btn-white, +.btn.btn-red { + color: #333; + text-shadow: 0 1px 0 rgba(255,255,255,0.9); + background-color: #eee; + background-image: linear-gradient(#fcfcfc, #eee); + border-color: #d5d5d5; } -.header .button:hover { - color: #FFF; +.btn.btn-red { + color: #9d0000; +} + +.btn.btn-white:hover { + color: #333; + text-shadow: 0 1px 0 rgba(255,255,255,0.9); + background-color: #ddd; + background-image: linear-gradient(#eee, #ddd); + border-color: #ccc; +} + +.btn.btn-red:hover { + background-color: #b33630; + background-image: linear-gradient(#dc5f59, #b33630); + background-repeat: repeat-x; + border-color: #cd504a; + color: #fff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); } #msg { @@ -158,11 +183,9 @@ margin-top: -108px; } +#loginBtn, #signUpBtn { margin-top: 20px; -} - -#loginBtn { - margin-top: 20px; + font-size: 16px; } /* end sign up */ \ No newline at end of file diff --git a/static/css/themes/default.css b/static/css/themes/default.css index bac4aac..a394616 100644 --- a/static/css/themes/default.css +++ b/static/css/themes/default.css @@ -100,7 +100,7 @@ } .tabs > div.current { - background-color: #9F9F9F; + background-color: #bbb; color: #FFF; text-shadow: 0 1px rgba(0, 0, 0, 0.4); } diff --git a/static/css/wide.css b/static/css/wide.css index bf7fd0b..d3de974 100644 --- a/static/css/wide.css +++ b/static/css/wide.css @@ -36,6 +36,18 @@ line-height: 20px; } +.ico-book:before { + content: "\e623"; +} + +.ico-price:before { + content: "\e616"; +} + +.ico-start:before { + content: "\e9d7"; +} + .ico-share:before { content: "\e61f"; } diff --git a/static/js/editors.js b/static/js/editors.js index e56851f..99e06c7 100644 --- a/static/js/editors.js +++ b/static/js/editors.js @@ -263,7 +263,8 @@ var editors = { editors.tabs.add({ id: "startPage", - title: '' + config.label.start_page + '', + title: ' ' + config.label.start_page + '', content: '
', after: function () { $("#startPage").load(config.context + '/start?sid=' + config.wideSessionId); diff --git a/views/index.html b/views/index.html index 6230ee2..d3c6f8d 100644 --- a/views/index.html +++ b/views/index.html @@ -52,10 +52,10 @@ {{.i18n.close_all_files}}
  • -
  • +
  • {{.i18n.import}}
  • -
  • +
  • {{.i18n.export}}
  • @@ -324,7 +324,7 @@
    • - + {{.i18n.wide_doc}}
    • @@ -337,8 +337,12 @@ {{.i18n.keyboard_shortcuts}}
    • +
    • + + {{.i18n.pricing}} +
    • - + {{.i18n.start_page}}
    • @@ -450,7 +454,7 @@ {{.i18n.close_other}}
    • -
    • +
    • {{.i18n.copy_file_path}}
    diff --git a/views/login.html b/views/login.html index a82c34f..6048e5e 100644 --- a/views/login.html +++ b/views/login.html @@ -17,7 +17,8 @@
  • GitHub
  • {{.i18n.help}}
  • {{.i18n.report_issues}}
  • -
  • {{.i18n.sign_up}}
  • +
  • +
  • @@ -31,7 +32,7 @@


    - + diff --git a/views/sign_up.html b/views/sign_up.html index ce072ce..5299314 100644 --- a/views/sign_up.html +++ b/views/sign_up.html @@ -17,7 +17,8 @@
  • GitHub
  • {{.i18n.help}}
  • {{.i18n.report_issues}}
  • -
  • {{.i18n.login}}
  • +
  • +
  • @@ -37,7 +38,7 @@

    - +