-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
55 lines (54 loc) · 853 Bytes
/
style.css
File metadata and controls
55 lines (54 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#hbox_main{
z-index: 999;
visibility: visible;
width: 18.0em;
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
text-align: left;
padding: 1.0em;
position: absolute;
font-size: 0.8em;
}
.hbox_title{
text-align: center;
}
.hbox_book_cover{
display: block;
margin-left: auto;
margin-right: auto;
max-width: 18.0em;
}
.hbox_text_right{
text-align: right;
}
.hbox_tags{
font-size: 0.6em;
padding: 0;
}
.warp_icon{
width: 3.0em;
height: auto;
}
.warp_icon_rayriffy{
width: 1.6em;
height: auto;
}
.show {
opacity: 1;
transition: opacity 300ms;
}
.hide_fast {
opacity: 0;
}
.hide {
opacity: 0;
transition: opacity 300ms;
}
.clicker{
color: #fff;
text-decoration: none;
}
.clicker:hover {
text-decoration: underline;
cursor: pointer;
}