-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathmain.css
57 lines (57 loc) · 1.15 KB
/
main.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
body{
font-family: 微软雅黑;
background: url(acgurl.php?return=ssl);background-repeat:no-repeat;background-attachment:fixed;background-position: center center;background-size: cover;;
}
.bottom{
position: fixed;
height: 30px;
width: 100%;
bottom: 0px;
text-align: center;
font-size: 20px;
color: #2196F3;
text-shadow: #000 1px 1px 1px;
margin-bottom: 10px;
}
pre{
color: #2196F3;
font-size: 18px;
font-family: 微软雅黑;
background: rgba(255, 255, 255, 0.55);
line-height: 30px;
}
.json_note{
color: #004CFF;
font-weight:bold;
}
.json_key{
color: #92278f;
font-weight:bold;
}
.json_null{
color: #f1592a;
font-weight:bold;
}
.json_string{
color: #3ab54a;
font-weight:bold;
}
.json_number{
color: #25aae2;
font-weight:bold;
}
.title{
text-shadow: rgb(0, 0, 0) 1px 1px 1px;font-size: 39px;color: #00CEFF;position: absolute;top: 3px;left: 61px;
}
.title2{
font-size:24px;color: #F100FF;position: absolute;top: 18px;left: 220px;
}
.container{
position: relative;top: 90px;margin: 0 auto;
}
.well{
background: rgba(255, 255, 255, 0.58);text-shadow: #000 1px 1px 1px;color: #00F1FF;font-size: 20px;
}
.well a{
color: #00F1FF;font-size: 20px;
}