From a151e46b032ab57be60dad02720e3392cef13c37 Mon Sep 17 00:00:00 2001 From: Jun NOGATA Date: Mon, 13 Feb 2017 21:56:30 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=86=E3=83=BC=E3=83=9E=E3=82=92=E3=82=A2?= =?UTF-8?q?=E3=83=83=E3=83=97=E3=83=87=E3=83=BC=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 色合いの変更 * メッセージを日本語に変更 --- themes/histudy/_config.yml | 2 +- themes/histudy/languages/ja.yml | 32 +++++++++---------- .../histudy/source/css/_partial/footer.styl | 4 +-- themes/histudy/source/css/_partial/nav.styl | 3 +- themes/histudy/source/css/_responsive.styl | 2 -- themes/histudy/source/css/_variables.styl | 10 +++--- themes/histudy/source/css/style.styl | 2 -- 7 files changed, 25 insertions(+), 30 deletions(-) diff --git a/themes/histudy/_config.yml b/themes/histudy/_config.yml index f0d8ae23..9c5fdc65 100644 --- a/themes/histudy/_config.yml +++ b/themes/histudy/_config.yml @@ -12,7 +12,7 @@ customize: width: 320 height: 60 url: - theme_color: '#006bde' + theme_color: "#2980b9" highlight: androidstudio sidebar: right # sidebar position, options: left, right thumbnail: true # enable posts thumbnail, options: true, false diff --git a/themes/histudy/languages/ja.yml b/themes/histudy/languages/ja.yml index 821d107d..3246c5c3 100644 --- a/themes/histudy/languages/ja.yml +++ b/themes/histudy/languages/ja.yml @@ -2,9 +2,9 @@ index: home: 'ホーム' about: '姫路IT系勉強会について' search: '検索' - archive: 'Archive' - category: 'Category' - uncategorized: 'uncategorized' + archive: 'アーカイブ' + category: 'カテゴリー' + uncategorized: '未分類' tag: 'タグ' otsc: 'Open Tech Showcase' nav: @@ -13,22 +13,22 @@ nav: total_page: other: 'of %d' sidebar: - follow: 'follow' + follow: 'フォロー' newer: 'newer' older: 'older' - recents: 'recents' - archives: 'archives' - categories: 'categories' - links: 'links' - tags: 'tags' - tag_cloud: 'tag cloud' + recents: '最新の記事' + archives: 'アーカイブ' + categories: 'カテゴリー' + links: 'リンク' + tags: 'タグ' + tag_cloud: 'タグクラウド' article: comments: 'コメント' - share: 'Share' + share: 'シェア' insight: hint: 'Type something...' - posts: 'Posts' - pages: 'Pages' - categories: 'Categories' - tags: 'Tags' - untitled: '(Untitled)' + posts: '投稿' + pages: 'ページ' + categories: 'カテゴリー' + tags: 'タグ' + untitled: '(タイトル無し)' diff --git a/themes/histudy/source/css/_partial/footer.styl b/themes/histudy/source/css/_partial/footer.styl index ef5ed14f..f2af1338 100644 --- a/themes/histudy/source/css/_partial/footer.styl +++ b/themes/histudy/source/css/_partial/footer.styl @@ -1,10 +1,10 @@ #footer background: color-footer-background margin-top: 60px - color: color-grey + color: #fff line-height: line-height a - color: #ccc + color: #fff text-decoration: none &:hover color: #fff diff --git a/themes/histudy/source/css/_partial/nav.styl b/themes/histudy/source/css/_partial/nav.styl index a55a8c24..29e457af 100644 --- a/themes/histudy/source/css/_partial/nav.styl +++ b/themes/histudy/source/css/_partial/nav.styl @@ -2,7 +2,6 @@ $nav-link float: left color: color-nav-foreground text-decoration: none - text-shadow: 0 1px rgba(0, 0, 0, 0.2) display: block padding: 20px 15px transition: 0.2s ease-in @@ -117,4 +116,4 @@ $nav-link -webkit-appearance: none .search-form-submit - display: none \ No newline at end of file + display: none diff --git a/themes/histudy/source/css/_responsive.styl b/themes/histudy/source/css/_responsive.styl index 5747a898..f290056b 100644 --- a/themes/histudy/source/css/_responsive.styl +++ b/themes/histudy/source/css/_responsive.styl @@ -34,10 +34,8 @@ clearfix() if sidebar is right right: 0 - background: url(images/s-left.png) repeat-y right 0 else left: 0 - background: url(images/s-left.png) repeat-y left 0 margin: 0 height: 100% position: absolute diff --git a/themes/histudy/source/css/_variables.styl b/themes/histudy/source/css/_variables.styl index 76650e20..22ba45b4 100644 --- a/themes/histudy/source/css/_variables.styl +++ b/themes/histudy/source/css/_variables.styl @@ -9,22 +9,22 @@ if hexo-config("customize.theme_color") else color-theme = #3b8dbd color-grey = #aaa -color-header-background = #26272b +color-header-background = #3498db color-main-background = #fff -color-background = #eaeaea +color-background = #ecf0f1 color-mobile-nav-background = #191919 color-border = #ddd color-border-light = #eee color-nav-foreground = rgba(255,255,255,0.7) -color-nav-background = #33363b +color-nav-background = #3498db color-nav-hover-background = rgba(0,0,0,0.1) color-sidebar-background = #f0f0f0 color-sidebar-text = #777 color-sidebar-text-dark = #444 -color-footer-background = #33363b +color-footer-background = #3498db // Fonts -font-sans = "Titillium Web", "Helvetica Neue", Helvetica, Arial, "Noto Sans CJK JP", "源ノ角ゴシック", "游ゴシック", sans-serif +font-sans = "Noto Sans CJK JP", "源ノ角ゴシック", "游ゴシック", Meiryo, "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif font-serif = Georgia, "Times New Roman", serif font-mono = "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace font-icon-profile-size = 24px diff --git a/themes/histudy/source/css/style.styl b/themes/histudy/source/css/style.styl index 41fea2a8..27f1ce92 100644 --- a/themes/histudy/source/css/style.styl +++ b/themes/histudy/source/css/style.styl @@ -73,10 +73,8 @@ code box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 1px 0px if sidebar is right padding-right: sidebar-width - background: url(images/s-left.png) repeat-y right 0 else padding-left: sidebar-width - background: url(images/s-left.png) repeat-y left 0 #main if sidebar is right