-
" lang="${w3c_language_id}">
-
${htmlUtil.unescape(the_title)} - Sismica Sicilia
+
${htmlUtil.unescape(the_title)} - Paesaggistica Sicilia
diff --git a/liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/images/favicon.ico b/liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/images/favicon.ico
index 7871fca2..cf918668 100644
Binary files a/liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/images/favicon.ico and b/liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/images/favicon.ico differ
diff --git a/liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/templates/portal_normal.ftl b/liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/templates/portal_normal.ftl
index 78a42dbc..cce6fa15 100644
--- a/liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/templates/portal_normal.ftl
+++ b/liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/templates/portal_normal.ftl
@@ -5,7 +5,7 @@
" lang="${w3c_language_id}">
-
${htmlUtil.unescape(the_title)} - Sismica Sicilia
+
${htmlUtil.unescape(the_title)} - Paesaggistica Sicilia
diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/WEB-INF/.gitignore b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/WEB-INF/.gitignore
new file mode 100644
index 00000000..840e7d31
--- /dev/null
+++ b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/WEB-INF/.gitignore
@@ -0,0 +1 @@
+/classes/
diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/css/component/carousel.scss b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/css/component/carousel.scss
index d4eeedaf..1d217461 100644
--- a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/css/component/carousel.scss
+++ b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/css/component/carousel.scss
@@ -37,6 +37,54 @@
position: absolute;
top: 0;
right: 0;
+ width: 100%;
+ padding-right: 0px;
+
+ .list-group-item {
+ position: relative;
+ .info-item {
+ position: relative;
+ top: 50%;
+ @include transform(translate3D(0, -50%, 0));
+
+ h4 {
+ font-weight:bold;
+ font-size:16px;
+ }
+ p {
+ font-size:13px;
+ }
+
+ }
+
+ .btn-carousel {
+ position: absolute;
+ right: 0;
+ top: 50%;
+ @include transform(translate3D(0, -50%, 0));
+ }
+ }
+
+}
+
+#myCarousel .list-group-item {
+ border-radius: 0px;
+ cursor: pointer;
+}
+
+#myCarousel .list-group-item.active {
+ background-color: transparent !important;
+ border-color: #ddd !important;
+ color: $header-menu !important;
+}
+
+/*
+#myCarousel .list-group {
+ opacity: 0;
+ position: absolute;
+ top: 0;
+ right: 0;
+ width: 100%;
padding-right: 0px;
transition: opacity $speed;
@@ -115,7 +163,7 @@
#myCarousel .list-group .active {
background-color: rgba( 52, 52, 52, 0.7 );
-}
+}*/
.carousel-inner {
@@ -162,10 +210,11 @@
}
@media (max-width: 991px) {
- .carousel-caption p,
- #myCarousel .list-group {
+ .carousel-caption p {
display: none;
}
+
+ /* ,#myCarousel .list-group*/
}
.carousel-controls {
diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/css/component/cookie.scss b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/css/component/cookie.scss
index 5fced315..90e3f0b0 100644
--- a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/css/component/cookie.scss
+++ b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/css/component/cookie.scss
@@ -8,7 +8,9 @@
}
button {
- background-color: $red-logo;
- border-color: $red-logo;
+ background-color: $green-logo;
+ border-color: $green-logo;
+ border-radius: 0;
+
}
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/css/component/header.scss b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/css/component/header.scss
index 86475808..fabd757d 100644
--- a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/css/component/header.scss
+++ b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/css/component/header.scss
@@ -4,8 +4,44 @@
width: 100%;
z-index: 1000;
box-shadow: 0 0 5px $b!important;
-
-
+
+
+ .flex-end-menu {
+ @media (min-width: 991px) {
+ display: flex;
+ align-items: flex-end;
+ }
+ }
+
+ .cont-payoff{
+ text-align: center;
+ font-size: 15px;
+ align-self: center;
+ margin-left: 20px;
+
+ .payoff1{
+ margin-bottom: 10px;
+ font-size: 20px;
+ font-weight:bold;
+ }
+
+ .payoff2{
+ font-size: 15px;
+ line-height: 18px;
+ }
+ }
+
+ .link-home{
+ margin-left: 20px;
+ font-size: 18px;
+ color: #000;
+ font-weight: bold;
+ text-transform: uppercase;
+ margin-bottom: 3px;
+ font-family: Montserrat,sans-serif;
+ }
+
+
.toggled &{
padding-right: 250px;
@@ -46,6 +82,7 @@
.page-title {
margin: 0;
+ padding:2px 0;
.img-site {
height: $height-header;
width: auto;
@@ -95,8 +132,9 @@
height: 35px;
padding-left: 8px;
padding-right: 8px;
- background-color: $red-logo;
- border-color: $red-logo;
+ background-color: $header-menu;
+ border-color: $header-menu;
+ border-radius: 0;
.toggle {
.toggle-line {
@@ -105,7 +143,7 @@
margin-bottom: 4px;
background-color: $w;
transition: transform .5s;
- border-radius: 25px;
+ border-radius: 0;
}
}
@@ -255,6 +293,12 @@ header {
transition: all .5s ease;
top: 0;
}
+
+main {
+ padding-top:90px;
+}
+
+/*
header.nav-up {
top: -60px;
@@ -262,6 +306,9 @@ header.nav-up {
top: 0px;
}
}
+*/
+
+header.nav-up { top:0px; }
.user-notification {
margin: 0px!important;
diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/css/component/mediaobject.scss b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/css/component/mediaobject.scss
index b3df794f..d8cf3e3e 100644
--- a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/css/component/mediaobject.scss
+++ b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/css/component/mediaobject.scss
@@ -5,6 +5,11 @@
padding: 50px;
vertical-align: top;
+
+ .page_description {
+ font-size: 1.1em;
+ }
+
@media (max-width: $tablet) {
padding-top: 40px;
padding-bottom: 40px;
@@ -45,15 +50,15 @@
.container-icon {
width: em(210px);
- height: em(210px);
- border-radius: 50%;
+ height: em(140px);
+ /*border-radius: 50%;*/
margin: 0 auto;
@include display-flex();
@include justify-content(center);
@include align-items(center);
.mediaobject_icon {
- font-size: em(110px);
+ font-size: em(36px);
color: $w;
}
}
@@ -80,6 +85,8 @@
}
}
}
+
+
.page_description:before {
content: "";
diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/css/component/variable.scss b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/css/component/variable.scss
index 6699bee0..54ddb4ec 100644
--- a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/css/component/variable.scss
+++ b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/css/component/variable.scss
@@ -11,6 +11,7 @@ $footer-link: #aaa;
$header-menu: #333;
$text-news: #555;
$red-logo: #E2001A;
+$green-logo: #2ABE31;
$date-news: #b4b4b4;
$red-selected: #e2001a;
$table-header: #e2001a;
@@ -33,7 +34,7 @@ $second-font: 'Montserrat', sans-serif;
$base_font_size:14px;
/* SIZE */
-$height-header: 60px;
+$height-header: auto;
$f: 100%;
$desktop: 1200px;
$tablet: 992px;
diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/images/favicon.ico b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/images/favicon.ico
new file mode 100644
index 00000000..cf918668
Binary files /dev/null and b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/images/favicon.ico differ
diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/templates/footer.ftl b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/templates/footer.ftl
index b750eb04..76ef13f7 100644
--- a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/templates/footer.ftl
+++ b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/templates/footer.ftl
@@ -84,8 +84,10 @@
diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/templates/header.ftl b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/templates/header.ftl
index a47f1530..72bc048c 100644
--- a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/templates/header.ftl
+++ b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/templates/header.ftl
@@ -1,22 +1,28 @@
-
-
- <#assign logo_url = "${images_folder}/logo-rs-testo.png" />
-
-
-
+
-
+
+
+
Home
<#if has_navigation>
<#include "${full_templates_path}/navigation.ftl" />
diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/templates/portal_normal.ftl b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/templates/portal_normal.ftl
index 2e30e9f1..a5fde9a4 100644
--- a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/templates/portal_normal.ftl
+++ b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/_diffs/templates/portal_normal.ftl
@@ -5,7 +5,7 @@
" lang="${w3c_language_id}">
- ${htmlUtil.unescape(the_title)} - Sismica Sicilia
+ ${htmlUtil.unescape(the_title)} - Paesaggistica Sicilia
diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/css/component/carousel.scss b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/css/component/carousel.scss
index d4eeedaf..1d217461 100644
--- a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/css/component/carousel.scss
+++ b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/css/component/carousel.scss
@@ -37,6 +37,54 @@
position: absolute;
top: 0;
right: 0;
+ width: 100%;
+ padding-right: 0px;
+
+ .list-group-item {
+ position: relative;
+ .info-item {
+ position: relative;
+ top: 50%;
+ @include transform(translate3D(0, -50%, 0));
+
+ h4 {
+ font-weight:bold;
+ font-size:16px;
+ }
+ p {
+ font-size:13px;
+ }
+
+ }
+
+ .btn-carousel {
+ position: absolute;
+ right: 0;
+ top: 50%;
+ @include transform(translate3D(0, -50%, 0));
+ }
+ }
+
+}
+
+#myCarousel .list-group-item {
+ border-radius: 0px;
+ cursor: pointer;
+}
+
+#myCarousel .list-group-item.active {
+ background-color: transparent !important;
+ border-color: #ddd !important;
+ color: $header-menu !important;
+}
+
+/*
+#myCarousel .list-group {
+ opacity: 0;
+ position: absolute;
+ top: 0;
+ right: 0;
+ width: 100%;
padding-right: 0px;
transition: opacity $speed;
@@ -115,7 +163,7 @@
#myCarousel .list-group .active {
background-color: rgba( 52, 52, 52, 0.7 );
-}
+}*/
.carousel-inner {
@@ -162,10 +210,11 @@
}
@media (max-width: 991px) {
- .carousel-caption p,
- #myCarousel .list-group {
+ .carousel-caption p {
display: none;
}
+
+ /* ,#myCarousel .list-group*/
}
.carousel-controls {
diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/css/component/cookie.scss b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/css/component/cookie.scss
index 5fced315..90e3f0b0 100644
--- a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/css/component/cookie.scss
+++ b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/css/component/cookie.scss
@@ -8,7 +8,9 @@
}
button {
- background-color: $red-logo;
- border-color: $red-logo;
+ background-color: $green-logo;
+ border-color: $green-logo;
+ border-radius: 0;
+
}
}
\ No newline at end of file
diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/css/component/header.scss b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/css/component/header.scss
index 86475808..fabd757d 100644
--- a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/css/component/header.scss
+++ b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/css/component/header.scss
@@ -4,8 +4,44 @@
width: 100%;
z-index: 1000;
box-shadow: 0 0 5px $b!important;
-
-
+
+
+ .flex-end-menu {
+ @media (min-width: 991px) {
+ display: flex;
+ align-items: flex-end;
+ }
+ }
+
+ .cont-payoff{
+ text-align: center;
+ font-size: 15px;
+ align-self: center;
+ margin-left: 20px;
+
+ .payoff1{
+ margin-bottom: 10px;
+ font-size: 20px;
+ font-weight:bold;
+ }
+
+ .payoff2{
+ font-size: 15px;
+ line-height: 18px;
+ }
+ }
+
+ .link-home{
+ margin-left: 20px;
+ font-size: 18px;
+ color: #000;
+ font-weight: bold;
+ text-transform: uppercase;
+ margin-bottom: 3px;
+ font-family: Montserrat,sans-serif;
+ }
+
+
.toggled &{
padding-right: 250px;
@@ -46,6 +82,7 @@
.page-title {
margin: 0;
+ padding:2px 0;
.img-site {
height: $height-header;
width: auto;
@@ -95,8 +132,9 @@
height: 35px;
padding-left: 8px;
padding-right: 8px;
- background-color: $red-logo;
- border-color: $red-logo;
+ background-color: $header-menu;
+ border-color: $header-menu;
+ border-radius: 0;
.toggle {
.toggle-line {
@@ -105,7 +143,7 @@
margin-bottom: 4px;
background-color: $w;
transition: transform .5s;
- border-radius: 25px;
+ border-radius: 0;
}
}
@@ -255,6 +293,12 @@ header {
transition: all .5s ease;
top: 0;
}
+
+main {
+ padding-top:90px;
+}
+
+/*
header.nav-up {
top: -60px;
@@ -262,6 +306,9 @@ header.nav-up {
top: 0px;
}
}
+*/
+
+header.nav-up { top:0px; }
.user-notification {
margin: 0px!important;
diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/css/component/mediaobject.scss b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/css/component/mediaobject.scss
index b3df794f..d8cf3e3e 100644
--- a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/css/component/mediaobject.scss
+++ b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/css/component/mediaobject.scss
@@ -5,6 +5,11 @@
padding: 50px;
vertical-align: top;
+
+ .page_description {
+ font-size: 1.1em;
+ }
+
@media (max-width: $tablet) {
padding-top: 40px;
padding-bottom: 40px;
@@ -45,15 +50,15 @@
.container-icon {
width: em(210px);
- height: em(210px);
- border-radius: 50%;
+ height: em(140px);
+ /*border-radius: 50%;*/
margin: 0 auto;
@include display-flex();
@include justify-content(center);
@include align-items(center);
.mediaobject_icon {
- font-size: em(110px);
+ font-size: em(36px);
color: $w;
}
}
@@ -80,6 +85,8 @@
}
}
}
+
+
.page_description:before {
content: "";
diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/css/component/variable.scss b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/css/component/variable.scss
index 6699bee0..54ddb4ec 100644
--- a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/css/component/variable.scss
+++ b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/css/component/variable.scss
@@ -11,6 +11,7 @@ $footer-link: #aaa;
$header-menu: #333;
$text-news: #555;
$red-logo: #E2001A;
+$green-logo: #2ABE31;
$date-news: #b4b4b4;
$red-selected: #e2001a;
$table-header: #e2001a;
@@ -33,7 +34,7 @@ $second-font: 'Montserrat', sans-serif;
$base_font_size:14px;
/* SIZE */
-$height-header: 60px;
+$height-header: auto;
$f: 100%;
$desktop: 1200px;
$tablet: 992px;
diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/images/favicon.ico b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/images/favicon.ico
index 7871fca2..cf918668 100644
Binary files a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/images/favicon.ico and b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/images/favicon.ico differ
diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/footer.ftl b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/footer.ftl
index b750eb04..76ef13f7 100644
--- a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/footer.ftl
+++ b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/footer.ftl
@@ -84,8 +84,10 @@
diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/header.ftl b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/header.ftl
index a47f1530..72bc048c 100644
--- a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/header.ftl
+++ b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/header.ftl
@@ -1,22 +1,28 @@
-
-
- <#assign logo_url = "${images_folder}/logo-rs-testo.png" />
-
-
-
+
-
+
+
+
Home
<#if has_navigation>
<#include "${full_templates_path}/navigation.ftl" />
diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/portal_normal.ftl b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/portal_normal.ftl
index 2e30e9f1..a5fde9a4 100644
--- a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/portal_normal.ftl
+++ b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/portal_normal.ftl
@@ -5,7 +5,7 @@
" lang="${w3c_language_id}">
- ${htmlUtil.unescape(the_title)} - Sismica Sicilia
+ ${htmlUtil.unescape(the_title)} - Paesaggistica Sicilia