mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Separate js and css from the test.html file
This commit is contained in:
parent
53018c8e4c
commit
c76e2c5114
3 changed files with 122 additions and 120 deletions
35
test.css
Normal file
35
test.css
Normal file
|
@ -0,0 +1,35 @@
|
|||
/* -*- 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 {
|
||||
margin: auto;
|
||||
border: 1px solid black;
|
||||
width: 8.5in;
|
||||
height: 11in;
|
||||
}
|
||||
|
||||
#pageNumber {
|
||||
text-align: right;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue