This commit is contained in:
syuilo 2018-09-22 15:58:11 +09:00
parent 82d94b5963
commit 251629ab61
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
13 changed files with 67 additions and 77 deletions

View file

@ -1,9 +1,12 @@
<template>
<div class="anltbovirfeutcigvwgmgxipejaeozxi"
<div class="anltbovirfeutcigvwgmgxipejaeozxi">
<mk-widget-container :show-header="false" :naked="props.design == 1">
<div class="anltbovirfeutcigvwgmgxipejaeozxi-body"
:data-found="announcements && announcements.length != 0"
:data-melt="props.design == 1"
:data-mobile="platform == 'mobile'"
>
:data-darkmode="$store.state.device.darkmode"
>
<div class="icon">
<svg height="32" version="1.1" viewBox="0 0 32 32" width="32">
<path class="tower" d="M16.04,11.24c1.79,0,3.239-1.45,3.239-3.24S17.83,4.76,16.04,4.76c-1.79,0-3.24,1.45-3.24,3.24 C12.78,9.78,14.24,11.24,16.04,11.24z M16.04,13.84c-0.82,0-1.66-0.2-2.4-0.6L7.34,29.98h2.98l1.72-2h8l1.681,2H24.7L18.42,13.24 C17.66,13.64,16.859,13.84,16.04,13.84z M16.02,14.8l2.02,7.2h-4L16.02,14.8z M12.04,25.98l2-2h4l2,2H12.04z"></path>
@ -20,6 +23,8 @@
<template v-if="announcements.length == 0">%i18n:@have-a-nice-day%</template>
</p>
<a v-if="announcements.length > 1" @click="next">%i18n:@next% &gt;&gt;</a>
</div>
</mk-widget-container>
</div>
</template>
@ -68,11 +73,10 @@ export default define({
<style lang="stylus" scoped>
root(isDark)
padding 10px
border solid 1px #4078c0
border-radius 6px
background isDark ? #253a50 : #f3f9ff
&[data-melt]
border none
background transparent
&[data-found]
padding-left 50px
@ -133,7 +137,7 @@ root(isDark)
z-index 1
margin 0
font-size 0.7em
color isDark ? #fff : #555
color isDark ? #fff : #57616f
&.fetching
text-align center
@ -146,10 +150,10 @@ root(isDark)
> p
color #fff
.anltbovirfeutcigvwgmgxipejaeozxi[data-darkmode]
.anltbovirfeutcigvwgmgxipejaeozxi-body[data-darkmode]
root(true)
.anltbovirfeutcigvwgmgxipejaeozxi:not([data-darkmode])
.anltbovirfeutcigvwgmgxipejaeozxi-body:not([data-darkmode])
root(false)
</style>

View file

@ -133,8 +133,7 @@ export default Vue.extend({
root(isDark)
color isDark ? #c5ced6 : #777
background isDark ? #282C37 : #fff
border solid 1px rgba(#000, 0.075)
border-radius 6px
box-shadow 0 3px 8px rgba(0, 0, 0, 0.2)
overflow hidden
&[data-melt]

View file

@ -231,8 +231,7 @@ root(isDark)
overflow hidden
text-align left
background isDark ? #282C37 : #fff
border solid 1px rgba(#000, 0.1)
border-radius 8px
box-shadow 0 3px 8px rgba(0, 0, 0, 0.2)
> .read-more
display block

View file

@ -179,14 +179,12 @@ export default Vue.extend({
root(isDark)
background isDark ? #282C37 : #fff
border solid 1px rgba(#000, 0.075)
border-radius 6px
box-shadow 0 3px 8px rgba(0, 0, 0, 0.2)
> header
padding 0 8px
z-index 10
background isDark ? #313543 : #fff
border-radius 6px 6px 0 0
box-shadow 0 1px isDark ? rgba(#000, 0.15) : rgba(#000, 0.08)
> .buttons

View file

@ -125,7 +125,7 @@ root(isDark)
top 0
z-index 1000
width 100%
box-shadow 0 1px 1px rgba(#000, 0.075)
box-shadow 0 0px 8px rgba(#000, 0.2)
> .warn
display block

View file

@ -36,13 +36,12 @@ export default Vue.extend({
<style lang="stylus" scoped>
root(isDark)
background isDark ? #282C37 : #fff
border solid 1px rgba(#000, isDark ? 0.2 : 0.075)
border-radius 6px
box-shadow 0 3px 8px rgba(0, 0, 0, 0.2)
overflow hidden
&.naked
background transparent !important
border none !important
box-shadow none !important
> header
background isDark ? #313543 : #fff

View file

@ -38,8 +38,7 @@ export default Vue.extend({
<style lang="stylus" scoped>
root(isDark)
background isDark ? #282C37 : #fff
border solid 1px rgba(#000, 0.075)
border-radius 6px
box-shadow 0 3px 8px rgba(0, 0, 0, 0.2)
> .title
z-index 1

View file

@ -42,8 +42,7 @@ export default Vue.extend({
<style lang="stylus" scoped>
root(isDark)
background isDark ? #282C37 : #fff
border solid 1px rgba(#000, 0.075)
border-radius 6px
box-shadow 0 3px 8px rgba(0, 0, 0, 0.2)
overflow hidden
> .title

View file

@ -104,8 +104,7 @@ export default Vue.extend({
root(isDark)
background isDark ? #282C37 : #fff
border 1px solid rgba(#000, 0.075)
border-radius 6px
box-shadow 0 3px 8px rgba(0, 0, 0, 0.2)
overflow hidden
&[data-is-dark-background]

View file

@ -41,8 +41,7 @@ export default Vue.extend({
<style lang="stylus" scoped>
root(isDark)
background isDark ? #282C37 : #fff
border solid 1px rgba(#000, 0.075)
border-radius 6px
box-shadow 0 3px 8px rgba(0, 0, 0, 0.2)
overflow hidden
> .title

View file

@ -87,8 +87,7 @@ export default Vue.extend({
<style lang="stylus" scoped>
root(isDark)
background isDark ? #282C37 : #fff
border solid 1px rgba(#000, 0.075)
border-radius 6px
box-shadow 0 3px 8px rgba(0, 0, 0, 0.2)
> *:first-child
border-top none !important

View file

@ -118,8 +118,7 @@ root(isDark)
margin-right 16px
> .timeline
border 1px solid rgba(#000, 0.075)
border-radius 6px
box-shadow 0 3px 8px rgba(0, 0, 0, 0.2)
> .side
width 275px
@ -138,8 +137,7 @@ root(isDark)
font-size 12px
color #aaa
background isDark ? #21242f : #fff
border solid 1px rgba(#000, 0.075)
border-radius 6px
box-shadow 0 3px 8px rgba(0, 0, 0, 0.2)
a
color #999

View file

@ -1,8 +1,11 @@
<template>
<div class="mkw-profile"
<div class="egwyvoaaryotefqhqtmiyawwefemjfsd">
<mk-widget-container :show-header="false" :naked="props.design == 2">
<div class="egwyvoaaryotefqhqtmiyawwefemjfsd-body"
:data-compact="props.design == 1 || props.design == 2"
:data-melt="props.design == 2"
>
:data-darkmode="$store.state.device.darkmode"
>
<div class="banner"
:style="$store.state.i.bannerUrl ? `background-image: url(${$store.state.i.bannerUrl})` : ''"
title="%i18n:@update-banner%"
@ -15,6 +18,8 @@
/>
<router-link class="name" :to="$store.state.i | userPage">{{ $store.state.i | userName }}</router-link>
<p class="username">@{{ $store.state.i | acct }}</p>
</div>
</mk-widget-container>
</div>
</template>
@ -42,10 +47,6 @@ export default define({
<style lang="stylus" scoped>
root(isDark)
overflow hidden
background isDark ? #282c37 : #fff
border solid 1px rgba(#000, 0.075)
border-radius 6px
&[data-compact]
> .banner:before
@ -75,9 +76,6 @@ root(isDark)
display none
&[data-melt]
background transparent !important
border none !important
> .banner
visibility hidden
@ -120,10 +118,10 @@ root(isDark)
font-size 0.9em
color isDark ? #606984 : #999
.mkw-profile[data-darkmode]
.egwyvoaaryotefqhqtmiyawwefemjfsd-body[data-darkmode]
root(true)
.mkw-profile:not([data-darkmode])
.egwyvoaaryotefqhqtmiyawwefemjfsd-body:not([data-darkmode])
root(false)
</style>