3 * #555C7E: reverse main
5 * #bac2e1: button border
6 * #DCE4F3: button hover
8 * #ddffdd: background pastel green
19 font-family: Verdana
, "Bitstream Vera Sans", "DejaVu Sans", Tahoma
, Geneva
, Arial
, Sans-serif
;
34 .banner h1, .banner h2 {
42 background-color: #ddffdd;
43 border: 1px solid
#88dd88;
51 background-color: #ffdddd;
52 border: 1px solid
#dd8888;
55 /* all links and clickable should show a pointer cursor */
56 [onclick
], h2
[onclick
]:before
, h3
[onclick
]:before
{
60 a:not
(.selected
):hover
{
61 background-color: rgb
(225, 225, 225);
65 border-bottom: 1px solid
#AAA391;
69 border-bottom: 1px solid
#AAA391;
78 transition: all
0.5s ease
;
83 .itemsbox:hover .items, .itemsbox .items:hover {
88 .itemsbox .items .item {
93 text-decoration: none
;
96 .itemsbox .items .item.selected {
101 .itemsbox .items .item:not(.selected):hover, .button:hover {
102 background-color: #DCE4F3;
105 .itemsbox .items .item[disabled], .button[disabled] {
106 pointer-events: none
;
107 background-color: #aaa;
108 filter: grayscale
(100%);
109 border-color: #AAA391;
113 display: inline-block
;
115 text-decoration: none
;
116 background-position: center
;
117 background-repeat: no-repeat
;
118 border: 1px solid
#bac2e1;
127 flex-direction: column
;
128 border: 1px solid
#AAA391;
138 .login input[type='submit'] {
148 border: 1px solid
#AAA391;
157 display: inline-block
;
165 .filter input[type='text'] {
175 .filter input[name='optionNo'] {
176 background-image: url
('/clear-32x32.png');
189 .book_line .link, .book_line .title {
195 text-decoration: none
;
198 .book_line .cache_icon {
226 .bar.navbar { padding-left: calc
(50% - (5 * (64px + 5px) / 2)); }
228 .bar.optionbar.s1 { padding-left: calc
(50% - (1 * (64px + 5px) / 2)); }
229 .bar.optionbar.s4 { padding-left: calc
(50% - (4 * (64px + 5px) / 2)); }
243 display: inline-block
;
246 .bar .gotobox .items {
247 background-color: white
;
248 border: 1px solid gray
;
256 .bar .button.first { color: transparent
; background-image: url
('/arrow_double_left-32x32.png'); }
257 .bar .button.previous { color: transparent
; background-image: url
('/arrow_left-32x32.png'); }
258 .bar .button.next { color: transparent
; background-image: url
('/arrow_right-32x32.png'); }
259 .bar .button.last { color: transparent
; background-image: url
('/arrow_double_right-32x32.png'); }
261 .bar .button.back { color: transparent
; background-image: url
('/back-32x32.png'); }
262 .bar .button.zoomreal { color: transparent
; background-image: url
('/actual_size-32x32.png'); }
263 .bar .button.zoomwidth { color: transparent
; background-image: url
('/fit_to_width-32x32.png'); }
264 .bar .button.zoomheight { color: transparent
; background-image: url
('/fit_to_height-32x32.png'); }
268 padding-bottom: 64px;
272 background-color: #AAA391;
274 font-variant: small-caps
;
283 a
.viewer
.link:hover
{
284 background-color: transparent
;
294 flex-direction: column
;
309 .desc .details .col.key {
315 .desc .details .col.value {
319 @media(min-width: 800px) {
324 .bar.navbar { padding-left: calc
(400px - (5 * (64px + 5px) / 2)); }
326 .bar.optionbar.s1 { padding-left: calc
(400px - (1 * (64px + 5px) / 2)); }
327 .bar.optionbar.s4 { padding-left: calc
(400px - (4 * (64px + 5px) / 2)); }
329 .desc { flex-direction: row
; }