offline-theme-chrome.sass
2.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
@import compass/css3
@import mixins
@import keyframes
@import offline-theme-base
$green: #80d580
$red: #ec8787
+keyframes-offline-dropin
+keyframes-offline-dropout
+keyframes-offline-rotation
.offline-ui
+box-shadow(0 0 0 1px rgba(0, 0, 0, .15), 0 0 1em rgba(0, 0, 0, .3))
font-family: "Lucida Grande", sans-serif
font-size: 14px
padding: 1em
width: 38em
max-width: 100%
background: #f6f6f6
color: #444
overflow: hidden
.offline-ui-content
padding-left: 2em
&:before
line-height: 1.25em
&:after
+border-radius(50%)
content: " "
display: block
position: absolute
top: 0
bottom: 0
left: 1em
margin: auto
height: 1em
width: 1em
.offline-ui-retry
+box-shadow(0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75))
+border-radius(2px)
+background-image(linear-gradient(#ededed, #ededed 38%, #dedede))
position: absolute
right: 4em
top: 1em
bottom: 1em
border: 1px solid rgba(0, 0, 0, 0.25)
text-shadow: 0 1px 0 #f0f0f0
padding: 0 1em
line-height: 1.6em
height: 1.7em
margin: auto
font-size: 12px
text-decoration: none
color: inherit
&.offline-ui-up
+offline-animation(offline-dropout forwards .5s 2s)
.offline-ui-content:after
background: $green
&.offline-ui-down
+offline-animation(offline-dropin .5s)
.offline-ui-content:after
background: $red
&.offline-ui-connecting, &.offline-ui-waiting
padding-right: 3em
.offline-ui-content:after
background: $red
&:after
+offline-animation(offline-rotation .7s linear infinite)
+border-radius(50%)
content: " "
display: block
position: absolute
right: 1em
top: 0
bottom: 0
margin: auto
height: 1em
width: 1em
border: 2px solid rgba(0, 0, 0, 0)
border-top-color: rgba(0, 0, 0, .5)
border-left-color: rgba(0, 0, 0, .5)
opacity: 0.7
&.offline-ui-waiting
padding-right: 11em
&.offline-ui-reconnect-failed-2s
padding-right: 0