Ajout du module RGPD Cookie

This commit is contained in:
2020-11-03 12:11:22 +01:00
parent be2f9aa024
commit 7460f8cd39
174 changed files with 29175 additions and 37 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,41 @@
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.icon:after,.icon:before
{
font-family:'Glyphicons Halflings';
}
.icon-caret-down:before, #content .process-icon-dropdown:before, .chosen-container-single .chosen-single div b:before {
content: "\f0d7"}
.icon-trash-o:before, .icon-trash:before, #content .process-icon-delete:before, #content .process-icon-uninstall:before {
content: "\f014"}
.icon-search-plus:before, .icon-zoom-in:before {
content: "\f00e"}
.icon-refresh:before{
content: "\f021"}
.process-icon-sitemap:before{
content: "\f0e8"}
.icon-save:before, #content .process-icon-save:before, #content .process-icon-save-and-stay:before, #content .process-icon-save-and-preview:before, .icon-floppy-o:before, .icon-save:before, #content .process-icon-save:before, #content .process-icon-save-and-stay:before, #content .process-icon-save-and-preview:before {
content: "\f0c7"}
[class^="process-icon-"] {
background: none repeat scroll center center / 26px auto transparent;
display: block;
font-size: 28px;
height: 30px;
margin: 0 auto;
width: 30px;
}
.ui-widget-header, .ui-widget-content,.ui-progressbar-overlay
{
background:none;
border:0;
}
.bootstrap .table tbody > tr > td.generating
{
font-size:0 !important;
background:url('../img/loading.gif') no-repeat center center #fff;
}

View File

