-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
included new HyperImage reader version + minified version for product…
…ion purposes (v1.0) this version included bug fixes as well as the ability to open links when the page loads, enabling linking of hyperimage elements in hyperlinks updated included libraries updated readme with instructions and comments
- Loading branch information
Jens-Martin Loebel
committed
Sep 29, 2019
1 parent
c301fcd
commit d1954c8
Showing
3,421 changed files
with
188,583 additions
and
1,003 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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,59 +1,59 @@ | ||
body { | ||
padding: 0; | ||
margin: 0; | ||
padding: 0; | ||
margin: 0; | ||
} | ||
.EOAViewer { | ||
width: 100%; | ||
height: 100%; | ||
background-color: #EEEEEE; | ||
display: block; | ||
width: 100%; | ||
height: 100%; | ||
background-color: #EEEEEE; | ||
display: block; | ||
} | ||
.leaflet-menu { | ||
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65); | ||
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65); | ||
} | ||
.leaflet-control-slidemenu span { | ||
font-size: 14px; | ||
padding-top: 6px; | ||
font-size: 14px; | ||
padding-top: 6px; | ||
} | ||
.hipopupcontainer { | ||
display: none; | ||
position: fixed; | ||
top: 10px; | ||
left: 15px; | ||
right: 15px; | ||
bottom: 15px; | ||
-webkit-box-shadow: 3px 3px 37px 9px rgba(0,0,0,0.75); | ||
-moz-box-shadow: 3px 3px 37px 9px rgba(0,0,0,0.75); | ||
box-shadow: 3px 3px 37px 9px rgba(0,0,0,0.75); | ||
z-index: 10000; | ||
display: none; | ||
position: fixed; | ||
top: 10px; | ||
left: 15px; | ||
right: 15px; | ||
bottom: 15px; | ||
-webkit-box-shadow: 3px 3px 37px 9px rgba(0,0,0,0.75); | ||
-moz-box-shadow: 3px 3px 37px 9px rgba(0,0,0,0.75); | ||
box-shadow: 3px 3px 37px 9px rgba(0,0,0,0.75); | ||
z-index: 10000; | ||
} | ||
.hinavigator { | ||
width: auto; | ||
height: 104px; | ||
background-color:white; | ||
padding:2px; | ||
background-repeat: no-repeat; | ||
background-attachment: fixed; | ||
background-position: center; | ||
opacity: 0.7; | ||
width: auto; | ||
height: 104px; | ||
background-color:white; | ||
padding:2px; | ||
background-repeat: no-repeat; | ||
background-attachment: fixed; | ||
background-position: center; | ||
opacity: 0.7; | ||
} | ||
.hinavimagewrapper { | ||
max-width: 500px; | ||
overflow: auto; | ||
max-width: 500px; | ||
overflow: auto; | ||
} | ||
.hinavrect { | ||
position: absolute; | ||
border: 2px solid red; | ||
top: 0px; | ||
left: 0px; | ||
bottom: 0px; | ||
right: 0px; | ||
position: absolute; | ||
border: 2px solid red; | ||
top: 0px; | ||
left: 0px; | ||
bottom: 0px; | ||
right: 0px; | ||
} | ||
.hinavarea { | ||
position: absolute; | ||
padding: 0px; | ||
top: 0px; | ||
bottom: 0px; | ||
left: 0px; | ||
right: 0px; | ||
} | ||
position: absolute; | ||
padding: 0px; | ||
top: 0px; | ||
bottom: 0px; | ||
left: 0px; | ||
right: 0px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.