summaryrefslogtreecommitdiff
path: root/static/saclay
diff options
context:
space:
mode:
Diffstat (limited to 'static/saclay')
-rw-r--r--static/saclay/css/saclay.css8
-rw-r--r--static/saclay/css/styles.css19
-rw-r--r--static/saclay/images/handler-hide.pngbin232 -> 1110 bytes
-rw-r--r--static/saclay/images/handler-show.pngbin224 -> 1111 bytes
-rw-r--r--static/saclay/images/logo_mobile.pngbin0 -> 9066 bytes
-rw-r--r--static/saclay/js/SaclayCloud.js108
6 files changed, 76 insertions, 59 deletions
diff --git a/static/saclay/css/saclay.css b/static/saclay/css/saclay.css
index 9bf32e4..9cbdea6 100644
--- a/static/saclay/css/saclay.css
+++ b/static/saclay/css/saclay.css
@@ -616,3 +616,11 @@
background-image:url('../images/subcategories/ress_heberg_on.png');
}
+/*68 - Culture - Scientifique */
+#li_sub_68 label{
+ background-image:url('../images/subcategories/cult_7_off.png');
+}
+
+#li_sub_68 .selected label{
+ background-image:url('../images/subcategories/cult_7_on.png');
+}
diff --git a/static/saclay/css/styles.css b/static/saclay/css/styles.css
index 683d7ee..4b00da4 100644
--- a/static/saclay/css/styles.css
+++ b/static/saclay/css/styles.css
@@ -23,7 +23,7 @@ h2, .cloud h4, #layer_selection, #layer_selection h4, #permalink a,
}
/* activated */
-#detail_footer, #detail_footer a, #chimere_itinerary h4,
+.small-galery p.legend, #detail_footer, #detail_footer a, #chimere_itinerary h4,
h3.warn, .itinerary_label.itinerary_start, .itinerary_label.itinerary_end,
.action li.ui-state-active{
color:#fff;
@@ -93,6 +93,7 @@ ul#multimedia_list_content li, #welcome .footer,
background-color:#d6d6c4;
}
+.small-galery p.legend,
#detail_footer{
background-color:#9f9f89;
}
@@ -143,6 +144,11 @@ div.warning, .errorlist{
background-color:#fff;
}
+/* black */
+.small-galery{
+ background-color:#000;
+}
+
h2, h3{
background:none;
}
@@ -267,7 +273,7 @@ h3.warn{
}
.welcome-dialog.ui-dialog .ui-dialog-titlebar-close{
- right:10px;
+ right:0;
width:30px;
height:30px;
top:5px;
@@ -289,11 +295,11 @@ h3.warn{
}
.no-titlebar-small.ui-dialog .ui-dialog-titlebar{
- width:340px;
+ width:300px;
}
.no-titlebar.ui-dialog .ui-dialog-titlebar{
- width:630px;
+ width:650px;
}
.no-titlebar.ui-dialog .ui-dialog-titlebar-close,
@@ -1785,6 +1791,10 @@ select#id_categories{
left:auto;
}
+#main-map .olControlZoom{
+ display:none;
+}
+
#main-map .olControlPanPanel .olButton,
#main-map .olControlZoomPanel .olButton {
background-image: url('../images/map_sprite.png');
@@ -2029,4 +2039,3 @@ select#id_categories{
#ul_categories .subcategories#maincategory_8 label{
color:#d38fac;
}
-
diff --git a/static/saclay/images/handler-hide.png b/static/saclay/images/handler-hide.png
index 844300a..2d02a29 100644
--- a/static/saclay/images/handler-hide.png
+++ b/static/saclay/images/handler-hide.png
Binary files differ
diff --git a/static/saclay/images/handler-show.png b/static/saclay/images/handler-show.png
index f258f87..5ad9615 100644
--- a/static/saclay/images/handler-show.png
+++ b/static/saclay/images/handler-show.png
Binary files differ
diff --git a/static/saclay/images/logo_mobile.png b/static/saclay/images/logo_mobile.png
new file mode 100644
index 0000000..33a7718
--- /dev/null
+++ b/static/saclay/images/logo_mobile.png
Binary files differ
diff --git a/static/saclay/js/SaclayCloud.js b/static/saclay/js/SaclayCloud.js
index a3f48f4..23da041 100644
--- a/static/saclay/js/SaclayCloud.js
+++ b/static/saclay/js/SaclayCloud.js
@@ -1,54 +1,54 @@
-
-/* set this empty if you put cloud-popup-saclay.png inside your default
- * OpenLayers dir */
-var SACLAY_IMAGE_PATH = '../../saclay/images/'
-
-OpenLayers.Popup.SaclayCloud =
- OpenLayers.Class(OpenLayers.Popup.FramedCloud, {
-
- initialize:function(id, lonlat, contentSize, contentHTML, anchor, closeBox,
- closeBoxCallback) {
- this.positionBlocks.tc = {
- 'offset': new OpenLayers.Pixel(-217, 28),
- 'padding': new OpenLayers.Bounds(8, 30, 8, 9),
- 'blocks': [
- { // top-left
- size: new OpenLayers.Size('auto', 'auto'),
- anchor: new OpenLayers.Bounds(0, 51, 22, 0),
- position: new OpenLayers.Pixel(0, 0)
- },
- { //top-right
- size: new OpenLayers.Size(22, 'auto'),
- anchor: new OpenLayers.Bounds(null, 50, 0, 0),
- position: new OpenLayers.Pixel(-1238, 0)
- },
- { //bottom-left
- size: new OpenLayers.Size('auto', 19),
- anchor: new OpenLayers.Bounds(0, 32, 22, null),
- position: new OpenLayers.Pixel(0, -631)
- },
- { //bottom-right
- size: new OpenLayers.Size(22, 18),
- anchor: new OpenLayers.Bounds(null, 32, 0, null),
- position: new OpenLayers.Pixel(-1238, -631)
- /*anchor: new OpenLayers.Bounds(null, 32, 10, null),
- position: new OpenLayers.Pixel(-1228, -632)*/
- },
- { // stem
- size: new OpenLayers.Size(54, 35),
- anchor: new OpenLayers.Bounds(null, 0, 168, null),
- position: new OpenLayers.Pixel(0, -688)
- }
- ]
- };
-
- this.calculateRelativePosition = function () {return 'tc';};
- this.autoSize = true;
- this.imageSrc = (OpenLayers.Util.getImageLocation(SACLAY_IMAGE_PATH + 'cloud-popup-saclay.png'));
- OpenLayers.Popup.Framed.prototype.initialize.apply(this, arguments);
- this.contentDiv.className = this.contentDisplayClass;
- },
-
- CLASS_NAME: "OpenLayers.Popup.SaclayCloud"
-});
-
+
+/* set this empty if you put cloud-popup-saclay.png inside your default
+ * OpenLayers dir */
+var SACLAY_IMAGE_PATH = '../../saclay/images/'
+
+OpenLayers.Popup.SaclayCloud =
+ OpenLayers.Class(OpenLayers.Popup.FramedCloud, {
+
+ initialize:function(id, lonlat, contentSize, contentHTML, anchor, closeBox,
+ closeBoxCallback) {
+ this.positionBlocks.tc = {
+ 'offset': new OpenLayers.Pixel(-140, 28),
+ 'padding': new OpenLayers.Bounds(8, 30, 8, 9),
+ 'blocks': [
+ { // top-left
+ size: new OpenLayers.Size('auto', 'auto'),
+ anchor: new OpenLayers.Bounds(0, 51, 22, 0),
+ position: new OpenLayers.Pixel(0, 0)
+ },
+ { //top-right
+ size: new OpenLayers.Size(22, 'auto'),
+ anchor: new OpenLayers.Bounds(null, 50, 0, 0),
+ position: new OpenLayers.Pixel(-1238, 0)
+ },
+ { //bottom-left
+ size: new OpenLayers.Size('auto', 19),
+ anchor: new OpenLayers.Bounds(0, 32, 22, null),
+ position: new OpenLayers.Pixel(0, -631)
+ },
+ { //bottom-right
+ size: new OpenLayers.Size(22, 18),
+ anchor: new OpenLayers.Bounds(null, 32, 0, null),
+ position: new OpenLayers.Pixel(-1238, -631)
+ /*anchor: new OpenLayers.Bounds(null, 32, 10, null),
+ position: new OpenLayers.Pixel(-1228, -632)*/
+ },
+ { // stem
+ size: new OpenLayers.Size(54, 35),
+ anchor: new OpenLayers.Bounds(null, 0, 97, null),
+ position: new OpenLayers.Pixel(0, -688)
+ }
+ ]
+ };
+
+ this.calculateRelativePosition = function () {return 'tc';};
+ this.autoSize = true;
+ this.imageSrc = (OpenLayers.Util.getImageLocation(SACLAY_IMAGE_PATH + 'cloud-popup-saclay.png'));
+ OpenLayers.Popup.Framed.prototype.initialize.apply(this, arguments);
+ this.contentDiv.className = this.contentDisplayClass;
+ },
+
+ CLASS_NAME: "OpenLayers.Popup.SaclayCloud"
+});
+