Première MAJ

Nottoyage code PHP,
Relocalisation des repertoires,
MVC amélioré sans PHP
Modification des liens JQuery, Bootstrap
This commit is contained in:
Christian Cunat-Brulé
2018-07-28 18:55:49 +02:00
commit 29ef88376e
154 changed files with 4318 additions and 0 deletions

View File

@@ -0,0 +1,66 @@
/*
ColorBox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxOverlay{
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContentPrev{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxPrevious, #cboxNext{position: fixed !important; overflow: hidden; z-index: 10000;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#cboxLoadingGraphic{position:fixed; top:0; left:0; width:100%; height:100%;}
#cboxLoadedContent{z-index: 10000;}
#cboxLoadedContentPrev{z-index: 9999;}
/*
User Style:
Change the following styles to modify the appearance of ColorBox. They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/*#cboxOverlay{background:#000;}
#colorbox{}
#cboxTopLeft{width:14px; height:14px; background:url(images/controls.png) no-repeat 0 0;}
#cboxTopCenter{height:14px; background:url(images/border.png) repeat-x top left;}
#cboxTopRight{width:14px; height:14px; background:url(images/controls.png) no-repeat -36px 0;}
#cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) no-repeat 0 -32px;}
#cboxBottomCenter{height:43px; background:url(images/border.png) repeat-x bottom left;}
#cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) no-repeat -36px -32px;}
#cboxMiddleLeft{width:14px; background:url(images/controls.png) repeat-y -175px 0;}
#cboxMiddleRight{width:14px; background:url(images/controls.png) repeat-y -211px 0;}
#cboxContent{background:#fff; overflow:visible;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:5px;}*/
#cboxLoadingOverlay{ background: #000;}
/*#cboxLoadingGraphic{ background:url(../../../images/website-loader.gif) no-repeat center center;}*/
/*#cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
*/
/*#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{ background:url(images/controls.png) no-repeat 0px 0px;}*/
/*
#cboxPrevious{left:0px; background-position: -51px -25px;}
#cboxPrevious:hover{background-position:-51px 0px;}
#cboxNext{left:27px; background-position:-75px -25px;}
#cboxNext:hover{background-position:-75px 0px;}
*/
#cboxClose{right:0; background-position:-100px -25px;}
#cboxClose:hover{background-position:-100px 0px;}*/
/*
.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
* */

View File

