phcthemes_web_theme_pack 4.0.3 → 4.0.4
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df446451898363d4014a24d626d8293ee4119e76f034e166eae8f86684fb7e76
|
|
4
|
+
data.tar.gz: 7264e13eac703c28c815ba6927ee5eec16c0b45d21923397fbcf022d03c6925f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33c28ed8fdbc068fdb7948214b75db8b214ff5e53eba7d687cf934b02bcd7c8ec5a22a36fb2e858797c6c292a6c51a27344fb50ec3b9af87186f26a99fefbbaa
|
|
7
|
+
data.tar.gz: c6f1676fcf7d260a7e25965f3146fbe148dd3e38b21825baf91f8df486459b31bb6d2d743548e712bf43a066f514f0e630a6b71f4a06445df2e3b85ff22ffbef
|
|
@@ -224,160 +224,160 @@ body {
|
|
|
224
224
|
|
|
225
225
|
/* Patterns */
|
|
226
226
|
.exapath {
|
|
227
|
-
background-image: url("
|
|
227
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/patterns/exapath.svg");
|
|
228
228
|
background-repeat: repeat;
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
.cpupath {
|
|
232
|
-
background-image: url("
|
|
232
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/patterns/cpupath.svg");
|
|
233
233
|
background-repeat: repeat;
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
.motpath {
|
|
237
|
-
background-image: url("
|
|
237
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/patterns/motpath.svg");
|
|
238
238
|
background-repeat: repeat;
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
.promopath {
|
|
242
|
-
background-image: url("
|
|
242
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/patterns/promopath.svg");
|
|
243
243
|
background-repeat: repeat;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
.exapath-w {
|
|
247
|
-
background-image: url("
|
|
247
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/patterns/exapath-w.svg");
|
|
248
248
|
background-repeat: repeat;
|
|
249
249
|
}
|
|
250
250
|
|
|
251
251
|
.cpupath-w {
|
|
252
|
-
background-image: url("
|
|
252
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/patterns/cpupath-w.svg");
|
|
253
253
|
background-repeat: repeat;
|
|
254
254
|
}
|
|
255
255
|
|
|
256
256
|
.motpath-w {
|
|
257
|
-
background-image: url("
|
|
257
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/patterns/motpath-w.svg");
|
|
258
258
|
background-repeat: repeat;
|
|
259
259
|
}
|
|
260
260
|
|
|
261
261
|
.promo-w {
|
|
262
|
-
background-image: url("
|
|
262
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/patterns/promo-w.svg");
|
|
263
263
|
background-repeat: repeat;
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
/* Background image */
|
|
267
267
|
.item1 {
|
|
268
|
-
background-image: url("
|
|
268
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/img/topbanner01.jpg");
|
|
269
269
|
background-repeat: no-repeat;
|
|
270
270
|
background-position: top center;
|
|
271
271
|
background-size: cover;
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
.item2 {
|
|
275
|
-
background-image: url("
|
|
275
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/img/topbanner02.jpg");
|
|
276
276
|
background-repeat: no-repeat;
|
|
277
277
|
background-position: top center;
|
|
278
278
|
background-size: cover;
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
.item3 {
|
|
282
|
-
background-image: url("
|
|
282
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/img/topbanner03.jpg");
|
|
283
283
|
background-repeat: no-repeat;
|
|
284
284
|
background-position: top center;
|
|
285
285
|
background-size: cover;
|
|
286
286
|
}
|
|
287
287
|
|
|
288
288
|
.item4 {
|
|
289
|
-
background-image: url("
|
|
289
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/img/topbanner04.jpg");
|
|
290
290
|
background-repeat: no-repeat;
|
|
291
291
|
background-position: top center;
|
|
292
292
|
background-size: cover;
|
|
293
293
|
}
|
|
294
294
|
|
|
295
295
|
.item5 {
|
|
296
|
-
background-image: url("
|
|
296
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/img/topbanner05.jpg");
|
|
297
297
|
background-repeat: no-repeat;
|
|
298
298
|
background-position: top center;
|
|
299
299
|
background-size: cover;
|
|
300
300
|
}
|
|
301
301
|
|
|
302
302
|
.item6 {
|
|
303
|
-
background-image: url("
|
|
303
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/img/topbanner06.jpg");
|
|
304
304
|
background-repeat: no-repeat;
|
|
305
305
|
background-position: top center;
|
|
306
306
|
background-size: cover;
|
|
307
307
|
}
|
|
308
308
|
|
|
309
309
|
.item7 {
|
|
310
|
-
background-image: url("
|
|
310
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/img/topbanner07.jpg");
|
|
311
311
|
background-repeat: no-repeat;
|
|
312
312
|
background-position: top center;
|
|
313
313
|
background-size: cover;
|
|
314
314
|
}
|
|
315
315
|
|
|
316
316
|
.item8 {
|
|
317
|
-
background-image: url("
|
|
317
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/img/topbanner08.jpg");
|
|
318
318
|
background-repeat: no-repeat;
|
|
319
319
|
background-position: top center;
|
|
320
320
|
background-size: cover;
|
|
321
321
|
}
|
|
322
322
|
|
|
323
323
|
.item9 {
|
|
324
|
-
background-image: url("
|
|
324
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/img/topbanner09.jpg");
|
|
325
325
|
background-repeat: no-repeat;
|
|
326
326
|
background-position: top center;
|
|
327
327
|
background-size: cover;
|
|
328
328
|
}
|
|
329
329
|
|
|
330
330
|
.item10 {
|
|
331
|
-
background-image: url("
|
|
331
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/img/topbanner10.jpg");
|
|
332
332
|
background-repeat: no-repeat;
|
|
333
333
|
background-position: top center;
|
|
334
334
|
background-size: cover;
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
.item11 {
|
|
338
|
-
background-image: url("
|
|
338
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/img/topbanner11.jpg");
|
|
339
339
|
background-repeat: no-repeat;
|
|
340
340
|
background-position: top center;
|
|
341
341
|
background-size: cover;
|
|
342
342
|
}
|
|
343
343
|
|
|
344
344
|
.item12 {
|
|
345
|
-
background-image: url("
|
|
345
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/img/topbanner12.jpg");
|
|
346
346
|
background-repeat: no-repeat;
|
|
347
347
|
background-position: top center;
|
|
348
348
|
background-size: cover;
|
|
349
349
|
}
|
|
350
350
|
|
|
351
351
|
.item13 {
|
|
352
|
-
background-image: url("
|
|
352
|
+
background-image: url("https://static.phcnetworks.net/phc_sites/phcnetworks_net/index/cover/index_page_cover.webp");
|
|
353
353
|
background-repeat: no-repeat;
|
|
354
354
|
background-position: top center;
|
|
355
355
|
background-size: cover;
|
|
356
356
|
}
|
|
357
357
|
|
|
358
358
|
.item14 {
|
|
359
|
-
background-image: url("
|
|
359
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/img/topbanner14.jpg");
|
|
360
360
|
background-repeat: no-repeat;
|
|
361
361
|
background-position: top center;
|
|
362
362
|
background-size: cover;
|
|
363
363
|
}
|
|
364
364
|
|
|
365
365
|
.item15 {
|
|
366
|
-
background-image: url("
|
|
366
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/img/topbanner15.jpg");
|
|
367
367
|
background-repeat: no-repeat;
|
|
368
368
|
background-position: top center;
|
|
369
369
|
background-size: cover;
|
|
370
370
|
}
|
|
371
371
|
|
|
372
372
|
.item16 {
|
|
373
|
-
background-image: url("
|
|
373
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/img/topbanner16.jpg");
|
|
374
374
|
background-repeat: no-repeat;
|
|
375
375
|
background-position: top center;
|
|
376
376
|
background-size: cover;
|
|
377
377
|
}
|
|
378
378
|
|
|
379
379
|
.item17 {
|
|
380
|
-
background-image: url("
|
|
380
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/img/topbanner17.jpg");
|
|
381
381
|
background-repeat: no-repeat;
|
|
382
382
|
background-position: top center;
|
|
383
383
|
background-size: cover;
|
|
@@ -1863,7 +1863,7 @@ a.plans.badge.feat:hover {
|
|
|
1863
1863
|
}
|
|
1864
1864
|
|
|
1865
1865
|
.pricing.slider .slides-toggle .slide-prev {
|
|
1866
|
-
background-image: url("
|
|
1866
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/img/arrow-left-2.png");
|
|
1867
1867
|
left: -83px;
|
|
1868
1868
|
}
|
|
1869
1869
|
|
|
@@ -1880,11 +1880,11 @@ a.plans.badge.feat:hover {
|
|
|
1880
1880
|
}
|
|
1881
1881
|
|
|
1882
1882
|
.pricing.slider .slides-toggle .slide-prev:hover {
|
|
1883
|
-
background-image: url("
|
|
1883
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/img/arrow-left-2-act.png");
|
|
1884
1884
|
}
|
|
1885
1885
|
|
|
1886
1886
|
.pricing.slider .slides-toggle .slide-next {
|
|
1887
|
-
background-image: url("
|
|
1887
|
+
background-image: url("https://theme.phcnetworks.net/antlr/version-2.2.0/template/img/arrow-right-2.png");
|
|
1888
1888
|
left: 0px;
|
|
1889
1889
|
}
|
|
1890
1890
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: phcthemes_web_theme_pack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- PHCDevworks
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-02-
|
|
11
|
+
date: 2021-02-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|