Compare commits
3 Commits
f5311ad861
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 92cf0bf060 | |||
| 9bb21f1cde | |||
| 6d702d6f83 |
11
README.md
11
README.md
@@ -1,15 +1,12 @@
|
|||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
|
# map
|
||||||
|
|
||||||
|
La carte intéractive du site de l'erg. Dévellopper en jquery, utilisant leaflet.
|
||||||
|
|
||||||
Development
|
Development
|
||||||
===============
|
===============
|
||||||
|
|
||||||
To rebuild the javascript, you need to use node + rollup.
|
To rebuild the javascript, you need to use node + rollup.
|
||||||
|
```
|
||||||
npm install
|
npm install
|
||||||
=======
|
```
|
||||||
# map
|
|
||||||
|
|
||||||
La carte intéractive du site de l'erg. Dévellopper en jquery, utilisant leaflet.
|
|
||||||
>>>>>>> cb36396efa5e9c161aff3dd7cc9cc3f751b04a51
|
|
||||||
|
|||||||
@@ -1,37 +0,0 @@
|
|||||||
#page {
|
|
||||||
left:40%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wikiframediv {
|
|
||||||
right: 60%;
|
|
||||||
}
|
|
||||||
|
|
||||||
svg g.page text {
|
|
||||||
font-size: 2pt;
|
|
||||||
fill: rgba(255,255,255,0.9);
|
|
||||||
font-family: monospace;
|
|
||||||
stroke: rgba(0,0,0,0.3);
|
|
||||||
stroke-width: 0.5px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
svg g.active2 text {
|
|
||||||
font-size: 4pt;
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
svg g.active text {
|
|
||||||
font-size: 8pt;
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
.links .page, .nodes .page{
|
|
||||||
opacity: 0.4;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.page.active, .page.active2 {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
<meta name="viewport" content="width=device-width; initial-scale=1; maximum-scale=1; user-scalable=no;"/>
|
<meta name="viewport" content="width=device-width; initial-scale=1; maximum-scale=1; user-scalable=no;"/>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="stylesheet" type="text/css" href="style.css">
|
<link rel="stylesheet" type="text/css" href="style.css">
|
||||||
<link rel="stylesheet" type="text/css" href="custom_delo.css">A
|
<link rel="stylesheet" type="text/css" href="style.custom_map.css">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
#quit {
|
#quit {
|
||||||
position:fixed;
|
position:fixed;
|
||||||
|
|||||||
38
style.custom_map.css
Normal file
38
style.custom_map.css
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
#page {
|
||||||
|
left:40%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#wikiframediv {
|
||||||
|
right: 60%;
|
||||||
|
}
|
||||||
|
|
||||||
|
svg g.page text {
|
||||||
|
font-size: 6pt;
|
||||||
|
font-family: monospace;
|
||||||
|
stroke-width: 0px;
|
||||||
|
fill: #888;
|
||||||
|
}
|
||||||
|
|
||||||
|
svg g.active2 text {
|
||||||
|
font-size: 6pt;
|
||||||
|
visibility: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
svg g.active text {
|
||||||
|
font-size: 8pt;
|
||||||
|
visibility: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
.links line:not(.active2), .nodes .page{
|
||||||
|
opacity: 0.25;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.links .page {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.page.active, .page.active2 {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user