@@ -0,0 +1,16 @@
/* latin */
@font-face {
font-family: 'IM Fell French Canon';
font-style: normal;
font-weight: 400;
src: local('IM FELL French Canon Roman'), local('IM_FELL_French_Canon_Roman'), url(http://fonts.gstatic.com/s/imfellfrenchcanon/v6/iKB0WL1BagSpNPz3NLMdsD7ZrzzLXYUmiRzHqUU8H80.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
font-family: 'IM Fell French Canon';
font-style: italic;
font-weight: 400;
src: local('IM FELL French Canon Italic'), local('IM_FELL_French_Canon_Italic'), url(http://fonts.gstatic.com/s/imfellfrenchcanon/v6/owCuNQkLLFW7TBBPJbMnhRZap5XCWJPp-I1JveJ-kLM.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

View File

@@ -0,0 +1,8 @@
/* latin */
@font-face {
font-family: 'Droid Serif';
font-style: normal;
font-weight: 400;
src: local('Droid Serif'), local('DroidSerif'), url(http://fonts.gstatic.com/s/droidserif/v6/0AKsP294HTD-nvJgucYTaI4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

View File

@@ -0,0 +1,229 @@
.container_12 {
margin-left:auto;
margin-right:auto;
width:960px
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
display:inline;
float:left;
position:relative;
margin:0 10px
}
.grid_7I{
display:inline;
float:left;
position:relative;
margin:0 200px
}
.alpha {
margin-left:0
}
.omega {
margin-right:0
}
.container_12 .grid_1 {
width:60px
}
.container_12 .grid_2 {
width:140px
}
.container_12 .grid_3 {
width:220px
}
.container_12 .grid_4 {
width:300px
}
/*---CCB--*/
.container_12 .grid_A {
width:600px
}
/*---CCB--*/
.container_12 .grid_5 {
width:380px
}
.container_12 .grid_6 {
width:460px
}
.container_12 .grid_7 {
width:540px
}
.container_12 .grid_8 {
width:950px
}
.container_12 .grid_9 {
width:900px
}
.container_12 .grid_9E {
width:960px
}
.container_12 .grid_10 {
width:780px
}
.container_12 .grid_11 {
width:860px
}
.container_12 .grid_12 {
width:940px
}
.container_12 .prefix_1 {
padding-left:80px
}
.container_12 .prefix_2 {
padding-left:160px
}
.container_12 .prefix_3 {
padding-left:240px
}
.container_12 .prefix_4 {
padding-left:320px
}
.container_12 .prefix_5 {
padding-left:400px
}
.container_12 .prefix_6 {
padding-left:480px
}
.container_12 .prefix_7 {
padding-left:560px
}
.container_12 .prefix_8 {
padding-left:640px
}
.container_12 .prefix_9 {
padding-left:720px
}
.container_12 .prefix_10 {
padding-left:800px
}
.container_12 .prefix_11 {
padding-left:880px
}
.container_12 .suffix_1 {
padding-right:80px
}
.container_12 .suffix_2 {
padding-right:160px
}
.container_12 .suffix_3 {
padding-right:240px
}
.container_12 .suffix_4 {
padding-right:320px
}
.container_12 .suffix_5 {
padding-right:400px
}
.container_12 .suffix_6 {
padding-right:480px
}
.container_12 .suffix_7 {
padding-right:560px
}
.container_12 .suffix_8 {
padding-right:640px
}
.container_12 .suffix_9 {
padding-right:720px
}
.container_12 .suffix_10 {
padding-right:800px
}
.container_12 .suffix_11 {
padding-right:880px
}
.container_12 .push_1 {
left:80px
}
.container_12 .push_2 {
left:160px
}
.container_12 .push_3 {
left:240px
}
.container_12 .push_4 {
left:320px
}
.container_12 .push_5 {
left:400px
}
.container_12 .push_6 {
left:480px
}
.container_12 .push_7 {
left:560px
}
.container_12 .push_8 {
left:640px
}
.container_12 .push_9 {
left:720px
}
.container_12 .push_10 {
left:800px
}
.container_12 .push_11 {
left:880px
}
.container_12 .pull_1 {
left:-80px
}
.container_12 .pull_2 {
left:-160px
}
.container_12 .pull_3 {
left:-240px
}
.container_12 .pull_4 {
left:-320px
}
.container_12 .pull_5 {
left:-400px
}
.container_12 .pull_6 {
left:-480px
}
.container_12 .pull_7 {
left:-560px
}
.container_12 .pull_8 {
left:-640px
}
.container_12 .pull_9 {
left:-720px
}
.container_12 .pull_10 {
left:-800px
}
.container_12 .pull_11 {
left:-880px
}
.clear {
clear:both;
display:block;
overflow:hidden;
visibility:hidden;
width:0;
height:0
}
.clearfix:after {
clear:both;
content:' ';
display:block;
font-size:0;
line-height:0;
visibility:hidden;
width:0;
height:0
}
.clearfix {
display:inline-block
}
* html .clearfix {
height:1%
}
.clearfix {
display:block
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,6 @@
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,27 @@
/*Barre Navigateur*/
.sf-menu {float:left;}
.sf-menu ul {position:absolute; top:-999px; display:none;}
.sf-menu li {position:relative; float:left; }
.sf-menu a {display:block; }
.sf-menu li:hover ul,.sf-menu li.sfHover ul {z-index:99}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {top:-999px; display:none;}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {left:100%; top:0;}
ul.sf-menu>li { margin:0 0 0 80px; line-height:25px;}
ul.sf-menu>li:first-child{ margin:0 0 0 0px;}
ul.sf-menu>li>a { font-family: Trebuchet MS, sans-serif; font-weight:normal; font-size:13px; line-height:16px; letter-spacing: 0px; color:#caded6; text-transform:uppercase; }
ul.sf-menu>li.current /*, ul.sf-menu>li.sfHover , ul.sf-menu>li:hover*/ { }
ul.sf-menu>li.current>a, ul.sf-menu>li.sfHover>a, ul.sf-menu>li>a:hover {color:#76b060; margin-top:0px;}
ul.sf-menu>li>a.sf-with-ul>span.sf-sub-indicator {}
ul.sf-menu>li.sfHover>a.sf-with-ul>span.sf-sub-indicator {}
ul.sf-menu>li.current>a.sf-with-ul>span.sf-sub-indicator {}
ul.sf-menu>li>ul {width:60px; background:#fffffa; padding:20px 20px 0px 20px; left:-19px; top:35px; text-transform:uppercase; border-radius:15px;}
ul.sf-menu>li>ul>li, ul.sf-menu>li.sfHover>ul>li {margin:0px 0 20px 0px;}
ul.sf-menu>li.sfHover>ul>li>a { font-family:Trebuchet MS, sans-serif; font-weight:normal; font-size:11px; line-height:14px; color:#597d6f; }
ul.sf-menu>li.sfHover>ul>li:hover, ul.sf-menu li.sfHover>ul>li.sfHover{ }
ul.sf-menu>li.sfHover>ul>li:hover>a, ul.sf-menu li.sfHover>ul>li.sfHover a{ color:#c66a21;}

View File

@@ -0,0 +1,14 @@
.tabs{ margin:7px 0 30px 0; }
.tabs>div { position:relative; background:#dedccb; overflow:hidden; width:596px;}
.tab-content { padding:26px 21px 21px 21px; height:195px;}
.tabs ul.nav {list-style-image:none; margin:0px 0 0px 0px; display:block; overflow:hidden;}
.tabs ul.nav li {float:left; width:198px; background:#acab9e; line-height:18px; display:inline-block; text-align:center; margin-right:1px; height:55px; border-bottom:#f7f5e2 5px solid; }
.tabs ul.nav li a { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:18px; color:#fff; line-height:20px; font-weight:normal; display:block; padding:18px 0 20px 0px;}
.tabs ul.nav li.selected {background:#dedccb; border-bottom:#dedccb 5px solid;}
.tabs ul.nav li.selected a{ color:#423331;}
.tabs ul.nav li:hover {background:#dedccb;}
.tabs ul.nav li:hover a{ color:#423331;}
.aligncenter {text-align:center !important;}
.tab-content ul.list-1 {margin:10px 0 0 21px;}