-
Notifications
You must be signed in to change notification settings - Fork 0
/
api-status.css
83 lines (83 loc) · 1.12 KB
/
api-status.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
* {
border: 0;
margin: 0;
padding: 0;
text-decoration: none;
}
html {
padding: 8px 8px 16px;
font-size: 100%;
line-height: 1.3em;
}
h1 {
font-size: 1.6em;
line-height: 1.6em;
margin: 2px 4px;
}
h2 {
font-size: 1.4em;
line-height: 1.4em;
}
input[type=text] {
border: 1px solid #dddddd;
}
table,
tr,
th,
td {
border: 1px solid #cccccc;
vertical-align: top;
}
table {
border-collapse: collapse;
}
th,
td {
padding: 2px;
}
thead th {
vertical-align: bottom;
}
tbody th {
text-align: center;
}
hr {
border-top: 1px solid #ccc;
margin: 4px 8px 0;
}
p,
ul {
margin: 0.4em 0 0.5em;
}
ul {
padding: 0 0 0 1.5em;
}
#relatedpages {
background-color: #eeeeff;
line-height: 2em;
padding: 0.4em;
font-style: normal;
}
#relatedpages a {
margin: 0 0.4em;
padding: 0.2em;
background-color: #ccccff;
border-radius: 6px;
border: 1px solid #ccccff;
text-decoration: none;
}
#relatedpages a:hover {
background-color: #aaaaff;
border-color: #aaaaff;
color: #000;
}
footer {
font-size: 0.9em;
line-height: 1.2em;
margin: 16px 0 0;
font-style: italic;
}
footer p {
margin: 0;
padding: 0;
}