-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
74 lines (61 loc) · 1021 Bytes
/
styles.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
@charset "utf-8";
body {
padding: 0;
margin: 0;
font-size: 16px;
line-height: 1.5;
font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.container {
max-width: 1024px;
padding: 1em 1em;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
}
h1 {
padding-bottom: 0.2em;
border-bottom: 1px solid #ccc;
}
.main-table {
width: 100%;
border-collapse: collapse;
text-align: left;
}
.main-table th {
background-color: #ddd;
}
.main-table th, td {
padding-right: 1em;
padding: 0.3em 0.5em;
border: 1px solid #bbb;
}
.main-table tbody tr:nth-child(odd) {
background-color: #F5F5F5;
}
.api-version, .lib-version {
width: 100px;
}
.response-time {
text-align: right;
}
.admin-url, .admin-email, .none {
text-align: center;
}
#status-title {
font-weight: bold;
}
#status {
color: #C44816;
font-size: 1.3rem;
}
a {
color: #1565C0;
text-decoration: underline;
}
a:hover {
color: #2196F3;
}
.latest-version {
font-weight: bold;
}