-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
87 lines (74 loc) · 1.11 KB
/
Copy pathstyle.css
File metadata and controls
87 lines (74 loc) · 1.11 KB
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
html, body {
margin: 0;
}
html {
font-family: sans-serif;
height: 100%;
}
body {
overflow: hidden;
height: inherit;
}
h1 {
font-size: 2rem;
letter-spacing: -1px;
position: absolute;
margin: 0;
top: -4px;
right: 5px;
color: transparent;
text-shadow: 0 0 4px white;
}
#defen {
position: absolute;
margin: 0;
top: 35px;
right: 5px;
color: #aaa;
}
body,div,p{
margin: 0;
margin: 0;
}
a{
text-decoration: none;
color: black;
}
#Box{
display: none;
width: 512px;
height: 355px;
position: absolute;
left: 35%;
margin-top: 131px;
background-color: rgb(51 222 98);
border-radius: 10%;
z-index: 999;}
#close{
position: absolute;
width: 40px;
height: 40px;
right: 0;
margin-top: 7px;
margin-right: 15px;
border-radius: 50%;
text-align: center;
line-height: 40px;
font-size: 25px;
}
.title{
font-size: 3em;
left: 0;
}
.cover_Box{
height: 100px;
text-align:center;
}
table{
margin: 20px auto;
border-collapse: collapse;
}
td{
width: 100px;
height: 30px;
}