-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmypage.css
More file actions
116 lines (115 loc) · 1.78 KB
/
Copy pathmypage.css
File metadata and controls
116 lines (115 loc) · 1.78 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
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
.up-div{
width: 100%;
height: 30%;
display: flex;
}
.down-div{
width: 100%;
height: 60%;
}
.nickname-div{
width: 30%;
height: 100%;
}
.space-div{
width: 37%;
height: 100%;
background-color: white;
}
.recode-div{
width: 33%;
height: 100%;
}
.level-image{
width: 100px;
height: 100px;
}
.nickname{
text-align: center;
}
.edit-image{
width: 18px;
height: 18px;
}
.table-title{
width: 90px;
height: 20px;
background-color: #000928;
}
.recode-title{
color: white;
}
.recode-table{
width: 410px;
height: 170px;
background-color: white;
border: solid 1px #000928;
}
.recode-tr{
height: 15px;
}
.recode-tr th:nth-child(4) p:hover {
cursor: pointer;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.category{
background-color: #000928;
border-radius: 10px;
color: white;
height: 15px;
width: 40px;
}
.recode-th{
font-size: 10px;
}
.rate{
font-size: 10px;
background-color: skyblue;
border-radius: 10px;
color: white;
height: 15px;
width: 60px;
}
.rated{
font-size: 10px;
background-color: #D9D9D9;
border-radius: 10px;
color: white;
height: 15px;
width: 60px;
}
.information-bar{
width: 100%;
height: 45px;
background-color: white;
border-top: solid 10px;
border-top-color: #000928;
border-bottom: solid 2px;
}
.bar-content{
padding-top: 3px;
font-size: 17px;
}
.list-title{
font-size: 20px;
}
.notice-list{
border-bottom: solid 1px lightgray;
margin-bottom: 5px;
}
.mylist-table{
border-collapse: collapse;
}
.list-content{
height: 40px;
}
.mylist{
height: 80%;
}
.page{
text-align: center;
}
.notice-list th:nth-child(2):hover {
cursor: pointer;
text-decoration: underline;
}