Add slider to enable distant paging.
[quanweb.git] / app / lib.css
1 a:link {
2   color: #008000;
3 }
4
5 a:visited {
6   color: #008080;
7 }
8
9 a:active {
10   color: #ff0000;
11 }
12
13 body {
14   background-color: #e0e0ff;
15   color: black;
16 }
17
18 div.book {
19   display: inline-block;
20   width: 400px;
21   margin: 10px;
22   border 3px solid #73ad21;
23 }
24
25 div.pager {
26   background-color: #004080;
27   border-color: #004080;
28   border-style: solid;
29   border-width: 3px;
30   color: #ffffff;
31   font-size: 0.8em;
32   padding: 2;
33   text-align: left;
34 }
35
36 h1 {
37   background-color: #004080;
38   border-color: #004080;
39   border-style: solid;
40   border-width: 5px;
41   color: #ffffff;
42   font-size: 1.2em;
43   font-weight: normal;
44   margin: 2px 0px 0px 2px;
45 }
46
47 img.cover-thumb { max-height: 200px; max-width: 200px; }
48
49 p.navigator { }
50
51 p.quote {
52   margin-left: 50px;
53   margin-right: 50px;
54   text-align: justify;
55 }
56
57 span.popup { }
58
59 span.popup:hover { text-decoration: none; background: #cfffff; z-index: 6; }
60
61 span.popup span.pop-inner {
62   border-color:black;
63   border-style:solid;
64   border-width:1px;
65   display: none;
66   margin: 4px 0 0 0px;
67   padding: 3px 3px 3px 3px;
68   position: absolute;
69 }
70
71 span.popup:hover span.pop-inner {
72   background: #ffffaf;
73   display: block;
74   margin: 20px 0 0 0px;
75   z-index:6;
76 }
77
78 table.header {
79   width: 100%;
80   line-height: 1.8;
81 }
82
83 td.box {
84   background-color: #0000ff;
85   width: 15%;
86 }
87
88 td.title {
89   background-color: #004080;
90   color: #ffffff;
91   font-size: 2.0em;
92   text-align: right;
93 }