Nettoyage site/file
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 199 KiB After Width: | Height: | Size: 184 KiB |
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 145 KiB |
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 146 KiB |
Before Width: | Height: | Size: 159 KiB After Width: | Height: | Size: 144 KiB |
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 107 KiB |
@ -1,235 +0,0 @@
|
||||
/**
|
||||
* Voici une feuille de style type, bien entendu vous pouvez ajouter
|
||||
* ou supprimer des propriétés CSS en fonction de vos besoins.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Éléments principaux
|
||||
*/
|
||||
|
||||
/* Fond du site */
|
||||
body {
|
||||
}
|
||||
|
||||
/* Site */
|
||||
#site {
|
||||
margin:0px auto !important;
|
||||
max-width:1200px !important;
|
||||
}
|
||||
|
||||
/* Bannière */
|
||||
header {
|
||||
}
|
||||
|
||||
/* Titre de la bannière */
|
||||
header span {
|
||||
}
|
||||
|
||||
/* Menu */
|
||||
nav {
|
||||
}
|
||||
|
||||
/* Items du menu */
|
||||
nav a {
|
||||
}
|
||||
|
||||
/* Items au survol du menu */
|
||||
nav a:hover {
|
||||
}
|
||||
|
||||
/* Item courant du menu */
|
||||
nav a.active {
|
||||
}
|
||||
|
||||
/* Bas de page */
|
||||
footer {
|
||||
height:400px !important;
|
||||
|
||||
}
|
||||
|
||||
footer #footersite, #footerbody {
|
||||
}
|
||||
|
||||
/* Liens du bas de page */
|
||||
footer #footersite, #footerbody a {
|
||||
}
|
||||
|
||||
/* footer bloc gauche */
|
||||
footer #footersiteLeft, #footerbodyLeft {
|
||||
font-size:16px;
|
||||
}
|
||||
|
||||
/* footer bloc central */
|
||||
footer #footersiteCenter, #footerbodyCenter {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
/* footer bloc droite */
|
||||
footer #footersiteRight, #footerbodyRight {
|
||||
}
|
||||
|
||||
/**
|
||||
* Éléments de contenu
|
||||
*/
|
||||
|
||||
/* Titres */
|
||||
h1 {
|
||||
font-size: ;
|
||||
color: ;
|
||||
}
|
||||
h2 {
|
||||
font-size: 18;
|
||||
color: #5e4eff;
|
||||
}
|
||||
h3 {
|
||||
font-size: 16;
|
||||
color: white;
|
||||
}
|
||||
h4 {
|
||||
font-size: 14;
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* Liens */
|
||||
a {
|
||||
}
|
||||
|
||||
/* Liens au survol */
|
||||
a:hover {
|
||||
}
|
||||
|
||||
/* Liens au clic */
|
||||
a:active {
|
||||
}
|
||||
|
||||
/* Boutons */
|
||||
.button,
|
||||
button[type='submit'],
|
||||
.pagination a {
|
||||
}
|
||||
|
||||
/* Boutons au survol */
|
||||
.button:hover,
|
||||
button[type='submit']:hover,
|
||||
.pagination a:hover {
|
||||
}
|
||||
|
||||
/* Boutons au clic */
|
||||
.button:active,
|
||||
button[type='submit']:active,
|
||||
.pagination a:active {
|
||||
}
|
||||
|
||||
/* Cases à cocher */
|
||||
input[type='checkbox']:checked + label:before {
|
||||
}
|
||||
|
||||
/* Cases à cocher au survol */
|
||||
input[type='checkbox']:not(:active):checked:hover + label:before,
|
||||
input[type='checkbox']:active + label:before {
|
||||
}
|
||||
|
||||
/* Champs de formulaire */
|
||||
input[type='text'],
|
||||
input[type='password'],
|
||||
.inputFile,
|
||||
select,
|
||||
textarea {
|
||||
}
|
||||
|
||||
/* Champs de formulaire au survol */
|
||||
input[type='text']:hover,
|
||||
input[type='password']:hover,
|
||||
.inputFile:hover,
|
||||
select:hover,
|
||||
textarea:hover {
|
||||
}
|
||||
/* Capsule : Emplacement */
|
||||
.wrapper {
|
||||
float: right;
|
||||
/* padding-left: 450px; */
|
||||
}
|
||||
|
||||
/* Capsule : structure */
|
||||
.capsule {
|
||||
display: table;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.capsule__btn,
|
||||
.capsule__body {
|
||||
display: table-cell;
|
||||
border: 3px solid;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.capsule--top .capsule__btn, .capsule--top
|
||||
.capsule__body {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.capsule--bottom .capsule__btn, .capsule--bottom
|
||||
.capsule__body {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.capsule__btn {
|
||||
border-right: none;
|
||||
padding: 8px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.capsule__btn--rev .capsule__btn {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.capsule__body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Capsule : Styling */
|
||||
.brand-style .capsule__body,
|
||||
.brand-style .capsule__btn {
|
||||
border-color: #FA45C0;
|
||||
}
|
||||
|
||||
.brand-style .capsule__btn {
|
||||
background: #FA45C0;
|
||||
Color: #FFFFFF;
|
||||
border-top-left-radius: 30px;
|
||||
border-bottom-left-radius: 30px;
|
||||
}
|
||||
.brand-style .capsule__body {
|
||||
background: #fff;
|
||||
border-top-right-radius: 30px;
|
||||
border-bottom-right-radius: 30px;
|
||||
padding: 8px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
/* Hauteur minimum du site */
|
||||
section {
|
||||
min-height: 700px;
|
||||
}
|
||||
/* Zoom sur images */
|
||||
<div class=zoom><style>.zoom {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
.image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.image img {
|
||||
/* La transition s'applique à la fois sur la largeur et la hauteur, avec une durée d'une seconde. */
|
||||
-webkit-transition: all 1s ease; /* Safari et Chrome */
|
||||
-moz-transition: all 1s ease; /* Firefox */
|
||||
-ms-transition: all 1s ease; /* Internet Explorer 9 */
|
||||
-o-transition: all 1s ease; /* Opera */
|
||||
transition: all 1s ease;
|
||||
}
|
||||
.image:hover img {
|
||||
/* L'image est doublée */
|
||||
-webkit-transform:scale(1.25); /* Safari et Chrome */
|
||||
-moz-transform:scale(1.25; /* Firefox */
|
||||
-ms-transform:scale(1.25; /* Internet Explorer 9 */
|
||||
-o-transform:scale(1.25; /* Opera */
|
||||
transform:scale(1.25;
|
||||
}</style>
|
@ -1 +0,0 @@
|
||||
/*12dca3afeaaa5cc4a5a7c896e1608ba8*/@import url("https://fonts.googleapis.com/css?family=Fira+Sans|Ubuntu|Raleway|Raleway");body{background-color:rgba(255,255,255,0.18);font-family:"Fira Sans",sans-serif}body{background-image:url("../file/source/banniere/fondpdavise.png");background-position:top center;background-attachment:scroll;background-size:contain;background-repeat:repeat-x}#backToTop {background-color:rgba(0, 177, 255, 0.8);color:rgba(0, 0, 0, 1);}a{color:rgba(250,69,192,1)}a:hover{color:rgba(235,54,177,1)}body,.row > div{font-size:15px}body,.block h4{color:rgba(33, 34, 35, 1)}select,input[type='email'],input[type='text'],textarea{color:}.container{max-width:1170px}#site{background-color:rgba(255, 255, 255, 0);border-radius:0px;box-shadow:0px #212223;}.editorWysiwyg {background-color:rgba(255, 255, 255, 0);}.speechBubble,.button,.button:hover,button[type='submit'],.pagination a,.pagination a:hover,input[type='checkbox']:checked + label:before,input[type='radio']:checked + label:before,.helpContent{background-color:rgba(219,219,219,1);color:inherit}.helpButton span{color:rgba(219,219,219,1)}input[type='text']:hover,input[type='password']:hover,.inputFile:hover,select:hover,textarea:hover{border-color:rgba(219,219,219,1)}.speechBubble:before{border-color:rgba(219,219,219,1) transparent transparent transparent}.button:hover,button[type='submit']:hover,.pagination a:hover,input[type='checkbox']:not(:active):checked:hover + label:before,input[type='checkbox']:active + label:before,input[type='radio']:checked:hover + label:before,input[type='radio']:not(:checked):active + label:before{background-color:rgba(204,204,204,1)}.helpButton span:hover{color:rgba(204,204,204,1)}.button:active,button[type='submit']:active,.pagination a:active{background-color:rgba(199,199,199,1)}h1,h2,h3,h4,h5,h6{color:rgba(94,78,255,0.44);font-family:"Ubuntu",sans-serif;font-weight:bold;text-transform:none}header{background-size:contain}header{background-color:rgba(255,255,255,0);height:400px;line-height:400px;text-align:center}header{background-image:url("../file/source/banniere/headerpda.png");background-position:center center;background-repeat:no-repeat}header span{color:rgba(33,34,35,1);font-family:"Raleway",sans-serif;font-weight:normal;font-size:2em;text-transform:none}nav,nav a{background-color:rgba(22,22,89,1)}nav a,#toggle span,nav a:hover{color:rgba(250, 69, 192, 1)}nav a:hover{background-color:rgba(7,7,74,1)}nav a.active{background-color:rgba(2,2,69,1)}nav #burgerText{color:white}nav .navLevel1 a.active {border-radius:0px}#menu{text-align:center}nav{margin:0}#toggle span,#menu a{padding:15px 10px;font-family:"Raleway",sans-serif;font-weight:bold;font-size:1.2em;text-transform:none}footer{padding:0 20px;}footer span, #footerText > p {color:rgba(255, 255, 255, 1);font-family:"Open Sans",sans-serif;font-weight:normal;font-size:1em;text-transform:none}footer{background-color:rgba(22,22,89,1);color:rgba(255, 255, 255, 1)}footer a{color:rgba(255, 255, 255, 1)}footer #footersite > div {margin:0px 0}footer #footerbody > div {margin:0px 0}#footerSocials{text-align:right}#footerText > p {text-align:left}#footerCopyright{text-align:center}
|
@ -1 +0,0 @@
|
||||
{"theme":{"body":{"backgroundColor":"rgba(255, 255, 255, 0.18)","image":"banniere\/fondpdavise.png","imageAttachment":"scroll","imagePosition":"top center","imageRepeat":"repeat-x","imageSize":"contain","toTopbackgroundColor":"rgba(0, 177, 255, 0.8)","toTopColor":"rgba(0, 0, 0, 1)"},"button":{"backgroundColor":"rgba(219, 219, 219, 1)"},"footer":{"backgroundColor":"rgba(22, 22, 89, 1)","copyrightAlign":"center","height":"0px","loginLink":"1","margin":true,"position":"body","fixed":false,"socialsAlign":"right","text":"<p> <\/p>\r\n<h1>Le parcours d'artistes de Visé<\/h1>\r\n<p>Quand les artistes de Visé décident d’ouvrir leurs portes aux visiteurs de tout horizon,<br \/>et de permettre à ceux-ci de profiter de l’ambiance, de découvrir les artistes et leurs œuvres.<\/p>\r\n<p> <\/p>\r\n<p> <\/p>\r\n<h1>Nos partenaires<\/h1>\r\n<p><img width=\"150\" height=\"104\" alt=\"\" src=\"\/site\/file\/source\/banniere\/villevise.png\" \/> <img width=\"200\" height=\"42\" alt=\"\" src=\"\/site\/file\/source\/banniere\/reference.png\" \/><\/p>\r\n<p> <\/p>","textAlign":"left","textColor":"rgba(255, 255, 255, 1)","copyrightPosition":"right","textPosition":"left","socialsPosition":"center","textTransform":"none","font":"Open+Sans","fontSize":"1em","fontWeight":"normal","displayVersion":true,"displaySiteMap":true,"displayCopyright":true,"displayLegal":true,"displaySearch":true,"template":"4"},"header":{"backgroundColor":"rgba(255, 255, 255, 0)","textTransform":"none","font":"Raleway","fontSize":"2em","fontWeight":"normal","height":"400px","image":"banniere\/headerpda.png","imagePosition":"center center","imageRepeat":"no-repeat","margin":false,"position":"body","textAlign":"center","textColor":"rgba(33, 34, 35, 1)","textHide":true,"linkHomePage":false,"imageContainer":"contain"},"link":{"textColor":"rgba(250, 69, 192, 1)"},"menu":{"backgroundColor":"rgba(22, 22, 89, 1)","font":"Raleway","fontSize":"1.2em","fontWeight":"bold","height":"15px 10px","loginLink":false,"margin":false,"position":"site","textAlign":"center","textColor":"rgba(250, 69, 192, 1)","textTransform":"none","fixed":false,"activeColorAuto":true,"activeColor":"","radius":"0px","burgerTitle":true},"site":{"backgroundColor":"rgba(255, 255, 255, 0)","radius":"0px","shadow":"0px","width":"1170px"},"text":{"font":"Fira+Sans","fontSize":"15px","textColor":"rgba(33, 34, 35, 1)"},"title":{"font":"Ubuntu","textColor":"rgba(94, 78, 255, 0.44)","fontWeight":"bold","textTransform":"none"}}}
|
Before Width: | Height: | Size: 639 KiB |
Before Width: | Height: | Size: 578 KiB |