local same as inline
This commit is contained in:
parent
2b4e8bb070
commit
ffd758abc9
Binary file not shown.
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.2 KiB |
@ -61,22 +61,22 @@
|
|||||||
|
|
||||||
|
|
||||||
$('.flexslider').flexslider({
|
$('.flexslider').flexslider({
|
||||||
/*selector: 'ul > li',*/
|
/*selector: 'ul > li',*/
|
||||||
animation: "fade",
|
animation: "fade",
|
||||||
animationLoop: true,
|
animationLoop: true,
|
||||||
itemWidth: "100%",
|
itemWidth: "100%",
|
||||||
/*itemMargin: 0,
|
/*itemMargin: 0,
|
||||||
minItems: 1,*/
|
minItems: 1,*/
|
||||||
controlNav: false, //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls usage
|
controlNav: false, //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls usage
|
||||||
directionNav: false, //Boolean: Create navigation for previous/next navigation? (true/false)
|
directionNav: false, //Boolean: Create navigation for previous/next navigation? (true/false)
|
||||||
prevText: "Précédent", //String: Set the text for the "previous" directionNav item
|
prevText: "Précédent", //String: Set the text for the "previous" directionNav item
|
||||||
nextText: "Suivant",
|
nextText: "Suivant",
|
||||||
|
|
||||||
/*maxItems: 10,*/
|
/*maxItems: 10,*/
|
||||||
/*start: function(slider){
|
/*start: function(slider){
|
||||||
$('body').removeClass('loading');
|
$('body').removeClass('loading');
|
||||||
}*/
|
}*/
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -319,6 +319,25 @@
|
|||||||
"</ul>"
|
"</ul>"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/* Stuttgart */
|
||||||
|
$("#point-nid-1031").popover({
|
||||||
|
title: false,
|
||||||
|
trigger: "hover",
|
||||||
|
content: "<ul>" +
|
||||||
|
"<li class='popsueurope'><a href='/popsu-europe/accueil'>POPSU Europe</a></li>" +
|
||||||
|
"</ul>"
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
/* Rome */
|
||||||
|
$("#point-nid-1030").popover({
|
||||||
|
title: false,
|
||||||
|
trigger: "hover",
|
||||||
|
content: "<ul>" +
|
||||||
|
"<li class='popsueurope'><a href='/popsu-europe/accueil'>POPSU Europe</a></li>" +
|
||||||
|
"</ul>"
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
/* Toulon */
|
/* Toulon */
|
||||||
$("#point-nid-889").popover({
|
$("#point-nid-889").popover({
|
||||||
|
@ -1259,6 +1259,13 @@ body.logged-in #content-tabs ul.tabs.primary {
|
|||||||
margin-left: 102px;
|
margin-left: 102px;
|
||||||
margin-top: 320px;
|
margin-top: 320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Rome */
|
||||||
|
#point-nid-1030.placement-carte {
|
||||||
|
margin-left: 500px;
|
||||||
|
margin-top: 680px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Rotterdam */
|
/* Rotterdam */
|
||||||
#point-nid-887.placement-carte {
|
#point-nid-887.placement-carte {
|
||||||
margin-left: 330px;
|
margin-left: 330px;
|
||||||
@ -1275,6 +1282,19 @@ body.logged-in #content-tabs ul.tabs.primary {
|
|||||||
#point-nid-888.placement-carte {
|
#point-nid-888.placement-carte {
|
||||||
margin-left: 335px;
|
margin-left: 335px;
|
||||||
margin-top: 331px;
|
margin-top: 331px;
|
||||||
|
}
|
||||||
|
/* Stuttgrat */
|
||||||
|
#point-nid-1031.placement-carte {
|
||||||
|
margin-left: 405px;
|
||||||
|
margin-top: 361px;
|
||||||
|
|
||||||
|
.map-title {
|
||||||
|
background-position: top center;
|
||||||
|
padding-bottom: 0;
|
||||||
|
padding-top: 16px
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
/* Toulon */
|
/* Toulon */
|
||||||
#point-nid-889.placement-carte {
|
#point-nid-889.placement-carte {
|
||||||
|
@ -87,7 +87,21 @@ h6 {
|
|||||||
text-transform: none;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content-inner .field-type-text-long h1 {
|
||||||
|
font-family: OstrichSansBold,verdana,arial,helvetica,sans-serif;
|
||||||
|
font-size: 36px;
|
||||||
|
font-weight: normal;
|
||||||
|
line-height: 40px;
|
||||||
|
// padding-top: 4px;
|
||||||
|
color: @bleu_popsu1;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.context-popsu-europe #content-inner .field-type-text-long h1 {
|
||||||
|
color: @gris_popsueurope;
|
||||||
|
}
|
||||||
|
body.context-popsu-2 #content-inner .field-type-text-long h1 {
|
||||||
|
color: @vert_popsu2;
|
||||||
|
}
|
||||||
#content-inner h2 {
|
#content-inner h2 {
|
||||||
font-family: OpenSansBold, verdana,arial,helvetica,sans-serif;
|
font-family: OpenSansBold, verdana,arial,helvetica,sans-serif;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
@ -1241,16 +1255,16 @@ body.panel-theme-europe #content-inner h1#page-title {
|
|||||||
body.panel-theme-europe .panels-flexible-row-popsu-74-26-stacked-8.panels-flexible-row-first {
|
body.panel-theme-europe .panels-flexible-row-popsu-74-26-stacked-8.panels-flexible-row-first {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
body.panel-theme-europe #content-inner .panels-flexible-region-popsu-74-26-stacked-right {
|
body.panel-theme-europe #content-inner .panels-flexible-region-popsu-74-26-stacked-right{
|
||||||
border-top: 1px solid #000;
|
border-top: 1px solid #000;
|
||||||
|
|
||||||
.accordion-trigger,
|
.accordion-trigger,
|
||||||
.accordion-h2 {
|
.accordion-h2{
|
||||||
border-bottom: 1px solid #000;
|
border-bottom: 1px solid #000;
|
||||||
}
|
}
|
||||||
.accordion-h2-panel {
|
.accordion-h2-panel{
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.accordion-trigger .views-field,
|
.accordion-trigger .views-field,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user