appscms-tools-theme 2.5.5 → 2.5.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/feature/en/allele-frequency.json +244 -244
- data/_data/feature/en/theframe.json +55 -55
- data/_data/home/en/photoeffects.json +23 -23
- data/_data/photo-categories.json +12 -12
- data/_data/photoeffects.json +116 -116
- data/_includes/monumetric/ads.html +57 -57
- data/_includes/monumetric/profitablecpmgate.html +51 -51
- data/_includes/script.html +11 -0
- data/_layouts/calculator.html +83 -83
- data/_layouts/feature-1.html +1 -1
- data/_layouts/frame.html +197 -197
- data/_layouts/photo-effects-home.html +97 -97
- data/assets/css/calculators.css +40 -40
- data/assets/css/common.css +2 -1
- data/assets/css/feature-1.css +2 -1
- data/assets/css/frame.css +717 -717
- data/assets/images/addimg.svg +2 -2
- data/assets/js/ads.js +8 -8
- data/assets/js/append-div.js +10 -10
- data/assets/js/photo-effects.json +32 -32
- data/assets/js/theme.js +1 -1
- metadata +7 -7
data/assets/images/addimg.svg
CHANGED
@@ -1,3 +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"/>
|
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
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
|
+
)
|
data/assets/js/append-div.js
CHANGED
@@ -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
@@ -21,7 +21,7 @@ if (layout == "feature-1") {
|
|
21
21
|
document.querySelector('.feature1-h1').style.width = '100%'
|
22
22
|
document.querySelector('.feature1-h2').style.display = 'none'
|
23
23
|
console.log(document.querySelector(".feature1-flex-container"));
|
24
|
-
document.querySelector(".feature1-flex-container").style.paddingTop = "
|
24
|
+
document.querySelector(".feature1-flex-container").style.paddingTop = "0rem"
|
25
25
|
document.querySelector(".feature1-flex-container").style.paddingBottom = "0rem"
|
26
26
|
}
|
27
27
|
} else {
|
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.5.
|
4
|
+
version: 2.5.7
|
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-
|
11
|
+
date: 2022-10-01 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: []
|
@@ -2662,7 +2662,7 @@ homepage: https://github.com/Appscms-com/appscms-tools-theme
|
|
2662
2662
|
licenses:
|
2663
2663
|
- MIT
|
2664
2664
|
metadata: {}
|
2665
|
-
post_install_message:
|
2665
|
+
post_install_message:
|
2666
2666
|
rdoc_options: []
|
2667
2667
|
require_paths:
|
2668
2668
|
- lib
|
@@ -2677,8 +2677,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2677
2677
|
- !ruby/object:Gem::Version
|
2678
2678
|
version: '0'
|
2679
2679
|
requirements: []
|
2680
|
-
rubygems_version: 3.1.
|
2681
|
-
signing_key:
|
2680
|
+
rubygems_version: 3.1.6
|
2681
|
+
signing_key:
|
2682
2682
|
specification_version: 4
|
2683
2683
|
summary: Appscms theme for all tools
|
2684
2684
|
test_files: []
|