-
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.
- Loading branch information
florianthiery
committed
Nov 13, 2019
1 parent
bcec3d6
commit f4e2321
Showing
60 changed files
with
36,433 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* | ||
3DHOP - 3D Heritage Online Presenter | ||
Copyright (c) 2014-2018, Visual Computing Lab, ISTI - CNR | ||
All rights reserved. | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/*HELP PANEL*/ | ||
#cover{ display:none; position:fixed; z-index:20; width:100%; height:100%; top:0; left:0; padding-bottom:20px; background-color:rgba(50, 50, 50, 0.5); } | ||
|
||
.panel { display:none; width:550px; font-size:80%; font-family:verdana; font-style:italic; color:#f8f8f8; text-align:center; background-color:rgba(50, 50, 50, 0.97); border:2px solid #f8f8f8; border-radius:10px;box-shadow:1px 1px 10px #f8f8f8;-webkit-box-shadow:1px 1px 10px #f8f8f8;-moz-box-shadow:1px 1px 10px #f8f8f8;cursor:default; text-decoration:none; -webkit-user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; touch-action:none; -ms-touch-action:none; } | ||
|
||
.close { position:relative; margin-left:99%; margin-top:-25px;width:25px; height:25px;background-color:#f8f8f8; border:2px solid #f8f8f8; border-radius:50%; box-shadow:1px -1px 10px #f8f8f8;-webkit-box-shadow:1px -1px 10px #f8f8f8;-moz-box-shadow:1px -1px 10px #f8f8f8;-webkit-user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; touch-action:none; -ms-touch-action:none; } | ||
|
||
.close:hover { background-color:rgba(255, 0, 110, 1.0); cursor:pointer; } |
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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
/* | ||
3DHOP - 3D Heritage Online Presenter | ||
Copyright (c) 2014-2018, Visual Computing Lab, ISTI - CNR | ||
All rights reserved. | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
body { width:100%; height:100%; margin:0px; } | ||
|
||
.tdhop { position:relative; width:100%; height:100%; -webkit-user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; touch-action:none; -ms-touch-action:none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; } | ||
|
||
#tdhlg { position:absolute; right:2; bottom:2; width:105px; height:13px; overflow:hidden; cursor:pointer; color:#909090; text-decoration:none; font-family:verdana; font-style:italic; font-size:10px; line-height:13px; -webkit-user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; touch-action:none; -ms-touch-action:none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; } | ||
|
||
#toolbar { position:absolute; left:10px; top:10px; -webkit-user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; touch-action:none; -ms-touch-action:none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; } | ||
|
||
#toolbar img { margin-bottom:8px; width:50px; height:50px; opacity:0.5; cursor:pointer; -webkit-user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; touch-action:none; -ms-touch-action:none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; } | ||
|
||
.output-box { position:absolute; display:none; border-radius:5px; margin:0; height:48px; padding:0px 5px 2px 5px; cursor:default; background-color:rgba(125,125,125,0.5); color:#f8f8f8; text-decoration:none; text-align:center; font-family:verdana; font-style:italic; font-size:12px; line-height:20px; -webkit-user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; touch-action:none; -ms-touch-action:none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; } | ||
|
||
.output-text { padding:0px 5px 0px 5px; cursor:text; -webkit-user-select:text; -webkit-touch-callout:text; -khtml-user-select:text; -moz-user-select:text; -ms-user-select:text; user-select:text; } | ||
|
||
.output-input { vertical-align:middle; cursor:pointer; height:15px; -webkit-user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; touch-action:none; -ms-touch-action:none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; } | ||
|
||
.output-table { margin:0; width:100%; color:#f8f8f8; text-align:center; font-style:italic; font-size:12px; line-height:15px; -webkit-user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; touch-action:none; -ms-touch-action:none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; } | ||
|
||
.output-table img { height:25px; cursor:pointer; background-color:rgba(125,125,125,0.25); border:1px outset; border-radius:5px; -webkit-user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; touch-action:none; -ms-touch-action:none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; user-drag: none; -webkit-user-drag: none; } | ||
|
||
.output-table img:hover { background-color:rgba(125,125,125,0.8); } | ||
|
||
.output-box hr { margin:0 0 3px 0; border:0; height:1px; background-image:linear-gradient(to right, rgba(0, 0, 0, 0), rgba(225, 225, 225, 0.75), rgba(0, 0, 0, 0)); } | ||
|
||
#draw-canvas { /*width:100%; height:100%;*/ background-repeat:no-repeat; background-position:center top; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; outline:none; -webkit-user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; touch-action:none; -ms-touch-action:none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; } | ||
|
||
/*IE*/ | ||
input[type=range].output-input { padding: 0; width: 125px; } .output-input::-ms-tooltip { display: none; } | ||
|
||
/*DEPRECATED*/ | ||
#measurebox { position:absolute; visibility:hidden; overflow:hidden; border-radius:5px; right:10; top:10; margin:0; width:105px; height:26px; cursor:default; color:#909090; text-decoration:none; text-align:center; font-family:verdana; font-style:italic; font-size:10px; line-height:13px; -webkit-user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; touch-action:none; -ms-touch-action:none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; } | ||
#measure-output { cursor:text; -webkit-user-select:text; -webkit-touch-callout:text; -khtml-user-select:text; -moz-user-select:text; -ms-user-select:text; user-select:text; } | ||
|
||
#title { width:100%; top:20px; text-align: center; position:absolute; font-family:Arial, sans-sarif; font-size:35px; font-weight:bold; color:#444444; z-index: 1;} |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,60 @@ | ||
/* | ||
* bootstrap-tagsinput v0.8.0 | ||
* | ||
*/ | ||
|
||
.bootstrap-tagsinput { | ||
background-color: #fff; | ||
border: 1px solid #ccc; | ||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | ||
display: inline-block; | ||
padding: 4px 6px; | ||
color: #555; | ||
vertical-align: middle; | ||
border-radius: 4px; | ||
max-width: 100%; | ||
line-height: 22px; | ||
cursor: text; | ||
} | ||
.bootstrap-tagsinput input { | ||
border: none; | ||
box-shadow: none; | ||
outline: none; | ||
background-color: transparent; | ||
padding: 0 6px; | ||
margin: 0; | ||
width: auto; | ||
max-width: inherit; | ||
} | ||
.bootstrap-tagsinput.form-control input::-moz-placeholder { | ||
color: #777; | ||
opacity: 1; | ||
} | ||
.bootstrap-tagsinput.form-control input:-ms-input-placeholder { | ||
color: #777; | ||
} | ||
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder { | ||
color: #777; | ||
} | ||
.bootstrap-tagsinput input:focus { | ||
border: none; | ||
box-shadow: none; | ||
} | ||
.bootstrap-tagsinput .tag { | ||
margin-right: 2px; | ||
color: white; | ||
} | ||
.bootstrap-tagsinput .tag [data-role="remove"] { | ||
margin-left: 8px; | ||
cursor: pointer; | ||
} | ||
.bootstrap-tagsinput .tag [data-role="remove"]:after { | ||
content: "x"; | ||
padding: 0px 2px; | ||
} | ||
.bootstrap-tagsinput .tag [data-role="remove"]:hover { | ||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); | ||
} | ||
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active { | ||
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,70 @@ | ||
/* | ||
Colorbox Core Style: | ||
The following CSS is consistent between example themes and should not be altered. | ||
*/ | ||
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);} | ||
#cboxWrapper {max-width:none;} | ||
#cboxOverlay{position:fixed; width:100%; height:100%;} | ||
#cboxMiddleLeft, #cboxBottomLeft{clear:left;} | ||
#cboxContent{position:relative;} | ||
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;} | ||
#cboxTitle{margin:0;} | ||
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;} | ||
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} | ||
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;} | ||
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;} | ||
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} | ||
|
||
/* | ||
User Style: | ||
Change the following styles to modify the appearance of Colorbox. They are | ||
ordered & tabbed in a way that represents the nesting of the generated HTML. | ||
*/ | ||
#cboxOverlay{background:url(images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);} | ||
#colorbox{outline:0;} | ||
#cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;} | ||
#cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;} | ||
#cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;} | ||
#cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;} | ||
#cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;} | ||
#cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;} | ||
#cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;} | ||
#cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;} | ||
#cboxContent{background:#fff; overflow:hidden;} | ||
.cboxIframe{background:#fff;} | ||
#cboxError{padding:50px; border:1px solid #ccc;} | ||
#cboxLoadedContent{margin-bottom:28px;} | ||
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;} | ||
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;} | ||
#cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;} | ||
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;} | ||
|
||
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */ | ||
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; } | ||
|
||
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */ | ||
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;} | ||
|
||
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;} | ||
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;} | ||
#cboxPrevious:hover{background-position:-75px -25px;} | ||
#cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;} | ||
#cboxNext:hover{background-position:-50px -25px;} | ||
#cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;} | ||
#cboxClose:hover{background-position:-25px -25px;} | ||
|
||
/* | ||
The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill | ||
when an alpha filter (opacity change) is set on the element or ancestor element. This style is not applied to or needed in IE9. | ||
See: http://jacklmoore.com/notes/ie-transparency-problems/ | ||
*/ | ||
.cboxIE #cboxTopLeft, | ||
.cboxIE #cboxTopCenter, | ||
.cboxIE #cboxTopRight, | ||
.cboxIE #cboxBottomLeft, | ||
.cboxIE #cboxBottomCenter, | ||
.cboxIE #cboxBottomRight, | ||
.cboxIE #cboxMiddleLeft, | ||
.cboxIE #cboxMiddleRight { | ||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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.
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.
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.
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.
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.