You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
589 B
37 lines
589 B
14 years ago
|
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- /
|
||
|
/* vim: set shiftwidth=4 tabstop=8 autoindent cindent expandtab: */
|
||
|
|
||
|
body {
|
||
|
margin: 6px;
|
||
|
padding: 0px;
|
||
|
background-color: #c0bdb7;
|
||
|
}
|
||
|
|
||
|
#controls {
|
||
|
position:fixed;
|
||
|
left: 0px;
|
||
|
top: 0px;
|
||
|
width: 100%;
|
||
|
padding: 7px;
|
||
|
border-bottom: 1px solid black;
|
||
|
background-color: rgb(242, 240, 238);
|
||
|
}
|
||
|
|
||
|
span#info {
|
||
|
float: right;
|
||
|
font: 14px sans-serif;
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
|
||
|
#viewer {
|
||
14 years ago
|
}
|
||
|
|
||
|
#canvas {
|
||
14 years ago
|
margin: auto;
|
||
14 years ago
|
display: block;
|
||
14 years ago
|
}
|
||
|
|
||
|
#pageNumber {
|
||
|
text-align: right;
|
||
|
}
|