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({
|
||||
/*selector: 'ul > li',*/
|
||||
animation: "fade",
|
||||
animationLoop: true,
|
||||
itemWidth: "100%",
|
||||
/*itemMargin: 0,
|
||||
minItems: 1,*/
|
||||
controlNav: false, //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls usage
|
||||
/*selector: 'ul > li',*/
|
||||
animation: "fade",
|
||||
animationLoop: true,
|
||||
itemWidth: "100%",
|
||||
/*itemMargin: 0,
|
||||
minItems: 1,*/
|
||||
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)
|
||||
prevText: "Précédent", //String: Set the text for the "previous" directionNav item
|
||||
nextText: "Suivant",
|
||||
prevText: "Précédent", //String: Set the text for the "previous" directionNav item
|
||||
nextText: "Suivant",
|
||||
|
||||
/*maxItems: 10,*/
|
||||
/*start: function(slider){
|
||||
$('body').removeClass('loading');
|
||||
}*/
|
||||
});
|
||||
/*maxItems: 10,*/
|
||||
/*start: function(slider){
|
||||
$('body').removeClass('loading');
|
||||
}*/
|
||||
});
|
||||
|
||||
|
||||
|
||||
@ -319,6 +319,25 @@
|
||||
"</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 */
|
||||
$("#point-nid-889").popover({
|
||||
|
@ -1259,6 +1259,13 @@ body.logged-in #content-tabs ul.tabs.primary {
|
||||
margin-left: 102px;
|
||||
margin-top: 320px;
|
||||
}
|
||||
|
||||
/* Rome */
|
||||
#point-nid-1030.placement-carte {
|
||||
margin-left: 500px;
|
||||
margin-top: 680px;
|
||||
}
|
||||
|
||||
/* Rotterdam */
|
||||
#point-nid-887.placement-carte {
|
||||
margin-left: 330px;
|
||||
@ -1275,6 +1282,19 @@ body.logged-in #content-tabs ul.tabs.primary {
|
||||
#point-nid-888.placement-carte {
|
||||
margin-left: 335px;
|
||||
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 */
|
||||
#point-nid-889.placement-carte {
|
||||
|
@ -87,7 +87,21 @@ h6 {
|
||||
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 {
|
||||
font-family: OpenSansBold, verdana,arial,helvetica,sans-serif;
|
||||
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 {
|
||||
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;
|
||||
|
||||
.accordion-trigger,
|
||||
.accordion-h2 {
|
||||
.accordion-h2{
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
.accordion-h2-panel {
|
||||
margin-bottom: 0px;
|
||||
padding-bottom: 5px;
|
||||
.accordion-h2-panel{
|
||||
margin-bottom: 0px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.accordion-trigger .views-field,
|
||||
|
Loading…
x
Reference in New Issue
Block a user