From 4c9e5ae99147a0259b8d1cadb5913cac3a66ae7b Mon Sep 17 00:00:00 2001 From: Surya Paolo Date: Thu, 26 Sep 2024 02:14:50 +0200 Subject: [PATCH] - Statistiche - Menu e Sottomenu - Lista ultimi Movimenti --- .../root_spec/home_arcadei/home_arcadei.scss | 452 ------------------ .../root_spec/home_arcadei/home_arcadei.ts | 78 --- .../root_spec/home_arcadei/home_arcadei.vue | 221 --------- .../root_spec/home_arcadei/home_arcadei.scss | 452 ------------------ .../root_spec/home_arcadei/home_arcadei.ts | 78 --- .../root_spec/home_arcadei/home_arcadei.vue | 221 --------- .../root_spec/home_tdv/home_tdv.scss | 446 ----------------- .../root_spec/home_tdv/home_tdv.ts | 78 --- .../root_spec/home_tdv/home_tdv.vue | 220 --------- _ALL_SITES/freeplanet.app/db/lang/ws_it.js | 1 + .../root_spec/home_arcadei/home_arcadei.scss | 452 ------------------ .../root_spec/home_arcadei/home_arcadei.ts | 78 --- .../root_spec/home_arcadei/home_arcadei.vue | 221 --------- .../root_spec/home_tdv/home_tdv.scss | 446 ----------------- .../root_spec/home_tdv/home_tdv.ts | 78 --- .../root_spec/home_tdv/home_tdv.vue | 220 --------- _ALL_SITES/kolibrilab.it/db/lang/ws_it.js | 1 + .../root_spec/home_arcadei/home_arcadei.scss | 452 ------------------ .../root_spec/home_arcadei/home_arcadei.ts | 78 --- .../root_spec/home_arcadei/home_arcadei.vue | 221 --------- .../root_spec/home_tdv/home_tdv.scss | 452 ------------------ .../root_spec/home_tdv/home_tdv.ts | 78 --- .../root_spec/home_tdv/home_tdv.vue | 220 --------- .../root_spec/home_arcadei/home_arcadei.scss | 452 ------------------ .../root_spec/home_arcadei/home_arcadei.ts | 78 --- .../root_spec/home_arcadei/home_arcadei.vue | 221 --------- .../root_spec/home_tdv/home_tdv.scss | 446 ----------------- .../root_spec/home_tdv/home_tdv.ts | 78 --- .../root_spec/home_tdv/home_tdv.vue | 220 --------- .../root_spec/home_arcadei/home_arcadei.scss | 452 ------------------ .../root_spec/home_arcadei/home_arcadei.ts | 78 --- .../root_spec/home_arcadei/home_arcadei.vue | 221 --------- .../riso.app/root_spec/home_tdv/home_tdv.scss | 446 ----------------- .../riso.app/root_spec/home_tdv/home_tdv.ts | 78 --- .../riso.app/root_spec/home_tdv/home_tdv.vue | 220 --------- src/common/shared_vuejs.ts | 15 +- src/components/CElemStat/CElemStat.scss | 19 + src/components/CElemStat/CElemStat.ts | 1 + src/components/CElemStat/CElemStat.vue | 23 +- .../CGalleryImages/CGalleryImages.ts | 1 + .../CGalleryImages/CGalleryImages.vue | 2 +- src/components/CGridTableRec/CGridTableRec.ts | 28 +- .../CGridTableRec/CGridTableRec.vue | 7 +- .../CGridTableUser/CGridTableUser.ts | 2 +- src/components/CMenuItem/CMenuItem.scss | 145 ++++++ src/components/CMenuItem/CMenuItem.ts | 61 +++ src/components/CMenuItem/CMenuItem.vue | 64 +++ src/components/CMenuItem/index.ts | 1 + src/components/CMovements/CMovements.scss | 17 + src/components/CMovements/CMovements.ts | 89 ++++ src/components/CMovements/CMovements.vue | 61 +++ src/components/CMovements/index.ts | 1 + .../CMyCardGrpPopup/CMyCardGrpPopup.ts | 2 +- .../CMyCardService/CMyCardService.vue | 13 +- src/components/CMyEditElem/CMyEditElem.ts | 75 ++- src/components/CMyEditElem/CMyEditElem.vue | 154 ++++-- src/components/CMyElem/CMyElem.ts | 32 +- src/components/CMyElem/CMyElem.vue | 108 +++-- src/components/CMyGroup/CMyGroup.vue | 9 +- .../CMyGroupOnlyView/CMyGroupOnlyView.vue | 7 +- src/components/CMyImgUser/CMyImgUser.scss | 4 + src/components/CMyImgUser/CMyImgUser.ts | 100 ++++ src/components/CMyImgUser/CMyImgUser.vue | 22 + src/components/CMyImgUser/index.ts | 1 + src/components/CMyPageElem/CMyPageElem.ts | 8 +- src/components/CMyPageElem/CMyPageElem.vue | 26 +- src/components/CMyUser/CMyUser.vue | 12 +- src/components/CSendCoins/CSendCoins.ts | 24 +- src/components/CSendCoins/CSendCoins.vue | 26 +- src/components/CSendRISTo/CSendRISTo.ts | 6 +- src/components/CSendRISTo/CSendRISTo.vue | 6 +- src/components/CSignIn/CSignIn.ts | 2 +- src/components/CStatusReg/CStatusReg.scss | 6 + src/components/CStatusReg/CStatusReg.ts | 17 +- src/components/CStatusReg/CStatusReg.vue | 66 ++- src/components/MyFooter/MyFooter.scss | 28 ++ src/components/MyFooter/MyFooter.ts | 4 +- src/components/MyFooter/MyFooter.vue | 10 +- src/components/MyHeader/MyHeader.ts | 36 +- src/components/MyHeader/MyHeader.vue | 21 +- src/css/app.scss | 184 ++++++- src/db/lang/ws_it.js | 6 + src/db/static_data.ts | 4 +- src/layouts/menuone/menuOne copy.vue | 356 ++++++++++++++ src/layouts/menuone/menuOne.scss | 35 +- src/layouts/menuone/menuOne.ts | 29 +- src/layouts/menuone/menuOne.vue | 165 +------ src/model/GlobalStore.ts | 78 ++- src/root_spec/home_arcadei/home_arcadei.scss | 452 ------------------ src/root_spec/home_arcadei/home_arcadei.ts | 78 --- src/root_spec/home_arcadei/home_arcadei.vue | 221 --------- src/router/routesAdmin.ts | 11 + src/statics/lang/it.js | 17 +- src/store/Modules/costanti.ts | 11 +- src/store/Modules/fieldsTable.ts | 54 ++- src/store/Modules/tools.ts | 93 +++- src/store/Modules/toolsext.ts | 30 +- src/store/UserStore.ts | 58 ++- src/store/globalStore.ts | 4 + src/views/user/mycircuit/mycircuit.vue | 249 +++++++--- upload/profile/paoloar77/file_1206.jpg | Bin 0 -> 94979 bytes 101 files changed, 2215 insertions(+), 9516 deletions(-) delete mode 100755 _ALL_SITES/abitaregliiblei.it/root_spec/home_arcadei/home_arcadei.scss delete mode 100755 _ALL_SITES/abitaregliiblei.it/root_spec/home_arcadei/home_arcadei.ts delete mode 100755 _ALL_SITES/abitaregliiblei.it/root_spec/home_arcadei/home_arcadei.vue delete mode 100755 _ALL_SITES/fioredellavita.riso.app/root_spec/home_arcadei/home_arcadei.scss delete mode 100755 _ALL_SITES/fioredellavita.riso.app/root_spec/home_arcadei/home_arcadei.ts delete mode 100755 _ALL_SITES/fioredellavita.riso.app/root_spec/home_arcadei/home_arcadei.vue delete mode 100755 _ALL_SITES/fioredellavita.riso.app/root_spec/home_tdv/home_tdv.scss delete mode 100755 _ALL_SITES/fioredellavita.riso.app/root_spec/home_tdv/home_tdv.ts delete mode 100755 _ALL_SITES/fioredellavita.riso.app/root_spec/home_tdv/home_tdv.vue delete mode 100755 _ALL_SITES/gruppomacro.app/root_spec/home_arcadei/home_arcadei.scss delete mode 100755 _ALL_SITES/gruppomacro.app/root_spec/home_arcadei/home_arcadei.ts delete mode 100755 _ALL_SITES/gruppomacro.app/root_spec/home_arcadei/home_arcadei.vue delete mode 100755 _ALL_SITES/gruppomacro.app/root_spec/home_tdv/home_tdv.scss delete mode 100755 _ALL_SITES/gruppomacro.app/root_spec/home_tdv/home_tdv.ts delete mode 100755 _ALL_SITES/gruppomacro.app/root_spec/home_tdv/home_tdv.vue delete mode 100755 _ALL_SITES/kolibrilab.it/root_spec/home_arcadei/home_arcadei.scss delete mode 100755 _ALL_SITES/kolibrilab.it/root_spec/home_arcadei/home_arcadei.ts delete mode 100755 _ALL_SITES/kolibrilab.it/root_spec/home_arcadei/home_arcadei.vue delete mode 100755 _ALL_SITES/kolibrilab.it/root_spec/home_tdv/home_tdv.scss delete mode 100755 _ALL_SITES/kolibrilab.it/root_spec/home_tdv/home_tdv.ts delete mode 100755 _ALL_SITES/kolibrilab.it/root_spec/home_tdv/home_tdv.vue delete mode 100755 _ALL_SITES/piuchebuono.app/root_spec/home_arcadei/home_arcadei.scss delete mode 100755 _ALL_SITES/piuchebuono.app/root_spec/home_arcadei/home_arcadei.ts delete mode 100755 _ALL_SITES/piuchebuono.app/root_spec/home_arcadei/home_arcadei.vue delete mode 100755 _ALL_SITES/piuchebuono.app/root_spec/home_tdv/home_tdv.scss delete mode 100755 _ALL_SITES/piuchebuono.app/root_spec/home_tdv/home_tdv.ts delete mode 100755 _ALL_SITES/piuchebuono.app/root_spec/home_tdv/home_tdv.vue delete mode 100755 _ALL_SITES/riso.app/root_spec/home_arcadei/home_arcadei.scss delete mode 100755 _ALL_SITES/riso.app/root_spec/home_arcadei/home_arcadei.ts delete mode 100755 _ALL_SITES/riso.app/root_spec/home_arcadei/home_arcadei.vue delete mode 100755 _ALL_SITES/riso.app/root_spec/home_tdv/home_tdv.scss delete mode 100755 _ALL_SITES/riso.app/root_spec/home_tdv/home_tdv.ts delete mode 100755 _ALL_SITES/riso.app/root_spec/home_tdv/home_tdv.vue create mode 100755 src/components/CMenuItem/CMenuItem.scss create mode 100755 src/components/CMenuItem/CMenuItem.ts create mode 100755 src/components/CMenuItem/CMenuItem.vue create mode 100755 src/components/CMenuItem/index.ts create mode 100755 src/components/CMovements/CMovements.scss create mode 100755 src/components/CMovements/CMovements.ts create mode 100755 src/components/CMovements/CMovements.vue create mode 100755 src/components/CMovements/index.ts create mode 100755 src/components/CMyImgUser/CMyImgUser.scss create mode 100755 src/components/CMyImgUser/CMyImgUser.ts create mode 100755 src/components/CMyImgUser/CMyImgUser.vue create mode 100755 src/components/CMyImgUser/index.ts create mode 100755 src/layouts/menuone/menuOne copy.vue delete mode 100755 src/root_spec/home_arcadei/home_arcadei.scss delete mode 100755 src/root_spec/home_arcadei/home_arcadei.ts delete mode 100755 src/root_spec/home_arcadei/home_arcadei.vue create mode 100644 upload/profile/paoloar77/file_1206.jpg diff --git a/_ALL_SITES/abitaregliiblei.it/root_spec/home_arcadei/home_arcadei.scss b/_ALL_SITES/abitaregliiblei.it/root_spec/home_arcadei/home_arcadei.scss deleted file mode 100755 index 0e32f575..00000000 --- a/_ALL_SITES/abitaregliiblei.it/root_spec/home_arcadei/home_arcadei.scss +++ /dev/null @@ -1,452 +0,0 @@ - -.testo-banda { - //background: -webkit-gradient(linear, left top, left bottom, from(#3144f0), to(transparent)); - //background: linear-gradient(180deg, #3144f0, transparent); - //background: rgba(0, 0, 0, .6) -} - -$grayshadow: #555; - -$textcol: blue; -$textcol_scuro: darkblue; - -p { - margin: 0 0 1.25rem; - //text-shadow: .125rem .125rem .25rem $grayshadow; -} - -h4 { - font-size: 1.25rem; -} - -.mycard { - visibility: hidden; -} - -.landing { -} - -.landing_background { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - background-size: cover -} - -.landing > section { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - //padding: 0 16px -} - -.intro { - display: flex; - justify-content: space-between; - align-items: stretch; - /* flex-flow: row nowrap; */ - - padding: 1.25rem 0 1.25rem 0; - margin: .125rem; - - * { - width: 100%; - flex: 1; - margin-left: auto; - margin-right: auto; - } - - &__associazione { - min-width: 350px; - } - - &__comeassociarsi { - min-width: 350px; - } -} - -.subtitle { - font-weight: 600; - text-align: center; - letter-spacing: 0.125rem; - text-transform: uppercase; - font-size: 1rem; -} - -.landing > section.padding { - padding: 5.62rem 1rem; -} - -.landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; -} - -.landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; -} - -.landing > section > div { - position: relative; - width: 100% -} - -.maxwidth1200 { - max-width: 1200px; -} - -.landing__toolbar { - background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent)); - background: linear-gradient(180deg, #000, transparent); - padding: 0 !important -} - -.landing__toolbar .q-btn { - border-radius: 0 0 .315rem .315rem; - -ms-flex-item-align: stretch; - align-self: stretch -} - -.landing__hero { - min-height: 50vh -} - -.landing__header { - height: 18vh -} - -.landing__arrow { - bottom: 1.5rem; - opacity: .4 -} - -.landing__front { - background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, rgba(0, 0, 0, .6))); - background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6) 15%) -} - -.landing__logo { - width: 9.40rem; - height: 9.40rem; - margin-top: 1.315rem; - //-webkit-animation: logo-rotate 240s linear infinite; - //animation: logo-rotate 240s linear infinite -} - -.landing__features .q-icon { - font-size: 4rem -} - -h4 { - line-height: 1.5; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.landing__features h4, .landing__features h6 { - margin: 1rem 0 -} - -.landing__features p { - opacity: .7; - font-size: 1rem; - line-height: 1.5; -} - -.landing__footer { - //background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, .1)), to(#000)); - background: linear-gradient(180deg, rgba(0, 0, 0, .8) 95%, #FFF); - padding-top: 4.5rem !important; - padding-bottom: 4.5rem !important; - padding-left: 1.25rem; - padding-right: 1.25rem; - color: #9f9f9f; -} - -.icon_contact:hover { - color: blue; - border-color: white; - border-width: .0625rem; -} - -.landing__footer .doc-link { - color: $textcol; -} - -.landing__footer .doc-link:hover { - opacity: .8 -} - -.landing__swirl-bg { - background-repeat: no-repeat !important; - background-position: top; - background-size: contain !important; - background-image: url(../../../public/images/landing_first_section.png) !important -} - -.feat-descr { - font-size: 1.15rem; -} - -.feat-descr:hover { - transition: opacity 0.5s ease-in-out; - opacity: 0.9; -} - -.q-col-gutter-sm { - padding: 3.125rem 3.125rem; - //margin-left: -48px -} - -body.mobile .landing { - //background: unset -} - -body.mobile .landing:before { - content: ""; - position: fixed; - top: 0; - height: 100vh; - left: 0; - right: 0; - bottom: 0; - z-index: -1; - //background: #000 url(../../public/images/cover.jpg) 50%; - - background-size: cover -} - -/* -@-webkit-keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} - -@keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} -*/ - -.home { - //background-color: rgb(250, 250, 250); - padding: 3.125rem; - display: flex; - //flex-wrap: nowrap; - flex-direction: column; - align-items: center; - justify-content: space-between; -} - -.btn-start { - margin: 3.125rem; -} - -.shadow { - //color: white; - text-shadow: 0.125rem 0.125rem 0.25rem $grayshadow; -} - -.text-h1, h1 { - font-size: 3rem; - font-weight: bold; - line-height: 3rem; - letter-spacing: -.01562em; - margin-bottom: 8px !important; -} - -.text-h2 { - font-size: 3.75rem; - font-weight: 300; - line-height: 3.75rem; - letter-spacing: -.00833em; -} - -.text-weight-bold { - font-weight: 700; -} - -.text-vers { - font-size: 0.75rem; - font-weight: 400; - line-height: 1.75rem; - letter-spacing: .00937em; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.homep-cover-img-1 { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-2 { - background: #000 url(../../../public/images/foto2.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-3 { - background: #000 url(../../../public/images/foto3.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img.hide-filter:before { - opacity: 0 -} - -.landing__footer-icons { - font-size: 1.75rem -} - -.landing__footer-icons a { - margin: 0 .5rem .5rem; - text-decoration: none; - outline: 0; - color: $textcol; - transition: color .28s -} - -.landing__footer-icons a:hover { - color: $textcol_scuro; -} - -.doc-img { - max-width: 100%; -} - -.mylist { - background: #3fdaff; - padding-left: 1.25rem; -} - -.clgutter { - margin-top: 1.25rem; - padding: .62rem; -} - -.carousel_img_3 { - //background-image: url(../../public/images/cibo_sano.jpg); - background-size: cover !important; - background-position: 50% center !important; - background-repeat: no-repeat !important; -} - -@media (max-width: 718px) { - // PER VERSIONE MOBILE - - .landing__hero { - text-align: center - } - .landing__header { - height: 7vh - } - .clgutter { - margin-top: 0; - padding: 0; - } - .landing__hero .text-h1, h1 { - font-size: 2rem; - line-height: 2.05rem; - margin-bottom: 1.25rem - } - - .landing > section.padding { - padding: 2.5rem 1rem; - } - - .landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; - } - - .landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - max-width: 800px; - } - - .landing > section.padding_gallery > div { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - } - - .landing__features h4, .landing__features h6 { - margin: 1.25rem 0 - } - - h4 { - line-height: 1.4; - text-shadow: 0.25rem 0.25rem 0.5rem $grayshadow; - } - - .landing .feature-item { - text-align: center; - margin-top: 1.25rem; - } - .landing__hero-content { - padding-bottom: 11.25rem; - } - .landing__hero2-content { - padding-bottom: 7.25rem; - } - .landing__hero-btns { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center - } - - .q-col-gutter-sm { - padding: .625rem .315rem; - } - - .text-subtitle1 { - font-size: 1.25rem; - } - .text-vers { - font-size: 0.6rem; - } - - .carousel_img_3 { - //background-image: url(../../public/images/cibo_sano.jpg); - background-size: 620px 620px !important; - background-position: 50% top !important; - background-repeat: no-repeat !important; - } - -} - -.custom-caption { - text-align: center; - padding: .75rem; - color: $textcol; - background-color: rgba(0, 0, 0, .3); -} - -.sfondo-grigio { - padding: 1rem; - color: $textcol; - background-color: rgba(0, 0, 0, .35); -} - -.mycontacts { - color: gray; - letter-spacing: 0.078rem; -} - -.mycontacts_title { - text-shadow: 0.125rem 0.125rem 0.125rem #555; - font-weight: bold; - color: #999; - letter-spacing: 0.125rem; -} - -.mycontacts_text { - color: #999; - letter-spacing: 0.093rem; -} diff --git a/_ALL_SITES/abitaregliiblei.it/root_spec/home_arcadei/home_arcadei.ts b/_ALL_SITES/abitaregliiblei.it/root_spec/home_arcadei/home_arcadei.ts deleted file mode 100755 index 34ca347d..00000000 --- a/_ALL_SITES/abitaregliiblei.it/root_spec/home_arcadei/home_arcadei.ts +++ /dev/null @@ -1,78 +0,0 @@ -import { defineComponent, ref, onMounted, watch, computed } from 'vue' - -import { useGlobalStore } from '@store/globalStore' -import { useRoute } from 'vue-router' -import { useUserStore } from '@store/UserStore' - -import { Logo } from '../../components/logo' - -import { LandingFooter } from '../../components/LandingFooter' -import { CMyPage } from '../../components/CMyPage/index' - -import { tools } from '@src/store/Modules/tools' -import { static_data } from '@src/db/static_data' -import { toolsext } from '@src/store/Modules/toolsext' -import { Screen } from 'quasar' -import { CCardCarousel, CEventsCalendar, COpenStreetMap } from '@components' -import MixinBase from '@src/mixins/mixin-base' -import { firstimagehome } from '@src/db/static_data' -import MixinMetaTags from '@/mixins/mixin-metatags' - -export default defineComponent({ - name: 'home_arcadei', - components: { Logo, LandingFooter, CMyPage, CCardCarousel, CEventsCalendar, COpenStreetMap }, - - setup() { - const animare = ref(0) - const slide = ref('first') - const slide2 = ref(1) - - const getImmagini = ref([ - { - title: '', subtitle: '', - alt: 'Arcadei', - img: 'images/arcadei/img1.png' - }, - ]) - - const userStore = useUserStore() - const globalStore = useGlobalStore() - - const { setValDb, getValDb } = MixinBase() - const { setmeta, getsrcbyimg } = MixinMetaTags() - - function getheightgallery() { - if (tools.isMobile()) - return '400px' - else - return '600px' - } - - function created() { - // - } - - function getArrDisciplines() { - return globalStore.disciplines.filter((rec: any) => rec.showinhome) - } - - created() - - return { - tools, - toolsext, - static_data, - animare, - slide, - slide2, - getheightgallery, - getArrDisciplines, - getImmagini, - getValDb, - firstimagehome, - getsrcbyimg, - setmeta, - } - }, -}) - diff --git a/_ALL_SITES/abitaregliiblei.it/root_spec/home_arcadei/home_arcadei.vue b/_ALL_SITES/abitaregliiblei.it/root_spec/home_arcadei/home_arcadei.vue deleted file mode 100755 index dd7ba147..00000000 --- a/_ALL_SITES/abitaregliiblei.it/root_spec/home_arcadei/home_arcadei.vue +++ /dev/null @@ -1,221 +0,0 @@ - - - - - diff --git a/_ALL_SITES/fioredellavita.riso.app/root_spec/home_arcadei/home_arcadei.scss b/_ALL_SITES/fioredellavita.riso.app/root_spec/home_arcadei/home_arcadei.scss deleted file mode 100755 index 0e32f575..00000000 --- a/_ALL_SITES/fioredellavita.riso.app/root_spec/home_arcadei/home_arcadei.scss +++ /dev/null @@ -1,452 +0,0 @@ - -.testo-banda { - //background: -webkit-gradient(linear, left top, left bottom, from(#3144f0), to(transparent)); - //background: linear-gradient(180deg, #3144f0, transparent); - //background: rgba(0, 0, 0, .6) -} - -$grayshadow: #555; - -$textcol: blue; -$textcol_scuro: darkblue; - -p { - margin: 0 0 1.25rem; - //text-shadow: .125rem .125rem .25rem $grayshadow; -} - -h4 { - font-size: 1.25rem; -} - -.mycard { - visibility: hidden; -} - -.landing { -} - -.landing_background { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - background-size: cover -} - -.landing > section { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - //padding: 0 16px -} - -.intro { - display: flex; - justify-content: space-between; - align-items: stretch; - /* flex-flow: row nowrap; */ - - padding: 1.25rem 0 1.25rem 0; - margin: .125rem; - - * { - width: 100%; - flex: 1; - margin-left: auto; - margin-right: auto; - } - - &__associazione { - min-width: 350px; - } - - &__comeassociarsi { - min-width: 350px; - } -} - -.subtitle { - font-weight: 600; - text-align: center; - letter-spacing: 0.125rem; - text-transform: uppercase; - font-size: 1rem; -} - -.landing > section.padding { - padding: 5.62rem 1rem; -} - -.landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; -} - -.landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; -} - -.landing > section > div { - position: relative; - width: 100% -} - -.maxwidth1200 { - max-width: 1200px; -} - -.landing__toolbar { - background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent)); - background: linear-gradient(180deg, #000, transparent); - padding: 0 !important -} - -.landing__toolbar .q-btn { - border-radius: 0 0 .315rem .315rem; - -ms-flex-item-align: stretch; - align-self: stretch -} - -.landing__hero { - min-height: 50vh -} - -.landing__header { - height: 18vh -} - -.landing__arrow { - bottom: 1.5rem; - opacity: .4 -} - -.landing__front { - background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, rgba(0, 0, 0, .6))); - background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6) 15%) -} - -.landing__logo { - width: 9.40rem; - height: 9.40rem; - margin-top: 1.315rem; - //-webkit-animation: logo-rotate 240s linear infinite; - //animation: logo-rotate 240s linear infinite -} - -.landing__features .q-icon { - font-size: 4rem -} - -h4 { - line-height: 1.5; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.landing__features h4, .landing__features h6 { - margin: 1rem 0 -} - -.landing__features p { - opacity: .7; - font-size: 1rem; - line-height: 1.5; -} - -.landing__footer { - //background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, .1)), to(#000)); - background: linear-gradient(180deg, rgba(0, 0, 0, .8) 95%, #FFF); - padding-top: 4.5rem !important; - padding-bottom: 4.5rem !important; - padding-left: 1.25rem; - padding-right: 1.25rem; - color: #9f9f9f; -} - -.icon_contact:hover { - color: blue; - border-color: white; - border-width: .0625rem; -} - -.landing__footer .doc-link { - color: $textcol; -} - -.landing__footer .doc-link:hover { - opacity: .8 -} - -.landing__swirl-bg { - background-repeat: no-repeat !important; - background-position: top; - background-size: contain !important; - background-image: url(../../../public/images/landing_first_section.png) !important -} - -.feat-descr { - font-size: 1.15rem; -} - -.feat-descr:hover { - transition: opacity 0.5s ease-in-out; - opacity: 0.9; -} - -.q-col-gutter-sm { - padding: 3.125rem 3.125rem; - //margin-left: -48px -} - -body.mobile .landing { - //background: unset -} - -body.mobile .landing:before { - content: ""; - position: fixed; - top: 0; - height: 100vh; - left: 0; - right: 0; - bottom: 0; - z-index: -1; - //background: #000 url(../../public/images/cover.jpg) 50%; - - background-size: cover -} - -/* -@-webkit-keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} - -@keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} -*/ - -.home { - //background-color: rgb(250, 250, 250); - padding: 3.125rem; - display: flex; - //flex-wrap: nowrap; - flex-direction: column; - align-items: center; - justify-content: space-between; -} - -.btn-start { - margin: 3.125rem; -} - -.shadow { - //color: white; - text-shadow: 0.125rem 0.125rem 0.25rem $grayshadow; -} - -.text-h1, h1 { - font-size: 3rem; - font-weight: bold; - line-height: 3rem; - letter-spacing: -.01562em; - margin-bottom: 8px !important; -} - -.text-h2 { - font-size: 3.75rem; - font-weight: 300; - line-height: 3.75rem; - letter-spacing: -.00833em; -} - -.text-weight-bold { - font-weight: 700; -} - -.text-vers { - font-size: 0.75rem; - font-weight: 400; - line-height: 1.75rem; - letter-spacing: .00937em; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.homep-cover-img-1 { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-2 { - background: #000 url(../../../public/images/foto2.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-3 { - background: #000 url(../../../public/images/foto3.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img.hide-filter:before { - opacity: 0 -} - -.landing__footer-icons { - font-size: 1.75rem -} - -.landing__footer-icons a { - margin: 0 .5rem .5rem; - text-decoration: none; - outline: 0; - color: $textcol; - transition: color .28s -} - -.landing__footer-icons a:hover { - color: $textcol_scuro; -} - -.doc-img { - max-width: 100%; -} - -.mylist { - background: #3fdaff; - padding-left: 1.25rem; -} - -.clgutter { - margin-top: 1.25rem; - padding: .62rem; -} - -.carousel_img_3 { - //background-image: url(../../public/images/cibo_sano.jpg); - background-size: cover !important; - background-position: 50% center !important; - background-repeat: no-repeat !important; -} - -@media (max-width: 718px) { - // PER VERSIONE MOBILE - - .landing__hero { - text-align: center - } - .landing__header { - height: 7vh - } - .clgutter { - margin-top: 0; - padding: 0; - } - .landing__hero .text-h1, h1 { - font-size: 2rem; - line-height: 2.05rem; - margin-bottom: 1.25rem - } - - .landing > section.padding { - padding: 2.5rem 1rem; - } - - .landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; - } - - .landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - max-width: 800px; - } - - .landing > section.padding_gallery > div { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - } - - .landing__features h4, .landing__features h6 { - margin: 1.25rem 0 - } - - h4 { - line-height: 1.4; - text-shadow: 0.25rem 0.25rem 0.5rem $grayshadow; - } - - .landing .feature-item { - text-align: center; - margin-top: 1.25rem; - } - .landing__hero-content { - padding-bottom: 11.25rem; - } - .landing__hero2-content { - padding-bottom: 7.25rem; - } - .landing__hero-btns { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center - } - - .q-col-gutter-sm { - padding: .625rem .315rem; - } - - .text-subtitle1 { - font-size: 1.25rem; - } - .text-vers { - font-size: 0.6rem; - } - - .carousel_img_3 { - //background-image: url(../../public/images/cibo_sano.jpg); - background-size: 620px 620px !important; - background-position: 50% top !important; - background-repeat: no-repeat !important; - } - -} - -.custom-caption { - text-align: center; - padding: .75rem; - color: $textcol; - background-color: rgba(0, 0, 0, .3); -} - -.sfondo-grigio { - padding: 1rem; - color: $textcol; - background-color: rgba(0, 0, 0, .35); -} - -.mycontacts { - color: gray; - letter-spacing: 0.078rem; -} - -.mycontacts_title { - text-shadow: 0.125rem 0.125rem 0.125rem #555; - font-weight: bold; - color: #999; - letter-spacing: 0.125rem; -} - -.mycontacts_text { - color: #999; - letter-spacing: 0.093rem; -} diff --git a/_ALL_SITES/fioredellavita.riso.app/root_spec/home_arcadei/home_arcadei.ts b/_ALL_SITES/fioredellavita.riso.app/root_spec/home_arcadei/home_arcadei.ts deleted file mode 100755 index 34ca347d..00000000 --- a/_ALL_SITES/fioredellavita.riso.app/root_spec/home_arcadei/home_arcadei.ts +++ /dev/null @@ -1,78 +0,0 @@ -import { defineComponent, ref, onMounted, watch, computed } from 'vue' - -import { useGlobalStore } from '@store/globalStore' -import { useRoute } from 'vue-router' -import { useUserStore } from '@store/UserStore' - -import { Logo } from '../../components/logo' - -import { LandingFooter } from '../../components/LandingFooter' -import { CMyPage } from '../../components/CMyPage/index' - -import { tools } from '@src/store/Modules/tools' -import { static_data } from '@src/db/static_data' -import { toolsext } from '@src/store/Modules/toolsext' -import { Screen } from 'quasar' -import { CCardCarousel, CEventsCalendar, COpenStreetMap } from '@components' -import MixinBase from '@src/mixins/mixin-base' -import { firstimagehome } from '@src/db/static_data' -import MixinMetaTags from '@/mixins/mixin-metatags' - -export default defineComponent({ - name: 'home_arcadei', - components: { Logo, LandingFooter, CMyPage, CCardCarousel, CEventsCalendar, COpenStreetMap }, - - setup() { - const animare = ref(0) - const slide = ref('first') - const slide2 = ref(1) - - const getImmagini = ref([ - { - title: '', subtitle: '', - alt: 'Arcadei', - img: 'images/arcadei/img1.png' - }, - ]) - - const userStore = useUserStore() - const globalStore = useGlobalStore() - - const { setValDb, getValDb } = MixinBase() - const { setmeta, getsrcbyimg } = MixinMetaTags() - - function getheightgallery() { - if (tools.isMobile()) - return '400px' - else - return '600px' - } - - function created() { - // - } - - function getArrDisciplines() { - return globalStore.disciplines.filter((rec: any) => rec.showinhome) - } - - created() - - return { - tools, - toolsext, - static_data, - animare, - slide, - slide2, - getheightgallery, - getArrDisciplines, - getImmagini, - getValDb, - firstimagehome, - getsrcbyimg, - setmeta, - } - }, -}) - diff --git a/_ALL_SITES/fioredellavita.riso.app/root_spec/home_arcadei/home_arcadei.vue b/_ALL_SITES/fioredellavita.riso.app/root_spec/home_arcadei/home_arcadei.vue deleted file mode 100755 index dd7ba147..00000000 --- a/_ALL_SITES/fioredellavita.riso.app/root_spec/home_arcadei/home_arcadei.vue +++ /dev/null @@ -1,221 +0,0 @@ - - - - - diff --git a/_ALL_SITES/fioredellavita.riso.app/root_spec/home_tdv/home_tdv.scss b/_ALL_SITES/fioredellavita.riso.app/root_spec/home_tdv/home_tdv.scss deleted file mode 100755 index 221fef3e..00000000 --- a/_ALL_SITES/fioredellavita.riso.app/root_spec/home_tdv/home_tdv.scss +++ /dev/null @@ -1,446 +0,0 @@ - -.testo-banda { - //background: -webkit-gradient(linear, left top, left bottom, from(#3144f0), to(transparent)); - //background: linear-gradient(180deg, #3144f0, transparent); - //background: rgba(0, 0, 0, .6) -} - -$grayshadow: #555; - -$textcol: blue; -$textcol_scuro: darkblue; - -p { - margin: 0 0 1.25rem; - //text-shadow: .125rem .125rem .25rem $grayshadow; -} - -h4 { - font-size: 1.25rem; -} - -.mycard { - visibility: hidden; -} - -.landing { -} - -.landing_background { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - background-size: cover -} - -.landing > section { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - //padding: 0 16px -} - -.intro { - display: flex; - justify-content: space-between; - align-items: stretch; - /* flex-flow: row nowrap; */ - - padding: 1.25rem 0 1.25rem 0; - margin: .125rem; - - * { - width: 100%; - flex: 1; - margin-left: auto; - margin-right: auto; - } - - &__associazione { - min-width: 350px; - } - - &__comeassociarsi { - min-width: 350px; - } -} - -.subtitle { - font-weight: 600; - text-align: center; - letter-spacing: 0.125rem; - text-transform: uppercase; - font-size: 1rem; -} - -.landing > section.padding { - padding: 5.62rem 1rem; -} - -.landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; -} - -.landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; -} - -.landing > section > div { - position: relative; - width: 100% -} - -.maxwidth1200 { - max-width: 1200px; -} - -.landing__toolbar { - background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent)); - background: linear-gradient(180deg, #000, transparent); - padding: 0 !important -} - -.landing__toolbar .q-btn { - border-radius: 0 0 .315rem .315rem; - -ms-flex-item-align: stretch; - align-self: stretch -} - -.landing__hero { - min-height: 50vh -} - -.landing__header { - height: 18vh -} - -.landing__arrow { - bottom: 1.5rem; - opacity: .4 -} - -.landing__front { - background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, rgba(0, 0, 0, .6))); - background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6) 15%) -} - -.landing__logo { - width: 9.40rem; - height: 9.40rem; - margin-top: 1.315rem; - //-webkit-animation: logo-rotate 240s linear infinite; - //animation: logo-rotate 240s linear infinite -} - -.landing__features .q-icon { - font-size: 4rem -} - -h4 { - line-height: 1.5; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.landing__features h4, .landing__features h6 { - margin: 1rem 0 -} - -.landing__features p { - opacity: .7; - font-size: 1rem; - line-height: 1.5; -} - -.landing__footer { - //background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, .1)), to(#000)); - background: linear-gradient(180deg, rgba(0, 0, 0, .8) 95%, #FFF); - padding-top: 4.5rem !important; - padding-bottom: 4.5rem !important; - padding-left: 1.25rem; - padding-right: 1.25rem; - color: #9f9f9f; -} - -.icon_contact:hover { - color: blue; - border-color: white; - border-width: .0625rem; -} - -.landing__footer .doc-link { - color: $textcol; -} - -.landing__footer .doc-link:hover { - opacity: .8 -} - -.landing__swirl-bg { - background-repeat: no-repeat !important; - background-position: top; - background-size: contain !important; - background-image: url(../../../public/images/landing_first_section.png) !important -} - -.feat-descr { - font-size: 1.15rem; -} - -.feat-descr:hover { - transition: opacity 0.5s ease-in-out; - opacity: 0.9; -} - -.q-col-gutter-sm { - padding: 3.125rem 3.125rem; - //margin-left: -48px -} - -body.mobile .landing { - //background: unset -} - -body.mobile .landing:before { - content: ""; - position: fixed; - top: 0; - height: 100vh; - left: 0; - right: 0; - bottom: 0; - z-index: -1; - //background: #000 url(../../public/images/cover.jpg) 50%; - - background-size: cover -} - -/* -@-webkit-keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} - -@keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} -*/ - -.home { - //background-color: rgb(250, 250, 250); - padding: 3.125rem; - display: flex; - //flex-wrap: nowrap; - flex-direction: column; - align-items: center; - justify-content: space-between; -} - -.btn-start { - margin: 3.125rem; -} - -.shadow { - //color: white; - text-shadow: 0.125rem 0.125rem 0.25rem $grayshadow; -} - -.text-h1, h1 { - font-size: 3rem; - font-weight: bold; - line-height: 3rem; - letter-spacing: -.01562em; - margin-bottom: 8px !important; -} - -.text-h2 { - font-size: 3.75rem; - font-weight: 300; - line-height: 3.75rem; - letter-spacing: -.00833em; -} - -.text-weight-bold { - font-weight: 700; -} - -.text-vers { - font-size: 0.75rem; - font-weight: 400; - line-height: 1.75rem; - letter-spacing: .00937em; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.homep-cover-img-1 { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-2 { - background: #000 url(../../../public/images/foto2.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-3 { - background: #000 url(../../../public/images/foto3.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img.hide-filter:before { - opacity: 0 -} - -.landing__footer-icons { - font-size: 1.75rem -} - -.landing__footer-icons a { - margin: 0 .5rem .5rem; - text-decoration: none; - outline: 0; - color: $textcol; - transition: color .28s -} - -.landing__footer-icons a:hover { - color: $textcol_scuro; -} - -.doc-img { - max-width: 100%; -} - -.mylist { - background: #3fdaff; - padding-left: 1.25rem; -} - -.clgutter { - margin-top: 1.25rem; - padding: .62rem; -} - -.carousel_img_3 { - //background-image: url(../../public/images/cibo_sano.jpg); - background-size: cover !important; - background-position: 50% center !important; - background-repeat: no-repeat !important; -} - -@media (max-width: 718px) { - // PER VERSIONE MOBILE - - .landing__hero { - text-align: center - } - .landing__header { - height: 7vh - } - .clgutter { - margin-top: 0; - padding: 0; - } - .landing__hero .text-h1, h1 { - font-size: 2rem; - line-height: 2.05rem; - margin-bottom: 1.25rem - } - - .landing > section.padding { - padding: 2.5rem 1rem; - } - - .landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; - } - - .landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - max-width: 800px; - } - - .landing > section.padding_gallery > div { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - } - - .landing__features h4, .landing__features h6 { - margin: 1.25rem 0 - } - - h4 { - line-height: 1.4; - text-shadow: 0.25rem 0.25rem 0.5rem $grayshadow; - } - - .landing .feature-item { - text-align: center; - margin-top: 1.25rem; - } - .landing__hero-content { - padding-bottom: 11.25rem; - } - .landing__hero2-content { - padding-bottom: 7.25rem; - } - .landing__hero-btns { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center - } - - .q-col-gutter-sm { - padding: .625rem .315rem; - } - - .text-subtitle1 { - font-size: 1.25rem; - } - .text-vers { - font-size: 0.6rem; - } - - -} - -.custom-caption { - text-align: center; - padding: .75rem; - color: $textcol; - background-color: rgba(0, 0, 0, .3); -} - -.sfondo-grigio { - padding: 1rem; - color: $textcol; - background-color: rgba(0, 0, 0, .35); -} - -.mycontacts { - color: gray; - letter-spacing: 0.078rem; -} - -.mycontacts_title { - text-shadow: 0.125rem 0.125rem 0.125rem #555; - font-weight: bold; - color: #999; - letter-spacing: 0.125rem; -} - -.mycontacts_text { - color: #999; - letter-spacing: 0.093rem; -} diff --git a/_ALL_SITES/fioredellavita.riso.app/root_spec/home_tdv/home_tdv.ts b/_ALL_SITES/fioredellavita.riso.app/root_spec/home_tdv/home_tdv.ts deleted file mode 100755 index a636bdb8..00000000 --- a/_ALL_SITES/fioredellavita.riso.app/root_spec/home_tdv/home_tdv.ts +++ /dev/null @@ -1,78 +0,0 @@ -import { defineComponent, ref, onMounted, watch, computed } from 'vue' - -import { useGlobalStore } from '@store/globalStore' -import { useRoute } from 'vue-router' -import { useUserStore } from '@store/UserStore' - -import { Logo } from '../../components/logo' - -import { LandingFooter } from '../../components/LandingFooter' -import { CMyPage } from '../../components/CMyPage/index' - -import { tools } from '@src/store/Modules/tools' -import { static_data } from '@src/db/static_data' -import { toolsext } from '@src/store/Modules/toolsext' -import { Screen } from 'quasar' -import { CCardCarousel, CEventsCalendar, COpenStreetMap } from '@components' -import MixinBase from '@src/mixins/mixin-base' -import { firstimagehome } from '@src/db/static_data' -import MixinMetaTags from '@/mixins/mixin-metatags' - -export default defineComponent({ - name: 'Home_tdv', - components: { Logo, LandingFooter, CMyPage, CCardCarousel, CEventsCalendar, COpenStreetMap }, - - setup() { - const animare = ref(0) - const slide = ref('first') - const slide2 = ref(1) - - const getImmagini = ref([ - { - title: '', subtitle: '', - alt: 'Elisa e Cristina insieme', - img: '../../statics/images/eventi_esterni/IMG_6035.jpg' - }, - ]) - - const userStore = useUserStore() - const globalStore = useGlobalStore() - - const { setValDb, getValDb } = MixinBase() - const { setmeta, getsrcbyimg } = MixinMetaTags() - - function getheightgallery() { - if (tools.isMobile()) - return '400px' - else - return '600px' - } - - function created() { - // - } - - function getArrDisciplines() { - return globalStore.disciplines.filter((rec: any) => rec.showinhome) - } - - created() - - return { - tools, - toolsext, - static_data, - animare, - slide, - slide2, - getheightgallery, - getArrDisciplines, - getImmagini, - getValDb, - firstimagehome, - getsrcbyimg, - setmeta, - } - }, -}) - diff --git a/_ALL_SITES/fioredellavita.riso.app/root_spec/home_tdv/home_tdv.vue b/_ALL_SITES/fioredellavita.riso.app/root_spec/home_tdv/home_tdv.vue deleted file mode 100755 index d0710b3a..00000000 --- a/_ALL_SITES/fioredellavita.riso.app/root_spec/home_tdv/home_tdv.vue +++ /dev/null @@ -1,220 +0,0 @@ - - - - - diff --git a/_ALL_SITES/freeplanet.app/db/lang/ws_it.js b/_ALL_SITES/freeplanet.app/db/lang/ws_it.js index 71dde945..a9b264bc 100755 --- a/_ALL_SITES/freeplanet.app/db/lang/ws_it.js +++ b/_ALL_SITES/freeplanet.app/db/lang/ws_it.js @@ -127,6 +127,7 @@ const msg_website_it = { only_residenti: 'Solo Residenti', only_consiglio: 'Solo Consiglieri', color: 'Colore', + sottomenu: 'SottoMenu', }, msg: { myAppName: 'FreePlanet', diff --git a/_ALL_SITES/gruppomacro.app/root_spec/home_arcadei/home_arcadei.scss b/_ALL_SITES/gruppomacro.app/root_spec/home_arcadei/home_arcadei.scss deleted file mode 100755 index 0e32f575..00000000 --- a/_ALL_SITES/gruppomacro.app/root_spec/home_arcadei/home_arcadei.scss +++ /dev/null @@ -1,452 +0,0 @@ - -.testo-banda { - //background: -webkit-gradient(linear, left top, left bottom, from(#3144f0), to(transparent)); - //background: linear-gradient(180deg, #3144f0, transparent); - //background: rgba(0, 0, 0, .6) -} - -$grayshadow: #555; - -$textcol: blue; -$textcol_scuro: darkblue; - -p { - margin: 0 0 1.25rem; - //text-shadow: .125rem .125rem .25rem $grayshadow; -} - -h4 { - font-size: 1.25rem; -} - -.mycard { - visibility: hidden; -} - -.landing { -} - -.landing_background { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - background-size: cover -} - -.landing > section { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - //padding: 0 16px -} - -.intro { - display: flex; - justify-content: space-between; - align-items: stretch; - /* flex-flow: row nowrap; */ - - padding: 1.25rem 0 1.25rem 0; - margin: .125rem; - - * { - width: 100%; - flex: 1; - margin-left: auto; - margin-right: auto; - } - - &__associazione { - min-width: 350px; - } - - &__comeassociarsi { - min-width: 350px; - } -} - -.subtitle { - font-weight: 600; - text-align: center; - letter-spacing: 0.125rem; - text-transform: uppercase; - font-size: 1rem; -} - -.landing > section.padding { - padding: 5.62rem 1rem; -} - -.landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; -} - -.landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; -} - -.landing > section > div { - position: relative; - width: 100% -} - -.maxwidth1200 { - max-width: 1200px; -} - -.landing__toolbar { - background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent)); - background: linear-gradient(180deg, #000, transparent); - padding: 0 !important -} - -.landing__toolbar .q-btn { - border-radius: 0 0 .315rem .315rem; - -ms-flex-item-align: stretch; - align-self: stretch -} - -.landing__hero { - min-height: 50vh -} - -.landing__header { - height: 18vh -} - -.landing__arrow { - bottom: 1.5rem; - opacity: .4 -} - -.landing__front { - background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, rgba(0, 0, 0, .6))); - background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6) 15%) -} - -.landing__logo { - width: 9.40rem; - height: 9.40rem; - margin-top: 1.315rem; - //-webkit-animation: logo-rotate 240s linear infinite; - //animation: logo-rotate 240s linear infinite -} - -.landing__features .q-icon { - font-size: 4rem -} - -h4 { - line-height: 1.5; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.landing__features h4, .landing__features h6 { - margin: 1rem 0 -} - -.landing__features p { - opacity: .7; - font-size: 1rem; - line-height: 1.5; -} - -.landing__footer { - //background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, .1)), to(#000)); - background: linear-gradient(180deg, rgba(0, 0, 0, .8) 95%, #FFF); - padding-top: 4.5rem !important; - padding-bottom: 4.5rem !important; - padding-left: 1.25rem; - padding-right: 1.25rem; - color: #9f9f9f; -} - -.icon_contact:hover { - color: blue; - border-color: white; - border-width: .0625rem; -} - -.landing__footer .doc-link { - color: $textcol; -} - -.landing__footer .doc-link:hover { - opacity: .8 -} - -.landing__swirl-bg { - background-repeat: no-repeat !important; - background-position: top; - background-size: contain !important; - background-image: url(../../../public/images/landing_first_section.png) !important -} - -.feat-descr { - font-size: 1.15rem; -} - -.feat-descr:hover { - transition: opacity 0.5s ease-in-out; - opacity: 0.9; -} - -.q-col-gutter-sm { - padding: 3.125rem 3.125rem; - //margin-left: -48px -} - -body.mobile .landing { - //background: unset -} - -body.mobile .landing:before { - content: ""; - position: fixed; - top: 0; - height: 100vh; - left: 0; - right: 0; - bottom: 0; - z-index: -1; - //background: #000 url(../../public/images/cover.jpg) 50%; - - background-size: cover -} - -/* -@-webkit-keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} - -@keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} -*/ - -.home { - //background-color: rgb(250, 250, 250); - padding: 3.125rem; - display: flex; - //flex-wrap: nowrap; - flex-direction: column; - align-items: center; - justify-content: space-between; -} - -.btn-start { - margin: 3.125rem; -} - -.shadow { - //color: white; - text-shadow: 0.125rem 0.125rem 0.25rem $grayshadow; -} - -.text-h1, h1 { - font-size: 3rem; - font-weight: bold; - line-height: 3rem; - letter-spacing: -.01562em; - margin-bottom: 8px !important; -} - -.text-h2 { - font-size: 3.75rem; - font-weight: 300; - line-height: 3.75rem; - letter-spacing: -.00833em; -} - -.text-weight-bold { - font-weight: 700; -} - -.text-vers { - font-size: 0.75rem; - font-weight: 400; - line-height: 1.75rem; - letter-spacing: .00937em; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.homep-cover-img-1 { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-2 { - background: #000 url(../../../public/images/foto2.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-3 { - background: #000 url(../../../public/images/foto3.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img.hide-filter:before { - opacity: 0 -} - -.landing__footer-icons { - font-size: 1.75rem -} - -.landing__footer-icons a { - margin: 0 .5rem .5rem; - text-decoration: none; - outline: 0; - color: $textcol; - transition: color .28s -} - -.landing__footer-icons a:hover { - color: $textcol_scuro; -} - -.doc-img { - max-width: 100%; -} - -.mylist { - background: #3fdaff; - padding-left: 1.25rem; -} - -.clgutter { - margin-top: 1.25rem; - padding: .62rem; -} - -.carousel_img_3 { - //background-image: url(../../public/images/cibo_sano.jpg); - background-size: cover !important; - background-position: 50% center !important; - background-repeat: no-repeat !important; -} - -@media (max-width: 718px) { - // PER VERSIONE MOBILE - - .landing__hero { - text-align: center - } - .landing__header { - height: 7vh - } - .clgutter { - margin-top: 0; - padding: 0; - } - .landing__hero .text-h1, h1 { - font-size: 2rem; - line-height: 2.05rem; - margin-bottom: 1.25rem - } - - .landing > section.padding { - padding: 2.5rem 1rem; - } - - .landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; - } - - .landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - max-width: 800px; - } - - .landing > section.padding_gallery > div { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - } - - .landing__features h4, .landing__features h6 { - margin: 1.25rem 0 - } - - h4 { - line-height: 1.4; - text-shadow: 0.25rem 0.25rem 0.5rem $grayshadow; - } - - .landing .feature-item { - text-align: center; - margin-top: 1.25rem; - } - .landing__hero-content { - padding-bottom: 11.25rem; - } - .landing__hero2-content { - padding-bottom: 7.25rem; - } - .landing__hero-btns { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center - } - - .q-col-gutter-sm { - padding: .625rem .315rem; - } - - .text-subtitle1 { - font-size: 1.25rem; - } - .text-vers { - font-size: 0.6rem; - } - - .carousel_img_3 { - //background-image: url(../../public/images/cibo_sano.jpg); - background-size: 620px 620px !important; - background-position: 50% top !important; - background-repeat: no-repeat !important; - } - -} - -.custom-caption { - text-align: center; - padding: .75rem; - color: $textcol; - background-color: rgba(0, 0, 0, .3); -} - -.sfondo-grigio { - padding: 1rem; - color: $textcol; - background-color: rgba(0, 0, 0, .35); -} - -.mycontacts { - color: gray; - letter-spacing: 0.078rem; -} - -.mycontacts_title { - text-shadow: 0.125rem 0.125rem 0.125rem #555; - font-weight: bold; - color: #999; - letter-spacing: 0.125rem; -} - -.mycontacts_text { - color: #999; - letter-spacing: 0.093rem; -} diff --git a/_ALL_SITES/gruppomacro.app/root_spec/home_arcadei/home_arcadei.ts b/_ALL_SITES/gruppomacro.app/root_spec/home_arcadei/home_arcadei.ts deleted file mode 100755 index 34ca347d..00000000 --- a/_ALL_SITES/gruppomacro.app/root_spec/home_arcadei/home_arcadei.ts +++ /dev/null @@ -1,78 +0,0 @@ -import { defineComponent, ref, onMounted, watch, computed } from 'vue' - -import { useGlobalStore } from '@store/globalStore' -import { useRoute } from 'vue-router' -import { useUserStore } from '@store/UserStore' - -import { Logo } from '../../components/logo' - -import { LandingFooter } from '../../components/LandingFooter' -import { CMyPage } from '../../components/CMyPage/index' - -import { tools } from '@src/store/Modules/tools' -import { static_data } from '@src/db/static_data' -import { toolsext } from '@src/store/Modules/toolsext' -import { Screen } from 'quasar' -import { CCardCarousel, CEventsCalendar, COpenStreetMap } from '@components' -import MixinBase from '@src/mixins/mixin-base' -import { firstimagehome } from '@src/db/static_data' -import MixinMetaTags from '@/mixins/mixin-metatags' - -export default defineComponent({ - name: 'home_arcadei', - components: { Logo, LandingFooter, CMyPage, CCardCarousel, CEventsCalendar, COpenStreetMap }, - - setup() { - const animare = ref(0) - const slide = ref('first') - const slide2 = ref(1) - - const getImmagini = ref([ - { - title: '', subtitle: '', - alt: 'Arcadei', - img: 'images/arcadei/img1.png' - }, - ]) - - const userStore = useUserStore() - const globalStore = useGlobalStore() - - const { setValDb, getValDb } = MixinBase() - const { setmeta, getsrcbyimg } = MixinMetaTags() - - function getheightgallery() { - if (tools.isMobile()) - return '400px' - else - return '600px' - } - - function created() { - // - } - - function getArrDisciplines() { - return globalStore.disciplines.filter((rec: any) => rec.showinhome) - } - - created() - - return { - tools, - toolsext, - static_data, - animare, - slide, - slide2, - getheightgallery, - getArrDisciplines, - getImmagini, - getValDb, - firstimagehome, - getsrcbyimg, - setmeta, - } - }, -}) - diff --git a/_ALL_SITES/gruppomacro.app/root_spec/home_arcadei/home_arcadei.vue b/_ALL_SITES/gruppomacro.app/root_spec/home_arcadei/home_arcadei.vue deleted file mode 100755 index dd7ba147..00000000 --- a/_ALL_SITES/gruppomacro.app/root_spec/home_arcadei/home_arcadei.vue +++ /dev/null @@ -1,221 +0,0 @@ - - - - - diff --git a/_ALL_SITES/gruppomacro.app/root_spec/home_tdv/home_tdv.scss b/_ALL_SITES/gruppomacro.app/root_spec/home_tdv/home_tdv.scss deleted file mode 100755 index 221fef3e..00000000 --- a/_ALL_SITES/gruppomacro.app/root_spec/home_tdv/home_tdv.scss +++ /dev/null @@ -1,446 +0,0 @@ - -.testo-banda { - //background: -webkit-gradient(linear, left top, left bottom, from(#3144f0), to(transparent)); - //background: linear-gradient(180deg, #3144f0, transparent); - //background: rgba(0, 0, 0, .6) -} - -$grayshadow: #555; - -$textcol: blue; -$textcol_scuro: darkblue; - -p { - margin: 0 0 1.25rem; - //text-shadow: .125rem .125rem .25rem $grayshadow; -} - -h4 { - font-size: 1.25rem; -} - -.mycard { - visibility: hidden; -} - -.landing { -} - -.landing_background { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - background-size: cover -} - -.landing > section { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - //padding: 0 16px -} - -.intro { - display: flex; - justify-content: space-between; - align-items: stretch; - /* flex-flow: row nowrap; */ - - padding: 1.25rem 0 1.25rem 0; - margin: .125rem; - - * { - width: 100%; - flex: 1; - margin-left: auto; - margin-right: auto; - } - - &__associazione { - min-width: 350px; - } - - &__comeassociarsi { - min-width: 350px; - } -} - -.subtitle { - font-weight: 600; - text-align: center; - letter-spacing: 0.125rem; - text-transform: uppercase; - font-size: 1rem; -} - -.landing > section.padding { - padding: 5.62rem 1rem; -} - -.landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; -} - -.landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; -} - -.landing > section > div { - position: relative; - width: 100% -} - -.maxwidth1200 { - max-width: 1200px; -} - -.landing__toolbar { - background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent)); - background: linear-gradient(180deg, #000, transparent); - padding: 0 !important -} - -.landing__toolbar .q-btn { - border-radius: 0 0 .315rem .315rem; - -ms-flex-item-align: stretch; - align-self: stretch -} - -.landing__hero { - min-height: 50vh -} - -.landing__header { - height: 18vh -} - -.landing__arrow { - bottom: 1.5rem; - opacity: .4 -} - -.landing__front { - background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, rgba(0, 0, 0, .6))); - background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6) 15%) -} - -.landing__logo { - width: 9.40rem; - height: 9.40rem; - margin-top: 1.315rem; - //-webkit-animation: logo-rotate 240s linear infinite; - //animation: logo-rotate 240s linear infinite -} - -.landing__features .q-icon { - font-size: 4rem -} - -h4 { - line-height: 1.5; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.landing__features h4, .landing__features h6 { - margin: 1rem 0 -} - -.landing__features p { - opacity: .7; - font-size: 1rem; - line-height: 1.5; -} - -.landing__footer { - //background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, .1)), to(#000)); - background: linear-gradient(180deg, rgba(0, 0, 0, .8) 95%, #FFF); - padding-top: 4.5rem !important; - padding-bottom: 4.5rem !important; - padding-left: 1.25rem; - padding-right: 1.25rem; - color: #9f9f9f; -} - -.icon_contact:hover { - color: blue; - border-color: white; - border-width: .0625rem; -} - -.landing__footer .doc-link { - color: $textcol; -} - -.landing__footer .doc-link:hover { - opacity: .8 -} - -.landing__swirl-bg { - background-repeat: no-repeat !important; - background-position: top; - background-size: contain !important; - background-image: url(../../../public/images/landing_first_section.png) !important -} - -.feat-descr { - font-size: 1.15rem; -} - -.feat-descr:hover { - transition: opacity 0.5s ease-in-out; - opacity: 0.9; -} - -.q-col-gutter-sm { - padding: 3.125rem 3.125rem; - //margin-left: -48px -} - -body.mobile .landing { - //background: unset -} - -body.mobile .landing:before { - content: ""; - position: fixed; - top: 0; - height: 100vh; - left: 0; - right: 0; - bottom: 0; - z-index: -1; - //background: #000 url(../../public/images/cover.jpg) 50%; - - background-size: cover -} - -/* -@-webkit-keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} - -@keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} -*/ - -.home { - //background-color: rgb(250, 250, 250); - padding: 3.125rem; - display: flex; - //flex-wrap: nowrap; - flex-direction: column; - align-items: center; - justify-content: space-between; -} - -.btn-start { - margin: 3.125rem; -} - -.shadow { - //color: white; - text-shadow: 0.125rem 0.125rem 0.25rem $grayshadow; -} - -.text-h1, h1 { - font-size: 3rem; - font-weight: bold; - line-height: 3rem; - letter-spacing: -.01562em; - margin-bottom: 8px !important; -} - -.text-h2 { - font-size: 3.75rem; - font-weight: 300; - line-height: 3.75rem; - letter-spacing: -.00833em; -} - -.text-weight-bold { - font-weight: 700; -} - -.text-vers { - font-size: 0.75rem; - font-weight: 400; - line-height: 1.75rem; - letter-spacing: .00937em; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.homep-cover-img-1 { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-2 { - background: #000 url(../../../public/images/foto2.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-3 { - background: #000 url(../../../public/images/foto3.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img.hide-filter:before { - opacity: 0 -} - -.landing__footer-icons { - font-size: 1.75rem -} - -.landing__footer-icons a { - margin: 0 .5rem .5rem; - text-decoration: none; - outline: 0; - color: $textcol; - transition: color .28s -} - -.landing__footer-icons a:hover { - color: $textcol_scuro; -} - -.doc-img { - max-width: 100%; -} - -.mylist { - background: #3fdaff; - padding-left: 1.25rem; -} - -.clgutter { - margin-top: 1.25rem; - padding: .62rem; -} - -.carousel_img_3 { - //background-image: url(../../public/images/cibo_sano.jpg); - background-size: cover !important; - background-position: 50% center !important; - background-repeat: no-repeat !important; -} - -@media (max-width: 718px) { - // PER VERSIONE MOBILE - - .landing__hero { - text-align: center - } - .landing__header { - height: 7vh - } - .clgutter { - margin-top: 0; - padding: 0; - } - .landing__hero .text-h1, h1 { - font-size: 2rem; - line-height: 2.05rem; - margin-bottom: 1.25rem - } - - .landing > section.padding { - padding: 2.5rem 1rem; - } - - .landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; - } - - .landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - max-width: 800px; - } - - .landing > section.padding_gallery > div { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - } - - .landing__features h4, .landing__features h6 { - margin: 1.25rem 0 - } - - h4 { - line-height: 1.4; - text-shadow: 0.25rem 0.25rem 0.5rem $grayshadow; - } - - .landing .feature-item { - text-align: center; - margin-top: 1.25rem; - } - .landing__hero-content { - padding-bottom: 11.25rem; - } - .landing__hero2-content { - padding-bottom: 7.25rem; - } - .landing__hero-btns { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center - } - - .q-col-gutter-sm { - padding: .625rem .315rem; - } - - .text-subtitle1 { - font-size: 1.25rem; - } - .text-vers { - font-size: 0.6rem; - } - - -} - -.custom-caption { - text-align: center; - padding: .75rem; - color: $textcol; - background-color: rgba(0, 0, 0, .3); -} - -.sfondo-grigio { - padding: 1rem; - color: $textcol; - background-color: rgba(0, 0, 0, .35); -} - -.mycontacts { - color: gray; - letter-spacing: 0.078rem; -} - -.mycontacts_title { - text-shadow: 0.125rem 0.125rem 0.125rem #555; - font-weight: bold; - color: #999; - letter-spacing: 0.125rem; -} - -.mycontacts_text { - color: #999; - letter-spacing: 0.093rem; -} diff --git a/_ALL_SITES/gruppomacro.app/root_spec/home_tdv/home_tdv.ts b/_ALL_SITES/gruppomacro.app/root_spec/home_tdv/home_tdv.ts deleted file mode 100755 index a636bdb8..00000000 --- a/_ALL_SITES/gruppomacro.app/root_spec/home_tdv/home_tdv.ts +++ /dev/null @@ -1,78 +0,0 @@ -import { defineComponent, ref, onMounted, watch, computed } from 'vue' - -import { useGlobalStore } from '@store/globalStore' -import { useRoute } from 'vue-router' -import { useUserStore } from '@store/UserStore' - -import { Logo } from '../../components/logo' - -import { LandingFooter } from '../../components/LandingFooter' -import { CMyPage } from '../../components/CMyPage/index' - -import { tools } from '@src/store/Modules/tools' -import { static_data } from '@src/db/static_data' -import { toolsext } from '@src/store/Modules/toolsext' -import { Screen } from 'quasar' -import { CCardCarousel, CEventsCalendar, COpenStreetMap } from '@components' -import MixinBase from '@src/mixins/mixin-base' -import { firstimagehome } from '@src/db/static_data' -import MixinMetaTags from '@/mixins/mixin-metatags' - -export default defineComponent({ - name: 'Home_tdv', - components: { Logo, LandingFooter, CMyPage, CCardCarousel, CEventsCalendar, COpenStreetMap }, - - setup() { - const animare = ref(0) - const slide = ref('first') - const slide2 = ref(1) - - const getImmagini = ref([ - { - title: '', subtitle: '', - alt: 'Elisa e Cristina insieme', - img: '../../statics/images/eventi_esterni/IMG_6035.jpg' - }, - ]) - - const userStore = useUserStore() - const globalStore = useGlobalStore() - - const { setValDb, getValDb } = MixinBase() - const { setmeta, getsrcbyimg } = MixinMetaTags() - - function getheightgallery() { - if (tools.isMobile()) - return '400px' - else - return '600px' - } - - function created() { - // - } - - function getArrDisciplines() { - return globalStore.disciplines.filter((rec: any) => rec.showinhome) - } - - created() - - return { - tools, - toolsext, - static_data, - animare, - slide, - slide2, - getheightgallery, - getArrDisciplines, - getImmagini, - getValDb, - firstimagehome, - getsrcbyimg, - setmeta, - } - }, -}) - diff --git a/_ALL_SITES/gruppomacro.app/root_spec/home_tdv/home_tdv.vue b/_ALL_SITES/gruppomacro.app/root_spec/home_tdv/home_tdv.vue deleted file mode 100755 index d0710b3a..00000000 --- a/_ALL_SITES/gruppomacro.app/root_spec/home_tdv/home_tdv.vue +++ /dev/null @@ -1,220 +0,0 @@ - - - - - diff --git a/_ALL_SITES/kolibrilab.it/db/lang/ws_it.js b/_ALL_SITES/kolibrilab.it/db/lang/ws_it.js index a8cdb706..a877b3fb 100755 --- a/_ALL_SITES/kolibrilab.it/db/lang/ws_it.js +++ b/_ALL_SITES/kolibrilab.it/db/lang/ws_it.js @@ -94,6 +94,7 @@ const msg_website_it = { reg: 'Partecipanti', verifieds: 'Verificati', online_today: 'On Line Oggi', + activeusers: 'Utenti Attivi', autorizzati: 'Autorizzati', autorizzare: 'In attesa di Abilitazione', passeggeri: 'Passeggeri Navi', diff --git a/_ALL_SITES/kolibrilab.it/root_spec/home_arcadei/home_arcadei.scss b/_ALL_SITES/kolibrilab.it/root_spec/home_arcadei/home_arcadei.scss deleted file mode 100755 index 0e32f575..00000000 --- a/_ALL_SITES/kolibrilab.it/root_spec/home_arcadei/home_arcadei.scss +++ /dev/null @@ -1,452 +0,0 @@ - -.testo-banda { - //background: -webkit-gradient(linear, left top, left bottom, from(#3144f0), to(transparent)); - //background: linear-gradient(180deg, #3144f0, transparent); - //background: rgba(0, 0, 0, .6) -} - -$grayshadow: #555; - -$textcol: blue; -$textcol_scuro: darkblue; - -p { - margin: 0 0 1.25rem; - //text-shadow: .125rem .125rem .25rem $grayshadow; -} - -h4 { - font-size: 1.25rem; -} - -.mycard { - visibility: hidden; -} - -.landing { -} - -.landing_background { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - background-size: cover -} - -.landing > section { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - //padding: 0 16px -} - -.intro { - display: flex; - justify-content: space-between; - align-items: stretch; - /* flex-flow: row nowrap; */ - - padding: 1.25rem 0 1.25rem 0; - margin: .125rem; - - * { - width: 100%; - flex: 1; - margin-left: auto; - margin-right: auto; - } - - &__associazione { - min-width: 350px; - } - - &__comeassociarsi { - min-width: 350px; - } -} - -.subtitle { - font-weight: 600; - text-align: center; - letter-spacing: 0.125rem; - text-transform: uppercase; - font-size: 1rem; -} - -.landing > section.padding { - padding: 5.62rem 1rem; -} - -.landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; -} - -.landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; -} - -.landing > section > div { - position: relative; - width: 100% -} - -.maxwidth1200 { - max-width: 1200px; -} - -.landing__toolbar { - background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent)); - background: linear-gradient(180deg, #000, transparent); - padding: 0 !important -} - -.landing__toolbar .q-btn { - border-radius: 0 0 .315rem .315rem; - -ms-flex-item-align: stretch; - align-self: stretch -} - -.landing__hero { - min-height: 50vh -} - -.landing__header { - height: 18vh -} - -.landing__arrow { - bottom: 1.5rem; - opacity: .4 -} - -.landing__front { - background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, rgba(0, 0, 0, .6))); - background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6) 15%) -} - -.landing__logo { - width: 9.40rem; - height: 9.40rem; - margin-top: 1.315rem; - //-webkit-animation: logo-rotate 240s linear infinite; - //animation: logo-rotate 240s linear infinite -} - -.landing__features .q-icon { - font-size: 4rem -} - -h4 { - line-height: 1.5; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.landing__features h4, .landing__features h6 { - margin: 1rem 0 -} - -.landing__features p { - opacity: .7; - font-size: 1rem; - line-height: 1.5; -} - -.landing__footer { - //background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, .1)), to(#000)); - background: linear-gradient(180deg, rgba(0, 0, 0, .8) 95%, #FFF); - padding-top: 4.5rem !important; - padding-bottom: 4.5rem !important; - padding-left: 1.25rem; - padding-right: 1.25rem; - color: #9f9f9f; -} - -.icon_contact:hover { - color: blue; - border-color: white; - border-width: .0625rem; -} - -.landing__footer .doc-link { - color: $textcol; -} - -.landing__footer .doc-link:hover { - opacity: .8 -} - -.landing__swirl-bg { - background-repeat: no-repeat !important; - background-position: top; - background-size: contain !important; - background-image: url(../../../public/images/landing_first_section.png) !important -} - -.feat-descr { - font-size: 1.15rem; -} - -.feat-descr:hover { - transition: opacity 0.5s ease-in-out; - opacity: 0.9; -} - -.q-col-gutter-sm { - padding: 3.125rem 3.125rem; - //margin-left: -48px -} - -body.mobile .landing { - //background: unset -} - -body.mobile .landing:before { - content: ""; - position: fixed; - top: 0; - height: 100vh; - left: 0; - right: 0; - bottom: 0; - z-index: -1; - //background: #000 url(../../public/images/cover.jpg) 50%; - - background-size: cover -} - -/* -@-webkit-keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} - -@keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} -*/ - -.home { - //background-color: rgb(250, 250, 250); - padding: 3.125rem; - display: flex; - //flex-wrap: nowrap; - flex-direction: column; - align-items: center; - justify-content: space-between; -} - -.btn-start { - margin: 3.125rem; -} - -.shadow { - //color: white; - text-shadow: 0.125rem 0.125rem 0.25rem $grayshadow; -} - -.text-h1, h1 { - font-size: 3rem; - font-weight: bold; - line-height: 3rem; - letter-spacing: -.01562em; - margin-bottom: 8px !important; -} - -.text-h2 { - font-size: 3.75rem; - font-weight: 300; - line-height: 3.75rem; - letter-spacing: -.00833em; -} - -.text-weight-bold { - font-weight: 700; -} - -.text-vers { - font-size: 0.75rem; - font-weight: 400; - line-height: 1.75rem; - letter-spacing: .00937em; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.homep-cover-img-1 { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-2 { - background: #000 url(../../../public/images/foto2.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-3 { - background: #000 url(../../../public/images/foto3.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img.hide-filter:before { - opacity: 0 -} - -.landing__footer-icons { - font-size: 1.75rem -} - -.landing__footer-icons a { - margin: 0 .5rem .5rem; - text-decoration: none; - outline: 0; - color: $textcol; - transition: color .28s -} - -.landing__footer-icons a:hover { - color: $textcol_scuro; -} - -.doc-img { - max-width: 100%; -} - -.mylist { - background: #3fdaff; - padding-left: 1.25rem; -} - -.clgutter { - margin-top: 1.25rem; - padding: .62rem; -} - -.carousel_img_3 { - //background-image: url(../../public/images/cibo_sano.jpg); - background-size: cover !important; - background-position: 50% center !important; - background-repeat: no-repeat !important; -} - -@media (max-width: 718px) { - // PER VERSIONE MOBILE - - .landing__hero { - text-align: center - } - .landing__header { - height: 7vh - } - .clgutter { - margin-top: 0; - padding: 0; - } - .landing__hero .text-h1, h1 { - font-size: 2rem; - line-height: 2.05rem; - margin-bottom: 1.25rem - } - - .landing > section.padding { - padding: 2.5rem 1rem; - } - - .landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; - } - - .landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - max-width: 800px; - } - - .landing > section.padding_gallery > div { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - } - - .landing__features h4, .landing__features h6 { - margin: 1.25rem 0 - } - - h4 { - line-height: 1.4; - text-shadow: 0.25rem 0.25rem 0.5rem $grayshadow; - } - - .landing .feature-item { - text-align: center; - margin-top: 1.25rem; - } - .landing__hero-content { - padding-bottom: 11.25rem; - } - .landing__hero2-content { - padding-bottom: 7.25rem; - } - .landing__hero-btns { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center - } - - .q-col-gutter-sm { - padding: .625rem .315rem; - } - - .text-subtitle1 { - font-size: 1.25rem; - } - .text-vers { - font-size: 0.6rem; - } - - .carousel_img_3 { - //background-image: url(../../public/images/cibo_sano.jpg); - background-size: 620px 620px !important; - background-position: 50% top !important; - background-repeat: no-repeat !important; - } - -} - -.custom-caption { - text-align: center; - padding: .75rem; - color: $textcol; - background-color: rgba(0, 0, 0, .3); -} - -.sfondo-grigio { - padding: 1rem; - color: $textcol; - background-color: rgba(0, 0, 0, .35); -} - -.mycontacts { - color: gray; - letter-spacing: 0.078rem; -} - -.mycontacts_title { - text-shadow: 0.125rem 0.125rem 0.125rem #555; - font-weight: bold; - color: #999; - letter-spacing: 0.125rem; -} - -.mycontacts_text { - color: #999; - letter-spacing: 0.093rem; -} diff --git a/_ALL_SITES/kolibrilab.it/root_spec/home_arcadei/home_arcadei.ts b/_ALL_SITES/kolibrilab.it/root_spec/home_arcadei/home_arcadei.ts deleted file mode 100755 index 34ca347d..00000000 --- a/_ALL_SITES/kolibrilab.it/root_spec/home_arcadei/home_arcadei.ts +++ /dev/null @@ -1,78 +0,0 @@ -import { defineComponent, ref, onMounted, watch, computed } from 'vue' - -import { useGlobalStore } from '@store/globalStore' -import { useRoute } from 'vue-router' -import { useUserStore } from '@store/UserStore' - -import { Logo } from '../../components/logo' - -import { LandingFooter } from '../../components/LandingFooter' -import { CMyPage } from '../../components/CMyPage/index' - -import { tools } from '@src/store/Modules/tools' -import { static_data } from '@src/db/static_data' -import { toolsext } from '@src/store/Modules/toolsext' -import { Screen } from 'quasar' -import { CCardCarousel, CEventsCalendar, COpenStreetMap } from '@components' -import MixinBase from '@src/mixins/mixin-base' -import { firstimagehome } from '@src/db/static_data' -import MixinMetaTags from '@/mixins/mixin-metatags' - -export default defineComponent({ - name: 'home_arcadei', - components: { Logo, LandingFooter, CMyPage, CCardCarousel, CEventsCalendar, COpenStreetMap }, - - setup() { - const animare = ref(0) - const slide = ref('first') - const slide2 = ref(1) - - const getImmagini = ref([ - { - title: '', subtitle: '', - alt: 'Arcadei', - img: 'images/arcadei/img1.png' - }, - ]) - - const userStore = useUserStore() - const globalStore = useGlobalStore() - - const { setValDb, getValDb } = MixinBase() - const { setmeta, getsrcbyimg } = MixinMetaTags() - - function getheightgallery() { - if (tools.isMobile()) - return '400px' - else - return '600px' - } - - function created() { - // - } - - function getArrDisciplines() { - return globalStore.disciplines.filter((rec: any) => rec.showinhome) - } - - created() - - return { - tools, - toolsext, - static_data, - animare, - slide, - slide2, - getheightgallery, - getArrDisciplines, - getImmagini, - getValDb, - firstimagehome, - getsrcbyimg, - setmeta, - } - }, -}) - diff --git a/_ALL_SITES/kolibrilab.it/root_spec/home_arcadei/home_arcadei.vue b/_ALL_SITES/kolibrilab.it/root_spec/home_arcadei/home_arcadei.vue deleted file mode 100755 index e64582ca..00000000 --- a/_ALL_SITES/kolibrilab.it/root_spec/home_arcadei/home_arcadei.vue +++ /dev/null @@ -1,221 +0,0 @@ - - - - - diff --git a/_ALL_SITES/kolibrilab.it/root_spec/home_tdv/home_tdv.scss b/_ALL_SITES/kolibrilab.it/root_spec/home_tdv/home_tdv.scss deleted file mode 100755 index 0e32f575..00000000 --- a/_ALL_SITES/kolibrilab.it/root_spec/home_tdv/home_tdv.scss +++ /dev/null @@ -1,452 +0,0 @@ - -.testo-banda { - //background: -webkit-gradient(linear, left top, left bottom, from(#3144f0), to(transparent)); - //background: linear-gradient(180deg, #3144f0, transparent); - //background: rgba(0, 0, 0, .6) -} - -$grayshadow: #555; - -$textcol: blue; -$textcol_scuro: darkblue; - -p { - margin: 0 0 1.25rem; - //text-shadow: .125rem .125rem .25rem $grayshadow; -} - -h4 { - font-size: 1.25rem; -} - -.mycard { - visibility: hidden; -} - -.landing { -} - -.landing_background { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - background-size: cover -} - -.landing > section { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - //padding: 0 16px -} - -.intro { - display: flex; - justify-content: space-between; - align-items: stretch; - /* flex-flow: row nowrap; */ - - padding: 1.25rem 0 1.25rem 0; - margin: .125rem; - - * { - width: 100%; - flex: 1; - margin-left: auto; - margin-right: auto; - } - - &__associazione { - min-width: 350px; - } - - &__comeassociarsi { - min-width: 350px; - } -} - -.subtitle { - font-weight: 600; - text-align: center; - letter-spacing: 0.125rem; - text-transform: uppercase; - font-size: 1rem; -} - -.landing > section.padding { - padding: 5.62rem 1rem; -} - -.landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; -} - -.landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; -} - -.landing > section > div { - position: relative; - width: 100% -} - -.maxwidth1200 { - max-width: 1200px; -} - -.landing__toolbar { - background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent)); - background: linear-gradient(180deg, #000, transparent); - padding: 0 !important -} - -.landing__toolbar .q-btn { - border-radius: 0 0 .315rem .315rem; - -ms-flex-item-align: stretch; - align-self: stretch -} - -.landing__hero { - min-height: 50vh -} - -.landing__header { - height: 18vh -} - -.landing__arrow { - bottom: 1.5rem; - opacity: .4 -} - -.landing__front { - background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, rgba(0, 0, 0, .6))); - background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6) 15%) -} - -.landing__logo { - width: 9.40rem; - height: 9.40rem; - margin-top: 1.315rem; - //-webkit-animation: logo-rotate 240s linear infinite; - //animation: logo-rotate 240s linear infinite -} - -.landing__features .q-icon { - font-size: 4rem -} - -h4 { - line-height: 1.5; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.landing__features h4, .landing__features h6 { - margin: 1rem 0 -} - -.landing__features p { - opacity: .7; - font-size: 1rem; - line-height: 1.5; -} - -.landing__footer { - //background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, .1)), to(#000)); - background: linear-gradient(180deg, rgba(0, 0, 0, .8) 95%, #FFF); - padding-top: 4.5rem !important; - padding-bottom: 4.5rem !important; - padding-left: 1.25rem; - padding-right: 1.25rem; - color: #9f9f9f; -} - -.icon_contact:hover { - color: blue; - border-color: white; - border-width: .0625rem; -} - -.landing__footer .doc-link { - color: $textcol; -} - -.landing__footer .doc-link:hover { - opacity: .8 -} - -.landing__swirl-bg { - background-repeat: no-repeat !important; - background-position: top; - background-size: contain !important; - background-image: url(../../../public/images/landing_first_section.png) !important -} - -.feat-descr { - font-size: 1.15rem; -} - -.feat-descr:hover { - transition: opacity 0.5s ease-in-out; - opacity: 0.9; -} - -.q-col-gutter-sm { - padding: 3.125rem 3.125rem; - //margin-left: -48px -} - -body.mobile .landing { - //background: unset -} - -body.mobile .landing:before { - content: ""; - position: fixed; - top: 0; - height: 100vh; - left: 0; - right: 0; - bottom: 0; - z-index: -1; - //background: #000 url(../../public/images/cover.jpg) 50%; - - background-size: cover -} - -/* -@-webkit-keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} - -@keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} -*/ - -.home { - //background-color: rgb(250, 250, 250); - padding: 3.125rem; - display: flex; - //flex-wrap: nowrap; - flex-direction: column; - align-items: center; - justify-content: space-between; -} - -.btn-start { - margin: 3.125rem; -} - -.shadow { - //color: white; - text-shadow: 0.125rem 0.125rem 0.25rem $grayshadow; -} - -.text-h1, h1 { - font-size: 3rem; - font-weight: bold; - line-height: 3rem; - letter-spacing: -.01562em; - margin-bottom: 8px !important; -} - -.text-h2 { - font-size: 3.75rem; - font-weight: 300; - line-height: 3.75rem; - letter-spacing: -.00833em; -} - -.text-weight-bold { - font-weight: 700; -} - -.text-vers { - font-size: 0.75rem; - font-weight: 400; - line-height: 1.75rem; - letter-spacing: .00937em; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.homep-cover-img-1 { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-2 { - background: #000 url(../../../public/images/foto2.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-3 { - background: #000 url(../../../public/images/foto3.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img.hide-filter:before { - opacity: 0 -} - -.landing__footer-icons { - font-size: 1.75rem -} - -.landing__footer-icons a { - margin: 0 .5rem .5rem; - text-decoration: none; - outline: 0; - color: $textcol; - transition: color .28s -} - -.landing__footer-icons a:hover { - color: $textcol_scuro; -} - -.doc-img { - max-width: 100%; -} - -.mylist { - background: #3fdaff; - padding-left: 1.25rem; -} - -.clgutter { - margin-top: 1.25rem; - padding: .62rem; -} - -.carousel_img_3 { - //background-image: url(../../public/images/cibo_sano.jpg); - background-size: cover !important; - background-position: 50% center !important; - background-repeat: no-repeat !important; -} - -@media (max-width: 718px) { - // PER VERSIONE MOBILE - - .landing__hero { - text-align: center - } - .landing__header { - height: 7vh - } - .clgutter { - margin-top: 0; - padding: 0; - } - .landing__hero .text-h1, h1 { - font-size: 2rem; - line-height: 2.05rem; - margin-bottom: 1.25rem - } - - .landing > section.padding { - padding: 2.5rem 1rem; - } - - .landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; - } - - .landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - max-width: 800px; - } - - .landing > section.padding_gallery > div { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - } - - .landing__features h4, .landing__features h6 { - margin: 1.25rem 0 - } - - h4 { - line-height: 1.4; - text-shadow: 0.25rem 0.25rem 0.5rem $grayshadow; - } - - .landing .feature-item { - text-align: center; - margin-top: 1.25rem; - } - .landing__hero-content { - padding-bottom: 11.25rem; - } - .landing__hero2-content { - padding-bottom: 7.25rem; - } - .landing__hero-btns { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center - } - - .q-col-gutter-sm { - padding: .625rem .315rem; - } - - .text-subtitle1 { - font-size: 1.25rem; - } - .text-vers { - font-size: 0.6rem; - } - - .carousel_img_3 { - //background-image: url(../../public/images/cibo_sano.jpg); - background-size: 620px 620px !important; - background-position: 50% top !important; - background-repeat: no-repeat !important; - } - -} - -.custom-caption { - text-align: center; - padding: .75rem; - color: $textcol; - background-color: rgba(0, 0, 0, .3); -} - -.sfondo-grigio { - padding: 1rem; - color: $textcol; - background-color: rgba(0, 0, 0, .35); -} - -.mycontacts { - color: gray; - letter-spacing: 0.078rem; -} - -.mycontacts_title { - text-shadow: 0.125rem 0.125rem 0.125rem #555; - font-weight: bold; - color: #999; - letter-spacing: 0.125rem; -} - -.mycontacts_text { - color: #999; - letter-spacing: 0.093rem; -} diff --git a/_ALL_SITES/kolibrilab.it/root_spec/home_tdv/home_tdv.ts b/_ALL_SITES/kolibrilab.it/root_spec/home_tdv/home_tdv.ts deleted file mode 100755 index a636bdb8..00000000 --- a/_ALL_SITES/kolibrilab.it/root_spec/home_tdv/home_tdv.ts +++ /dev/null @@ -1,78 +0,0 @@ -import { defineComponent, ref, onMounted, watch, computed } from 'vue' - -import { useGlobalStore } from '@store/globalStore' -import { useRoute } from 'vue-router' -import { useUserStore } from '@store/UserStore' - -import { Logo } from '../../components/logo' - -import { LandingFooter } from '../../components/LandingFooter' -import { CMyPage } from '../../components/CMyPage/index' - -import { tools } from '@src/store/Modules/tools' -import { static_data } from '@src/db/static_data' -import { toolsext } from '@src/store/Modules/toolsext' -import { Screen } from 'quasar' -import { CCardCarousel, CEventsCalendar, COpenStreetMap } from '@components' -import MixinBase from '@src/mixins/mixin-base' -import { firstimagehome } from '@src/db/static_data' -import MixinMetaTags from '@/mixins/mixin-metatags' - -export default defineComponent({ - name: 'Home_tdv', - components: { Logo, LandingFooter, CMyPage, CCardCarousel, CEventsCalendar, COpenStreetMap }, - - setup() { - const animare = ref(0) - const slide = ref('first') - const slide2 = ref(1) - - const getImmagini = ref([ - { - title: '', subtitle: '', - alt: 'Elisa e Cristina insieme', - img: '../../statics/images/eventi_esterni/IMG_6035.jpg' - }, - ]) - - const userStore = useUserStore() - const globalStore = useGlobalStore() - - const { setValDb, getValDb } = MixinBase() - const { setmeta, getsrcbyimg } = MixinMetaTags() - - function getheightgallery() { - if (tools.isMobile()) - return '400px' - else - return '600px' - } - - function created() { - // - } - - function getArrDisciplines() { - return globalStore.disciplines.filter((rec: any) => rec.showinhome) - } - - created() - - return { - tools, - toolsext, - static_data, - animare, - slide, - slide2, - getheightgallery, - getArrDisciplines, - getImmagini, - getValDb, - firstimagehome, - getsrcbyimg, - setmeta, - } - }, -}) - diff --git a/_ALL_SITES/kolibrilab.it/root_spec/home_tdv/home_tdv.vue b/_ALL_SITES/kolibrilab.it/root_spec/home_tdv/home_tdv.vue deleted file mode 100755 index d0710b3a..00000000 --- a/_ALL_SITES/kolibrilab.it/root_spec/home_tdv/home_tdv.vue +++ /dev/null @@ -1,220 +0,0 @@ - - - - - diff --git a/_ALL_SITES/piuchebuono.app/root_spec/home_arcadei/home_arcadei.scss b/_ALL_SITES/piuchebuono.app/root_spec/home_arcadei/home_arcadei.scss deleted file mode 100755 index 0e32f575..00000000 --- a/_ALL_SITES/piuchebuono.app/root_spec/home_arcadei/home_arcadei.scss +++ /dev/null @@ -1,452 +0,0 @@ - -.testo-banda { - //background: -webkit-gradient(linear, left top, left bottom, from(#3144f0), to(transparent)); - //background: linear-gradient(180deg, #3144f0, transparent); - //background: rgba(0, 0, 0, .6) -} - -$grayshadow: #555; - -$textcol: blue; -$textcol_scuro: darkblue; - -p { - margin: 0 0 1.25rem; - //text-shadow: .125rem .125rem .25rem $grayshadow; -} - -h4 { - font-size: 1.25rem; -} - -.mycard { - visibility: hidden; -} - -.landing { -} - -.landing_background { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - background-size: cover -} - -.landing > section { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - //padding: 0 16px -} - -.intro { - display: flex; - justify-content: space-between; - align-items: stretch; - /* flex-flow: row nowrap; */ - - padding: 1.25rem 0 1.25rem 0; - margin: .125rem; - - * { - width: 100%; - flex: 1; - margin-left: auto; - margin-right: auto; - } - - &__associazione { - min-width: 350px; - } - - &__comeassociarsi { - min-width: 350px; - } -} - -.subtitle { - font-weight: 600; - text-align: center; - letter-spacing: 0.125rem; - text-transform: uppercase; - font-size: 1rem; -} - -.landing > section.padding { - padding: 5.62rem 1rem; -} - -.landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; -} - -.landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; -} - -.landing > section > div { - position: relative; - width: 100% -} - -.maxwidth1200 { - max-width: 1200px; -} - -.landing__toolbar { - background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent)); - background: linear-gradient(180deg, #000, transparent); - padding: 0 !important -} - -.landing__toolbar .q-btn { - border-radius: 0 0 .315rem .315rem; - -ms-flex-item-align: stretch; - align-self: stretch -} - -.landing__hero { - min-height: 50vh -} - -.landing__header { - height: 18vh -} - -.landing__arrow { - bottom: 1.5rem; - opacity: .4 -} - -.landing__front { - background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, rgba(0, 0, 0, .6))); - background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6) 15%) -} - -.landing__logo { - width: 9.40rem; - height: 9.40rem; - margin-top: 1.315rem; - //-webkit-animation: logo-rotate 240s linear infinite; - //animation: logo-rotate 240s linear infinite -} - -.landing__features .q-icon { - font-size: 4rem -} - -h4 { - line-height: 1.5; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.landing__features h4, .landing__features h6 { - margin: 1rem 0 -} - -.landing__features p { - opacity: .7; - font-size: 1rem; - line-height: 1.5; -} - -.landing__footer { - //background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, .1)), to(#000)); - background: linear-gradient(180deg, rgba(0, 0, 0, .8) 95%, #FFF); - padding-top: 4.5rem !important; - padding-bottom: 4.5rem !important; - padding-left: 1.25rem; - padding-right: 1.25rem; - color: #9f9f9f; -} - -.icon_contact:hover { - color: blue; - border-color: white; - border-width: .0625rem; -} - -.landing__footer .doc-link { - color: $textcol; -} - -.landing__footer .doc-link:hover { - opacity: .8 -} - -.landing__swirl-bg { - background-repeat: no-repeat !important; - background-position: top; - background-size: contain !important; - background-image: url(../../../public/images/landing_first_section.png) !important -} - -.feat-descr { - font-size: 1.15rem; -} - -.feat-descr:hover { - transition: opacity 0.5s ease-in-out; - opacity: 0.9; -} - -.q-col-gutter-sm { - padding: 3.125rem 3.125rem; - //margin-left: -48px -} - -body.mobile .landing { - //background: unset -} - -body.mobile .landing:before { - content: ""; - position: fixed; - top: 0; - height: 100vh; - left: 0; - right: 0; - bottom: 0; - z-index: -1; - //background: #000 url(../../public/images/cover.jpg) 50%; - - background-size: cover -} - -/* -@-webkit-keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} - -@keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} -*/ - -.home { - //background-color: rgb(250, 250, 250); - padding: 3.125rem; - display: flex; - //flex-wrap: nowrap; - flex-direction: column; - align-items: center; - justify-content: space-between; -} - -.btn-start { - margin: 3.125rem; -} - -.shadow { - //color: white; - text-shadow: 0.125rem 0.125rem 0.25rem $grayshadow; -} - -.text-h1, h1 { - font-size: 3rem; - font-weight: bold; - line-height: 3rem; - letter-spacing: -.01562em; - margin-bottom: 8px !important; -} - -.text-h2 { - font-size: 3.75rem; - font-weight: 300; - line-height: 3.75rem; - letter-spacing: -.00833em; -} - -.text-weight-bold { - font-weight: 700; -} - -.text-vers { - font-size: 0.75rem; - font-weight: 400; - line-height: 1.75rem; - letter-spacing: .00937em; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.homep-cover-img-1 { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-2 { - background: #000 url(../../../public/images/foto2.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-3 { - background: #000 url(../../../public/images/foto3.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img.hide-filter:before { - opacity: 0 -} - -.landing__footer-icons { - font-size: 1.75rem -} - -.landing__footer-icons a { - margin: 0 .5rem .5rem; - text-decoration: none; - outline: 0; - color: $textcol; - transition: color .28s -} - -.landing__footer-icons a:hover { - color: $textcol_scuro; -} - -.doc-img { - max-width: 100%; -} - -.mylist { - background: #3fdaff; - padding-left: 1.25rem; -} - -.clgutter { - margin-top: 1.25rem; - padding: .62rem; -} - -.carousel_img_3 { - //background-image: url(../../public/images/cibo_sano.jpg); - background-size: cover !important; - background-position: 50% center !important; - background-repeat: no-repeat !important; -} - -@media (max-width: 718px) { - // PER VERSIONE MOBILE - - .landing__hero { - text-align: center - } - .landing__header { - height: 7vh - } - .clgutter { - margin-top: 0; - padding: 0; - } - .landing__hero .text-h1, h1 { - font-size: 2rem; - line-height: 2.05rem; - margin-bottom: 1.25rem - } - - .landing > section.padding { - padding: 2.5rem 1rem; - } - - .landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; - } - - .landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - max-width: 800px; - } - - .landing > section.padding_gallery > div { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - } - - .landing__features h4, .landing__features h6 { - margin: 1.25rem 0 - } - - h4 { - line-height: 1.4; - text-shadow: 0.25rem 0.25rem 0.5rem $grayshadow; - } - - .landing .feature-item { - text-align: center; - margin-top: 1.25rem; - } - .landing__hero-content { - padding-bottom: 11.25rem; - } - .landing__hero2-content { - padding-bottom: 7.25rem; - } - .landing__hero-btns { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center - } - - .q-col-gutter-sm { - padding: .625rem .315rem; - } - - .text-subtitle1 { - font-size: 1.25rem; - } - .text-vers { - font-size: 0.6rem; - } - - .carousel_img_3 { - //background-image: url(../../public/images/cibo_sano.jpg); - background-size: 620px 620px !important; - background-position: 50% top !important; - background-repeat: no-repeat !important; - } - -} - -.custom-caption { - text-align: center; - padding: .75rem; - color: $textcol; - background-color: rgba(0, 0, 0, .3); -} - -.sfondo-grigio { - padding: 1rem; - color: $textcol; - background-color: rgba(0, 0, 0, .35); -} - -.mycontacts { - color: gray; - letter-spacing: 0.078rem; -} - -.mycontacts_title { - text-shadow: 0.125rem 0.125rem 0.125rem #555; - font-weight: bold; - color: #999; - letter-spacing: 0.125rem; -} - -.mycontacts_text { - color: #999; - letter-spacing: 0.093rem; -} diff --git a/_ALL_SITES/piuchebuono.app/root_spec/home_arcadei/home_arcadei.ts b/_ALL_SITES/piuchebuono.app/root_spec/home_arcadei/home_arcadei.ts deleted file mode 100755 index 34ca347d..00000000 --- a/_ALL_SITES/piuchebuono.app/root_spec/home_arcadei/home_arcadei.ts +++ /dev/null @@ -1,78 +0,0 @@ -import { defineComponent, ref, onMounted, watch, computed } from 'vue' - -import { useGlobalStore } from '@store/globalStore' -import { useRoute } from 'vue-router' -import { useUserStore } from '@store/UserStore' - -import { Logo } from '../../components/logo' - -import { LandingFooter } from '../../components/LandingFooter' -import { CMyPage } from '../../components/CMyPage/index' - -import { tools } from '@src/store/Modules/tools' -import { static_data } from '@src/db/static_data' -import { toolsext } from '@src/store/Modules/toolsext' -import { Screen } from 'quasar' -import { CCardCarousel, CEventsCalendar, COpenStreetMap } from '@components' -import MixinBase from '@src/mixins/mixin-base' -import { firstimagehome } from '@src/db/static_data' -import MixinMetaTags from '@/mixins/mixin-metatags' - -export default defineComponent({ - name: 'home_arcadei', - components: { Logo, LandingFooter, CMyPage, CCardCarousel, CEventsCalendar, COpenStreetMap }, - - setup() { - const animare = ref(0) - const slide = ref('first') - const slide2 = ref(1) - - const getImmagini = ref([ - { - title: '', subtitle: '', - alt: 'Arcadei', - img: 'images/arcadei/img1.png' - }, - ]) - - const userStore = useUserStore() - const globalStore = useGlobalStore() - - const { setValDb, getValDb } = MixinBase() - const { setmeta, getsrcbyimg } = MixinMetaTags() - - function getheightgallery() { - if (tools.isMobile()) - return '400px' - else - return '600px' - } - - function created() { - // - } - - function getArrDisciplines() { - return globalStore.disciplines.filter((rec: any) => rec.showinhome) - } - - created() - - return { - tools, - toolsext, - static_data, - animare, - slide, - slide2, - getheightgallery, - getArrDisciplines, - getImmagini, - getValDb, - firstimagehome, - getsrcbyimg, - setmeta, - } - }, -}) - diff --git a/_ALL_SITES/piuchebuono.app/root_spec/home_arcadei/home_arcadei.vue b/_ALL_SITES/piuchebuono.app/root_spec/home_arcadei/home_arcadei.vue deleted file mode 100755 index dd7ba147..00000000 --- a/_ALL_SITES/piuchebuono.app/root_spec/home_arcadei/home_arcadei.vue +++ /dev/null @@ -1,221 +0,0 @@ - - - - - diff --git a/_ALL_SITES/piuchebuono.app/root_spec/home_tdv/home_tdv.scss b/_ALL_SITES/piuchebuono.app/root_spec/home_tdv/home_tdv.scss deleted file mode 100755 index 221fef3e..00000000 --- a/_ALL_SITES/piuchebuono.app/root_spec/home_tdv/home_tdv.scss +++ /dev/null @@ -1,446 +0,0 @@ - -.testo-banda { - //background: -webkit-gradient(linear, left top, left bottom, from(#3144f0), to(transparent)); - //background: linear-gradient(180deg, #3144f0, transparent); - //background: rgba(0, 0, 0, .6) -} - -$grayshadow: #555; - -$textcol: blue; -$textcol_scuro: darkblue; - -p { - margin: 0 0 1.25rem; - //text-shadow: .125rem .125rem .25rem $grayshadow; -} - -h4 { - font-size: 1.25rem; -} - -.mycard { - visibility: hidden; -} - -.landing { -} - -.landing_background { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - background-size: cover -} - -.landing > section { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - //padding: 0 16px -} - -.intro { - display: flex; - justify-content: space-between; - align-items: stretch; - /* flex-flow: row nowrap; */ - - padding: 1.25rem 0 1.25rem 0; - margin: .125rem; - - * { - width: 100%; - flex: 1; - margin-left: auto; - margin-right: auto; - } - - &__associazione { - min-width: 350px; - } - - &__comeassociarsi { - min-width: 350px; - } -} - -.subtitle { - font-weight: 600; - text-align: center; - letter-spacing: 0.125rem; - text-transform: uppercase; - font-size: 1rem; -} - -.landing > section.padding { - padding: 5.62rem 1rem; -} - -.landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; -} - -.landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; -} - -.landing > section > div { - position: relative; - width: 100% -} - -.maxwidth1200 { - max-width: 1200px; -} - -.landing__toolbar { - background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent)); - background: linear-gradient(180deg, #000, transparent); - padding: 0 !important -} - -.landing__toolbar .q-btn { - border-radius: 0 0 .315rem .315rem; - -ms-flex-item-align: stretch; - align-self: stretch -} - -.landing__hero { - min-height: 50vh -} - -.landing__header { - height: 18vh -} - -.landing__arrow { - bottom: 1.5rem; - opacity: .4 -} - -.landing__front { - background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, rgba(0, 0, 0, .6))); - background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6) 15%) -} - -.landing__logo { - width: 9.40rem; - height: 9.40rem; - margin-top: 1.315rem; - //-webkit-animation: logo-rotate 240s linear infinite; - //animation: logo-rotate 240s linear infinite -} - -.landing__features .q-icon { - font-size: 4rem -} - -h4 { - line-height: 1.5; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.landing__features h4, .landing__features h6 { - margin: 1rem 0 -} - -.landing__features p { - opacity: .7; - font-size: 1rem; - line-height: 1.5; -} - -.landing__footer { - //background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, .1)), to(#000)); - background: linear-gradient(180deg, rgba(0, 0, 0, .8) 95%, #FFF); - padding-top: 4.5rem !important; - padding-bottom: 4.5rem !important; - padding-left: 1.25rem; - padding-right: 1.25rem; - color: #9f9f9f; -} - -.icon_contact:hover { - color: blue; - border-color: white; - border-width: .0625rem; -} - -.landing__footer .doc-link { - color: $textcol; -} - -.landing__footer .doc-link:hover { - opacity: .8 -} - -.landing__swirl-bg { - background-repeat: no-repeat !important; - background-position: top; - background-size: contain !important; - background-image: url(../../../public/images/landing_first_section.png) !important -} - -.feat-descr { - font-size: 1.15rem; -} - -.feat-descr:hover { - transition: opacity 0.5s ease-in-out; - opacity: 0.9; -} - -.q-col-gutter-sm { - padding: 3.125rem 3.125rem; - //margin-left: -48px -} - -body.mobile .landing { - //background: unset -} - -body.mobile .landing:before { - content: ""; - position: fixed; - top: 0; - height: 100vh; - left: 0; - right: 0; - bottom: 0; - z-index: -1; - //background: #000 url(../../public/images/cover.jpg) 50%; - - background-size: cover -} - -/* -@-webkit-keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} - -@keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} -*/ - -.home { - //background-color: rgb(250, 250, 250); - padding: 3.125rem; - display: flex; - //flex-wrap: nowrap; - flex-direction: column; - align-items: center; - justify-content: space-between; -} - -.btn-start { - margin: 3.125rem; -} - -.shadow { - //color: white; - text-shadow: 0.125rem 0.125rem 0.25rem $grayshadow; -} - -.text-h1, h1 { - font-size: 3rem; - font-weight: bold; - line-height: 3rem; - letter-spacing: -.01562em; - margin-bottom: 8px !important; -} - -.text-h2 { - font-size: 3.75rem; - font-weight: 300; - line-height: 3.75rem; - letter-spacing: -.00833em; -} - -.text-weight-bold { - font-weight: 700; -} - -.text-vers { - font-size: 0.75rem; - font-weight: 400; - line-height: 1.75rem; - letter-spacing: .00937em; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.homep-cover-img-1 { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-2 { - background: #000 url(../../../public/images/foto2.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-3 { - background: #000 url(../../../public/images/foto3.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img.hide-filter:before { - opacity: 0 -} - -.landing__footer-icons { - font-size: 1.75rem -} - -.landing__footer-icons a { - margin: 0 .5rem .5rem; - text-decoration: none; - outline: 0; - color: $textcol; - transition: color .28s -} - -.landing__footer-icons a:hover { - color: $textcol_scuro; -} - -.doc-img { - max-width: 100%; -} - -.mylist { - background: #3fdaff; - padding-left: 1.25rem; -} - -.clgutter { - margin-top: 1.25rem; - padding: .62rem; -} - -.carousel_img_3 { - //background-image: url(../../public/images/cibo_sano.jpg); - background-size: cover !important; - background-position: 50% center !important; - background-repeat: no-repeat !important; -} - -@media (max-width: 718px) { - // PER VERSIONE MOBILE - - .landing__hero { - text-align: center - } - .landing__header { - height: 7vh - } - .clgutter { - margin-top: 0; - padding: 0; - } - .landing__hero .text-h1, h1 { - font-size: 2rem; - line-height: 2.05rem; - margin-bottom: 1.25rem - } - - .landing > section.padding { - padding: 2.5rem 1rem; - } - - .landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; - } - - .landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - max-width: 800px; - } - - .landing > section.padding_gallery > div { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - } - - .landing__features h4, .landing__features h6 { - margin: 1.25rem 0 - } - - h4 { - line-height: 1.4; - text-shadow: 0.25rem 0.25rem 0.5rem $grayshadow; - } - - .landing .feature-item { - text-align: center; - margin-top: 1.25rem; - } - .landing__hero-content { - padding-bottom: 11.25rem; - } - .landing__hero2-content { - padding-bottom: 7.25rem; - } - .landing__hero-btns { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center - } - - .q-col-gutter-sm { - padding: .625rem .315rem; - } - - .text-subtitle1 { - font-size: 1.25rem; - } - .text-vers { - font-size: 0.6rem; - } - - -} - -.custom-caption { - text-align: center; - padding: .75rem; - color: $textcol; - background-color: rgba(0, 0, 0, .3); -} - -.sfondo-grigio { - padding: 1rem; - color: $textcol; - background-color: rgba(0, 0, 0, .35); -} - -.mycontacts { - color: gray; - letter-spacing: 0.078rem; -} - -.mycontacts_title { - text-shadow: 0.125rem 0.125rem 0.125rem #555; - font-weight: bold; - color: #999; - letter-spacing: 0.125rem; -} - -.mycontacts_text { - color: #999; - letter-spacing: 0.093rem; -} diff --git a/_ALL_SITES/piuchebuono.app/root_spec/home_tdv/home_tdv.ts b/_ALL_SITES/piuchebuono.app/root_spec/home_tdv/home_tdv.ts deleted file mode 100755 index a636bdb8..00000000 --- a/_ALL_SITES/piuchebuono.app/root_spec/home_tdv/home_tdv.ts +++ /dev/null @@ -1,78 +0,0 @@ -import { defineComponent, ref, onMounted, watch, computed } from 'vue' - -import { useGlobalStore } from '@store/globalStore' -import { useRoute } from 'vue-router' -import { useUserStore } from '@store/UserStore' - -import { Logo } from '../../components/logo' - -import { LandingFooter } from '../../components/LandingFooter' -import { CMyPage } from '../../components/CMyPage/index' - -import { tools } from '@src/store/Modules/tools' -import { static_data } from '@src/db/static_data' -import { toolsext } from '@src/store/Modules/toolsext' -import { Screen } from 'quasar' -import { CCardCarousel, CEventsCalendar, COpenStreetMap } from '@components' -import MixinBase from '@src/mixins/mixin-base' -import { firstimagehome } from '@src/db/static_data' -import MixinMetaTags from '@/mixins/mixin-metatags' - -export default defineComponent({ - name: 'Home_tdv', - components: { Logo, LandingFooter, CMyPage, CCardCarousel, CEventsCalendar, COpenStreetMap }, - - setup() { - const animare = ref(0) - const slide = ref('first') - const slide2 = ref(1) - - const getImmagini = ref([ - { - title: '', subtitle: '', - alt: 'Elisa e Cristina insieme', - img: '../../statics/images/eventi_esterni/IMG_6035.jpg' - }, - ]) - - const userStore = useUserStore() - const globalStore = useGlobalStore() - - const { setValDb, getValDb } = MixinBase() - const { setmeta, getsrcbyimg } = MixinMetaTags() - - function getheightgallery() { - if (tools.isMobile()) - return '400px' - else - return '600px' - } - - function created() { - // - } - - function getArrDisciplines() { - return globalStore.disciplines.filter((rec: any) => rec.showinhome) - } - - created() - - return { - tools, - toolsext, - static_data, - animare, - slide, - slide2, - getheightgallery, - getArrDisciplines, - getImmagini, - getValDb, - firstimagehome, - getsrcbyimg, - setmeta, - } - }, -}) - diff --git a/_ALL_SITES/piuchebuono.app/root_spec/home_tdv/home_tdv.vue b/_ALL_SITES/piuchebuono.app/root_spec/home_tdv/home_tdv.vue deleted file mode 100755 index d0710b3a..00000000 --- a/_ALL_SITES/piuchebuono.app/root_spec/home_tdv/home_tdv.vue +++ /dev/null @@ -1,220 +0,0 @@ - - - - - diff --git a/_ALL_SITES/riso.app/root_spec/home_arcadei/home_arcadei.scss b/_ALL_SITES/riso.app/root_spec/home_arcadei/home_arcadei.scss deleted file mode 100755 index 0e32f575..00000000 --- a/_ALL_SITES/riso.app/root_spec/home_arcadei/home_arcadei.scss +++ /dev/null @@ -1,452 +0,0 @@ - -.testo-banda { - //background: -webkit-gradient(linear, left top, left bottom, from(#3144f0), to(transparent)); - //background: linear-gradient(180deg, #3144f0, transparent); - //background: rgba(0, 0, 0, .6) -} - -$grayshadow: #555; - -$textcol: blue; -$textcol_scuro: darkblue; - -p { - margin: 0 0 1.25rem; - //text-shadow: .125rem .125rem .25rem $grayshadow; -} - -h4 { - font-size: 1.25rem; -} - -.mycard { - visibility: hidden; -} - -.landing { -} - -.landing_background { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - background-size: cover -} - -.landing > section { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - //padding: 0 16px -} - -.intro { - display: flex; - justify-content: space-between; - align-items: stretch; - /* flex-flow: row nowrap; */ - - padding: 1.25rem 0 1.25rem 0; - margin: .125rem; - - * { - width: 100%; - flex: 1; - margin-left: auto; - margin-right: auto; - } - - &__associazione { - min-width: 350px; - } - - &__comeassociarsi { - min-width: 350px; - } -} - -.subtitle { - font-weight: 600; - text-align: center; - letter-spacing: 0.125rem; - text-transform: uppercase; - font-size: 1rem; -} - -.landing > section.padding { - padding: 5.62rem 1rem; -} - -.landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; -} - -.landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; -} - -.landing > section > div { - position: relative; - width: 100% -} - -.maxwidth1200 { - max-width: 1200px; -} - -.landing__toolbar { - background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent)); - background: linear-gradient(180deg, #000, transparent); - padding: 0 !important -} - -.landing__toolbar .q-btn { - border-radius: 0 0 .315rem .315rem; - -ms-flex-item-align: stretch; - align-self: stretch -} - -.landing__hero { - min-height: 50vh -} - -.landing__header { - height: 18vh -} - -.landing__arrow { - bottom: 1.5rem; - opacity: .4 -} - -.landing__front { - background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, rgba(0, 0, 0, .6))); - background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6) 15%) -} - -.landing__logo { - width: 9.40rem; - height: 9.40rem; - margin-top: 1.315rem; - //-webkit-animation: logo-rotate 240s linear infinite; - //animation: logo-rotate 240s linear infinite -} - -.landing__features .q-icon { - font-size: 4rem -} - -h4 { - line-height: 1.5; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.landing__features h4, .landing__features h6 { - margin: 1rem 0 -} - -.landing__features p { - opacity: .7; - font-size: 1rem; - line-height: 1.5; -} - -.landing__footer { - //background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, .1)), to(#000)); - background: linear-gradient(180deg, rgba(0, 0, 0, .8) 95%, #FFF); - padding-top: 4.5rem !important; - padding-bottom: 4.5rem !important; - padding-left: 1.25rem; - padding-right: 1.25rem; - color: #9f9f9f; -} - -.icon_contact:hover { - color: blue; - border-color: white; - border-width: .0625rem; -} - -.landing__footer .doc-link { - color: $textcol; -} - -.landing__footer .doc-link:hover { - opacity: .8 -} - -.landing__swirl-bg { - background-repeat: no-repeat !important; - background-position: top; - background-size: contain !important; - background-image: url(../../../public/images/landing_first_section.png) !important -} - -.feat-descr { - font-size: 1.15rem; -} - -.feat-descr:hover { - transition: opacity 0.5s ease-in-out; - opacity: 0.9; -} - -.q-col-gutter-sm { - padding: 3.125rem 3.125rem; - //margin-left: -48px -} - -body.mobile .landing { - //background: unset -} - -body.mobile .landing:before { - content: ""; - position: fixed; - top: 0; - height: 100vh; - left: 0; - right: 0; - bottom: 0; - z-index: -1; - //background: #000 url(../../public/images/cover.jpg) 50%; - - background-size: cover -} - -/* -@-webkit-keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} - -@keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} -*/ - -.home { - //background-color: rgb(250, 250, 250); - padding: 3.125rem; - display: flex; - //flex-wrap: nowrap; - flex-direction: column; - align-items: center; - justify-content: space-between; -} - -.btn-start { - margin: 3.125rem; -} - -.shadow { - //color: white; - text-shadow: 0.125rem 0.125rem 0.25rem $grayshadow; -} - -.text-h1, h1 { - font-size: 3rem; - font-weight: bold; - line-height: 3rem; - letter-spacing: -.01562em; - margin-bottom: 8px !important; -} - -.text-h2 { - font-size: 3.75rem; - font-weight: 300; - line-height: 3.75rem; - letter-spacing: -.00833em; -} - -.text-weight-bold { - font-weight: 700; -} - -.text-vers { - font-size: 0.75rem; - font-weight: 400; - line-height: 1.75rem; - letter-spacing: .00937em; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.homep-cover-img-1 { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-2 { - background: #000 url(../../../public/images/foto2.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-3 { - background: #000 url(../../../public/images/foto3.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img.hide-filter:before { - opacity: 0 -} - -.landing__footer-icons { - font-size: 1.75rem -} - -.landing__footer-icons a { - margin: 0 .5rem .5rem; - text-decoration: none; - outline: 0; - color: $textcol; - transition: color .28s -} - -.landing__footer-icons a:hover { - color: $textcol_scuro; -} - -.doc-img { - max-width: 100%; -} - -.mylist { - background: #3fdaff; - padding-left: 1.25rem; -} - -.clgutter { - margin-top: 1.25rem; - padding: .62rem; -} - -.carousel_img_3 { - //background-image: url(../../public/images/cibo_sano.jpg); - background-size: cover !important; - background-position: 50% center !important; - background-repeat: no-repeat !important; -} - -@media (max-width: 718px) { - // PER VERSIONE MOBILE - - .landing__hero { - text-align: center - } - .landing__header { - height: 7vh - } - .clgutter { - margin-top: 0; - padding: 0; - } - .landing__hero .text-h1, h1 { - font-size: 2rem; - line-height: 2.05rem; - margin-bottom: 1.25rem - } - - .landing > section.padding { - padding: 2.5rem 1rem; - } - - .landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; - } - - .landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - max-width: 800px; - } - - .landing > section.padding_gallery > div { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - } - - .landing__features h4, .landing__features h6 { - margin: 1.25rem 0 - } - - h4 { - line-height: 1.4; - text-shadow: 0.25rem 0.25rem 0.5rem $grayshadow; - } - - .landing .feature-item { - text-align: center; - margin-top: 1.25rem; - } - .landing__hero-content { - padding-bottom: 11.25rem; - } - .landing__hero2-content { - padding-bottom: 7.25rem; - } - .landing__hero-btns { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center - } - - .q-col-gutter-sm { - padding: .625rem .315rem; - } - - .text-subtitle1 { - font-size: 1.25rem; - } - .text-vers { - font-size: 0.6rem; - } - - .carousel_img_3 { - //background-image: url(../../public/images/cibo_sano.jpg); - background-size: 620px 620px !important; - background-position: 50% top !important; - background-repeat: no-repeat !important; - } - -} - -.custom-caption { - text-align: center; - padding: .75rem; - color: $textcol; - background-color: rgba(0, 0, 0, .3); -} - -.sfondo-grigio { - padding: 1rem; - color: $textcol; - background-color: rgba(0, 0, 0, .35); -} - -.mycontacts { - color: gray; - letter-spacing: 0.078rem; -} - -.mycontacts_title { - text-shadow: 0.125rem 0.125rem 0.125rem #555; - font-weight: bold; - color: #999; - letter-spacing: 0.125rem; -} - -.mycontacts_text { - color: #999; - letter-spacing: 0.093rem; -} diff --git a/_ALL_SITES/riso.app/root_spec/home_arcadei/home_arcadei.ts b/_ALL_SITES/riso.app/root_spec/home_arcadei/home_arcadei.ts deleted file mode 100755 index 34ca347d..00000000 --- a/_ALL_SITES/riso.app/root_spec/home_arcadei/home_arcadei.ts +++ /dev/null @@ -1,78 +0,0 @@ -import { defineComponent, ref, onMounted, watch, computed } from 'vue' - -import { useGlobalStore } from '@store/globalStore' -import { useRoute } from 'vue-router' -import { useUserStore } from '@store/UserStore' - -import { Logo } from '../../components/logo' - -import { LandingFooter } from '../../components/LandingFooter' -import { CMyPage } from '../../components/CMyPage/index' - -import { tools } from '@src/store/Modules/tools' -import { static_data } from '@src/db/static_data' -import { toolsext } from '@src/store/Modules/toolsext' -import { Screen } from 'quasar' -import { CCardCarousel, CEventsCalendar, COpenStreetMap } from '@components' -import MixinBase from '@src/mixins/mixin-base' -import { firstimagehome } from '@src/db/static_data' -import MixinMetaTags from '@/mixins/mixin-metatags' - -export default defineComponent({ - name: 'home_arcadei', - components: { Logo, LandingFooter, CMyPage, CCardCarousel, CEventsCalendar, COpenStreetMap }, - - setup() { - const animare = ref(0) - const slide = ref('first') - const slide2 = ref(1) - - const getImmagini = ref([ - { - title: '', subtitle: '', - alt: 'Arcadei', - img: 'images/arcadei/img1.png' - }, - ]) - - const userStore = useUserStore() - const globalStore = useGlobalStore() - - const { setValDb, getValDb } = MixinBase() - const { setmeta, getsrcbyimg } = MixinMetaTags() - - function getheightgallery() { - if (tools.isMobile()) - return '400px' - else - return '600px' - } - - function created() { - // - } - - function getArrDisciplines() { - return globalStore.disciplines.filter((rec: any) => rec.showinhome) - } - - created() - - return { - tools, - toolsext, - static_data, - animare, - slide, - slide2, - getheightgallery, - getArrDisciplines, - getImmagini, - getValDb, - firstimagehome, - getsrcbyimg, - setmeta, - } - }, -}) - diff --git a/_ALL_SITES/riso.app/root_spec/home_arcadei/home_arcadei.vue b/_ALL_SITES/riso.app/root_spec/home_arcadei/home_arcadei.vue deleted file mode 100755 index dd7ba147..00000000 --- a/_ALL_SITES/riso.app/root_spec/home_arcadei/home_arcadei.vue +++ /dev/null @@ -1,221 +0,0 @@ - - - - - diff --git a/_ALL_SITES/riso.app/root_spec/home_tdv/home_tdv.scss b/_ALL_SITES/riso.app/root_spec/home_tdv/home_tdv.scss deleted file mode 100755 index 221fef3e..00000000 --- a/_ALL_SITES/riso.app/root_spec/home_tdv/home_tdv.scss +++ /dev/null @@ -1,446 +0,0 @@ - -.testo-banda { - //background: -webkit-gradient(linear, left top, left bottom, from(#3144f0), to(transparent)); - //background: linear-gradient(180deg, #3144f0, transparent); - //background: rgba(0, 0, 0, .6) -} - -$grayshadow: #555; - -$textcol: blue; -$textcol_scuro: darkblue; - -p { - margin: 0 0 1.25rem; - //text-shadow: .125rem .125rem .25rem $grayshadow; -} - -h4 { - font-size: 1.25rem; -} - -.mycard { - visibility: hidden; -} - -.landing { -} - -.landing_background { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - background-size: cover -} - -.landing > section { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - //padding: 0 16px -} - -.intro { - display: flex; - justify-content: space-between; - align-items: stretch; - /* flex-flow: row nowrap; */ - - padding: 1.25rem 0 1.25rem 0; - margin: .125rem; - - * { - width: 100%; - flex: 1; - margin-left: auto; - margin-right: auto; - } - - &__associazione { - min-width: 350px; - } - - &__comeassociarsi { - min-width: 350px; - } -} - -.subtitle { - font-weight: 600; - text-align: center; - letter-spacing: 0.125rem; - text-transform: uppercase; - font-size: 1rem; -} - -.landing > section.padding { - padding: 5.62rem 1rem; -} - -.landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; -} - -.landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; -} - -.landing > section > div { - position: relative; - width: 100% -} - -.maxwidth1200 { - max-width: 1200px; -} - -.landing__toolbar { - background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent)); - background: linear-gradient(180deg, #000, transparent); - padding: 0 !important -} - -.landing__toolbar .q-btn { - border-radius: 0 0 .315rem .315rem; - -ms-flex-item-align: stretch; - align-self: stretch -} - -.landing__hero { - min-height: 50vh -} - -.landing__header { - height: 18vh -} - -.landing__arrow { - bottom: 1.5rem; - opacity: .4 -} - -.landing__front { - background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, rgba(0, 0, 0, .6))); - background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6) 15%) -} - -.landing__logo { - width: 9.40rem; - height: 9.40rem; - margin-top: 1.315rem; - //-webkit-animation: logo-rotate 240s linear infinite; - //animation: logo-rotate 240s linear infinite -} - -.landing__features .q-icon { - font-size: 4rem -} - -h4 { - line-height: 1.5; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.landing__features h4, .landing__features h6 { - margin: 1rem 0 -} - -.landing__features p { - opacity: .7; - font-size: 1rem; - line-height: 1.5; -} - -.landing__footer { - //background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, .1)), to(#000)); - background: linear-gradient(180deg, rgba(0, 0, 0, .8) 95%, #FFF); - padding-top: 4.5rem !important; - padding-bottom: 4.5rem !important; - padding-left: 1.25rem; - padding-right: 1.25rem; - color: #9f9f9f; -} - -.icon_contact:hover { - color: blue; - border-color: white; - border-width: .0625rem; -} - -.landing__footer .doc-link { - color: $textcol; -} - -.landing__footer .doc-link:hover { - opacity: .8 -} - -.landing__swirl-bg { - background-repeat: no-repeat !important; - background-position: top; - background-size: contain !important; - background-image: url(../../../public/images/landing_first_section.png) !important -} - -.feat-descr { - font-size: 1.15rem; -} - -.feat-descr:hover { - transition: opacity 0.5s ease-in-out; - opacity: 0.9; -} - -.q-col-gutter-sm { - padding: 3.125rem 3.125rem; - //margin-left: -48px -} - -body.mobile .landing { - //background: unset -} - -body.mobile .landing:before { - content: ""; - position: fixed; - top: 0; - height: 100vh; - left: 0; - right: 0; - bottom: 0; - z-index: -1; - //background: #000 url(../../public/images/cover.jpg) 50%; - - background-size: cover -} - -/* -@-webkit-keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} - -@keyframes logo-rotate { - to { - -webkit-transform: rotate(-1turn); - transform: rotate(-1turn) - } -} -*/ - -.home { - //background-color: rgb(250, 250, 250); - padding: 3.125rem; - display: flex; - //flex-wrap: nowrap; - flex-direction: column; - align-items: center; - justify-content: space-between; -} - -.btn-start { - margin: 3.125rem; -} - -.shadow { - //color: white; - text-shadow: 0.125rem 0.125rem 0.25rem $grayshadow; -} - -.text-h1, h1 { - font-size: 3rem; - font-weight: bold; - line-height: 3rem; - letter-spacing: -.01562em; - margin-bottom: 8px !important; -} - -.text-h2 { - font-size: 3.75rem; - font-weight: 300; - line-height: 3.75rem; - letter-spacing: -.00833em; -} - -.text-weight-bold { - font-weight: 700; -} - -.text-vers { - font-size: 0.75rem; - font-weight: 400; - line-height: 1.75rem; - letter-spacing: .00937em; - text-shadow: .25rem .25rem .5rem $grayshadow; -} - -.homep-cover-img-1 { - background: #000 url(../../../public/images/foto1.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-2 { - background: #000 url(../../../public/images/foto2.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img-3 { - background: #000 url(../../../public/images/foto3.jpg) no-repeat 50% fixed; - //transition: background-image 1s ease-in-out; -} - -.homep-cover-img.hide-filter:before { - opacity: 0 -} - -.landing__footer-icons { - font-size: 1.75rem -} - -.landing__footer-icons a { - margin: 0 .5rem .5rem; - text-decoration: none; - outline: 0; - color: $textcol; - transition: color .28s -} - -.landing__footer-icons a:hover { - color: $textcol_scuro; -} - -.doc-img { - max-width: 100%; -} - -.mylist { - background: #3fdaff; - padding-left: 1.25rem; -} - -.clgutter { - margin-top: 1.25rem; - padding: .62rem; -} - -.carousel_img_3 { - //background-image: url(../../public/images/cibo_sano.jpg); - background-size: cover !important; - background-position: 50% center !important; - background-repeat: no-repeat !important; -} - -@media (max-width: 718px) { - // PER VERSIONE MOBILE - - .landing__hero { - text-align: center - } - .landing__header { - height: 7vh - } - .clgutter { - margin-top: 0; - padding: 0; - } - .landing__hero .text-h1, h1 { - font-size: 2rem; - line-height: 2.05rem; - margin-bottom: 1.25rem - } - - .landing > section.padding { - padding: 2.5rem 1rem; - } - - .landing > section.padding_testo { - padding-top: 1.25rem; - padding-bottom: 1rem; - } - - .landing > section.padding_gallery { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - max-width: 800px; - } - - .landing > section.padding_gallery > div { - padding-top: 3.125rem; - padding-bottom: 5.625rem; - - } - - .landing__features h4, .landing__features h6 { - margin: 1.25rem 0 - } - - h4 { - line-height: 1.4; - text-shadow: 0.25rem 0.25rem 0.5rem $grayshadow; - } - - .landing .feature-item { - text-align: center; - margin-top: 1.25rem; - } - .landing__hero-content { - padding-bottom: 11.25rem; - } - .landing__hero2-content { - padding-bottom: 7.25rem; - } - .landing__hero-btns { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center - } - - .q-col-gutter-sm { - padding: .625rem .315rem; - } - - .text-subtitle1 { - font-size: 1.25rem; - } - .text-vers { - font-size: 0.6rem; - } - - -} - -.custom-caption { - text-align: center; - padding: .75rem; - color: $textcol; - background-color: rgba(0, 0, 0, .3); -} - -.sfondo-grigio { - padding: 1rem; - color: $textcol; - background-color: rgba(0, 0, 0, .35); -} - -.mycontacts { - color: gray; - letter-spacing: 0.078rem; -} - -.mycontacts_title { - text-shadow: 0.125rem 0.125rem 0.125rem #555; - font-weight: bold; - color: #999; - letter-spacing: 0.125rem; -} - -.mycontacts_text { - color: #999; - letter-spacing: 0.093rem; -} diff --git a/_ALL_SITES/riso.app/root_spec/home_tdv/home_tdv.ts b/_ALL_SITES/riso.app/root_spec/home_tdv/home_tdv.ts deleted file mode 100755 index a636bdb8..00000000 --- a/_ALL_SITES/riso.app/root_spec/home_tdv/home_tdv.ts +++ /dev/null @@ -1,78 +0,0 @@ -import { defineComponent, ref, onMounted, watch, computed } from 'vue' - -import { useGlobalStore } from '@store/globalStore' -import { useRoute } from 'vue-router' -import { useUserStore } from '@store/UserStore' - -import { Logo } from '../../components/logo' - -import { LandingFooter } from '../../components/LandingFooter' -import { CMyPage } from '../../components/CMyPage/index' - -import { tools } from '@src/store/Modules/tools' -import { static_data } from '@src/db/static_data' -import { toolsext } from '@src/store/Modules/toolsext' -import { Screen } from 'quasar' -import { CCardCarousel, CEventsCalendar, COpenStreetMap } from '@components' -import MixinBase from '@src/mixins/mixin-base' -import { firstimagehome } from '@src/db/static_data' -import MixinMetaTags from '@/mixins/mixin-metatags' - -export default defineComponent({ - name: 'Home_tdv', - components: { Logo, LandingFooter, CMyPage, CCardCarousel, CEventsCalendar, COpenStreetMap }, - - setup() { - const animare = ref(0) - const slide = ref('first') - const slide2 = ref(1) - - const getImmagini = ref([ - { - title: '', subtitle: '', - alt: 'Elisa e Cristina insieme', - img: '../../statics/images/eventi_esterni/IMG_6035.jpg' - }, - ]) - - const userStore = useUserStore() - const globalStore = useGlobalStore() - - const { setValDb, getValDb } = MixinBase() - const { setmeta, getsrcbyimg } = MixinMetaTags() - - function getheightgallery() { - if (tools.isMobile()) - return '400px' - else - return '600px' - } - - function created() { - // - } - - function getArrDisciplines() { - return globalStore.disciplines.filter((rec: any) => rec.showinhome) - } - - created() - - return { - tools, - toolsext, - static_data, - animare, - slide, - slide2, - getheightgallery, - getArrDisciplines, - getImmagini, - getValDb, - firstimagehome, - getsrcbyimg, - setmeta, - } - }, -}) - diff --git a/_ALL_SITES/riso.app/root_spec/home_tdv/home_tdv.vue b/_ALL_SITES/riso.app/root_spec/home_tdv/home_tdv.vue deleted file mode 100755 index d0710b3a..00000000 --- a/_ALL_SITES/riso.app/root_spec/home_tdv/home_tdv.vue +++ /dev/null @@ -1,220 +0,0 @@ - - - - - diff --git a/src/common/shared_vuejs.ts b/src/common/shared_vuejs.ts index 500008cc..56e302d9 100755 --- a/src/common/shared_vuejs.ts +++ b/src/common/shared_vuejs.ts @@ -138,6 +138,7 @@ export const shared_consts = { CHECKAPPRUNNING: 135, DASHBOARD: 140, DASHGROUP: 145, + MOVEMENTS: 148, CSENDRISTO: 150, STATUSREG: 160, CHECKIFISLOGGED: 170, @@ -1654,6 +1655,10 @@ export const shared_consts = { value: 145, label: 'DashGroup', }, + { + value: 148, + label: 'Lista Movimenti', + }, { value: 150, label: 'SendCoinTo', @@ -1799,10 +1804,12 @@ export const shared_consts = { value: 7, label: 'Scheda (IMG + Testo)', }, + /* + Disattivato perchè attualmente non funziona bene { value: 9, label: 'Poster (IMG + Testo)', - }, + },*/ { value: 195, label: 'Bottone', @@ -2241,5 +2248,11 @@ export const shared_consts = { ], + AccountType: { + USER: 0, + COLLECTIVE_ACCOUNT: 1, + COMMUNITY_ACCOUNT: 2, + }, + } diff --git a/src/components/CElemStat/CElemStat.scss b/src/components/CElemStat/CElemStat.scss index 7b8641de..a26511da 100644 --- a/src/components/CElemStat/CElemStat.scss +++ b/src/components/CElemStat/CElemStat.scss @@ -3,6 +3,7 @@ max-width: 200px; min-width: 120px; padding: 1rem 1rem; + @media (max-width: 718px) { // PER VERSIONE MOBILE max-width: 150px; @@ -16,6 +17,7 @@ width: 100%; max-width: 60px; min-width: 40px; + @media (max-width: 718px) { // PER VERSIONE MOBILE max-width: 50px; @@ -28,7 +30,24 @@ .text-h5-short { line-height: 1.25rem !important; + @media (max-width: 718px) { line-height: 1rem !important; } } + +.fixed-size { + width: 160px; + /* Larghezza fissa */ + height: 150px; + /* Altezza fissa */ + display: flex; + /* Assicura che il contenuto sia centralizzato */ + flex-direction: column; + /* Impila gli elementi verticalmente */ + justify-content: center; + /* Centra verticalmente */ + align-items: center; + /* Centra orizzontalmente */ + margin: 4px; +} \ No newline at end of file diff --git a/src/components/CElemStat/CElemStat.ts b/src/components/CElemStat/CElemStat.ts index 4add6a65..bca1c5d3 100644 --- a/src/components/CElemStat/CElemStat.ts +++ b/src/components/CElemStat/CElemStat.ts @@ -12,6 +12,7 @@ export default defineComponent({ classColor: String, colBack: String, mystyle: String, + myclass: String, }, components: {}, setup(props) { diff --git a/src/components/CElemStat/CElemStat.vue b/src/components/CElemStat/CElemStat.vue index 13a564fa..bbd68199 100644 --- a/src/components/CElemStat/CElemStat.vue +++ b/src/components/CElemStat/CElemStat.vue @@ -1,5 +1,5 @@ diff --git a/src/components/CGridTableRec/CGridTableRec.ts b/src/components/CGridTableRec/CGridTableRec.ts index 7d99e7ac..58428141 100755 --- a/src/components/CGridTableRec/CGridTableRec.ts +++ b/src/components/CGridTableRec/CGridTableRec.ts @@ -366,7 +366,7 @@ export default defineComponent({ const editOn = computed({ get: () => globalStore.editOn, set: val => { - globalStore.editOn = val + tools.updateEditOn(val) }, }) @@ -923,7 +923,7 @@ export default defineComponent({ objitem[item.key] = item.value filtersearch.push(objitem) - } else if (item.arrvalue.length > 0) { + } else if (item.arrvalue && item.arrvalue.length > 0) { const myarr = item.arrvalue.filter((value: any) => { if (typeof value === 'number') { @@ -1617,16 +1617,21 @@ export default defineComponent({ } function created() { - mytable.value = props.prop_mytable - mytitle.value = props.prop_mytitle - mycolumns.value = props.prop_mycolumns - colkey.value = props.prop_colkey - pagination.value = props.prop_pagination - myvertical.value = props.vertical - // myvertical.value = tools.getCookie('myv_' + props.prop_mytable, props.vertical) + try { + mytable.value = props.prop_mytable + mytitle.value = props.prop_mytitle + mycolumns.value = props.prop_mycolumns + colkey.value = props.prop_colkey + pagination.value = props.prop_pagination - showfilter.value = props.prop_showfilter || (tools.getCookie('s_adv', '0') !== '0') + myvertical.value = props.vertical + + showfilter.value = props.prop_showfilter || (tools.getCookie('s_adv', '0') !== '0') + + } catch (e) { + console.error('ERRORE', e) + } } function mounted() { @@ -1919,7 +1924,8 @@ export default defineComponent({ } else if (visib === '0') { // Se da togliere, lo togli if (colVisib.value.includes(field)) - colVisib.value = colVisib.value.filter((myrec: any) => myrec !== field) + if (colVisib.value) + colVisib.value = colVisib.value.filter((myrec: any) => myrec !== field) } } } diff --git a/src/components/CGridTableRec/CGridTableRec.vue b/src/components/CGridTableRec/CGridTableRec.vue index fcc50073..88c6d69d 100755 --- a/src/components/CGridTableRec/CGridTableRec.vue +++ b/src/components/CGridTableRec/CGridTableRec.vue @@ -121,7 +121,7 @@ :optval="fieldsTable.getKeyByTable(item.table)" :optlab="fieldsTable.getLabelByTable(item.table)" :options="valoriopt(item, false, false)" - :filter="item.filter" + :filter="item && item.filter ? item.filter : ''" :filter_extra="item.filter_extra" :useinput=" item.useinput && @@ -568,7 +568,10 @@ + + + + + + + + + + + + {{ tools.getLabelByItem(item) }} + {{ item.subtitle }} + + + + + + + + diff --git a/src/components/CMenuItem/index.ts b/src/components/CMenuItem/index.ts new file mode 100755 index 00000000..56c9c7ba --- /dev/null +++ b/src/components/CMenuItem/index.ts @@ -0,0 +1 @@ +export { default as CMenuItem } from './CMenuItem.vue' diff --git a/src/components/CMovements/CMovements.scss b/src/components/CMovements/CMovements.scss new file mode 100755 index 00000000..126111c6 --- /dev/null +++ b/src/components/CMovements/CMovements.scss @@ -0,0 +1,17 @@ +.myfrom { + color: green; + font-weight: bold; +} + +.myto { + color: red; + font-weight: bold; +} + +.circuit { + color: blue; +} + +.date { + color: gray; +} \ No newline at end of file diff --git a/src/components/CMovements/CMovements.ts b/src/components/CMovements/CMovements.ts new file mode 100755 index 00000000..47bbcd30 --- /dev/null +++ b/src/components/CMovements/CMovements.ts @@ -0,0 +1,89 @@ +import { defineComponent, ref, computed, PropType, toRef, onMounted } from 'vue' +import { useUserStore } from '@store/UserStore' +import { useRouter } from 'vue-router' +import { useGlobalStore } from '@store/globalStore' +import { useI18n } from '@/boot/i18n' + +import { CMyImgUser } from '@/components/CMyImgUser' +import { CCurrencyValue } from '@/components/CCurrencyValue' +import { tools } from '@store/Modules/tools' +import { IMovQuery, IMovement } from '@src/model' + +import { shared_consts } from '@src/common/shared_vuejs' + +export default defineComponent({ + name: 'CMovements', + components: { CMyImgUser, CCurrencyValue }, + props: { + numcol: { + type: Number, + required: false, + default: 3 + }, + }, + setup(props, { emit }) { + + const userStore = useUserStore() + const $router = useRouter() + const globalStore = useGlobalStore() + const { t } = useI18n(); + + const datastat = ref({}) + + const mylist = computed(() => { + if (globalStore.datastat) + return globalStore.datastat.last_transactions + else + return [] + }) + + async function mounted() { + + } + + function getFromToStr(mov: any) { + + let mystr = '' + if (mov) { + + mystr += mov.str + } + return mystr + } + + function navigabyMov(mov: IMovQuery, from: boolean) { + let link = '' + if (from) { + if (mov.tipocontofrom === shared_consts.AccountType.USER) { + link = `/my/` + mov.userfrom.username + } else if (mov.tipocontofrom === shared_consts.AccountType.COLLECTIVE_ACCOUNT) { + link = tools.getPathByGroup(mov.groupfrom) + } else if (mov.tipocontofrom === shared_consts.AccountType.COMMUNITY_ACCOUNT) { + link = '' // mov.contocomfrom.name + } + } else { + if (mov.tipocontoto === shared_consts.AccountType.USER) { + link = `/my/` + mov.userto.username + } else if (mov.tipocontoto === shared_consts.AccountType.COLLECTIVE_ACCOUNT) { + link = tools.getPathByGroup(mov.groupto) + } else if (mov.tipocontoto === shared_consts.AccountType.COMMUNITY_ACCOUNT) { + link = '' + } + } + $router.push(link) + } + + onMounted(() => { + mounted() + }) + + return { + userStore, + tools, + mylist, + getFromToStr, + t, + navigabyMov, + } + } +}) diff --git a/src/components/CMovements/CMovements.vue b/src/components/CMovements/CMovements.vue new file mode 100755 index 00000000..59c4a89f --- /dev/null +++ b/src/components/CMovements/CMovements.vue @@ -0,0 +1,61 @@ + + + + + diff --git a/src/components/CMovements/index.ts b/src/components/CMovements/index.ts new file mode 100755 index 00000000..605d051c --- /dev/null +++ b/src/components/CMovements/index.ts @@ -0,0 +1 @@ +export { default as CMovements } from './CMovements.vue' diff --git a/src/components/CMyCardGrpPopup/CMyCardGrpPopup.ts b/src/components/CMyCardGrpPopup/CMyCardGrpPopup.ts index c74ade2c..5d5b2470 100644 --- a/src/components/CMyCardGrpPopup/CMyCardGrpPopup.ts +++ b/src/components/CMyCardGrpPopup/CMyCardGrpPopup.ts @@ -83,7 +83,7 @@ export default defineComponent({ } function condividipag() { - const msg = self.location.host + tools.getPathByGroup(myrec.value, props.table) + const msg = self.location.host + tools.getPathByGroup(myrec.value) return tools.copyStringToClipboard($q, msg, true) } diff --git a/src/components/CMyCardService/CMyCardService.vue b/src/components/CMyCardService/CMyCardService.vue index 98157fc1..e748fa02 100644 --- a/src/components/CMyCardService/CMyCardService.vue +++ b/src/components/CMyCardService/CMyCardService.vue @@ -1,7 +1,9 @@