2011-05-26 23:02:52 +09:00
|
|
|
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- /
|
|
|
|
/* vim: set shiftwidth=4 tabstop=8 autoindent cindent expandtab: */
|
|
|
|
|
|
|
|
body {
|
2011-07-29 02:48:05 +09:00
|
|
|
background-color: #929292;
|
|
|
|
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
2011-05-26 23:02:52 +09:00
|
|
|
}
|
|
|
|
|
2011-10-19 04:40:59 +09:00
|
|
|
[hidden] {
|
2012-01-25 08:13:50 +09:00
|
|
|
display: none !important;
|
2011-10-19 04:40:59 +09:00
|
|
|
}
|
|
|
|
|
2011-07-29 02:48:05 +09:00
|
|
|
/* === Toolbar === */
|
2011-05-26 23:02:52 +09:00
|
|
|
#controls {
|
2011-07-29 02:48:05 +09:00
|
|
|
background-color: #eee;
|
2011-12-27 19:49:11 +09:00
|
|
|
background: -o-linear-gradient(bottom,#eee 0%,#fff 100%);
|
2011-07-29 02:48:05 +09:00
|
|
|
background: -moz-linear-gradient(center bottom, #eee 0%, #fff 100%);
|
|
|
|
background: -webkit-gradient(linear, left bottom, left top, color-stop(0.0, #ddd), color-stop(1.0, #fff));
|
|
|
|
border-bottom: 1px solid #666;
|
2011-11-01 07:23:03 +09:00
|
|
|
padding: 3px;
|
2011-07-29 02:48:05 +09:00
|
|
|
position: fixed;
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
2011-11-01 07:23:03 +09:00
|
|
|
height: 24px;
|
2011-07-29 02:48:05 +09:00
|
|
|
width: 100%;
|
2011-08-26 08:28:50 +09:00
|
|
|
z-index: 1;
|
2011-09-03 10:36:17 +09:00
|
|
|
white-space:nowrap;
|
|
|
|
overflow: hidden;
|
2011-05-26 23:02:52 +09:00
|
|
|
}
|
|
|
|
|
2011-07-29 02:48:05 +09:00
|
|
|
.separator {
|
|
|
|
display: inline;
|
|
|
|
border-left: 1px solid #d3d3d3;
|
|
|
|
border-right: 1px solid #fff;
|
2011-11-01 07:23:03 +09:00
|
|
|
height: 16px;
|
2011-07-29 02:48:05 +09:00
|
|
|
width:0px;
|
|
|
|
margin: 4px;
|
2011-05-26 23:02:52 +09:00
|
|
|
}
|
|
|
|
|
2011-10-15 11:05:57 +09:00
|
|
|
#controls > a > img {
|
2011-11-01 07:23:03 +09:00
|
|
|
margin: 4px;
|
|
|
|
height: 16px;
|
2011-10-15 11:05:57 +09:00
|
|
|
}
|
|
|
|
|
2011-07-29 02:48:05 +09:00
|
|
|
#controls > button {
|
2011-11-01 07:23:03 +09:00
|
|
|
line-height: 16px;
|
2011-06-30 12:43:59 +09:00
|
|
|
}
|
|
|
|
|
2011-08-29 05:10:14 +09:00
|
|
|
#controls > button > img {
|
2011-11-01 07:23:03 +09:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2011-08-29 05:10:14 +09:00
|
|
|
}
|
|
|
|
|
2011-07-29 02:48:05 +09:00
|
|
|
#controls > button[disabled] > img {
|
|
|
|
opacity: 0.5;
|
2011-05-26 23:02:52 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
#pageNumber {
|
2011-07-29 02:48:05 +09:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#fileInput {
|
2011-11-01 07:23:03 +09:00
|
|
|
line-height: 16px;
|
2011-07-29 02:48:05 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
/* === Sidebar === */
|
|
|
|
#sidebar {
|
|
|
|
position: fixed;
|
2011-08-22 11:05:10 +09:00
|
|
|
width: 350px;
|
2011-07-29 02:48:05 +09:00
|
|
|
top: 62px;
|
|
|
|
bottom: 18px;
|
2011-08-22 11:05:10 +09:00
|
|
|
left: -290px;
|
2011-07-29 02:48:05 +09:00
|
|
|
transition: left 0.25s ease-in-out 1s;
|
2011-12-27 19:49:11 +09:00
|
|
|
-o-transition: left 0.25s ease-in-out 1s;
|
2011-07-29 02:48:05 +09:00
|
|
|
-moz-transition: left 0.25s ease-in-out 1s;
|
|
|
|
-webkit-transition: left 0.25s ease-in-out 1s;
|
2011-08-26 08:28:50 +09:00
|
|
|
z-index: 1;
|
2011-07-29 02:48:05 +09:00
|
|
|
}
|
|
|
|
|
2012-02-11 04:21:55 +09:00
|
|
|
#sidebar:hover,
|
|
|
|
#sidebar.pinned {
|
2011-07-29 02:48:05 +09:00
|
|
|
left: 0px;
|
|
|
|
transition: left 0.25s ease-in-out 0s;
|
2011-12-27 19:49:11 +09:00
|
|
|
-o-transition: left 0.25s ease-in-out 0s;
|
2011-07-29 02:48:05 +09:00
|
|
|
-moz-transition: left 0.25s ease-in-out 0s;
|
|
|
|
-webkit-transition: left 0.25s ease-in-out 0s;
|
|
|
|
}
|
|
|
|
|
2012-02-05 05:13:12 +09:00
|
|
|
#pinIcon {
|
2012-02-08 00:20:25 +09:00
|
|
|
position: absolute;
|
|
|
|
top: 4px;
|
|
|
|
right: 55px;
|
|
|
|
width: 15px;
|
|
|
|
height: 15px;
|
|
|
|
background: center no-repeat;
|
2012-02-16 11:11:08 +09:00
|
|
|
background-image: url('images/pin-up.svg');
|
|
|
|
background-size: 15px 15px;
|
2012-02-07 17:23:23 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
#pinIcon:hover {
|
2012-02-08 00:20:25 +09:00
|
|
|
background-color: rgba(255,255,255,0.35);
|
2012-02-05 05:13:12 +09:00
|
|
|
}
|
|
|
|
|
2012-02-11 04:21:55 +09:00
|
|
|
#sidebar.pinned #pinIcon {
|
2012-02-16 11:11:08 +09:00
|
|
|
background-image: url('images/pin-down.svg');
|
|
|
|
background-size: 15px 15px;
|
2012-02-05 05:13:12 +09:00
|
|
|
}
|
|
|
|
|
2011-07-29 02:48:05 +09:00
|
|
|
#sidebarBox {
|
|
|
|
background-color: rgba(0, 0, 0, 0.7);
|
2011-08-22 11:05:10 +09:00
|
|
|
width: 300px;
|
2011-07-29 02:48:05 +09:00
|
|
|
height: 100%;
|
|
|
|
border-top-right-radius: 8px;
|
|
|
|
border-bottom-right-radius: 8px;
|
|
|
|
-moz-border-radius-topright: 8px;
|
|
|
|
-moz-border-radius-bottomright: 8px;
|
|
|
|
-webkit-border-top-right-radius: 8px;
|
|
|
|
-webkit-border-bottom-right-radius: 8px;
|
|
|
|
box-shadow: 0px 2px 8px #000;
|
|
|
|
-moz-box-shadow: 0px 2px 8px #000;
|
|
|
|
-webkit-box-shadow: 0px 2px 8px #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebarScrollView {
|
|
|
|
position: absolute;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow-y: auto;
|
2012-02-05 05:13:12 +09:00
|
|
|
top: 20px;
|
2011-07-29 02:48:05 +09:00
|
|
|
bottom: 10px;
|
|
|
|
left: 10px;
|
2011-08-22 11:05:10 +09:00
|
|
|
width: 280px;
|
2011-07-29 02:48:05 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnail {
|
2011-08-31 21:22:48 +09:00
|
|
|
width: 134px;
|
2011-07-29 02:48:05 +09:00
|
|
|
height: 134px;
|
2011-08-22 11:05:10 +09:00
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
2011-08-31 21:22:48 +09:00
|
|
|
line-height: 134px;
|
|
|
|
text-align: center;
|
2011-09-22 07:32:36 +09:00
|
|
|
overflow: hidden;
|
2011-08-31 21:22:48 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnail:not([data-loaded]) {
|
|
|
|
background-color: gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnail > canvas {
|
|
|
|
vertical-align: middle;
|
|
|
|
display: inline-block;
|
2011-08-22 11:05:10 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
#outlineScrollView {
|
|
|
|
position: absolute;
|
|
|
|
background-color: #fff;
|
|
|
|
overflow: auto;
|
2012-02-11 04:35:42 +09:00
|
|
|
top: 20px;
|
2011-08-22 11:05:10 +09:00
|
|
|
bottom: 10px;
|
|
|
|
left: 10px;
|
|
|
|
width: 280px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#outlineView {
|
|
|
|
padding-top: 4px;
|
|
|
|
padding-bottom: 100px;
|
|
|
|
padding-left: 6px;
|
|
|
|
padding-right: 6px;
|
|
|
|
font-size: smaller;
|
|
|
|
}
|
|
|
|
|
|
|
|
.outlineItem > .outlineItems {
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.outlineItem > a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.outlineItem > a:hover {
|
|
|
|
background: #ff0;
|
|
|
|
box-shadow: 0px 2px 10px #ff0;
|
|
|
|
}
|
|
|
|
|
2011-12-12 10:38:20 +09:00
|
|
|
#searchScrollView {
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
bottom: 10px;
|
|
|
|
left: 10px;
|
|
|
|
width: 280px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchToolbar {
|
|
|
|
padding-left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchToolbar > input {
|
|
|
|
width: 220px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchResults {
|
|
|
|
overflow: auto;
|
|
|
|
background-color: #fff;
|
|
|
|
position: absolute;
|
|
|
|
top: 30px;
|
|
|
|
bottom: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0;
|
|
|
|
font-size: smaller;
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchResults a {
|
|
|
|
display: block;
|
|
|
|
white-space: pre;
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2011-08-22 11:05:10 +09:00
|
|
|
#sidebarControls {
|
|
|
|
position:absolute;
|
2011-12-12 10:38:20 +09:00
|
|
|
width: 180px;
|
2011-08-22 11:05:10 +09:00
|
|
|
height: 32px;
|
|
|
|
left: 15px;
|
|
|
|
bottom: 35px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebarControls > button {
|
|
|
|
box-shadow: 0px 4px 10px #000;
|
|
|
|
-moz-box-shadow: 0px 4px 10px #000;
|
|
|
|
-webkit-box-shadow: 0px 4px 10px #000;
|
|
|
|
}
|
|
|
|
|
2011-08-29 05:10:14 +09:00
|
|
|
#sidebarControls > button > img {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
|
2011-08-22 11:05:10 +09:00
|
|
|
#sidebarControls > button[disabled] > img {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebarControls > button[data-selected] {
|
|
|
|
box-shadow: 0px 4px 10px #ff0;
|
|
|
|
-moz-box-shadow: 0px 4px 10px #ff0;
|
|
|
|
-webkit-box-shadow: 0px 4px 10px #ff0;
|
2011-07-29 02:48:05 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
/* === Content view === */
|
|
|
|
canvas {
|
|
|
|
margin: auto;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page {
|
|
|
|
width: 816px;
|
|
|
|
height: 1056px;
|
|
|
|
margin: 10px auto;
|
2011-09-22 07:32:36 +09:00
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
box-shadow: 0px 4px 10px #000;
|
|
|
|
-moz-box-shadow: 0px 4px 10px #000;
|
|
|
|
-webkit-box-shadow: 0px 4px 10px #000;
|
2011-10-20 05:14:34 +09:00
|
|
|
background-color: white;
|
2011-08-26 08:28:50 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
.page > a {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page > a:hover {
|
|
|
|
opacity: 0.2;
|
|
|
|
background: #ff0;
|
|
|
|
box-shadow: 0px 2px 10px #ff0;
|
|
|
|
-moz-box-shadow: 0px 2px 10px #ff0;
|
|
|
|
-webkit-box-shadow: 0px 2px 10px #ff0;
|
2011-07-29 02:48:05 +09:00
|
|
|
}
|
|
|
|
|
2012-02-01 06:20:09 +09:00
|
|
|
.loadingIcon {
|
|
|
|
position: absolute;
|
2012-02-01 06:49:48 +09:00
|
|
|
display: block;
|
2012-02-01 06:20:09 +09:00
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2012-02-02 05:19:01 +09:00
|
|
|
background: url('images/loading-icon.gif') center no-repeat;
|
2012-02-01 06:20:09 +09:00
|
|
|
}
|
|
|
|
|
2011-10-29 01:16:17 +09:00
|
|
|
.textLayer {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
color: #000;
|
2012-02-11 03:55:11 +09:00
|
|
|
font-family: sans-serif;
|
2011-10-29 01:16:17 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
.textLayer > div {
|
|
|
|
color: transparent;
|
|
|
|
position: absolute;
|
|
|
|
line-height:1.3;
|
|
|
|
}
|
|
|
|
|
2011-12-22 07:22:07 +09:00
|
|
|
.annotComment > div {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2011-12-22 19:29:27 +09:00
|
|
|
.annotComment > img {
|
|
|
|
position: absolute;
|
2011-12-22 07:22:07 +09:00
|
|
|
}
|
|
|
|
|
2011-12-22 19:29:27 +09:00
|
|
|
.annotComment > img:hover {
|
2011-12-22 07:22:07 +09:00
|
|
|
cursor: pointer;
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
|
|
|
|
2011-12-22 19:29:27 +09:00
|
|
|
.annotComment > div {
|
2011-12-22 07:22:07 +09:00
|
|
|
padding: 0.2em;
|
|
|
|
max-width: 20em;
|
|
|
|
background-color: #F1E47B;
|
2011-12-22 19:29:27 +09:00
|
|
|
box-shadow: 0px 2px 10px #333;
|
|
|
|
-moz-box-shadow: 0px 2px 10px #333;
|
|
|
|
-webkit-box-shadow: 0px 2px 10px #333;
|
2011-12-22 07:22:07 +09:00
|
|
|
}
|
|
|
|
|
2011-12-22 19:29:27 +09:00
|
|
|
.annotComment > div > h1 {
|
2011-12-22 07:22:07 +09:00
|
|
|
font-weight: normal;
|
|
|
|
font-size: 1.2em;
|
|
|
|
border-bottom: 1px solid #000000;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
2011-10-29 06:37:55 +09:00
|
|
|
/* TODO: file FF bug to support ::-moz-selection:window-inactive
|
|
|
|
so we can override the opaque grey background when the window is inactive;
|
2011-11-30 04:54:32 +09:00
|
|
|
see https://bugzilla.mozilla.org/show_bug.cgi?id=706209 */
|
|
|
|
::selection { background:rgba(0,0,255,0.3); }
|
|
|
|
::-moz-selection { background:rgba(0,0,255,0.3); }
|
2011-10-29 06:37:55 +09:00
|
|
|
|
2011-07-29 02:48:05 +09:00
|
|
|
#viewer {
|
|
|
|
margin: 44px 0px 0px;
|
|
|
|
padding: 8px 0px;
|
|
|
|
}
|
|
|
|
|
2011-08-22 11:05:10 +09:00
|
|
|
#sidebarView canvas:hover {
|
|
|
|
background: #ff0;
|
|
|
|
box-shadow: 0px 2px 10px #ff0;
|
|
|
|
-moz-box-shadow: 0px 2px 10px #ff0;
|
|
|
|
-webkit-box-shadow: 0px 2px 10px #ff0;
|
|
|
|
}
|
|
|
|
|
2011-09-03 10:16:52 +09:00
|
|
|
#pageWidthOption {
|
|
|
|
border-top: 1px solid black;
|
|
|
|
}
|
|
|
|
|
2011-09-03 23:10:24 +09:00
|
|
|
#customScaleOption {
|
2011-09-03 10:16:52 +09:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-11-29 09:55:09 +09:00
|
|
|
#errorWrapper {
|
|
|
|
background: none repeat scroll 0 0 #FF5555;
|
|
|
|
color: white;
|
|
|
|
left: 0;
|
|
|
|
position: fixed;
|
|
|
|
right: 0;
|
|
|
|
top: 30px;
|
|
|
|
z-index: 1000;
|
|
|
|
padding: 3px;
|
2011-11-30 02:36:50 +09:00
|
|
|
font-size: 0.8em;
|
2011-11-29 09:55:09 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
#errorMessageLeft {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#errorMessageRight {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#errorMoreInfo {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
color: black;
|
|
|
|
padding: 3px;
|
|
|
|
margin: 3px;
|
2012-01-05 07:43:17 +09:00
|
|
|
width: 98%;
|
2011-11-29 09:55:09 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
.clearBoth {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2011-08-28 07:10:15 +09:00
|
|
|
/* === Printed media overrides === */
|
|
|
|
@media print {
|
|
|
|
#sidebar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#controls {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#viewer {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page {
|
|
|
|
display: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page canvas {
|
|
|
|
box-shadow: none;
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page[data-loaded] {
|
|
|
|
display: block;
|
|
|
|
page-break-after: always;
|
|
|
|
}
|
|
|
|
}
|
2011-09-21 13:49:09 +09:00
|
|
|
|
2012-03-22 07:36:10 +09:00
|
|
|
#loadingBox {
|
2012-02-08 00:20:25 +09:00
|
|
|
margin: 100px 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2012-02-14 10:35:58 +09:00
|
|
|
|
2012-03-22 07:36:10 +09:00
|
|
|
#loadingBar {
|
2012-03-27 16:13:32 +09:00
|
|
|
background-color: #333;
|
2012-03-22 07:36:10 +09:00
|
|
|
display: inline-block;
|
|
|
|
border: 1px solid black;
|
|
|
|
clear: both;
|
2012-03-23 06:51:10 +09:00
|
|
|
margin:0px;
|
2012-03-22 07:56:20 +09:00
|
|
|
line-height: 0;
|
2012-03-23 06:51:10 +09:00
|
|
|
border-radius: 4px;
|
2012-03-27 16:13:32 +09:00
|
|
|
width: 15em;
|
|
|
|
height: 1.5em;
|
2012-03-22 07:36:10 +09:00
|
|
|
}
|
|
|
|
|
2012-03-23 06:51:10 +09:00
|
|
|
#loadingBar .progress {
|
|
|
|
background-color: green;
|
2012-03-22 07:36:10 +09:00
|
|
|
display: inline-block;
|
2012-03-27 16:13:32 +09:00
|
|
|
float: left;
|
|
|
|
|
2012-03-23 06:51:10 +09:00
|
|
|
background: #b4e391;
|
2012-03-22 07:56:20 +09:00
|
|
|
background: -moz-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e391), color-stop(50%,#61c419), color-stop(100%,#b4e391));
|
|
|
|
background: -webkit-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%);
|
|
|
|
background: -o-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%);
|
|
|
|
background: -ms-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%);
|
2012-03-23 06:51:10 +09:00
|
|
|
background: linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%);
|
|
|
|
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
2012-03-22 07:36:10 +09:00
|
|
|
|
2012-03-27 16:13:32 +09:00
|
|
|
width: 0%;
|
|
|
|
height: 100%;
|
2012-03-22 07:36:10 +09:00
|
|
|
}
|
|
|
|
|
2012-02-16 07:12:58 +09:00
|
|
|
#PDFBug {
|
2012-02-14 10:35:58 +09:00
|
|
|
font-size: 10px;
|
|
|
|
position: fixed;
|
|
|
|
top: 35px;
|
|
|
|
bottom: 5px;
|
|
|
|
right: 2px;
|
|
|
|
width: 300px;
|
|
|
|
background: white;
|
|
|
|
border: 1px solid #666;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2012-02-16 07:12:58 +09:00
|
|
|
#PDFBug .controls {
|
2012-02-14 10:35:58 +09:00
|
|
|
border-bottom: 1px solid #666;
|
|
|
|
padding: 3px;
|
|
|
|
background: -moz-linear-gradient(center bottom, #eee 0%, #fff 100%);
|
|
|
|
}
|
2012-02-16 07:12:58 +09:00
|
|
|
#PDFBug .panels {
|
2012-02-14 10:35:58 +09:00
|
|
|
overflow: auto;
|
|
|
|
position: absolute;
|
|
|
|
top: 27px;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
2012-02-16 07:12:58 +09:00
|
|
|
#PDFBug button.active {
|
2012-02-14 10:35:58 +09:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.debuggerShowText {
|
|
|
|
background: yellow;
|
|
|
|
color: blue;
|
|
|
|
opacity: 0.3;
|
|
|
|
}
|
|
|
|
.debuggerHideText:hover {
|
|
|
|
background: yellow;
|
|
|
|
opacity: 0.3;
|
2011-09-21 13:49:09 +09:00
|
|
|
}
|
2012-02-22 02:52:09 +09:00
|
|
|
#PDFBug .stats {
|
|
|
|
font-size: 10px;
|
|
|
|
white-space: pre;
|
|
|
|
font-family: courier;
|
|
|
|
}
|
|
|
|
#PDFBug .stats .title {
|
|
|
|
font-weight: bold;
|
2011-09-21 13:49:09 +09:00
|
|
|
}
|