1434 lines
87 KiB
Plaintext
1434 lines
87 KiB
Plaintext
{
|
|
"settings": {
|
|
"currentPage": "index.html",
|
|
"theme": {
|
|
"name": "boldm5",
|
|
"title": "BoldM5",
|
|
"styling": {
|
|
"primaryColor": "#ffffff",
|
|
"secondaryColor": "#a4a2a2",
|
|
"successColor": "#324c6d",
|
|
"infoColor": "#000000",
|
|
"warningColor": "#265e98",
|
|
"dangerColor": "#b6b6b6",
|
|
"mainFont": "Space Grotesk",
|
|
"display1Font": "DM Sans",
|
|
"display1Size": 4.4,
|
|
"display2Font": "DM Sans",
|
|
"display2Size": 2.6,
|
|
"display5Font": "DM Sans",
|
|
"display5Size": "1.5",
|
|
"display7Font": "DM Sans",
|
|
"display7Size": 1.125,
|
|
"display4Font": "Space Grotesk",
|
|
"display4Size": "1.25",
|
|
"isRoundedButtons": true,
|
|
"isGhostButtonBorder": false,
|
|
"underlinedLinks": false,
|
|
"isAnimatedOnScroll": true,
|
|
"isScrollToTopButton": false
|
|
},
|
|
"titlePreset": "Technology Company",
|
|
"nameSelectPreset": "technology-company",
|
|
"presetSourceTheme": "boldm5",
|
|
"additionalSetColors": [
|
|
"#20a6e2",
|
|
"#324c6d",
|
|
"#317e78",
|
|
"#376277",
|
|
"#265e98"
|
|
]
|
|
},
|
|
"path": "@PROJECT_PATH@",
|
|
"name": "Mintership-Forum-Alpha",
|
|
"versionFirst": "5.9.7",
|
|
"siteFonts": [
|
|
{
|
|
"css": "'Space Grotesk', sans-serif",
|
|
"name": "Space Grotesk",
|
|
"url": "https://fonts.googleapis.com/css?family=Space+Grotesk:300,400,500,600,700"
|
|
},
|
|
{
|
|
"css": "'DM Sans', sans-serif",
|
|
"name": "DM Sans",
|
|
"url": "https://fonts.googleapis.com/css?family=DM+Sans:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i"
|
|
}
|
|
],
|
|
"imageResize": true,
|
|
"uniqCompNum": 7,
|
|
"versionPublish": "5.9.19",
|
|
"screenshot": "screenshot.png",
|
|
"favicon": "@PROJECT_PATH@/assets/images/modded-circle-2-new-128x128.png",
|
|
"mbrsiteDomain": "dl77uhfpwc",
|
|
"usedWebp": false,
|
|
"robotsSwitcher": false,
|
|
"sitemapSwitcher": false,
|
|
"sitemapSwitcherAuto": false,
|
|
"siteUrl": false,
|
|
"cookiesAlert": false,
|
|
"gdpr": false,
|
|
"robotsText": "User-agent: *\r\nDisallow: /cgi-bin\r\n",
|
|
"mcSmartCart": {
|
|
"currency": "USD",
|
|
"paymentSystem": "stripe",
|
|
"ACCOUNT_KEY": "acct_1PVPEZHAkeqfKTT8_sCmif7Aai6Y72hn0ZMASd7pfyfDWmbZhw1xF1xiUYvW",
|
|
"stripe_button": "Pay Now"
|
|
}
|
|
},
|
|
"pages": {
|
|
"index.html": {
|
|
"settings": {
|
|
"main": true,
|
|
"title": "Home",
|
|
"meta_descr": "Welcome to the Mintership Forum (alpha version)",
|
|
"header_custom": "<link rel=\"stylesheet\" href=\"./assets/css/forum-styles.css\">\n<link rel=\"preload\" href=\"./assets/css/css.css?family=DM+Sans:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\">\n<noscript><link rel=\"stylesheet\" href=\"./assets/css/css.css?family=DM+Sans:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap\"></noscript>\n<link rel=\"preload\" href=\"./assets/css/space-grotesk.css?family=Space+Grotesk:300,400,500,600,700&display=swap\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\">\n <noscript><link rel=\"stylesheet\" href=\"./assets/css/space-grotesk.css?family=Space+Grotesk:300,400,500,600,700&display=swap\"></noscript>\n<link href=\"./assets/quill/quill.snow.css\" rel=\"stylesheet\">",
|
|
"footer_custom": "<script src=\"./assets/quill/quill.min.js\"></script>\n<script src=\"./assets/js/QortalApi.js\"></script>\n<script src=\"./assets/js/Q-Mintership.js\"></script>",
|
|
"html_before": ""
|
|
},
|
|
"components": [
|
|
{
|
|
"alias": false,
|
|
"_styles": {
|
|
".navbar-dropdown": {
|
|
"& when not (@transparent)": {
|
|
"background-color": "@menuBgColor !important"
|
|
},
|
|
"& when (@transparent)": {
|
|
"background": "rgba(red(@menuBgColor), green(@menuBgColor), blue(@menuBgColor), @opacity) !important"
|
|
},
|
|
"padding": "0",
|
|
"& when (@sticky)": {
|
|
"position": "fixed"
|
|
}
|
|
},
|
|
".navbar.navbar-expand-lg .dropdown": {
|
|
".dropdown-menu": {
|
|
"& when not (@transparent)": {
|
|
"background-color": "@menuBgColor !important"
|
|
},
|
|
"& when (@transparent)": {
|
|
"background": "rgba(red(@menuBgColor), green(@menuBgColor), blue(@menuBgColor), @opacity) !important"
|
|
},
|
|
".dropdown-submenu": {
|
|
"margin": "0",
|
|
"left": "100%"
|
|
},
|
|
"background": "@menuBgColor"
|
|
}
|
|
},
|
|
".menu_box": {
|
|
"@media (max-width: 991px)": {
|
|
".navbar.opened, .navbar-collapse": {
|
|
"background-color": "@menuBgColor !important",
|
|
"transition": "all 0s ease 0s"
|
|
}
|
|
}
|
|
},
|
|
"& when not (@sticky)": {
|
|
".navbar-dropdown": {
|
|
"position": "relative !important"
|
|
}
|
|
},
|
|
"& when (@sticky)": {
|
|
"z-index": "1000",
|
|
"width": "100%",
|
|
"nav.navbar": {
|
|
"position": "fixed",
|
|
"padding-top": "1rem",
|
|
"padding-bottom": "1rem"
|
|
}
|
|
},
|
|
"& when (@showSidebar)": {
|
|
".icons-menu-main": {
|
|
"display": "none",
|
|
"@media (max-width: 991px)": {
|
|
"max-width": "100%",
|
|
"margin": "1rem 0 1rem 1rem",
|
|
"display": "flex"
|
|
}
|
|
},
|
|
".mbr-section-btn-main": {
|
|
"display": "none",
|
|
"@media (max-width: 991px)": {
|
|
"margin-top": "1rem",
|
|
"display": "block"
|
|
}
|
|
}
|
|
},
|
|
"& when not (@showSidebar)": {
|
|
".icons-menu-main": {
|
|
"display": "flex",
|
|
"flex-wrap": "wrap",
|
|
"max-width": "150px",
|
|
"@media (max-width: 991px)": {
|
|
"max-width": "100%",
|
|
"margin": "1rem 0 1rem 1rem"
|
|
}
|
|
},
|
|
".mbr-section-btn-main": {
|
|
"@media (max-width: 991px)": {
|
|
"margin-top": "1rem"
|
|
}
|
|
}
|
|
},
|
|
".btn": {
|
|
"min-height": "auto",
|
|
"box-shadow": "none",
|
|
"margin-top": "0",
|
|
"&:hover": {
|
|
"box-shadow": "none"
|
|
}
|
|
},
|
|
"@media (min-width: 992px)": {
|
|
".offcanvas": {
|
|
"padding": "12rem 80px 0",
|
|
"width": "30%",
|
|
"background-color": "@offSidebarColor"
|
|
},
|
|
".offcanvas_image img": {
|
|
"width": "auto",
|
|
"object-fit": "cover",
|
|
"display": "inline-block"
|
|
},
|
|
".offcanvas-header": {
|
|
"position": "relative",
|
|
"padding": "0",
|
|
".btn-close": {
|
|
"position": "absolute",
|
|
"top": "-70px",
|
|
"right": "0",
|
|
"width": "35px",
|
|
"height": "30px"
|
|
}
|
|
},
|
|
".offcanvas-body": {
|
|
"text-align": "center",
|
|
"padding": "0",
|
|
".mbr-text, .mbr-section-subtitle": {
|
|
"margin-top": "14px"
|
|
},
|
|
".offcanvas_contact": {
|
|
"margin": "35px 0"
|
|
}
|
|
},
|
|
".offcanvas_box": {
|
|
"button.btn_offcanvas": {
|
|
"outline": "none",
|
|
"width": "40px",
|
|
"height": "40px",
|
|
"cursor": "pointer",
|
|
"transition": "all 0.2s",
|
|
"position": "relative",
|
|
"align-self": "center",
|
|
".hamburger span": {
|
|
"position": "absolute",
|
|
"right": "0",
|
|
"width": "40px",
|
|
"height": "2px",
|
|
"border-right": "5px",
|
|
"background-color": "@hamburgerColor",
|
|
"&:nth-child(1)": {
|
|
"top": "18px",
|
|
"transition": "all 0.2s"
|
|
},
|
|
"&:nth-child(2)": {
|
|
"top": "25px",
|
|
"transition": "all 0.2s"
|
|
}
|
|
},
|
|
"&:hover .hamburger span": {
|
|
"width": "36px",
|
|
"&:nth-child(2)": {
|
|
"width": "33px",
|
|
"transition-delay": "0.2s"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ul.navbar-nav": {
|
|
"padding-bottom": "1.5rem"
|
|
},
|
|
".dropdown-menu .dropdown-toggle[data-toggle=\"dropdown-submenu\"]::after, .link.dropdown-toggle::after": {
|
|
"display": "inline-block",
|
|
"width": "7px",
|
|
"height": "7px",
|
|
"margin-left": ".5rem",
|
|
"margin-bottom": "2px",
|
|
"content": "\"\"",
|
|
"border": "2px solid",
|
|
"border-left": "none",
|
|
"border-top": "none",
|
|
"transform": "rotate(-45deg)"
|
|
},
|
|
".link.dropdown-toggle::after": {
|
|
"padding": "0 !important",
|
|
"transform": "rotate(45deg)"
|
|
},
|
|
"li.nav-item": {
|
|
"position": "relative",
|
|
"display": "inline-block",
|
|
"padding": "1px 7px !important",
|
|
"vertical-align": "middle",
|
|
"line-height": "2em !important",
|
|
"font-weight": "600 !important",
|
|
"text-decoration": "none",
|
|
"letter-spacing": "0 !important",
|
|
"z-index": "1"
|
|
},
|
|
".lg_brand": {
|
|
"margin": "0 1rem"
|
|
}
|
|
},
|
|
".nav-item": {
|
|
"margin": "4px 15px",
|
|
"@media (min-width: 1200px)": {
|
|
"margin": "4px 20px"
|
|
},
|
|
"@media (max-width: 991px)": {
|
|
"margin": "0 !important"
|
|
}
|
|
},
|
|
".dropdown-menu": {
|
|
"border-radius": "0",
|
|
"box-shadow": "none",
|
|
"text-align": "left",
|
|
"@media (min-width: 992px)": {
|
|
"padding": "18px 34px 22px",
|
|
"min-width": "250px",
|
|
"top": "auto !important",
|
|
"left": "-40px !important",
|
|
"&.dropdown-submenu": {
|
|
"left": "215px !important",
|
|
"top": "-45% !important"
|
|
}
|
|
}
|
|
},
|
|
"@media (max-width: 991px)": {
|
|
".dropdown-menu .dropdown-toggle[data-toggle=\"dropdown-submenu\"]::after, .link.dropdown-toggle::after": {
|
|
"display": "inline-block",
|
|
"width": "7px",
|
|
"height": "7px",
|
|
"margin-left": ".5rem",
|
|
"margin-bottom": "2px",
|
|
"content": "\"\"",
|
|
"border": "2px solid",
|
|
"border-left": "none",
|
|
"border-top": "none",
|
|
"transform": "rotate(-45deg)",
|
|
"right": "15px",
|
|
"position": "absolute",
|
|
"margin-top": "-2px"
|
|
},
|
|
".show.dropdown-toggle[aria-expanded=\"true\"]::after": {
|
|
"transform": "rotate(45deg)",
|
|
"margin-top": "-4px"
|
|
},
|
|
".offcanvas_box": {
|
|
"display": "none"
|
|
}
|
|
},
|
|
".dropdown-item": {
|
|
"border": "none",
|
|
"font-weight": "400 !important"
|
|
},
|
|
".nav-dropdown .link": {
|
|
"font-weight": "400 !important",
|
|
"padding": "0 !important",
|
|
"margin": "0 !important"
|
|
},
|
|
".nav-dropdown .link.dropdown-toggle::after": {
|
|
"margin-left": "0.5rem",
|
|
"margin-top": "0"
|
|
},
|
|
".container": {
|
|
"display": "flex",
|
|
"margin": "auto"
|
|
},
|
|
".iconfont-wrapper": {
|
|
"color": "@iconsColor",
|
|
"font-size": "17px",
|
|
"margin-right": "10px",
|
|
"margin-bottom": "5px",
|
|
"&:last-child": {
|
|
"margin-right": "0"
|
|
},
|
|
"width": "25px",
|
|
"height": "25px",
|
|
"border-radius": "50%",
|
|
"display": "flex",
|
|
"justify-content": "center",
|
|
"align-items": "center",
|
|
"transition": "all 0.2s ease-in-out",
|
|
"&:hover": {
|
|
"opacity": ".5"
|
|
}
|
|
},
|
|
".navbar-caption": {
|
|
"color": "#ffffff"
|
|
},
|
|
".navbar-nav": {
|
|
"@media (min-width: 992px)": {
|
|
"margin": "0"
|
|
},
|
|
"margin": "0 1rem"
|
|
},
|
|
".dropdown-menu, .navbar.opened": {
|
|
"background-color": "@transparent !important"
|
|
},
|
|
".nav-item:focus, .nav-link:focus": {
|
|
"outline": "none"
|
|
},
|
|
".dropdown .dropdown-menu .dropdown-item": {
|
|
"width": "auto",
|
|
"transition": "all 0.25s ease-in-out",
|
|
"&::after": {
|
|
"right": "0.5rem"
|
|
},
|
|
".mbr-iconfont": {
|
|
"margin-right": "0.5rem",
|
|
"vertical-align": "sub",
|
|
"&:before": {
|
|
"display": "inline-block",
|
|
"transform": "scale(1, 1)",
|
|
"transition": "all 0.25s ease-in-out"
|
|
}
|
|
}
|
|
},
|
|
".collapsed": {
|
|
".dropdown-menu .dropdown-item:before": {
|
|
"display": "none"
|
|
},
|
|
".dropdown .dropdown-menu .dropdown-item": {
|
|
"padding": "0.235em 1.5em 0.235em 1.5em !important",
|
|
"transition": "none",
|
|
"margin": "0 !important"
|
|
}
|
|
},
|
|
".navbar": {
|
|
"min-height": "70px",
|
|
"padding": "20px 0",
|
|
"transition": "all 0.3s",
|
|
"border-bottom-width": "0",
|
|
"@media (max-width: 992px)": {
|
|
"min-height": "30px",
|
|
"max-height": "none"
|
|
},
|
|
"&:not(.navbar-short)": {},
|
|
"&.opened": {
|
|
"transition": "all 0.3s"
|
|
},
|
|
".dropdown-item": {
|
|
"padding": "0",
|
|
"margin": "8px 0"
|
|
},
|
|
".navbar-logo img": {
|
|
"max-width": "130px",
|
|
"max-height": "130px",
|
|
"object-fit": "contain"
|
|
},
|
|
".navbar-collapse": {
|
|
"justify-content": "space-between",
|
|
"& when (@showLogo), (@showBrand)": {
|
|
"justify-content": "space-between"
|
|
},
|
|
"z-index": "1"
|
|
},
|
|
"&.collapsed": {
|
|
"justify-content": "center",
|
|
".nav-item .nav-link::before": {
|
|
"display": "none"
|
|
},
|
|
"&.opened": {
|
|
".dropdown-menu": {
|
|
"top": "0"
|
|
}
|
|
},
|
|
".dropdown-menu": {
|
|
".dropdown-submenu": {
|
|
"left": "0 !important"
|
|
},
|
|
".dropdown-item:after": {
|
|
"right": "auto"
|
|
}
|
|
},
|
|
"ul.navbar-nav": {
|
|
"li": {
|
|
"margin": "auto"
|
|
}
|
|
},
|
|
".dropdown-menu .dropdown-item": {
|
|
"padding": "0.25rem 1.5rem",
|
|
"text-align": "left"
|
|
},
|
|
".icons-menu": {
|
|
"padding": "0"
|
|
}
|
|
},
|
|
"@media (max-width: 991px)": {
|
|
".nav-item": {
|
|
"padding": ".5rem 0"
|
|
},
|
|
".navbar-collapse": {
|
|
"padding": "34px 0",
|
|
"border-radius": "25px"
|
|
},
|
|
".nav-item .nav-link::before": {
|
|
"display": "none"
|
|
},
|
|
"&.opened": {
|
|
".dropdown-menu": {
|
|
"top": "0"
|
|
}
|
|
},
|
|
".dropdown-menu": {
|
|
"padding": "6px 0 6px 15px",
|
|
".dropdown-submenu": {
|
|
"left": "0 !important"
|
|
},
|
|
".dropdown-item:after": {
|
|
"right": "auto",
|
|
"margin-top": "-0.4rem"
|
|
}
|
|
},
|
|
".navbar-logo": {
|
|
"img": {
|
|
"height": "3rem !important"
|
|
}
|
|
},
|
|
"ul.navbar-nav": {
|
|
"overflow": "hidden",
|
|
"li": {
|
|
"margin": "0"
|
|
}
|
|
},
|
|
".dropdown-menu .dropdown-item": {
|
|
"padding": "0 !important",
|
|
"margin": "0",
|
|
"margin-top": "8px",
|
|
"text-align": "left"
|
|
},
|
|
".navbar-brand": {
|
|
"flex-shrink": "initial",
|
|
"flex-basis": "auto",
|
|
"word-break": "break-word",
|
|
"padding-right": "2rem"
|
|
},
|
|
".navbar-toggler": {
|
|
"flex-basis": "auto"
|
|
},
|
|
".icons-menu": {
|
|
"padding": "0"
|
|
}
|
|
},
|
|
"&.navbar-short": {
|
|
"min-height": "60px",
|
|
".navbar-logo": {
|
|
"img": {
|
|
"height": "2.5rem !important"
|
|
}
|
|
},
|
|
".navbar-brand": {
|
|
"min-height": "60px",
|
|
"padding": "0"
|
|
}
|
|
}
|
|
},
|
|
".navbar-brand": {
|
|
"min-height": "70px",
|
|
"flex-shrink": "0",
|
|
"align-items": "center",
|
|
"margin-right": "0",
|
|
"padding": "10px 0",
|
|
"transition": "all 0.3s",
|
|
"word-break": "break-word",
|
|
"z-index": "1",
|
|
".navbar-caption": {
|
|
"line-height": "inherit !important"
|
|
},
|
|
".navbar-logo a": {
|
|
"outline": "none"
|
|
}
|
|
},
|
|
".dropdown-item.active, .dropdown-item:active": {
|
|
"background-color": "transparent"
|
|
},
|
|
".navbar-expand-lg .navbar-nav .nav-link": {
|
|
"padding": "0"
|
|
},
|
|
".nav-dropdown .link.dropdown-toggle": {
|
|
"margin-right": "1.667em",
|
|
"&[aria-expanded=\"true\"]": {
|
|
"margin-right": "0",
|
|
"padding": "0.667em 1.667em"
|
|
}
|
|
},
|
|
".navbar .dropdown.open > .dropdown-menu": {
|
|
"display": "block"
|
|
},
|
|
"ul.navbar-nav": {
|
|
"flex-wrap": "wrap",
|
|
"padding": "0"
|
|
},
|
|
".navbar-buttons": {
|
|
"text-align": "center",
|
|
"min-width": "170px"
|
|
},
|
|
"button.navbar-toggler": {
|
|
"outline": "none",
|
|
"width": "48px",
|
|
"height": "48px",
|
|
"border-radius": "50%",
|
|
"cursor": "pointer",
|
|
"transition": "all 0.2s",
|
|
"position": "relative",
|
|
"align-self": "center",
|
|
"color": "@menuBgColor",
|
|
"background": "@hamburger",
|
|
".hamburger span": {
|
|
"position": "absolute",
|
|
"right": "10px",
|
|
"margin-top": "14px",
|
|
"width": "26px",
|
|
"height": "2px",
|
|
"border-right": "5px",
|
|
"background-color": "@hamburgerColor",
|
|
"&:nth-child(1)": {
|
|
"top": "0",
|
|
"transition": "all 0.2s"
|
|
},
|
|
"&:nth-child(2)": {
|
|
"top": "8px",
|
|
"transition": "all 0.15s"
|
|
},
|
|
"&:nth-child(3)": {
|
|
"top": "8px",
|
|
"transition": "all 0.15s"
|
|
},
|
|
"&:nth-child(4)": {
|
|
"top": "16px",
|
|
"transition": "all 0.2s"
|
|
}
|
|
}
|
|
},
|
|
"nav.opened .hamburger span": {
|
|
"&:nth-child(1)": {
|
|
"top": "8px",
|
|
"width": "0",
|
|
"opacity": "0",
|
|
"right": "50%",
|
|
"transition": "all 0.2s"
|
|
},
|
|
"&:nth-child(2)": {
|
|
"transform": "rotate(45deg)",
|
|
"transition": "all 0.25s"
|
|
},
|
|
"&:nth-child(3)": {
|
|
"transform": "rotate(-45deg)",
|
|
"transition": "all 0.25s"
|
|
},
|
|
"&:nth-child(4)": {
|
|
"top": "8px",
|
|
"width": "0",
|
|
"opacity": "0",
|
|
"right": "50%",
|
|
"transition": "all 0.2s"
|
|
}
|
|
},
|
|
"a.nav-link": {
|
|
"display": "flex",
|
|
"align-items": "center",
|
|
"justify-content": "flex-start"
|
|
},
|
|
".icons-menu": {
|
|
"flex-wrap": "nowrap",
|
|
"display": "flex",
|
|
"justify-content": "center",
|
|
"padding": "0",
|
|
"text-align": "center",
|
|
"margin-bottom": "35px"
|
|
},
|
|
"@media screen and (~'-ms-high-contrast: active'), (~'-ms-high-contrast: none')": {
|
|
".navbar": {
|
|
"height": "70px",
|
|
"&.opened": {
|
|
"height": "auto"
|
|
}
|
|
},
|
|
".nav-item .nav-link:hover::before": {
|
|
"width": "175%",
|
|
"max-width": "calc(100% ~\"+\" 2rem)",
|
|
"left": "-1rem"
|
|
}
|
|
},
|
|
".navbar-dropdown .navbar-logo": {
|
|
"margin-right": "15px"
|
|
},
|
|
"@media (min-width: 768px)": {
|
|
".container-fluid": {
|
|
"padding-left": "30px",
|
|
"padding-right": "30px"
|
|
}
|
|
},
|
|
".mbr-section-btn-main": {
|
|
"padding-top": "5px",
|
|
".btn": {
|
|
"margin": "0 4px 4px 4px"
|
|
}
|
|
},
|
|
".navbar-caption:hover": {
|
|
"color": "@primaryColor"
|
|
},
|
|
".dropdown-menu.dropdown-submenu": {
|
|
"@media (min-width: 992px)": {
|
|
"left": "175px !important",
|
|
"top": "-45% !important"
|
|
}
|
|
},
|
|
".mbr-section-btn, .mbr-section-btn-main": {
|
|
".btn": {
|
|
"background-image": "linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, @buttonAni 100%), radial-gradient(circle at 50% 50%, @buttonAni 0, rgba(255, 255, 255, 0) 70%)",
|
|
"color": "@buttonColor !important"
|
|
}
|
|
},
|
|
".mbr-section-subtitle": {
|
|
"color": "#000000"
|
|
},
|
|
".mbr-text": {
|
|
"color": "#000000",
|
|
"text-align": "center"
|
|
},
|
|
".text_widget": {
|
|
"color": "#000000"
|
|
},
|
|
".mbr-section-subtitle, .text_widget, .mbr-section-btn": {
|
|
"text-align": "center"
|
|
},
|
|
"a[class*=\"text-\"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover": {
|
|
"background-image": "none"
|
|
}
|
|
},
|
|
"_name": "menu1",
|
|
"_sourceTheme": "boldm5",
|
|
"_customHTML": "<section data-bs-version=\"5.1\" class=\"menu menu1 boldm5\" group=\"Menu\" plugins=\"DropDown, TouchSwipe\" always-top global once=\"menu\" not-draggable position-absolute>\n\n <mbr-parameters>\n <header>Size</header>\n <input type=\"checkbox\" name=\"fullWidth\" title=\"Full Width\" checked>\n <header>Show/Hide</header>\n <input type=\"checkbox\" title=\"Logo\" name=\"showLogo\" checked>\n <input type=\"checkbox\" title=\"Brand Name\" name=\"showBrand\" checked>\n <input type=\"checkbox\" title=\"Menu Items\" name=\"showItems\" condition=\"false\">\n <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\" checked>\n <input type=\"color\" title=\"Buttons Animation\" value=\"#ffffff\" name=\"buttonAni\" condition=\"showButtons\">\n <input type=\"color\" title=\"Buttons Color\" value=\"#324c6d\" name=\"buttonColor\" condition=\"showButtons\">\n <input type=\"checkbox\" title=\"Icons\" name=\"showIcons\">\n <input type=\"range\" title=\"Amount\" name=\"iconsAmount\" min=\"0\" max=\"4\" step=\"1\" value=\"3\" condition=\"showIcons\">\n <input type=\"color\" title=\"Color Icons\" name=\"iconsColor\" value=\"#ffffff\" condition=\"showIcons\">\n <header>Styles</header>\n <input type=\"checkbox\" title=\"Sticky\" name=\"sticky\">\n <input type=\"checkbox\" title=\"Collapsed\" name=\"collapsed\" condition=\"false\">\n <input type=\"checkbox\" title=\"Transparent\" name=\"transparent\">\n <input type=\"range\" title=\"Opacity\" name=\"opacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"1\" condition=\"transparent\">\n <input type=\"color\" title=\"Color Menu\" name=\"menuBgColor\" value=\"#000000\">\n <input type=\"color\" title=\"Hamburger\" name=\"hamburgerColor\" value=\"#ffffff\">\n <input type=\"color\" title=\"Hamburger Container\" name=\"hamburger\" value=\"#000000\">\n <header>Sidebar</header>\n <input type=\"checkbox\" title=\"Sidebar\" name=\"showSidebar\">\n <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" condition=\"showSidebar\" checked>\n <input type=\"checkbox\" title=\"Text\" name=\"showText\" condition=\"showSidebar\" checked>\n <input type=\"checkbox\" title=\"Contacts\" name=\"showContacts\" condition=\"showSidebar\">\n <input type=\"color\" title=\"OffSidebar Color\" name=\"offSidebarColor\" value=\"#b6b6b6\" condition=\"showSidebar\">\n </mbr-parameters>\n\n <nav class=\"navbar navbar-dropdown\" mbr-class=\"{'navbar-fixed-top':sticky,\n 'navbar-expand-lg':!collapsed,\n 'collapsed':collapsed}\">\n <div class=\"menu_box\" mbr-class=\"{'container': !fullWidth, 'container-fluid': fullWidth}\">\n <div class=\"navbar-brand d-flex d-lg-none\">\n <span mbr-if=\"showLogo\" class=\"navbar-logo\">\n <a href=\"@THEME_PATH@/components/index.html\">\n <img src=\"@PROJECT_PATH@/assets/images/logo.png\" alt=\"Mobirise\" mbr-style=\"{'height': logoSize + 'rem'}\">\n </a>\n </span>\n <span mbr-if=\"showBrand\" mbr-buttons mbr-theme-style=\"display-4\" class=\"navbar-caption-wrap\" data-toolbar=\"-mbrBtnMove,-mbrBtnAdd,-mbrBtnRemove\">\n <a class=\"navbar-caption\" data-app-selector=\".navbar-caption\" href=\"@THEME_PATH@/components/index.html\" data-app-placeholder=\"Type Text\">BoldM5\n </a>\n </span>\n </div>\n <button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-bs-toggle=\"collapse\" data-target=\"#navbarSupportedContent\" data-bs-target=\"#navbarSupportedContent\" aria-controls=\"navbarNavAltMarkup\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">\n <div class=\"hamburger\">\n <span></span>\n <span></span>\n <span></span>\n <span></span>\n </div>\n </button>\n <div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">\n <div class=\"navbar-brand\" mbr-class=\"{'d-none d-lg-flex' : showLogo || showBrand, 'd-none' : !showLogo || !showBrand}\">\n <span mbr-if=\"showLogo\" class=\"navbar-logo\">\n <a href=\"index.html\">\n <img src=\"@PROJECT_PATH@/assets/images/again-edited-qortal-minting-icon-156x156.png\" alt=\"Mobirise\" mbr-style=\"{'height': logoSize + 'rem'}\">\n </a>\n </span>\n <span mbr-if=\"showBrand\" mbr-buttons mbr-theme-style=\"display-4\" class=\"navbar-caption-wrap\" data-toolbar=\"-mbrBtnMove,-mbrBtnAdd,-mbrBtnRemove\"><a class=\"navbar-caption text-primary\" data-app-selector=\".navbar-caption\" href=\"index.html\" data-app-placeholder=\"Type Text\">Q-Mintership Alpha v0.1<br></a></span>\n </div>\n <ul mbr-menu class=\"navbar-nav nav-dropdown\" mbr-theme-style=\"display-7\" mbr-class=\"{'nav-right': !showButtons,'navbar-nav-top-padding': isPublish && !showBrand && !showLogo}\"><li class=\"nav-item\"><a class=\"nav-link link text-primary\" href=\"MINTERSHIP-FORUM\" data-app-selector=\".nav-link,.dropdown-item\" data-app-placeholder=\"Type Text\">MINTERSHIP-FORUM</a></li></ul>\n <div class=\"icons-menu-main\" mbr-if=\"showIcons\">\n <a class=\"iconfont-wrapper\" href=\"https://mobiri.se\" target=\"_blank\">\n <span mbr-icon class=\"p-2 mbr-iconfont socicon-facebook socicon\"></span>\n </a>\n <a class=\"iconfont-wrapper\" href=\"https://mobiri.se\" target=\"_blank\" mbr-if=\"iconsAmount > 1\">\n <span mbr-icon class=\"p-2 mbr-iconfont socicon-twitter socicon\"></span>\n </a>\n <a class=\"iconfont-wrapper\" href=\"https://mobiri.se\" target=\"_blank\" mbr-if=\"iconsAmount > 2\">\n <span mbr-icon class=\"p-2 mbr-iconfont socicon-instagram socicon\"></span>\n </a>\n <a class=\"iconfont-wrapper\" href=\"https://mobiri.se\" target=\"_blank\" mbr-if=\"iconsAmount > 3\">\n <span mbr-icon class=\"p-2 mbr-iconfont socicon-linkedin socicon\"></span>\n </a>\n </div>\n\n <div mbr-buttons mbr-theme-style=\"display-4\" class=\"mbr-section-btn-main\" mbr-if=\"showButtons\" role=\"tablist\"><a class=\"btn btn-danger\" href=\"MINTERSHIP-FORUM\" data-app-placeholder=\"Type Text\">FORUM<br></a> <a class=\"btn btn-secondary\" href=\"TOOLS\" data-app-placeholder=\"Type Text\">MA TOOLS</a></div>\n <div class=\"offcanvas_box\" mbr-if=\"showSidebar\">\n <button class=\"btn_offcanvas\" type=\"button\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasRight\" aria-controls=\"offcanvasRight\">\n <div class=\"hamburger\">\n <span></span>\n <span></span>\n </div>\n </button>\n <div class=\"offcanvas offcanvas-end\" tabindex=\"-1\" id=\"offcanvasRight\" aria-labelledby=\"offcanvasRightLabel\">\n <div class=\"offcanvas-header\">\n <button type=\"button\" class=\"btn-close text-reset\" data-bs-dismiss=\"offcanvas\" aria-label=\"Close\"></button>\n </div>\n <div class=\"offcanvas-body\">\n <div mbr-if=\"showImage\" class=\"offcanvas_image\">\n <img src=\"@PROJECT_PATH@/assets/images/logo.png\" alt=\"Mobirise\" mbr-style=\"{'height': imageSize + 'rem'}\">\n </div>\n <p class=\"mbr-text mbr-fonts-style\" mbr-if=\"showText\" data-app-selector=\".mbr-text\" mbr-theme-style=\"display-4\">\n Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sit\n ex voluptatem voluptas aut quod, autem obcaecati molestiae.\n </p>\n <div class=\"offcanvas_contact\">\n <h3 class=\"mbr-section-subtitle mbr-fonts-style\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-subtitle, .text_widget, .mbr-section-btn\" mbr-theme-style=\"display-5\">\n BoldM5\n </h3>\n <p class=\"text_widget mbr-fonts-style\" mbr-if=\"showContacts\" data-app-selector=\".text_widget\" mbr-theme-style=\"display-4\">\n <a href=\"#\" class=\"text-info\">Mobi@rise.com</a>\n <br><br>\n <a href=\"tel:12345678900\" class=\"text-info\">+1 234-567-8900</a>\n </p>\n </div>\n <div class=\"icons-menu\" mbr-if=\"showIcons\">\n <a class=\"iconfont-wrapper\" href=\"https://mobiri.se\" target=\"_blank\">\n <span mbr-icon class=\"p-2 mbr-iconfont socicon-facebook socicon\"></span>\n </a>\n <a class=\"iconfont-wrapper\" href=\"https://mobiri.se\" target=\"_blank\" mbr-if=\"iconsAmount > 1\">\n <span mbr-icon class=\"p-2 mbr-iconfont socicon-twitter socicon\"></span>\n </a>\n <a class=\"iconfont-wrapper\" href=\"https://mobiri.se\" target=\"_blank\" mbr-if=\"iconsAmount > 2\">\n <span mbr-icon class=\"p-2 mbr-iconfont socicon-instagram socicon\"></span>\n </a>\n <a class=\"iconfont-wrapper\" href=\"https://mobiri.se\" target=\"_blank\" mbr-if=\"iconsAmount > 3\">\n <span mbr-icon class=\"p-2 mbr-iconfont socicon-linkedin socicon\"></span>\n </a>\n </div>\n <div mbr-buttons mbr-theme-style=\"display-4\" class=\"mbr-section-btn\" mbr-if=\"showButtons\">\n <a class=\"btn btn-secondary\" href=\"https://mobiri.se\" data-app-placeholder=\"Type Text\">\n See Now\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </nav>\n</section>",
|
|
"_cid": "ttRnktJ11Q",
|
|
"_anchor": "menu1-0",
|
|
"_PHPplaceholders": [],
|
|
"_JSplaceholders": [],
|
|
"_protectedParams": [],
|
|
"_global": true,
|
|
"_once": "menu",
|
|
"_params": {}
|
|
},
|
|
{
|
|
"alias": false,
|
|
"_styles": {
|
|
"& when not (@fullScreen)": {
|
|
"padding-top": "(@paddingTop * 1rem)",
|
|
"padding-bottom": "(@paddingBottom * 1rem)"
|
|
},
|
|
"& when (@bg-type = 'color')": {
|
|
"background-color": "@bg-value"
|
|
},
|
|
"& when (@bg-type = 'image')": {
|
|
"background-image": "url(@bg-value)"
|
|
},
|
|
".mbr-fallback-image.disabled": {
|
|
"display": "none"
|
|
},
|
|
".mbr-fallback-image": {
|
|
"display": "block",
|
|
"background-size": "cover",
|
|
"background-position": "center center",
|
|
"width": "100%",
|
|
"height": "100%",
|
|
"position": "absolute",
|
|
"top": "0",
|
|
"& when (@bg-type = 'video')": {
|
|
"background-image": "url(@fallBackImage)"
|
|
}
|
|
},
|
|
"& when (@fullWidth)": {
|
|
".container-fluid": {
|
|
"margin": "0",
|
|
"padding": "0 60px",
|
|
"@media (max-width: 992px)": {
|
|
"padding": "0 25px"
|
|
},
|
|
".row": {
|
|
"padding": "0"
|
|
}
|
|
}
|
|
},
|
|
"& when not (@fullWidth)": {
|
|
"@media (max-width: 992px)": {
|
|
".row": {
|
|
"padding": "0 13px"
|
|
}
|
|
}
|
|
},
|
|
".title-wrapper": {
|
|
"padding-top": "35%",
|
|
"@media (max-width: 992px)": {
|
|
"padding-top": "0"
|
|
},
|
|
".mbr-section-title": {
|
|
"margin-bottom": "48px"
|
|
},
|
|
".mbr-text": {
|
|
"margin-bottom": "48px"
|
|
},
|
|
".mbr-section-btn": {
|
|
".btn": {
|
|
"background-image": "linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, @buttonAni 100%), radial-gradient(circle at 50% 50%, @buttonAni 0, rgba(255, 255, 255, 0) 70%)",
|
|
"color": "@buttonColor !important"
|
|
}
|
|
}
|
|
},
|
|
".mbr-section-title": {
|
|
"color": "#ffffff"
|
|
},
|
|
".mbr-text": {
|
|
"color": "#b6b6b6"
|
|
},
|
|
".mbr-section-title, .mbr-section-btn": {
|
|
"text-align": "left"
|
|
}
|
|
},
|
|
"_name": "header1",
|
|
"_sourceTheme": "boldm5",
|
|
"_customHTML": "<section data-bs-version=\"5.1\" class=\"header1 boldm5\" group=\"Header\" data-bg-video=\"{{bg.type == 'video' && bg.value.url}}\" mbr-class=\"{'mbr-fullscreen': fullScreen,\n 'mbr-parallax-background': bg.parallax}\">\n <mbr-parameters>\n <header>Size</header>\n <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\" checked>\n <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\" checked>\n <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\" condition=\"fullScreen == false\">\n <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\" condition=\"fullScreen == false\">\n <header>Show/Hide</header>\n <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n <input type=\"checkbox\" title=\"Text\" name=\"showText\" checked>\n <input type=\"checkbox\" title=\"Buttons\" name=\"showButtons\" checked>\n <input type=\"color\" title=\"Buttons Animation\" value=\"#ffffff\" name=\"buttonAni\" condition=\"showButtons\">\n <input type=\"color\" title=\"Buttons Color\" value=\"#000000\" name=\"buttonColor\" condition=\"showButtons\">\n <header>Background</header>\n <fieldset type=\"background\" name=\"bg\" parallax>\n <input type=\"image\" title=\"Image\" value=\"@PROJECT_PATH@/assets/images/qcloud-4-1920x1080.png\" parallax selected>\n <input type=\"color\" title=\"Color\" value=\"#000000\">\n <input type=\"video\" title=\"Video\" value=\"https://vimeo.com/428046504\">\n </fieldset>\n <header condition=\"bg.type === 'video'\">Fallback Image</header>\n <input type=\"image\" title=\"Fallback Image\" value=\"@THEME_PATH@/components/_images/background1.jpg\" name=\"fallBackImage\" condition=\"bg.type === 'video'\">\n <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#000000\" condition=\"overlay && bg.type !== 'color'\">\n <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.4\" condition=\"overlay && bg.type !== 'color'\">\n </mbr-parameters>\n\n <div class=\"mbr-fallback-image disabled\" mbr-if=\"bg.type == 'video'\"></div>\n <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type!== 'color'\" mbr-style=\"{'opacity': overlayOpacity, 'background-color': overlayColor}\">\n </div>\n\n <div mbr-class=\"{'container': !fullWidth, 'container-fluid': fullWidth}\">\n <div class=\"row\">\n <div class=\"col-12\">\n <div class=\"title-wrapper\">\n <h1 class=\"mbr-section-title mbr-fonts-style\" mbr-theme-style=\"display-1\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .mbr-section-btn\">Q-Mintership Alpha</h1>\n <p class=\"mbr-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-text\">This is the innitial 'alpha' of the Mintership Forum / Mintership tools that will be built into the final Q-Mintership app. This is a simplistic version built by crowetic that will offer a very simple communciations location, and the tools for the minter admins to accomplish the necessary GROUP_APPROVAL transactions. Scroll down for the currently available tools... </p>\n <div mbr-buttons mbr-theme-style=\"display-4\" class=\"mbr-section-btn\" mbr-if=\"showButtons\"><a class=\"btn btn-primary\" href=\"index.html#features7-6\" data-app-placeholder=\"Type Text\"><span class=\"mobi-mbri mobi-mbri-arrow-down mbr-iconfont mbr-iconfont-btn\"></span>\n \n See more\n </a></div>\n </div>\n </div>\n </div>\n </div>\n</section>",
|
|
"_cid": "ttRnlSkg2R",
|
|
"_anchor": "header1-1",
|
|
"_protectedParams": [],
|
|
"_global": false,
|
|
"_once": false,
|
|
"_params": {}
|
|
},
|
|
{
|
|
"alias": false,
|
|
"_styles": {
|
|
"& when not (@fullScreen)": {
|
|
"padding-top": "(@paddingTop * 1rem)",
|
|
"padding-bottom": "(@paddingBottom * 1rem)"
|
|
},
|
|
"& when (@bg-type = 'color')": {
|
|
"background-color": "@bg-value"
|
|
},
|
|
"& when (@bg-type = 'image')": {
|
|
"background-image": "url(@bg-value)"
|
|
},
|
|
".mbr-fallback-image.disabled": {
|
|
"display": "none"
|
|
},
|
|
".mbr-fallback-image": {
|
|
"display": "block",
|
|
"background-size": "cover",
|
|
"background-position": "center center",
|
|
"width": "100%",
|
|
"height": "100%",
|
|
"position": "absolute",
|
|
"top": "0",
|
|
"& when (@bg-type = 'video')": {
|
|
"background-image": "url(@fallBackImage)"
|
|
}
|
|
},
|
|
"& when (@fullWidth)": {
|
|
".container-fluid": {
|
|
"margin": "0",
|
|
"padding": "0 51px",
|
|
"@media (max-width: 992px)": {
|
|
"padding": "0 12px"
|
|
},
|
|
".row": {
|
|
"padding": "0"
|
|
}
|
|
}
|
|
},
|
|
"& when not (@fullWidth)": {
|
|
"@media (max-width: 992px)": {
|
|
".row": {
|
|
"padding": "0 13px"
|
|
}
|
|
}
|
|
},
|
|
".row": {
|
|
"justify-content": "center"
|
|
},
|
|
".item": {
|
|
"position": "relative",
|
|
"margin-bottom": "25px",
|
|
"padding": "0 25px",
|
|
".item-link": {
|
|
"width": "100%",
|
|
"height": "100%",
|
|
".item-wrapper": {
|
|
"position": "relative",
|
|
"display": "flex",
|
|
"justify-content": "center",
|
|
"align-items": "center",
|
|
"height": "300px",
|
|
"overflow": "hidden",
|
|
"&:hover": {
|
|
"img": {
|
|
"transform": "scale(1.03)"
|
|
}
|
|
},
|
|
"img": {
|
|
"position": "absolute",
|
|
"top": "0",
|
|
"left": "0",
|
|
"width": "100%",
|
|
"height": "100%",
|
|
"object-fit": "cover",
|
|
"transform": "scale(1)",
|
|
"transition": "all 0.3s ease-out"
|
|
},
|
|
"&::before": {
|
|
"content": "''",
|
|
"position": "absolute",
|
|
"width": "100%",
|
|
"height": "100%",
|
|
"top": "0",
|
|
"left": "0",
|
|
"background-color": "@active",
|
|
"opacity": ".5",
|
|
"transition": "all 0.3s ease-out",
|
|
"z-index": "1",
|
|
"pointer-events": "none"
|
|
},
|
|
".item-content": {
|
|
"position": "relative",
|
|
"z-index": "1",
|
|
".card-title": {
|
|
"margin-bottom": "0",
|
|
"position": "relative"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
".card-title": {
|
|
"color": "#ffffff"
|
|
}
|
|
},
|
|
"_name": "features7",
|
|
"_sourceTheme": "boldm5",
|
|
"_customHTML": "<section data-bs-version=\"5.1\" class=\"features7 boldm5\" group=\"Features\" mbr-class=\"{'mbr-fullscreen': fullScreen,\n 'mbr-parallax-background': bg.parallax}\">\n <mbr-parameters>\n <header>Size</header>\n <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\" checked>\n <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\" condition=\"fullScreen == false\">\n <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\" condition=\"fullScreen == false\">\n <header>Cards</header>\n <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n <input type=\"color\" title=\"Card Overlay\" value=\"#000000\" name=\"active\" selected>\n <header>Background</header>\n <fieldset type=\"background\" name=\"bg\" parallax>\n <input type=\"image\" title=\"Image\" value=\"@THEME_PATH@/components/_images/background1.jpg\" parallax>\n <input type=\"color\" title=\"Color\" value=\"#000000\" selected>\n </fieldset>\n <header condition=\"bg.type === 'video'\">Fallback Image</header>\n <input type=\"image\" title=\"Fallback Image\" value=\"@THEME_PATH@/components/_images/background1.jpg\" name=\"fallBackImage\" condition=\"bg.type === 'video'\">\n <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#000000\" condition=\"overlay && bg.type !== 'color'\">\n <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.8\" condition=\"overlay && bg.type !== 'color'\">\n </mbr-parameters>\n\n <div class=\"mbr-fallback-image disabled\" mbr-if=\"bg.type == 'video'\"></div>\n <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type!== 'color'\" mbr-style=\"{'opacity': overlayOpacity, 'background-color': overlayColor}\">\n </div>\n\n <div mbr-class=\"{'container': !fullWidth, 'container-fluid': fullWidth}\">\n <div class=\"row\">\n \n <div class=\"col-12 col-lg-6 col-md-6 item features-image active\">\n <a class=\"item-link\" href=\"TOOLS\">\n <div class=\"item-wrapper\">\n <img src=\"@PROJECT_PATH@/assets/images/mbr-1623x1082.jpg\" alt=\"MA Tools\" data-slide-to=\"1\" data-bs-slide-to=\"1\">\n <div class=\"item-content\">\n <h2 class=\"card-title mbr-fonts-style\" mbr-theme-style=\"display-2\" data-app-selector=\".card-title\" mbr-if=\"showTitle\">\n Minter Admin Tools</h2>\n </div>\n </div>\n </a>\n </div><div class=\"col-12 col-lg-6 col-md-6 item features-image\">\n <a class=\"item-link\" href=\"MINTERSHIP-FORUM\">\n <div class=\"item-wrapper\">\n <img src=\"@PROJECT_PATH@/assets/images/mbr-1623x1112.jpg\" alt=\"Mintership Forum\" data-slide-to=\"0\" data-bs-slide-to=\"0\">\n <div class=\"item-content\">\n <h2 class=\"card-title mbr-fonts-style\" mbr-theme-style=\"display-2\" data-app-selector=\".card-title\" mbr-if=\"showTitle\">New Minters - Start Here</h2>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n</section>",
|
|
"_cid": "ttRnAijqXt",
|
|
"_anchor": "features7-6",
|
|
"_PHPplaceholders": [],
|
|
"_JSplaceholders": [],
|
|
"_protectedParams": [],
|
|
"_global": false,
|
|
"_once": false,
|
|
"_params": {}
|
|
},
|
|
{
|
|
"alias": false,
|
|
"_styles": {
|
|
"& when not (@fullScreen)": {
|
|
"padding-top": "(@paddingTop * 1rem)",
|
|
"padding-bottom": "(@paddingBottom * 1rem)"
|
|
},
|
|
"& when (@bg-type = 'color')": {
|
|
"background-color": "@bg-value"
|
|
},
|
|
"& when (@bg-type = 'image')": {
|
|
"background-image": "url(@bg-value)"
|
|
},
|
|
".mbr-fallback-image.disabled": {
|
|
"display": "none"
|
|
},
|
|
".mbr-fallback-image": {
|
|
"display": "block",
|
|
"background-size": "cover",
|
|
"background-position": "center center",
|
|
"width": "100%",
|
|
"height": "100%",
|
|
"position": "absolute",
|
|
"top": "0",
|
|
"& when (@bg-type = 'video')": {
|
|
"background-image": "url(@fallBackImage)"
|
|
}
|
|
},
|
|
"& when (@fullWidth)": {
|
|
".container-fluid": {
|
|
"margin": "0",
|
|
"padding": "0 60px",
|
|
"@media (max-width: 992px)": {
|
|
"padding": "0 25px"
|
|
},
|
|
".row": {
|
|
"padding": "0"
|
|
}
|
|
}
|
|
},
|
|
"& when not (@fullWidth)": {
|
|
"@media (max-width: 992px)": {
|
|
".row": {
|
|
"padding": "0 13px"
|
|
}
|
|
}
|
|
},
|
|
".row": {
|
|
"justify-content": "center"
|
|
},
|
|
".card-wrapper": {
|
|
"@media (max-width: 992px)": {
|
|
"margin-bottom": "55px"
|
|
},
|
|
".icon-wrapper": {
|
|
"margin-bottom": "18px",
|
|
"justify-content": "center",
|
|
"align": "center",
|
|
".mbr-iconfont": {
|
|
"display": "inline",
|
|
"font-size": "82px",
|
|
"width": "auto",
|
|
"color": "@icon"
|
|
}
|
|
},
|
|
".mbr-section-title": {
|
|
"margin-bottom": "18px"
|
|
},
|
|
".mbr-text": {
|
|
"margin-bottom": "0"
|
|
}
|
|
},
|
|
".mbr-section-title": {
|
|
"color": "#ffffff"
|
|
},
|
|
".mbr-text": {
|
|
"color": "#b6b6b6",
|
|
"text-align": "center"
|
|
},
|
|
".mbr-section-title, .icon-wrapper": {
|
|
"text-align": "center"
|
|
}
|
|
},
|
|
"_name": "features1",
|
|
"_sourceTheme": "boldm5",
|
|
"_customHTML": "<section data-bs-version=\"5.1\" class=\"features1 boldm5\" group=\"Features\" mbr-class=\"{'mbr-fullscreen': fullScreen,\n 'mbr-parallax-background': bg.parallax}\">\n <mbr-parameters>\n <header>Size</header>\n <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\" condition=\"fullScreen == false\">\n <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\" condition=\"fullScreen == false\">\n <header>Cards</header>\n <select title=\"Amount\" name=\"cards\">\n <option value=\"1\">1</option>\n <option value=\"2\">2</option>\n <option value=\"3\" selected>3</option>\n </select>\n <input type=\"checkbox\" title=\"Icon\" name=\"showIcon\" checked>\n <input type=\"color\" title=\"Icon Color\" value=\"#324c6d\" name=\"icon\" condition=\"showIcon\" selected>\n <input type=\"checkbox\" title=\"Card Title\" name=\"showTitle\" checked>\n <input type=\"checkbox\" title=\"Text\" name=\"showText\" checked>\n <header>Background</header>\n <fieldset type=\"background\" name=\"bg\" parallax>\n <input type=\"image\" title=\"Image\" value=\"../_images/background1.jpg\" parallax>\n <input type=\"color\" title=\"Color\" value=\"#000000\" selected>\n </fieldset>\n <header condition=\"bg.type === 'video'\">Fallback Image</header>\n <input type=\"image\" title=\"Fallback Image\" value=\"../_images/background1.jpg\" name=\"fallBackImage\" condition=\"bg.type === 'video'\">\n <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#000000\" condition=\"overlay && bg.type !== 'color'\">\n <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.8\" condition=\"overlay && bg.type !== 'color'\">\n </mbr-parameters>\n\n <div class=\"mbr-fallback-image disabled\" mbr-if=\"bg.type == 'video'\"></div>\n <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type!== 'color'\" mbr-style=\"{'opacity': overlayOpacity, 'background-color': overlayColor}\">\n </div>\n\n <div mbr-class=\"{'container': !fullWidth, 'container-fluid': fullWidth}\">\n <div class=\"row\">\n <div class=\"col-12 col-lg-4\">\n <div class=\"card-wrapper\" style=\"justify-content:center; align: center; align-text: center;\">\n <div class=\"icon-wrapper\">\n <span mbr-icon class=\"mbr-iconfont mbr-iconfont-btn mbri-file\" mbr-if=\"showIcon\"></span>\n </div>\n <h3 class=\"mbr-section-title mbr-fonts-style\" mbr-theme-style=\"display-2\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .icon-wrapper\">\n Mintership Details</h3>\n <p class=\"mbr-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-text\">\n Learn more about the Mintership concept, and why it was needed. The days of 'sponsorship' are a thing of the past on the Qortal Network. No more will there be the ability to self-sponsor. A new era of Qortal begins!</p>\n </div>\n </div>\n <div class=\"col-12 col-lg-4\" mbr-if=\"cards > 1\">\n <div class=\"card-wrapper\">\n <div class=\"icon-wrapper\">\n <span mbr-icon class=\"mbr-iconfont mbr-iconfont-btn mbri-key\" mbr-if=\"showIcon\"></span>\n </div>\n <h3 class=\"mbr-section-title mbr-fonts-style\" mbr-theme-style=\"display-2\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .icon-wrapper\">Become A Minter</h3>\n <p class=\"mbr-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-text\">\n Not already minting? You've come to the right place to get started. Check the Mintership Forum link for more information. The updated Q-Mintership app will be a more fully featured application.</p>\n </div>\n </div>\n <div class=\"col-12 col-lg-4\" mbr-if=\"cards > 2\">\n <div class=\"card-wrapper\">\n <div class=\"icon-wrapper\">\n <span mbr-icon class=\"mbr-iconfont mbr-iconfont-btn mbri-extension\" mbr-if=\"showIcon\"></span>\n </div>\n <h3 class=\"mbr-section-title mbr-fonts-style\" mbr-theme-style=\"display-2\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .icon-wrapper\">Minter Admin Tools</h3>\n <p class=\"mbr-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-text\">\n Are you one of the initially selected Minter Admins? We have the tools here you need to create and approve GROUP_APPROVAL transactions, and communicate securely with your fellow admins.</p>\n </div>\n </div>\n </div>\n </div>\n</section>",
|
|
"_cid": "utzh0dnVQB",
|
|
"_anchor": "features1-2",
|
|
"_PHPplaceholders": [],
|
|
"_JSplaceholders": [],
|
|
"_protectedParams": [],
|
|
"_global": false,
|
|
"_once": false,
|
|
"_params": {}
|
|
},
|
|
{
|
|
"alias": false,
|
|
"_styles": {
|
|
"& when not (@fullScreen)": {
|
|
"padding-top": "(@paddingTop * 1rem)",
|
|
"padding-bottom": "(@paddingBottom * 1rem)"
|
|
},
|
|
"& when (@bg-type = 'color')": {
|
|
"background-color": "@bg-value"
|
|
},
|
|
"& when (@bg-type = 'image')": {
|
|
"background-image": "url(@bg-value)"
|
|
},
|
|
".mbr-fallback-image.disabled": {
|
|
"display": "none"
|
|
},
|
|
".mbr-fallback-image": {
|
|
"display": "block",
|
|
"background-size": "cover",
|
|
"background-position": "center center",
|
|
"width": "100%",
|
|
"height": "100%",
|
|
"position": "absolute",
|
|
"top": "0",
|
|
"& when (@bg-type = 'video')": {
|
|
"background-image": "url(@fallBackImage)"
|
|
}
|
|
},
|
|
"& when (@fullWidth)": {
|
|
".container-fluid": {
|
|
"margin": "0",
|
|
"padding": "0 16px",
|
|
".row": {
|
|
"padding": "0"
|
|
}
|
|
}
|
|
},
|
|
"& when not (@fullWidth)": {
|
|
"@media (max-width: 992px)": {
|
|
".row": {
|
|
"padding": "0 13px"
|
|
}
|
|
}
|
|
},
|
|
".row": {
|
|
"justify-content": "center"
|
|
},
|
|
".card": {
|
|
"padding": "0",
|
|
"border-top": "1px solid @border",
|
|
"border-bottom": "1px solid @border",
|
|
"border-radius": "0"
|
|
},
|
|
".title-wrapper": {
|
|
"padding": "14px 0 18px",
|
|
"white-space": "nowrap",
|
|
"overflow": "hidden",
|
|
"&:last-child": {
|
|
"padding": "18px 14px",
|
|
"border-top": "1px solid @border"
|
|
},
|
|
".mbr-section-title": {
|
|
"margin-bottom": "0"
|
|
}
|
|
},
|
|
".mbr-section-title": {
|
|
"color": "#ffffff",
|
|
"text-align": "center"
|
|
},
|
|
".mbr-title": {
|
|
"color": "#ffffff",
|
|
"text-align": "right"
|
|
}
|
|
},
|
|
"_name": "content3",
|
|
"_sourceTheme": "boldm5",
|
|
"_customHTML": "<section data-bs-version=\"5.1\" class=\"content3 boldm5\" group=\"Content\" mbr-class=\"{'mbr-fullscreen': fullScreen,\n 'mbr-parallax-background': bg.parallax}\">\n <mbr-parameters>\n <header>Size</header>\n <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\" checked>\n <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\" condition=\"fullScreen == false\">\n <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"0\" condition=\"fullScreen == false\">\n <header>Show/Hide</header>\n <input type=\"color\" title=\"Border Color\" value=\"#282828\" name=\"border\">\n <select title=\"Amount\" name=\"cards\">\n <option value=\"1\" selected>1</option>\n <option value=\"2\">2</option>\n </select>\n <header>Background</header>\n <fieldset type=\"background\" name=\"bg\" parallax>\n <input type=\"image\" title=\"Image\" value=\"../_images/background1.jpg\" parallax>\n <input type=\"color\" title=\"Color\" value=\"#000000\" selected>\n </fieldset>\n <header condition=\"bg.type === 'video'\">Fallback Image</header>\n <input type=\"image\" title=\"Fallback Image\" value=\"../_images/background1.jpg\" name=\"fallBackImage\" condition=\"bg.type === 'video'\">\n <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#000000\" condition=\"overlay && bg.type !== 'color'\">\n <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.8\" condition=\"overlay && bg.type !== 'color'\">\n </mbr-parameters>\n\n <div class=\"mbr-fallback-image disabled\" mbr-if=\"bg.type == 'video'\"></div>\n <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type!== 'color'\" mbr-style=\"{'opacity': overlayOpacity, 'background-color': overlayColor}\">\n </div>\n\n <div mbr-class=\"{'container': !fullWidth, 'container-fluid': fullWidth}\">\n <div class=\"row\">\n <div class=\"col-12 card\">\n <div class=\"title-wrapper\">\n <h2 class=\"mbr-section-title mbr-fonts-style\" mbr-theme-style=\"display-1\" data-app-selector=\".mbr-section-title\">\n More information...</h2>\n </div>\n <div class=\"title-wrapper\" mbr-if=\"cards > 1\">\n <h2 class=\"mbr-title mbr-fonts-style\" mbr-theme-style=\"display-1\" data-app-selector=\".mbr-title\">Click to Open</h2>\n </div>\n </div>\n </div>\n </div>\n</section>",
|
|
"_cid": "uu3bTy9Zr1",
|
|
"_anchor": "content3-4",
|
|
"_protectedParams": [],
|
|
"_global": false,
|
|
"_once": false,
|
|
"_params": {}
|
|
},
|
|
{
|
|
"alias": false,
|
|
"_styles": {
|
|
"& when not (@fullScreen)": {
|
|
"padding-top": "(@paddingTop * 1rem)",
|
|
"padding-bottom": "(@paddingBottom * 1rem)"
|
|
},
|
|
"& when (@bg-type = 'color')": {
|
|
"background-color": "@bg-value"
|
|
},
|
|
"& when (@bg-type = 'image')": {
|
|
"background-image": "url(@bg-value)"
|
|
},
|
|
".mbr-fallback-image.disabled": {
|
|
"display": "none"
|
|
},
|
|
".mbr-fallback-image": {
|
|
"display": "block",
|
|
"background-size": "cover",
|
|
"background-position": "center center",
|
|
"width": "100%",
|
|
"height": "100%",
|
|
"position": "absolute",
|
|
"top": "0",
|
|
"& when (@bg-type = 'video')": {
|
|
"background-image": "url(@fallBackImage)"
|
|
}
|
|
},
|
|
"& when (@fullWidth)": {
|
|
".container-fluid": {
|
|
"margin": "0",
|
|
"padding": "0 60px",
|
|
"@media (max-width: 992px)": {
|
|
"padding": "0 25px"
|
|
},
|
|
".row": {
|
|
"padding": "0"
|
|
}
|
|
}
|
|
},
|
|
"& when not (@fullWidth)": {
|
|
"@media (max-width: 992px)": {
|
|
".row": {
|
|
"padding": "0 13px"
|
|
}
|
|
}
|
|
},
|
|
".row": {
|
|
"justify-content": "center"
|
|
},
|
|
".card-wrapper": {
|
|
"@media (max-width: 992px)": {
|
|
"margin-bottom": "55px"
|
|
},
|
|
".icon-wrapper": {
|
|
"margin-bottom": "18px",
|
|
".mbr-iconfont": {
|
|
"display": "inline",
|
|
"font-size": "82px",
|
|
"width": "auto",
|
|
"color": "@icon"
|
|
}
|
|
},
|
|
".mbr-section-title": {
|
|
"margin-bottom": "18px"
|
|
},
|
|
".mbr-text": {
|
|
"margin-bottom": "0"
|
|
}
|
|
},
|
|
".mbr-section-title": {
|
|
"color": "#ffffff"
|
|
},
|
|
".mbr-text": {
|
|
"color": "#b6b6b6",
|
|
"text-align": "center"
|
|
},
|
|
".mbr-section-title, .icon-wrapper": {
|
|
"text-align": "center"
|
|
}
|
|
},
|
|
"_name": "features1",
|
|
"_sourceTheme": "boldm5",
|
|
"_customHTML": "<section data-bs-version=\"5.1\" class=\"features1 boldm5\" group=\"Features\" mbr-class=\"{'mbr-fullscreen': fullScreen,\n 'mbr-parallax-background': bg.parallax}\">\n <mbr-parameters>\n <header>Size</header>\n <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\" condition=\"fullScreen == false\">\n <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\" condition=\"fullScreen == false\">\n <header>Cards</header>\n <select title=\"Amount\" name=\"cards\">\n <option value=\"1\">1</option>\n <option value=\"2\">2</option>\n <option value=\"3\" selected>3</option>\n </select>\n <input type=\"checkbox\" title=\"Icon\" name=\"showIcon\" checked>\n <input type=\"color\" title=\"Icon Color\" value=\"#616161\" name=\"icon\" condition=\"showIcon\" selected>\n <input type=\"checkbox\" title=\"Card Title\" name=\"showTitle\" checked>\n <input type=\"checkbox\" title=\"Text\" name=\"showText\" checked>\n <header>Background</header>\n <fieldset type=\"background\" name=\"bg\" parallax>\n <input type=\"image\" title=\"Image\" value=\"../_images/background1.jpg\" parallax>\n <input type=\"color\" title=\"Color\" value=\"#000000\" selected>\n </fieldset>\n <header condition=\"bg.type === 'video'\">Fallback Image</header>\n <input type=\"image\" title=\"Fallback Image\" value=\"../_images/background1.jpg\" name=\"fallBackImage\" condition=\"bg.type === 'video'\">\n <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#000000\" condition=\"overlay && bg.type !== 'color'\">\n <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.8\" condition=\"overlay && bg.type !== 'color'\">\n </mbr-parameters>\n\n <div class=\"mbr-fallback-image disabled\" mbr-if=\"bg.type == 'video'\"></div>\n <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type!== 'color'\" mbr-style=\"{'opacity': overlayOpacity, 'background-color': overlayColor}\">\n </div>\n\n <div mbr-class=\"{'container': !fullWidth, 'container-fluid': fullWidth}\">\n <div class=\"row\">\n <div class=\"col-12 col-lg-4\">\n <div class=\"card-wrapper\">\n <div class=\"icon-wrapper\">\n <span mbr-icon class=\"mbr-iconfont mbr-iconfont-btn mbri-info\" mbr-if=\"showIcon\"></span>\n </div>\n <h3 class=\"mbr-section-title mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .icon-wrapper\">\n Get Information</h3>\n <p class=\"mbr-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-text\">\n Would you like to become a minter? You've come to the right place! Obtain details about the new Mintership-based minting process on Qortal.</p>\n </div>\n </div>\n <div class=\"col-12 col-lg-4\" mbr-if=\"cards > 1\">\n <div class=\"card-wrapper\">\n <div class=\"icon-wrapper\">\n <span mbr-icon class=\"mbr-iconfont mbr-iconfont-btn mbri-setting\" mbr-if=\"showIcon\"></span>\n </div>\n <h3 class=\"mbr-section-title mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .icon-wrapper\">\n Minter Admin Tools</h3>\n <p class=\"mbr-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-text\">\n If you are a Minter Admin, you will need to know how to create and sign GROUP_APPROVAL transactions. You may do so here!</p>\n </div>\n </div>\n <div class=\"col-12 col-lg-4\" mbr-if=\"cards > 2\">\n <div class=\"card-wrapper\">\n <div class=\"icon-wrapper\">\n <span mbr-icon class=\"mbr-iconfont mbr-iconfont-btn mbri-rocket\" mbr-if=\"showIcon\"></span>\n </div>\n <h3 class=\"mbr-section-title mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .icon-wrapper\">\n Start your Mission</h3>\n <p class=\"mbr-text mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showText\" data-app-selector=\".mbr-text\">\n Every mission has a beginning. If your mission is to become a minter, or a Minter Admin, then you've landed at the correct launchpad!</p>\n </div>\n </div>\n </div>\n </div>\n</section>",
|
|
"_cid": "uufI05uMCB",
|
|
"_protectedParams": [],
|
|
"_global": false,
|
|
"_once": false,
|
|
"_params": {},
|
|
"_anchor": "features1-5"
|
|
},
|
|
{
|
|
"alias": false,
|
|
"_styles": {
|
|
"& when not (@fullScreen)": {
|
|
"padding-top": "(@paddingTop * 1rem)",
|
|
"padding-bottom": "(@paddingBottom * 1rem)"
|
|
},
|
|
"& when (@bg-type = 'color')": {
|
|
"background-color": "@bg-value"
|
|
},
|
|
"& when (@bg-type = 'image')": {
|
|
"background-image": "url(@bg-value)"
|
|
},
|
|
".mbr-fallback-image.disabled": {
|
|
"display": "none"
|
|
},
|
|
".mbr-fallback-image": {
|
|
"display": "block",
|
|
"background-size": "cover",
|
|
"background-position": "center center",
|
|
"width": "100%",
|
|
"height": "100%",
|
|
"position": "absolute",
|
|
"top": "0",
|
|
"& when (@bg-type = 'video')": {
|
|
"background-image": "url(@fallBackImage)"
|
|
}
|
|
},
|
|
"& when (@fullWidth)": {
|
|
".container-fluid": {
|
|
"margin": "0",
|
|
"padding": "0 60px",
|
|
"@media (max-width: 992px)": {
|
|
"padding": "0 25px"
|
|
},
|
|
".row": {
|
|
"padding": "0"
|
|
}
|
|
}
|
|
},
|
|
"& when not (@fullWidth)": {
|
|
"@media (max-width: 992px)": {
|
|
".row": {
|
|
"padding": "0 13px"
|
|
}
|
|
}
|
|
},
|
|
".row": {
|
|
"justify-content": "center"
|
|
},
|
|
".card": {
|
|
"display": "flex",
|
|
"flex-direction": "column",
|
|
"justify-content": "center"
|
|
},
|
|
".title-wrapper": {
|
|
"padding": "30px 54px 30px 0",
|
|
"& when (@reverseContent)": {
|
|
"padding": "30px 0 30px 54px",
|
|
"@media (max-width: 992px)": {
|
|
"padding": "0 0 40px"
|
|
}
|
|
},
|
|
"@media (max-width: 992px)": {
|
|
"padding": "0 0 40px"
|
|
},
|
|
".mbr-section-title": {
|
|
"margin-bottom": "0"
|
|
}
|
|
},
|
|
".text-wrapper": {
|
|
"padding": "30px 0 30px 74px",
|
|
"border-left": "1px solid @border",
|
|
"& when (@reverseContent)": {
|
|
"padding": "30px 74px 30px 0",
|
|
"border-left": "none",
|
|
"border-right": "1px solid @border",
|
|
"@media (max-width: 992px)": {
|
|
"padding": "40px 0 0",
|
|
"border": "none",
|
|
"border-top": "1px solid @border"
|
|
}
|
|
},
|
|
"@media (max-width: 992px)": {
|
|
"padding": "40px 0 0",
|
|
"border-left": "none",
|
|
"border-top": "1px solid @border"
|
|
},
|
|
".mbr-text": {
|
|
"margin-bottom": "0"
|
|
}
|
|
},
|
|
".mbr-section-title": {
|
|
"color": "#ffffff"
|
|
},
|
|
".mbr-text": {
|
|
"color": "#b6b6b6"
|
|
}
|
|
},
|
|
"_name": "content7",
|
|
"_sourceTheme": "boldm5",
|
|
"_customHTML": "<section data-bs-version=\"5.1\" class=\"content7 boldm5\" group=\"Content\" mbr-class=\"{'mbr-fullscreen': fullScreen,\n 'mbr-parallax-background': bg.parallax}\">\n <mbr-parameters>\n <header>Size</header>\n <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\" condition=\"fullScreen == false\">\n <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\" condition=\"fullScreen == false\">\n <input type=\"checkbox\" title=\"Reverse\" name=\"reverseContent\">\n <header>Show/Hide</header>\n <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n <input type=\"checkbox\" title=\"Text\" name=\"showText\" checked>\n <input type=\"color\" title=\"Border Color\" value=\"#282828\" name=\"border\" condition=\"showText\">\n <header>Background</header>\n <fieldset type=\"background\" name=\"bg\" parallax>\n <input type=\"image\" title=\"Image\" value=\"../_images/background1.jpg\" parallax>\n <input type=\"color\" title=\"Color\" value=\"#000000\" selected>\n </fieldset>\n <header condition=\"bg.type === 'video'\">Fallback Image</header>\n <input type=\"image\" title=\"Fallback Image\" value=\"../_images/background1.jpg\" name=\"fallBackImage\" condition=\"bg.type === 'video'\">\n <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#000000\" condition=\"overlay && bg.type !== 'color'\">\n <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.8\" condition=\"overlay && bg.type !== 'color'\">\n </mbr-parameters>\n\n <div class=\"mbr-fallback-image disabled\" mbr-if=\"bg.type == 'video'\"></div>\n <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type!== 'color'\" mbr-style=\"{'opacity': overlayOpacity, 'background-color': overlayColor}\">\n </div>\n\n <div mbr-class=\"{'container': !fullWidth, 'container-fluid': fullWidth}\">\n <div class=\"row\" mbr-class=\"{'flex-row-reverse' : reverseContent}\">\n <div class=\"col-12 col-lg-7 card\" mbr-if=\"showTitle\">\n <div class=\"title-wrapper\">\n <h2 class=\"mbr-section-title mbr-fonts-style\" mbr-theme-style=\"display-2\" data-app-selector=\".mbr-section-title\">\n This is the beginning...</h2>\n </div>\n </div>\n <div class=\"col-12 col-lg-5 card\" mbr-if=\"showText\">\n <div class=\"text-wrapper\">\n <p class=\"mbr-text mbr-fonts-style\" mbr-theme-style=\"display-7\" data-app-selector=\".mbr-text\">\n This is the very start of the Q-Mintership app. It will be dramatically changing upon the beta release, and modification to the Q-Mintership Q-App. This initial version is a version that could be launched more quickly, and does not have nearly as much functionality as what will exist once the main app goes live. </p>\n </div>\n </div>\n </div>\n </div>\n <div mbr-buttons mbr-theme-style=\"display-4\" class=\"mbr-section-btn\" mbr-if=\"showButtons\"><a class=\"btn btn-primary\" href=\"index.html#features7-6\" data-app-placeholder=\"Type Text\"><span class=\"mobi-mbri mobi-mbri-arrow-down mbr-iconfont mbr-iconfont-btn\"></span>\n \n See more\n </a></div>\n</section>",
|
|
"_cid": "uufIRKtXOO",
|
|
"_anchor": "content7-6",
|
|
"_PHPplaceholders": [],
|
|
"_JSplaceholders": [],
|
|
"_protectedParams": [],
|
|
"_global": false,
|
|
"_once": false,
|
|
"_params": {}
|
|
},
|
|
{
|
|
"alias": false,
|
|
"_styles": {
|
|
"& when not (@fullScreen)": {
|
|
"padding-top": "(@paddingTop * 1rem)",
|
|
"padding-bottom": "(@paddingBottom * 1rem)"
|
|
},
|
|
"& when (@bg-type = 'color')": {
|
|
"background-color": "@bg-value"
|
|
},
|
|
"& when (@bg-type = 'image')": {
|
|
"background-image": "url(@bg-value)"
|
|
},
|
|
".mbr-fallback-image.disabled": {
|
|
"display": "none"
|
|
},
|
|
".mbr-fallback-image": {
|
|
"display": "block",
|
|
"background-size": "cover",
|
|
"background-position": "center center",
|
|
"width": "100%",
|
|
"height": "100%",
|
|
"position": "absolute",
|
|
"top": "0",
|
|
"& when (@bg-type = 'video')": {
|
|
"background-image": "url(@fallBackImage)"
|
|
}
|
|
},
|
|
"& when (@fullWidth)": {
|
|
".container-fluid": {
|
|
"padding": "0 50px",
|
|
"@media (max-width: 992px)": {
|
|
"padding": "0 30px"
|
|
}
|
|
}
|
|
},
|
|
".container": {
|
|
"@media (max-width: 992px)": {
|
|
"padding": "0 30px"
|
|
}
|
|
},
|
|
".title-wrapper": {
|
|
"margin-bottom": "20px",
|
|
".title-wrap": {
|
|
"display": "inline-flex",
|
|
"align-items": "center",
|
|
"img": {
|
|
"height": "78px",
|
|
"width": "78px",
|
|
"border-radius": "20px",
|
|
"object-fit": "cover",
|
|
"margin-right": "16px"
|
|
},
|
|
".mbr-section-title": {
|
|
"margin-bottom": "0"
|
|
}
|
|
}
|
|
},
|
|
".mbr-desc": {
|
|
"margin-bottom": "0",
|
|
"color": "#a4a2a2",
|
|
"text-align": "left"
|
|
},
|
|
".link-wrap": {
|
|
"&:hover": {
|
|
".mbr-link": {
|
|
"color": "@active"
|
|
}
|
|
},
|
|
".mbr-link": {
|
|
"margin-bottom": "0",
|
|
"transition": "all 0.3s ease-in-out",
|
|
"@media (max-width: 992px)": {
|
|
"margin-bottom": "20px"
|
|
}
|
|
}
|
|
},
|
|
".list": {
|
|
"margin": "0",
|
|
"padding": "0",
|
|
"list-style-type": "none",
|
|
"@media (max-width: 992px)": {
|
|
"text-align": "left"
|
|
},
|
|
".item-wrap": {
|
|
"text-decoration": "underline",
|
|
"margin-bottom": "16px",
|
|
"transition": "all 0.3s ease-in-out",
|
|
"&:hover": {
|
|
"color": "@active"
|
|
}
|
|
},
|
|
"color": "#ffffff"
|
|
},
|
|
".copyright": {
|
|
"margin": "50px 0",
|
|
"@media (max-width: 992px)": {
|
|
"margin": "30px 0"
|
|
},
|
|
"color": "#ffffff",
|
|
"text-align": "right"
|
|
},
|
|
".mbr-section-title": {
|
|
"color": "#ffffff"
|
|
},
|
|
".mbr-link": {
|
|
"color": "#ffffff",
|
|
"text-align": "left"
|
|
},
|
|
".mbr-section-title, .title-wrapper": {
|
|
"color": "#324c6d",
|
|
"text-align": "left"
|
|
}
|
|
},
|
|
"_name": "footer1",
|
|
"_sourceTheme": "visualm5",
|
|
"_customHTML": "<section data-bs-version=\"5.1\" class=\"footer1 visualm5\" group=\"Footers\" global once=\"footers\" mbr-class=\"{'mbr-fullscreen': fullScreen, 'mbr-parallax-background': bg.parallax}\">\n\n <mbr-parameters>\n <header>Size</header>\n <input type=\"checkbox\" title=\"Full Screen\" name=\"fullScreen\">\n <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\" checked>\n <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"0\" condition=\"fullScreen == false\">\n <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"0\" condition=\"fullScreen == false\">\n <input type=\"checkbox\" title=\"Reverse\" name=\"reverseContent\">\n <header>Show/Hide</header>\n <input type=\"checkbox\" title=\"Logo\" name=\"showLogo\" checked>\n <input type=\"checkbox\" title=\"Title\" name=\"showTitle\" checked>\n <input type=\"checkbox\" title=\"Description\" name=\"showDesc\">\n <input type=\"checkbox\" title=\"Link\" name=\"showLink\" checked>\n <input type=\"checkbox\" title=\"List\" name=\"showList\">\n <input type=\"checkbox\" title=\"Copyright\" name=\"showCopy\">\n <input type=\"color\" title=\"Active Color\" value=\"#20a6e2\" name=\"active\" selected>\n <header>Background</header>\n <fieldset type=\"background\" name=\"bg\" parallax>\n <input type=\"image\" title=\"Image\" value=\"@ADDONS_PATH@/visualm5/components/_images/background1.jpg\" parallax>\n <input type=\"color\" title=\"Color\" value=\"#000000\" selected>\n </fieldset>\n <header condition=\"bg.type === 'video'\">Fallback Image</header>\n <input type=\"image\" title=\"Fallback Image\" value=\"@ADDONS_PATH@/visualm5/components/_images/background1.jpg\" name=\"fallBackImage\" condition=\"bg.type === 'video'\">\n <input type=\"checkbox\" title=\"Overlay\" name=\"overlay\" condition=\"bg.type !== 'color'\" checked>\n <input type=\"color\" title=\"Overlay Color\" name=\"overlayColor\" value=\"#ffffff\" condition=\"overlay && bg.type !== 'color'\">\n <input type=\"range\" inline title=\"Opacity\" name=\"overlayOpacity\" min=\"0\" max=\"1\" step=\"0.1\" value=\"0.7\" condition=\"overlay && bg.type !== 'color'\">\n </mbr-parameters>\n\n <div class=\"mbr-fallback-image disabled\" mbr-if=\"bg.type == 'video'\"></div>\n <div class=\"mbr-overlay\" mbr-if=\"overlay && bg.type!== 'color'\" mbr-style=\"{'opacity': overlayOpacity, 'background-color': overlayColor}\">\n </div>\n\n <div mbr-class=\"{'container': !fullWidth, 'container-fluid': fullWidth}\">\n <div class=\"row\" mbr-class=\"{'flex-row-reverse' : reverseContent}\">\n <div class=\"col-12 col-lg-6\">\n <div class=\"title-wrapper\" mbr-if=\"showLogo || showTitle\">\n <div class=\"title-wrap\">\n <img src=\"@PROJECT_PATH@/assets/images/again-edited-qortal-minting-icon-156x156.png\" alt=\"Mobirise\" mbr-if=\"showLogo\">\n <h2 class=\"mbr-section-title mbr-fonts-style\" mbr-theme-style=\"display-5\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title, .title-wrapper\">Q-Mintership Alpha</h2>\n </div>\n </div>\n <p class=\"mbr-desc mbr-fonts-style\" mbr-theme-style=\"display-7\" mbr-if=\"showDesc\" data-app-selector=\".mbr-desc\">\n Site Updates and Development Information</p>\n <a class=\"link-wrap\" href=\"#\">\n <p class=\"mbr-link mbr-fonts-style\" mbr-theme-style=\"display-4\" mbr-if=\"showLink\" data-app-selector=\".mbr-link\">Q-Mintership v0.1 Alpha - Release Details</p>\n </a>\n </div>\n <div class=\"col-12 col-lg-6\">\n <ul class=\"list mbr-fonts-style\" mbr-class=\"{'align-right': !reverseContent, 'align-left': reverseContent}\" mbr-theme-style=\"display-4\" data-app-selector=\".list\" data-multiline mbr-article mbr-if=\"showList\">\n <li class=\"item-wrap\">TWITTER</li>\n <li class=\"item-wrap\">FACEBOOK</li>\n <li class=\"item-wrap\">LINKEDIN</li>\n <li class=\"item-wrap\">BEHANCE</li>\n </ul>\n </div>\n <div class=\"col-12\">\n <p class=\"mbr-fonts-style copyright\" mbr-theme-style=\"display-4\" data-app-selector=\".copyright\" mbr-if=\"showCopy\">\n 2024 Qortal Development Group</p>\n </div>\n </div>\n </div>\n</section>",
|
|
"_cid": "uhGd4SVHZK",
|
|
"_anchor": "footer1-1",
|
|
"_protectedParams": [],
|
|
"_global": true,
|
|
"_once": "footers",
|
|
"_params": {}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |