appscms-tools-theme 2.3.1 → 2.3.4

Sign up to get free protection for your applications and to get access to all the features.
data/assets/css/tools.css CHANGED
@@ -31,7 +31,7 @@ a:hover {
31
31
  top: 0;
32
32
  z-index: 10;
33
33
  background: #fff;
34
- box-shadow: 0 10px 20px -7px #e3e3e39c;
34
+ border-bottom: 1px solid #ddd;
35
35
  }
36
36
  .nav__item {
37
37
  margin: 0 !important;
@@ -1259,6 +1259,23 @@ ol li::marker {
1259
1259
  background: rgb(238, 238, 238);
1260
1260
  border-radius: 3px;
1261
1261
  }
1262
- .row .col-md-9 p{
1263
- text-align: left;
1264
- }
1262
+ .row .col-md-9 p {
1263
+ text-align: left;
1264
+ }
1265
+
1266
+ #header {
1267
+ display: block !important;
1268
+ position: sticky;
1269
+ top: 0;
1270
+ z-index: 10;
1271
+ background: #fff;
1272
+ box-shadow: 0 10px 20px -7px #e3e3e39c;
1273
+ }
1274
+
1275
+ .navbar {
1276
+ padding: 1rem 9% !important;
1277
+ }
1278
+
1279
+ .catPad li {
1280
+ margin: 0 0 20px !important;
1281
+ }
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" style="" viewBox="0 0 512 512">
2
+ <path d="M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM256 368C269.3 368 280 357.3 280 344V280H344C357.3 280 368 269.3 368 256C368 242.7 357.3 232 344 232H280V168C280 154.7 269.3 144 256 144C242.7 144 232 154.7 232 168V232H168C154.7 232 144 242.7 144 256C144 269.3 154.7 280 168 280H232V344C232 357.3 242.7 368 256 368z"/>
3
+ </svg>
data/assets/js/ads.js CHANGED
@@ -1,8 +1,8 @@
1
- ;(function (s, u, z, p) {
2
- ;(s.src = u), s.setAttribute('data-zone', z), p.appendChild(s)
3
- })(
4
- document.createElement('script'),
5
- 'https://inklinkor.com/tag.min.js',
6
- 5225477,
7
- document.body || document.documentElement
8
- )
1
+ ;(function (s, u, z, p) {
2
+ ;(s.src = u), s.setAttribute('data-zone', z), p.appendChild(s)
3
+ })(
4
+ document.createElement('script'),
5
+ 'https://inklinkor.com/tag.min.js',
6
+ 5225477,
7
+ document.body || document.documentElement
8
+ )
@@ -1,10 +1,10 @@
1
- ---
2
- ---
3
- function insertAfter(referenceNode, newNode) {
4
- referenceNode.parentNode.insertBefore(newNode, referenceNode.nextSibling)
5
- }
6
- let themeContentBox = document.getElementById('theme-content-box')
7
- const div = document.createElement('div')
8
- const profitablecpmgateId = '{{site.profitablecpmgateId}}'
9
- div.setAttribute('id', `container-${profitablecpmgateId}`)
10
- insertAfter(themeContentBox, div)
1
+ ---
2
+ ---
3
+ function insertAfter(referenceNode, newNode) {
4
+ referenceNode.parentNode.insertBefore(newNode, referenceNode.nextSibling)
5
+ }
6
+ let themeContentBox = document.getElementById('theme-content-box')
7
+ const div = document.createElement('div')
8
+ const profitablecpmgateId = '{{site.profitablecpmgateId}}'
9
+ div.setAttribute('id', `container-${profitablecpmgateId}`)
10
+ insertAfter(themeContentBox, div)
@@ -1,33 +1,33 @@
1
- [
2
- {
3
- "name": "together_forever",
4
- "effectImagePath": "/assets/images/together_forever.png",
5
- "elements": [
6
- {
7
- "type": "image",
8
- "filter": "",
9
- "perspective": "",
10
- "height": 300,
11
- "width": 300,
12
- "translate": {
13
- "x": -5,
14
- "y": -10
15
- },
16
- "x": 100,
17
- "y": 100,
18
- "id": "file-1"
19
- },
20
- {
21
- "type": "text",
22
- "x": "200",
23
- "y": "200",
24
- "color": "red",
25
- "fontFamily": "Calligraphy",
26
- "fontPath": "/assets/fonts/Calligraphy.ttf",
27
- "id": "text-1",
28
- "fontSize": 50,
29
- "fontSizeOption1": 10
30
- }
31
- ]
32
- }
1
+ [
2
+ {
3
+ "name": "together_forever",
4
+ "effectImagePath": "/assets/images/together_forever.png",
5
+ "elements": [
6
+ {
7
+ "type": "image",
8
+ "filter": "",
9
+ "perspective": "",
10
+ "height": 300,
11
+ "width": 300,
12
+ "translate": {
13
+ "x": -5,
14
+ "y": -10
15
+ },
16
+ "x": 100,
17
+ "y": 100,
18
+ "id": "file-1"
19
+ },
20
+ {
21
+ "type": "text",
22
+ "x": "200",
23
+ "y": "200",
24
+ "color": "red",
25
+ "fontFamily": "Calligraphy",
26
+ "fontPath": "/assets/fonts/Calligraphy.ttf",
27
+ "id": "text-1",
28
+ "fontSize": 50,
29
+ "fontSizeOption1": 10
30
+ }
31
+ ]
32
+ }
33
33
  ]
data/assets/js/theme.js CHANGED
@@ -1,11 +1,11 @@
1
- $(document).ready(function () {
2
- var safuiAlert = $('#safeui-alert')
3
- if (safuiAlert) {
4
- safuiAlert
5
- .first()
6
- .delay(10000)
7
- .slideUp(1000, function () {
8
- $(this).remove()
9
- })
10
- }
11
- })
1
+ $(document).ready(function () {
2
+ var safuiAlert = $('#safeui-alert')
3
+ if (safuiAlert) {
4
+ safuiAlert
5
+ .first()
6
+ .delay(10000)
7
+ .slideUp(1000, function () {
8
+ $(this).remove()
9
+ })
10
+ }
11
+ })
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-29 00:00:00.000000000 Z
11
+ date: 2022-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '12.0'
55
- description:
55
+ description:
56
56
  email:
57
57
  - vivek@appscms.com
58
58
  executables: []
@@ -2446,6 +2446,7 @@ files:
2446
2446
  - _layouts/home-1.html
2447
2447
  - _layouts/home.html
2448
2448
  - _layouts/homeResultPage.html
2449
+ - _layouts/imagekit.html
2449
2450
  - _layouts/page.html
2450
2451
  - _layouts/photo-effects-home.html
2451
2452
  - _layouts/post.html
@@ -2465,6 +2466,7 @@ files:
2465
2466
  - assets/css/filecomparison.css
2466
2467
  - assets/css/frame.css
2467
2468
  - assets/css/home-1.css
2469
+ - assets/css/imagekit.css
2468
2470
  - assets/css/responsive.css
2469
2471
  - assets/css/tools.css
2470
2472
  - assets/easy.svg
@@ -2592,6 +2594,7 @@ files:
2592
2594
  - assets/images/add-image.png
2593
2595
  - assets/images/add.png
2594
2596
  - assets/images/add.svg
2597
+ - assets/images/addimg.svg
2595
2598
  - assets/images/alka.webp
2596
2599
  - assets/images/avatar.png
2597
2600
  - assets/images/balark.jpeg
@@ -2654,7 +2657,7 @@ homepage: https://github.com/Appscms-com/appscms-tools-theme
2654
2657
  licenses:
2655
2658
  - MIT
2656
2659
  metadata: {}
2657
- post_install_message:
2660
+ post_install_message:
2658
2661
  rdoc_options: []
2659
2662
  require_paths:
2660
2663
  - lib
@@ -2669,8 +2672,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2669
2672
  - !ruby/object:Gem::Version
2670
2673
  version: '0'
2671
2674
  requirements: []
2672
- rubygems_version: 3.1.2
2673
- signing_key:
2675
+ rubygems_version: 3.1.6
2676
+ signing_key:
2674
2677
  specification_version: 4
2675
2678
  summary: Appscms theme for all tools
2676
2679
  test_files: []