-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
82 lines (76 loc) · 1.11 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
table {
width: 30%;
margin: 0 auto;
border-bottom: 3px #eee solid;
border-collapse: collapse;
font-size: 12px;
}
th,
td {
padding: 5px 10px;
}
caption {
font-weight: bold;
font-size: 24px;
padding: 5px;
color: #1ba6b2;
text-align: left;
margin-bottom: 5px;
}
thead th {
background: #abc668;
color: #fff;
border-right: 1px solid #fff;
}
thead th:last-child {
border-right: none;
}
tbody th {
width: 10%;
}
tbody tr:nth-child(even) {
background: #eee;
}
tbody tr:nth-child(even) th {
background: #ddd;
}
tbody tr:hover {
background: #f3f5bb;
}
tbody tr:hover th {
background: #f2f684;
color: #1ba6b2;
}
tfoot tr {
border-top: 6px solid #e9f7f6;
color: #1ba6b2;
}
.cell1-row4 {
width: 100%;
height: 100%;
background-color: none;
}
.iframe {
order: 1;
display: none;
margin: 0;
margin-left: 12px;
border-radius: 1rem;
background-color: #5be06f52;
width: 85%;
}
.container {
display: flex;
}
#showDialog {
border-radius: 1rem;
}
dialog#firstDialog {
border-style: none;
background-color: #5be06f52;
}
.frame-pos {
display: flex;
order: 1;
margin: 0;
}