mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
The New Desing
This commit is contained in:
parent
def9cc4ea6
commit
067a2c862a
305 changed files with 22231 additions and 7576 deletions
69
web/js/iviewer/test/lightbox/style.css
Normal file
69
web/js/iviewer/test/lightbox/style.css
Normal file
|
@ -0,0 +1,69 @@
|
|||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#iviewer {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: url('img/bg_transblack.png');
|
||||
display: none;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#iviewer .controls {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
#iviewer .controls li {
|
||||
float: right;
|
||||
clear: right;
|
||||
position: relative;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
#iviewer .controls:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#iviewer .controls .close { background-image: url('img/btn_close.png'); }
|
||||
#iviewer .controls .zoomin { background-image: url('img/btn_zoomin.png'); }
|
||||
#iviewer .controls .zoomout { background-image: url('img/btn_zoomout.png'); }
|
||||
|
||||
#iviewer .info {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
color: #ccc;
|
||||
font-size: 16px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#iviewer .viewer {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 40px;
|
||||
z-index: 2;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#iviewer .loader {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url('img/spinner.gif') no-repeat center center;
|
||||
z-index: 2;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue