-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
113 lines (104 loc) · 1.62 KB
/
style.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
#title {
background: url(jumbotron.png);
background-size: cover;
background-position: top center;
}
#title h1,
#title h2,
#title p {
text-shadow: 1px 1px 0 #666;
}
#title::before {
background-color: rgba(255, 255, 255, .8);
position: absolute;
content: "";
top: 0;
left: 0;
width: 100vw;
height: 100vh;
}
#comment-body {
background: url(back.jpg);
background-attachment: fixed;
}
p {
text-indent: 32px;
}
.table-wrapper {
overflow-x: auto;
}
.table-wrapper table {
min-width: 640px;
}
/* body {
background: url(back.jpg);
position: relative;
margin: 0;
padding: 8px;
}
a {
color: #00f;
}
a:hover {
color: #f00;
}
.title {
font-size: 50px;
color: #f00;
font-family: "黑体";
text-align: center;
}
.subtitle {
font-size: 20px;
color: #f00;
font-family: "黑体";
text-align: right;
}
.quote {
color: #000;
font-size: 14px;
font-family: "楷体_GB2312";
border: 1px solid #000;
padding: 10px;
margin: 5%;
}
.plain {
color: #000;
font-size: 14px;
font-family: "宋体";
}
.important {
font-size: 16px;
color: #f00;
font-family: "黑体";
text-decoration: underline;
}
.hidden {
font-size: 14px;
font-family: "宋体";
color: #fff;
visibility: hidden;
}
td {
border: 1px solid #000;
}
.cover {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #999;
opacity: .4;
z-index: 0;
}
.content {
overflow: hidden;
position: relative;
z-index: 1;
}
#list,
#comment {
height: 200px;
overflow: auto;
} */