diff --git a/sites/default/themes/popsu/img/carte/points/points_carte_4.png b/sites/default/themes/popsu/img/carte/points/points_carte_4.png new file mode 100644 index 0000000..b8acf74 Binary files /dev/null and b/sites/default/themes/popsu/img/carte/points/points_carte_4.png differ diff --git a/sites/default/themes/popsu/js/script.js b/sites/default/themes/popsu/js/script.js index 3f26aa4..5bf7476 100644 --- a/sites/default/themes/popsu/js/script.js +++ b/sites/default/themes/popsu/js/script.js @@ -461,6 +461,60 @@ "" }); + // /* Vitré */ + $("#point-nid-1148").popover({ + title: false, + trigger: "hover", + content: "" + }); + + // /* Chateau-Thierry */ + $("#point-nid-1144").popover({ + title: false, + trigger: "hover", + content: "" + }); + + // /* Rive-de-Gier */ + $("#point-nid-1147").popover({ + title: false, + trigger: "hover", + content: "" + }); + + // /* Briançon */ + $("#point-nid-1143").popover({ + title: false, + trigger: "hover", + content: "" + }); + + // /* Marseillan */ + $("#point-nid-1146").popover({ + title: false, + trigger: "hover", + content: "" + }); + + // /* Isle-sur-la-Sorgue */ + $("#point-nid-1145").popover({ + title: false, + trigger: "hover", + content: "" + }); + $.each($(".captioned img"), function(legend, item) { title = $(item).attr('title') diff --git a/sites/default/themes/popsu/less/content-all.css.less b/sites/default/themes/popsu/less/content-all.css.less index b8d37a2..2264d72 100644 --- a/sites/default/themes/popsu/less/content-all.css.less +++ b/sites/default/themes/popsu/less/content-all.css.less @@ -1123,6 +1123,9 @@ body.logged-in #content-tabs ul.tabs.primary { .POPSU2.POPSU.Métropoles .map-title { background-image: url("../img/carte/points/points_carte_2-5.png"); } + .POPSU.Territoires .map-title { + background-image: url("../img/carte/points/points_carte_4.png"); + } @@ -1208,13 +1211,13 @@ body.logged-in #content-tabs ul.tabs.primary { /* Grenoble */ #point-nid-876.placement-carte { - margin-left: 274px; /* -55 */ - margin-top: 526px; /* -172 */ - + margin-left: 230px; /* -55 */ + margin-top: 506px; /* -172 */ .map-title { - background-position: top center; - padding-bottom: 0; - padding-top: 16px + background-position: top right; + padding-bottom: 10px; + padding-right: 25px; + padding-top: 1px; } } /* Hamburg */ @@ -1304,13 +1307,12 @@ body.logged-in #content-tabs ul.tabs.primary { } /* Nime */ #point-nid-965.placement-carte { - margin-left: 255px; /* 117 */ - margin-top: 562px; /* 94 */ - + margin-left: 215px; /* 117 */ + margin-top: 558px; /* 94 */ .map-title { - background-position: top left; + background-position: top right; padding-bottom: 10px; - padding-left: 20px; + padding-right: 25px; padding-top: 1px; } } @@ -1326,8 +1328,14 @@ body.logged-in #content-tabs ul.tabs.primary { } /* Rennes */ #point-nid-886.placement-carte { - margin-left: 102px; - margin-top: 320px; + margin-left: 55px; + margin-top: 335px; + .map-title { + background-position: top right; + padding-bottom: 10px; + padding-right: 25px; + padding-top: 1px; + } } /* Rome */ @@ -1439,8 +1447,72 @@ body.logged-in #content-tabs ul.tabs.primary { padding-top: 1px; } } - - + /* Vitré */ + #point-nid-1148.placement-carte { + margin-left: 125px; + margin-top: 335px; + .map-title { + background-position: top left; + padding-bottom: 10px; + padding-left: 20px; + padding-top: 1px; + } + } + /* Rive-de-Gier */ + #point-nid-1147.placement-carte { + margin-left: 180px; /* -55 */ + margin-top: 484px; /* -172 */ + .map-title { + background-position: top right; + padding-bottom: 10px; + padding-right: 25px; + padding-top: 1px; + } + } + /* Marseillan */ + #point-nid-1146.placement-carte { + margin-left: 135px; /* 117 */ + margin-top: 595px; /* 94 */ + .map-title { + background-position: top right; + padding-bottom: 10px; + padding-right: 25px; + padding-top: 1px; + } + } + /* Isle-sur-la-Sorgue */ + #point-nid-1145.placement-carte { + margin-left: 270px; /* 117 */ + margin-top: 562px; /* 94 */ + .map-title { + background-position: top left; + padding-bottom: 10px; + padding-left: 22px; + padding-top: 0px; + } + } + /* Château-Thierry */ + #point-nid-1144.placement-carte { + margin-left: 260px; + margin-top: 330px; + .map-title { + background-position: top left; + padding-bottom: 10px; + padding-left: 22px; + padding-top: 0px; + } + } + /* Briançon */ + #point-nid-1143.placement-carte { + margin-left: 254px; /* -55 */ + margin-top: 526px; /* -172 */ + .map-title { + background-position: top right; + padding-bottom: 10px; + padding-right: 25px; + padding-top: 1px; + } + } @@ -1488,6 +1560,12 @@ body.logged-in #content-tabs ul.tabs.primary { li.popsueurope a { color: @gris_popsueurope; } + // li.metropoles a { + // color: @bleu_popsumetropoles; + // } + li.territoires a { + color: @rouge_popsuterritoires; + } } } body.popsu-listing-actu.popsu-search #content-inner {