Skip to content

Commit

Permalink
*added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tweichart committed Nov 18, 2012
1 parent 0ae1f82 commit f95fb91
Show file tree
Hide file tree
Showing 38 changed files with 14,667 additions and 0 deletions.
567 changes: 567 additions & 0 deletions doc/css/bootstrap-responsive.css

Large diffs are not rendered by default.

611 changes: 611 additions & 0 deletions doc/css/bootstrap.min.css

Large diffs are not rendered by default.

91 changes: 91 additions & 0 deletions doc/css/jquery.iviewer.css
@@ -0,0 +1,91 @@
.iviewer_common {
position:absolute;
bottom:10px;
border: 1px solid #000;
height: 28px;
z-index: 5000;
}

.iviewer_cursor {
cursor: url(../img/iviewer/hand.cur) 6 8, pointer;
}

.iviewer_drag_cursor {
cursor: url(../img/iviewer/grab.cur) 6 8, pointer;
}

.iviewer_button {
width: 28px;
cursor: pointer;
background-position: center center;
background-repeat: no-repeat;
}

.iviewer_zoom_in {
left: 20px;
background: url(../img/iviewer/iviewer.zoom_in.png);
}

.iviewer_zoom_out {
left: 55px;
background: url(../img/iviewer/iviewer.zoom_out.png);
}

.iviewer_zoom_zero {
left: 90px;
background: url(../img/iviewer/iviewer.zoom_zero.png);
}

.iviewer_zoom_fit {
left: 125px;
background: url(../img/iviewer/iviewer.zoom_fit.png);
}

.iviewer_zoom_status {
left: 160px;
font: 1em/28px Sans;
color: #000;
background-color: #fff;
text-align: center;
width: 60px;
}

.iviewer_rotate_left {
left: 227px;
background: #fff url(../img/iviewer/iviewer.rotate_left.png) center center no-repeat;
}

.iviewer_rotate_right {
left: 262px;
background: #fff url(../img/iviewer/iviewer.rotate_right.png) center center no-repeat;
}

.viewer
{
width: 100%;
height: 500px;
position: relative;
background: transparent url('../img/loader.gif') no-repeat center center;
}

.viewer img
{
max-width: none;
}

.wrapper
{
overflow: hidden;
}

.iviewer_common
{
border: 0;
bottom: auto;
top: 10px;
}

.iviewer_zoom_status
{
border: 1px solid black;
}
1 change: 1 addition & 0 deletions doc/css/prettify.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f95fb91

Please sign in to comment.