servel 0.17.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d7c13a885b678e1a5e5cbee6baad93472321d283
|
|
4
|
+
data.tar.gz: eec84def55b4357fc8637cf22f40fbe641e990ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 461aff2f7d6af7cd1a7538b2fc2fb54629c02cf25eb9f2e12e1c1cf07634bab98befb70ed170c6e05fe5680cde08d052a13214b86fa485ec0ff0c60762dfa7b0
|
|
7
|
+
data.tar.gz: 98132d09d7ea180348bfbac09cb5a8cf1d0264cec83bc000d640dfd3e279bba9fe2c001698b56aa08aa0e45b667f1ef1974ce356ed9a179556c995b3fca7d7a6
|
|
@@ -65,22 +65,18 @@
|
|
|
65
65
|
|
|
66
66
|
.paginator:active {
|
|
67
67
|
background-color: #000000;
|
|
68
|
-
opacity: 0.
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.paginator:hover {
|
|
72
|
-
cursor: pointer;
|
|
68
|
+
opacity: 0.7;
|
|
73
69
|
}
|
|
74
70
|
|
|
75
71
|
#page-back {
|
|
76
|
-
top:
|
|
77
|
-
bottom:
|
|
72
|
+
top: 100px;
|
|
73
|
+
bottom: 100px;
|
|
78
74
|
left: 0;
|
|
79
75
|
}
|
|
80
76
|
|
|
81
77
|
#page-next {
|
|
82
78
|
top: 0;
|
|
83
|
-
bottom:
|
|
79
|
+
bottom: 100px;
|
|
84
80
|
right: 0;
|
|
85
81
|
}
|
|
86
82
|
|
|
@@ -107,10 +103,68 @@
|
|
|
107
103
|
|
|
108
104
|
@media screen and (max-width: 767px) {
|
|
109
105
|
#gallery.video, #gallery.audio, #gallery.text {
|
|
110
|
-
padding: 0
|
|
106
|
+
padding: 0;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
#page-toggle-size {
|
|
110
|
+
display: none;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
#page-back-10 {
|
|
114
|
+
top: 0;
|
|
115
|
+
bottom: auto;
|
|
116
|
+
left: 120px;
|
|
117
|
+
height: 75px;
|
|
118
|
+
width: 100px;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
#page-next-10 {
|
|
122
|
+
top: 0;
|
|
123
|
+
right: 120px;
|
|
124
|
+
bottom: auto;
|
|
125
|
+
height: 75px;
|
|
126
|
+
width: 100px;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
#page-back {
|
|
130
|
+
top: 0;
|
|
131
|
+
bottom: auto;
|
|
132
|
+
height: 75px;
|
|
133
|
+
width: 100px;
|
|
111
134
|
}
|
|
112
135
|
|
|
113
|
-
|
|
114
|
-
|
|
136
|
+
#page-next {
|
|
137
|
+
top: 0;
|
|
138
|
+
bottom: auto;
|
|
139
|
+
height: 75px;
|
|
140
|
+
width: 100px;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
@media screen and (max-width: 479px) {
|
|
145
|
+
#page-back-10 {
|
|
146
|
+
left: 80px;
|
|
147
|
+
width: 75px;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
#page-next-10 {
|
|
151
|
+
right: 80px;
|
|
152
|
+
width: 75px;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
#page-back {
|
|
156
|
+
width: 75px;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
#page-next {
|
|
160
|
+
width: 75px;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
@media screen and (min-width: 768px) {
|
|
165
|
+
.paginator:hover {
|
|
166
|
+
background-color: #000000;
|
|
167
|
+
opacity: 0.4;
|
|
168
|
+
cursor: pointer;
|
|
115
169
|
}
|
|
116
170
|
}
|
data/lib/servel/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: servel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.18.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brenton "B-Train" Fletcher
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-06-
|
|
11
|
+
date: 2018-06-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|