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 |
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user