@@ -0,0 +1,476 @@
/*!
* Bootstrap v3.3.2 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
text-shadow: none;
}
.btn:active,
.btn.active {
background-image: none;
}
.btn-default {
text-shadow: 0 1px 0 #fff;
background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #dbdbdb;
border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
background-color: #e0e0e0;
background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
background-color: #e0e0e0;
border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
background-color: #e0e0e0;
background-image: none;
}
.btn-primary {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #265a88;
background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
background-color: #265a88;
border-color: #245580;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
background-color: #265a88;
background-image: none;
}
.btn-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
background-color: #419641;
background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
background-color: #419641;
border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
background-color: #419641;
background-image: none;
}
.btn-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
background-color: #2aabd2;
background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
background-color: #2aabd2;
border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
background-color: #2aabd2;
background-image: none;
}
.btn-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
background-color: #eb9316;
background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
background-color: #eb9316;
border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
background-color: #eb9316;
background-image: none;
}
.btn-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
background-color: #c12e2a;
background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
background-color: #c12e2a;
border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
background-color: #c12e2a;
background-image: none;
}
.thumbnail,
.img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-color: #e8e8e8;
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-color: #2e6da4;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x;
}
.navbar-default {
background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
@media (max-width: 767px) {
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x;
}
}
.alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
background-repeat: repeat-x;
border-color: #b2dba1;
}
.alert-info {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
background-repeat: repeat-x;
border-color: #9acfea;
}
.alert-warning {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
background-repeat: repeat-x;
border-color: #f5e79e;
}
.alert-danger {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
background-repeat: repeat-x;
border-color: #dca7a7;
}
.progress {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
text-shadow: 0 -1px 0 #286090;
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
background-repeat: repeat-x;
border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
text-shadow: none;
}
.panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
background-repeat: repeat-x;
}
.panel-success > .panel-heading {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
background-repeat: repeat-x;
}
.panel-info > .panel-heading {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
background-repeat: repeat-x;
}
.well {
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x;
border-color: #dcdcdc;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,285 @@
#lgcookieslaw_banner {
display: none;
z-index: 10000;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
padding: 1rem 0;
color: #fff;
}
#lgcookieslaw_banner a {
text-decoration: none;
margin-left: 7px;
cursor: pointer;
}
.lgcookieslaw_container {
padding-top: 15px;
display: block;
}
.lgcookieslaw_message {
display: block;
width: 80%;
float: left;
}
.lgcookieslaw_button_container {
display: block;
width: 20%;
float: left;
}
.lgcookieslaw_button_container div:first-child {
display: block;
width: 50%;
text-align: right;
float: left;
}
.lgcookieslaw_button_container div:last-child {
display: block;
width: 50%;
text-align: left;
float: left;
}
#lgcookieslaw_accept {
display: block;
text-align: center;
width: 100%;
line-height: 50px;
cursor: pointer;
font-size: 1.143rem;
text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
.lgcookieslaw_container {
padding-top: 15px;
display: block;
}
.lgcookieslaw_message {
display: block;
width: 100%;
float:left;
margin-bottom: 15px;
}
.lgcookieslaw_button_container {
display: block;
width: 100%;
float: left;
}
.lgcookieslaw_button_container div:first-child {
display: block;
width: 50%;
text-align: right;
float: left;
}
.lgcookieslaw_button_container div:last-child {
display: block;
width: 50%;
text-align: left;
float: left;
}
}
#lgcookieslaw-modal {
background: #fff;
}
.lgcookieslaw-modal-body {
padding: 15px;
display: block;
position: relative;
overflow: auto;
border-top: 4px solid #8BC954;
}
.lgcookieslaw-section {
padding: 15px;
display: block;
float: left;
width: 100%;
border: 1px solid #e4e3e3;
margin-bottom: 15px;
border-radius: 2px;
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.lgcookieslaw-section-name {
display: block;
float: left;
width: 80%;
font-weight: bold;
padding: 10px 15px;
}
.lgcookieslaw-section-description {
display: block;
float: left;
width: 100%;
padding: 10px 15px;
}
.lgcookieslaw-section-checkbox {
display: block;
float: left;
width: 20%;
text-align: right;
padding-right:25px;
}
.lgcookieslaw-modal-footer {
display: block;
width: 100%;
position: relative;
bottom: 0px;
border: 0px;
border-top: 1px solid #e4e3e3;
padding: 15px;
overflow: auto;
}
.lgcookieslaw-section-description ul li {
color: #5c5c5c;
position: relative;
width: 100%;
display: inline-block;
z-index: 1;
margin: 6px 0;
line-height: 1em;
}
.lgcookieslaw-section-description ul li:before {
/*font-family: ff_icons,Helvetica,Arial,sans-serif;*/
content: "\2714";
color: #8BC954;
font-size: 1em;
position: absolute;
top: 0px;
left: -18px;
z-index: 2;
width: 12px;
height: 12px;
}
.lgcookieslaw_switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
.lgcookieslaw_slider_option_left, .lgcookieslaw_slider_option_right {
position: absolute;
display: inline-block;
line-height: 34px;
font-weight: bold;
}
.lgcookieslaw_slider_option_left {
left: -35px
}
.lgcookieslaw_slider_option_right {
left: 70px;
}
.lgcookieslaw_switch input {
opacity: 0!important;
width: 0!important;
height: 0!important;
}
.lgcookieslaw_switch div.checker, .lgcookieslaw_switch div.checker span, .lgcookieslaw_switch div.checker input {
width: 0!important;
height: 0!important;
}
.lgcookieslaw_slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.lgcookieslaw_slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .lgcookieslaw_slider {
background-color: #8BC954;
}
input:focus + .lgcookieslaw_slider {
box-shadow: 0 0 1px #8BC954;
}
/*
input:checked + .lgcookieslaw_slider_disabled {
background-color: #CCCCCC!important;
}
*/
input:checked + .lgcookieslaw_slider:before, .lgcookieslaw_slider_checked:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
.lgcookieslaw_slider.round {
border-radius: 34px;
}
.lgcookieslaw_slider.round:before {
border-radius: 50%;
}
.lgcookieslaw-modal-footer-left {
width: 50%;
float: left;
text-align: left;
overflow: auto;
}
.lgcookieslaw-modal-footer-right {
width: 50%;
float: left;
text-align: right;
overflow: auto;
}
#lgcookieslaw-close {
cursor: pointer;
background: none;
}
#lgcookieslaw-save {
color: #fff;
background: #8BC954;
}
@media only screen and (max-width: 600px) {
.lgcookieslaw-modal-footer-left {
width: 100%;
float: right;
text-align: center;
}
.lgcookieslaw-modal-footer-right {
width: 100%;
float: left;
text-align: center;
}
.lgcookieslaw-section-name {
width: 50%;
}
.lgcookieslaw-section-checkbox {
width: 50%;
}
}

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2012 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2012 PrestaShop SA
* @version Release: $Revision: 14011 $
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,50 @@
.lgcookieslaw_banner {
background-color: rgba(117,179,0,0.8);
border-color: 117,179,0,0.8;
border-left: 1px solid 117,179,0,0.8;
border-right: 1px solid 117,179,0,0.8;
color: #FFFFFF !important;
-webkit-box-shadow: 0px 1px 5px 0px #707070;
-moz-box-shadow: 0px 1px 5px 0px #707070;
box-shadow: 0px 1px 5px 0px #707070;
bottom:0;
}
#lgcookieslaw_banner a {
color: #FFFFFF !important;
border-bottom: 1px solid #FFFFFF;
}
.lgcookieslaw-modal-body {
border-top: 4px solid #8BC954;
}
.lgcookieslaw_banner .lgcookieslaw_btn {
border-color: #8BC954 !important;
background: #8BC954 !important;
color: #FFFFFF !important;
}
.lgcookieslaw_banner a.lgcookieslaw_btn {
border-color: ;
background: ;
color: !important;
}
.lgcookieslaw_banner a:hover.lgcookieslaw_btn {
border-color: ;
background: ;
color: !important;
}
/* New module*/
.lgcookieslaw-section-description ul li:before {
color: #8BC954!important;
}
input:checked + .lgcookieslaw_slider, .lgcookieslaw_slider_checked {
background-color: #8BC954!important;
}
input:focus + .lgcookieslaw_slider, .lgcookieslaw_slider_checked {
box-shadow: 0 0 1px #8BC954!important;
}
#lgcookieslaw-save {
background: #8BC954!important;
}

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2012 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2012 PrestaShop SA
* @version Release: $Revision: 14011 $
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,208 @@
.lg-block {
position: relative;
padding: 20px;
margin-bottom: 20px;
border: solid 1px #d3d8db;
background-color: #fff;
-webkit-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-sizing: border-box;
font: 400 12px/1.42857 "Open Sans", Helvetica, Arial, sans-serif;
color: #555;
display: inline-block;
width: 100%;
}
.lg-block a:focus {
text-decoration: none;
outline: none;
}
.lg-block .lg-block-icon {
display: inline-block;
margin-right: 20px;
}
.lg-block .lg-block-icon a {
display: inline-block;
}
.lg-block .lg-block-icon a * {
display: block;
}
.lg-block .lg-block-icon a img {
margin: 0 auto;
}
.lg-block .lg-block-icon a .text {
text-transform: uppercase;
margin-top: 5px;
font-weight: bold;
text-align: center;
font-size: 11px;
}
.lg-block .lg-block-icon a.readme {
color: #8BCDD1;
}
.lg-block .lg-block-icon a.support {
color: #EF5D5A;
}
.lg-block .lg-block-icon a.faq {
color: #D7A9E4;
}
.lg-block .lg-block-icon a.opinion {
color: #FFC13D;
}
.lg-block .lg-block-icon a.see-modules {
color: #91C157;
}
.lg-block .lg-block-icon.right {
vertical-align: middle;
margin: 0 0 0 20px;
padding-left: 20px;
border-left: 1px solid #CCC;
}
.lg-block-company {
border-bottom: 1px solid #CCC;
margin-bottom: 25px;
padding: 10px 10px 25px 10px;
}
.lg-block-company span {
display: block;
font-weight: bold;
margin-bottom: 10px;
}
.lg-block-partner {
width: 60%;
display: inline-block;
}
.lg-block-partner span {
width: 115px;
margin: 20px 0 0 13px;
position: absolute;
}
.lg-block-creator {
width: 35%;
display: inline-block;
}
.lg-block-creator span {
width: 115px;
margin: 14px 0 0 13px;
position: absolute;
}
.lg-module-block {
border: 1px solid #CCC;
padding: 10px;
position: relative;
}
.lg-module-block a,
.lg-module-block a:hover,
.lg-module-block a:focus {
text-decoration: none;
color: #333333;
outline: none;
}
.lg-module-block .lg-title {
position: relative;
}
.lg-module-block .lg-module-name {
font-family: "Montserrat", Helvetica, Verdana, sans-serif;
font-weight: 400;
color: #251b5b;
margin: 0;
padding-left: 15px;
display: inline-block;
position: absolute;
font-size: 14px;
overflow: hidden;
height: 57px;
}
.lg-module-block .lg-description {
margin-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #CCC;
height: 80px;
overflow: hidden;
}
.lg-module-block .lg-rating {
padding: 12px 0;
text-align: center;
font-size: 12px;
font-weight: 900;
}
.lg-module-block .lg-rating img {
margin-left: 7px;
}
.lg-module-block .lg-button span {
padding: 8px;
text-transform: uppercase;
color: #FFFFFF;
text-align: center;
font-weight: 700;
background: #251B5B;
display: block;
font-size: 11px;
transition: background .2s ease-out;
-moz-transition: background .2s ease-out;
-webkit-transition: background .2s ease-out;
-o-transition: background .2s ease-out;
}
.lg-module-block:hover .lg-button span,
.lg-module-block a:hover .lg-button span {
background: #DF0067;
}
.lg-background-image {
background: url('../../img/publi/ico_see_modules_big.png') no-repeat;
margin-left: -16px;
height: 175px;
margin-top: 33px;
position: relative;
}
.lg-vertical-text {
display: block;
position: absolute;
left: -47px;
top: 70px;
text-transform: uppercase;
font-size: 12px;
font-weight: 900;
width: 140px;
text-align: center;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.lg-vertical-text a {
color: #FFFFFF;
}
.lg-vertical-text a:hover,
.lg-vertical-text a:focus {
color: #FFFFFF;
text-decoration: underline;
}
@media(max-width: 1600px) {
.lg-block-partner,
.lg-block-creator {
display: inline-block;
text-align: center;
}
.lg-block-creator {
margin-top: 20px;
}
.lg-block-partner img {
width: 8em;
}
.lg-block-creator img {
width: 3em;
}
.lg-block-creator span,
.lg-block-partner span {
margin: 10px auto 0 auto;
position: relative;
display: block;
}
}
@media(max-width: 1200px) {
.lg-block-partner,
.lg-block-creator {
margin-bottom: 20px;
}
}

View File

@@ -0,0 +1,79 @@
#banner-lg.panel {
border: 1px solid #e6e6e6;
border-collapse: separate;
border-radius: 3px;
box-shadow: 0 2px rgba(0, 0, 0, 0.1), 0 0 0 3px #fff inset;
margin: 0 auto;
padding: 20px;
width: auto;
}
a{
text-decoration:none;
}
.enlaceverde{
color:#67aa1c;
}
.enlacenegro{
color:#000000;
}
#logo{
width:16%;
text-align:center;
}
#titulo{
width:16%;
font-size:10px;
color:#67aa1c;
font-family:arial;
font-weight:bold;
text-align:center;
}
.logos{
width:5%;
height:60px;
text-align:center;
}
.modulos{
width:6%;
height:60px;
font-size:9px;
font-family:arial;
}
#boton{
width:7%;
text-align:center;
}
#opinion, #video, #guia, #soporte{
width:6%;
text-align:center;
}
#iframe{
width:100%;
height:60px;
position:absolute;
top:0;
left:0;
}
@media screen and (max-width: 800px) {
#titulo, .logos, .modulos, #boton, #logo {
display:none;
}
}
form.lgcookieslaw .prestashop-switch label {
width: 50% !important;
}
form.lgcookieslaw .btn.btn-default:hover {
background: #00aff0 repeat scroll 0 0;
border-color: #008abd;
box-shadow: none;
text-shadow: none;
color: #ffffff;
}