-
Notifications
You must be signed in to change notification settings - Fork 23
/
about.css
123 lines (110 loc) · 1.52 KB
/
about.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
@import url(chrome://global/skin/about.css);
html {
font-family: message-box, sans-serif;
font-size: 16px;
}
body {
max-width: 950px;
}
@media (max-width: 900px) {
html {
padding: 0;
margin: 0;
font-size: 12px;
}
body {
width: -moz-calc(100% - 3em);
max-width: -moz-calc(100% - 3em);
margin: 0;
border: 0;
}
}
table {
border-collapse: collapse;
width: 100%;
text-align: left;
}
thead tr,
tbody tr:not(:last-child) {
border-bottom: 1px dotted black;
}
tr.disabled {
opacity: 0.6;
}
td, th {
padding: 1ex;
}
th[title] {
cursor: help;
}
th:not(:last-child),
td:not(:last-child) {
border-right: 1px dotted darkgray;
}
td > p {
padding: 0;
margin: 0;
}
.loading {
height: 96px;
background: url(loading.gif) no-repeat center center;
}
.total,
.name {
font-weight: bold;
}
.id {
font-size: smaller;
font-style: italic;
color: gray;
}
.id:hover {
color: black;
}
sup {
padding-left: 1ex;
padding-right: 1em;
}
sup > a {
text-decoration: none;
}
figure.icon {
float: left;
margin: 0;
padding: 0;
}
div.icon {
width: 64px;
height: 64px;
margin: 0;
padding: 0;
padding-right: 1em;
display: table-cell;
text-align: center;
vertical-align: middle;
}
.icon > img {
margin: 0;
padding: 0;
min-width: 32px;
min-height: 32px;
max-width: 64px;
max-height: 64px;
}
th#memory {
width: 6em;
}
th#bar {
width: 10em;
}
th:not([id]) {
width: 3em;
}
.remark {
color: red;
font-size: small;
}
.bar {
height: 1.5em;
background: navy;
}