-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnovel-adaptation-computer.css
129 lines (107 loc) · 1.71 KB
/
novel-adaptation-computer.css
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
@media (min-width:600px){
.a .bi .itbd::-webkit-scrollbar {
display: none;
}
.down {
width: 350px;
color: #ccc;
z-index: 1;
}
.condition {
position: relative;
height: 60px;
}
.index {
background-color: #181818;
border: 5px solid #fffa03;
width: 400px;
height: 260
margin-top: 10px;
display: inline-block;
}
.a {
text-decoration: none;
cursor: context-menu;
color: #222;
height: 200px;
width: 400px;
position: relative;
cursor: pointer;
border-bottom: 1px solid #aaa;
}
.a .cover {
height: 200px;
width: 150px;
filter: brightness(80%);
}
.a * {
display: inline-block;
color: #ddd;
}
.a .bi {
position: absolute;
top: 0px;
right: 0px;
width: 250.33px;
height: 200px;
font-size: 15px;
}
.a .bi .bit {
position: absolute;
top: 0px;
width: 100%;
height: 20px;
}
.a .bi .bit .Author {
text-align: right;
font-size: 15px;
display: block;
}
.a .bi .bit .bn {
position: absolute;
top: 0px;
left: 0px;
font-size: 15px
overflow-x: scroll;
}
.a .bi .itbd {
position: absolute;
top: 25px;
width: 100%;
height: 150px;
overflow: scroll;
}
.itb {
overflow-wrap: anywhere;
}
body {
background-color: #1e1e1e;
margin-bottom: 35px;
margin-top: 45px;
}
a {
color: #777;
text-decoration: none;
}
* {
z-index: 0;
}
#he-plugin-simple {
z-index: 1;
}
#tips {
height: 35px;
}
.x {
width: 0;
}
.y {
height: 0;
}
.window {
width: 100%;
height: 100%;
background-color: #1e1e1e;
box-shadow: 0px 0px 10px 5px #000;
}
}