2011-06-18 17:33:13 +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-06-18 18:52:24 +09:00
|
|
|
background-color: #929292;
|
2011-06-18 17:33:13 +09:00
|
|
|
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
canvas {
|
|
|
|
box-shadow: 0px 4px 10px #000;
|
|
|
|
-moz-box-shadow: 0px 4px 10px #000;
|
|
|
|
-webkit-box-shadow: 0px 4px 10px #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
2011-06-18 18:52:24 +09:00
|
|
|
.control {
|
2011-06-19 09:11:56 +09:00
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
2011-06-18 18:52:24 +09:00
|
|
|
margin: 0px 20px 0px 0px;
|
2011-06-19 09:11:56 +09:00
|
|
|
padding: 0px 4px 0px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control > input {
|
|
|
|
float: left;
|
2011-06-21 10:08:50 +09:00
|
|
|
border: 1px solid #4d4d4d;
|
|
|
|
height: 20px;
|
|
|
|
padding: 0px;
|
2011-06-19 09:11:56 +09:00
|
|
|
margin: 0px 2px 0px 0px;
|
2011-06-21 10:08:50 +09:00
|
|
|
border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
|
|
|
|
-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
|
|
|
|
-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.control > select {
|
|
|
|
float: left;
|
|
|
|
border: 1px solid #4d4d4d;
|
|
|
|
height: 22px;
|
|
|
|
padding: 2px 0px 0px;
|
|
|
|
margin: 0px 0px 1px;
|
|
|
|
border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
|
|
|
|
-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
|
|
|
|
-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
|
2011-06-19 09:11:56 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
.control > span {
|
2011-06-19 09:15:49 +09:00
|
|
|
cursor: default;
|
2011-06-19 09:11:56 +09:00
|
|
|
float: left;
|
|
|
|
height: 18px;
|
|
|
|
margin: 5px 2px 0px;
|
|
|
|
padding: 0px;
|
|
|
|
user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control .label {
|
|
|
|
clear: both;
|
|
|
|
float: left;
|
|
|
|
font-size: 0.65em;
|
|
|
|
margin: 2px 0px 0px;
|
|
|
|
position: relative;
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
2011-06-18 18:52:24 +09:00
|
|
|
}
|
|
|
|
|
2011-06-18 17:33:13 +09:00
|
|
|
.page {
|
|
|
|
width: 816px;
|
|
|
|
height: 1056px;
|
|
|
|
margin: 10px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#controls {
|
|
|
|
background-color: #eee;
|
|
|
|
border-bottom: 1px solid #666;
|
2011-06-19 09:11:56 +09:00
|
|
|
padding: 4px 0px 0px 8px;
|
2011-06-18 17:33:13 +09:00
|
|
|
position:fixed;
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
2011-06-19 09:11:56 +09:00
|
|
|
height: 40px;
|
2011-06-18 17:33:13 +09:00
|
|
|
width: 100%;
|
|
|
|
box-shadow: 0px 2px 8px #000;
|
|
|
|
-moz-box-shadow: 0px 2px 8px #000;
|
|
|
|
-webkit-box-shadow: 0px 2px 8px #000;
|
|
|
|
}
|
|
|
|
|
2011-06-19 09:11:56 +09:00
|
|
|
#controls input {
|
|
|
|
user-select: text;
|
|
|
|
-moz-user-select: text;
|
|
|
|
-webkit-user-select: text;
|
|
|
|
}
|
|
|
|
|
|
|
|
#previousPageButton {
|
|
|
|
background: url('images/buttons.png') no-repeat 0px -23px;
|
2011-06-21 10:08:50 +09:00
|
|
|
cursor: default;
|
2011-06-19 09:11:56 +09:00
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
|
|
|
margin: 0px;
|
|
|
|
width: 28px;
|
|
|
|
height: 23px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#previousPageButton.down {
|
|
|
|
background: url('images/buttons.png') no-repeat 0px -46px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#previousPageButton.disabled {
|
|
|
|
background: url('images/buttons.png') no-repeat 0px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nextPageButton {
|
|
|
|
background: url('images/buttons.png') no-repeat -28px -23px;
|
2011-06-21 10:08:50 +09:00
|
|
|
cursor: default;
|
2011-06-19 09:11:56 +09:00
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
|
|
|
margin: 0px;
|
|
|
|
width: 28px;
|
|
|
|
height: 23px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nextPageButton.down {
|
|
|
|
background: url('images/buttons.png') no-repeat -28px -46px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nextPageButton.disabled {
|
|
|
|
background: url('images/buttons.png') no-repeat -28px 0px;
|
|
|
|
}
|
|
|
|
|
2011-06-21 10:08:50 +09:00
|
|
|
#pageNumber {
|
2011-06-18 17:33:13 +09:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#viewer {
|
2011-06-19 09:11:56 +09:00
|
|
|
margin: 44px 0px 0px;
|
2011-06-18 17:33:13 +09:00
|
|
|
padding: 8px 0px;
|
|
|
|
}
|