-
Notifications
You must be signed in to change notification settings - Fork 0
/
table.css
125 lines (112 loc) · 2.83 KB
/
table.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
/* caption{
text-align: left;
} */
/* #data table,
th,
td {
border: 2px solid green;
border-collapse: collapse;
padding: 10px;
}
#data th, td{
width: 100px;
} */
/* #student table,
th,
td {
border: 2px solid black;
border-collapse: collapse;
padding: 10px;
}
#data th,
td {
width: 100px;
} */
/* #team
th,
td {
padding: 10px;
width: 100px;
}
#team {
border-collapse: collapse;
border-radius: 5px 5px 0px 0px;
overflow: hidden;
border-spacing: 0px;
}
.first{
background-color: rgb(58, 238, 205);
color: white;
text-align: left;
}
#team .third{
color: rgb(58, 238, 205);
background-color: rgb(249, 251, 252);
}
#team .fourth{
border-bottom: 2px solid rgb(58, 238, 205);
}
*/
/* #person{
border-spacing: 0px;
border-collapse: collapse;
}
#person th, td{
padding: 10px;
width: 100px;
border: 1px solid lightgray;
}
#person th{
text-align: left;
}
.first_per {
background-color: rgb(223, 222, 222);
border-bottom: 2px solid rgb(173, 170, 170);
}
#person td{
text-align: right;
border-left: 2px solid rgb(173, 170, 170);;
} */
/* #basic
{
background-color: azure;
border-collapse: collapse;
margin-left: 20px;
}
#basic th, td{
border: 1px solid black;
padding: 10px;
}
#box{
background-color: rgb(241, 240, 240);
width: 380px;
height: 260px;
position: absolute;
}
#box h2{
text-align: center;
margin-top: 8px;
margin-bottom: 8px;
} */
/* #regional{
border-collapse: collapse;
border-spacing: 0px;
margin-top: -13px;
}
#regional th, td{
border: 1px solid black;
padding: 10px;
}
.box2{
width: 220px;
height: 300px;
}
.reg_h3{
text-align: center;
} */
/* #seven th, td{
border: 1px solid black;
}
#seven {
border: 1px solid gray;
} */