-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from jdev-org/update
Mise à jour des librairies
- Loading branch information
Showing
57 changed files
with
7,299 additions
and
3,594 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,77 @@ | ||
html,body { | ||
width: 100%; | ||
height: 100%; | ||
margin: 0; | ||
position: relative; | ||
} | ||
|
||
html, | ||
body { | ||
width: 100%; | ||
height: 100%; | ||
margin: 0; | ||
position: relative; | ||
} | ||
|
||
#map { | ||
position:fixed; | ||
} | ||
|
||
#splash { | ||
position: fixed; | ||
z-index: 50; | ||
width: 100%; | ||
color: #ffffff; | ||
height: 100%; | ||
top: 0px; | ||
left: 0px; | ||
} | ||
#content-title { | ||
position: fixed; | ||
left: 20px; | ||
max-width: 40%; | ||
} | ||
#content-title h1 { | ||
font-size: 40px; | ||
line-height: 0.9; | ||
} | ||
#feature-info { | ||
position: absolute; | ||
height: 1px; | ||
width: 1px; | ||
z-index: 100; | ||
} | ||
|
||
#tools { | ||
position: absolute; | ||
z-index: 50; | ||
top: 75%; | ||
left: 5px; | ||
position: fixed; | ||
} | ||
|
||
#tools, | ||
#menu { | ||
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); | ||
-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); | ||
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); | ||
border-radius: 15px; | ||
} | ||
|
||
#tools { | ||
position: absolute; | ||
z-index: 50; | ||
} | ||
|
||
#menu { | ||
position: absolute; | ||
z-index: 50; | ||
} | ||
|
||
#menu.no-visible { | ||
display: none; | ||
} | ||
|
||
.ol-zoom { | ||
display: none; | ||
} | ||
|
||
.ol-overviewmap .ol-overviewmap-map { | ||
border: 1px solid #b8b8b89c; | ||
} | ||
|
||
#splash { | ||
position: fixed; | ||
z-index: 50; | ||
width: 100%; | ||
color: #ffffff; | ||
height: 100%; | ||
top: 0px; | ||
left: 0px; | ||
} | ||
|
||
#content-title { | ||
position: fixed; | ||
left: 20px; | ||
max-width: 40%; | ||
} | ||
|
||
#feature-info { | ||
position: absolute; | ||
height: 1px; | ||
width: 1px; | ||
z-index: 100; | ||
} | ||
|
||
audio { | ||
margin-top: 10px; | ||
margin-top: 10px; | ||
} | ||
|
||
a#btn-home, a#btn-extent, a#btn-infos, a#btn-share { | ||
text-align: center; | ||
line-height: 16px; | ||
|
||
/* Mobile */ | ||
|
||
@media (max-width: 768px) { | ||
#content-title, .ol-overviewmap { | ||
display: none !important; | ||
} | ||
} | ||
|
||
header { | ||
display: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.