✌️ 🎨 ✌️

This commit is contained in:
syuilo 2017-11-08 16:50:33 +09:00
parent 6379416b9e
commit e78989c3d4
8 changed files with 19 additions and 14 deletions

View file

@ -267,6 +267,12 @@ desktop:
settings: "Settings" settings: "Settings"
signout: "Sign out" signout: "Sign out"
mk-ui-header-post-button:
post: "Compose new Post"
mk-ui-header-notifications:
title: "Notifications"
mk-password-setting: mk-password-setting:
reset: "Change your password" reset: "Change your password"
enter-current-password: "Enter the current password" enter-current-password: "Enter the current password"

View file

@ -267,6 +267,12 @@ desktop:
settings: "設定" settings: "設定"
signout: "サインアウト" signout: "サインアウト"
mk-ui-header-post-button:
post: "新規投稿"
mk-ui-header-notifications:
title: "通知"
mk-password-setting: mk-password-setting:
reset: "パスワードを変更する" reset: "パスワードを変更する"
enter-current-password: "現在のパスワードを入力してください" enter-current-password: "現在のパスワードを入力してください"

View file

@ -1,4 +1,4 @@
{ {
"themeColor": "#f43636", "themeColor": "#ff4e45",
"themeColorForeground": "#fff" "themeColorForeground": "#fff"
} }

View file

@ -72,7 +72,6 @@ export default me => {
}; };
function mount(content) { function mount(content) {
document.documentElement.style.background = '#313a42';
document.documentElement.removeAttribute('data-page'); document.documentElement.removeAttribute('data-page');
if (page) page.unmount(); if (page) page.unmount();
const body = document.getElementById('app'); const body = document.getElementById('app');

View file

@ -40,8 +40,7 @@
background rgba(0, 0, 0, 0.2) background rgba(0, 0, 0, 0.2)
html html
//background #2f3e42 background #f7f7f7
background #313a42
// workaround of https://github.com/riot/riot/issues/2134 // workaround of https://github.com/riot/riot/issues/2134
&[data-page='entrance'] &[data-page='entrance']
@ -49,9 +48,6 @@ html
right auto right auto
left 15px left 15px
html[theme='dark']
background #100f0f
button button
font-family sans-serif font-family sans-serif

View file

@ -95,7 +95,7 @@
z-index 1 z-index 1
padding 0 8px padding 0 8px
color rgba(0, 0, 0, 0.5) color rgba(0, 0, 0, 0.5)
background #fdfdfd background #f7f7f7
> .signup > .signup
width 100% width 100%

View file

@ -75,8 +75,7 @@
width 100% width 100%
height 48px height 48px
backdrop-filter blur(12px) backdrop-filter blur(12px)
//background-color rgba(255, 255, 255, 0.75) background #f7f7f7
background #1d2429
&:after &:after
content "" content ""
@ -167,7 +166,7 @@
</mk-ui-header-search> </mk-ui-header-search>
<mk-ui-header-post-button> <mk-ui-header-post-button>
<button onclick={ post } title="新規投稿"><i class="fa fa-pencil-square-o"></i></button> <button onclick={ post } title="%i18n:desktop.tags.mk-ui-header-post-button.post%"><i class="fa fa-pencil"></i></button>
<style> <style>
:scope :scope
display inline-block display inline-block
@ -187,7 +186,7 @@
background $theme-color !important background $theme-color !important
outline none outline none
border none border none
border-radius 2px border-radius 4px
transition background 0.1s ease transition background 0.1s ease
cursor pointer cursor pointer
@ -210,7 +209,7 @@
</mk-ui-header-post-button> </mk-ui-header-post-button>
<mk-ui-header-notifications> <mk-ui-header-notifications>
<button class="header" data-active={ isOpen } onclick={ toggle }><i class="fa fa-bell-o"></i></button> <button class="header" data-active={ isOpen } onclick={ toggle } title="%i18n:desktop.tags.mk-ui-header-notifications.title%"><i class="fa fa-bell-o"></i></button>
<div class="notifications" if={ isOpen }> <div class="notifications" if={ isOpen }>
<mk-notifications/> <mk-notifications/>
</div> </div>

View file

@ -11,7 +11,6 @@
<style> <style>
:scope :scope
display block display block
background #fff
> .user > .user
> header > header