Subversion Repositories SvarDOS

Rev

Rev 1793 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1793 Rev 1803
1
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap');
1
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap');
2
@import url('mateuszbb-common.css');
2
@import url('mateuszbb-common.css');
3
@import url('mateuszbb-custom.css');
3
@import url('mateuszbb-custom.css');
4
 
4
 
5
h1 {
5
h1 {
6
  font-size: 1.35em;
6
  font-size: 1.35em;
7
  margin: 3em auto 0 auto;
7
  margin: 3em auto 0 auto;
8
  text-align: center;
8
  text-align: center;
9
  font-weight: 600;
9
  font-weight: 600;
10
}
10
}
11
 
11
 
12
p.copyr {
12
p.copyr {
13
  font-size: 1.00em;
13
  font-size: 1.00em;
14
  margin: 0 auto 4.5em auto;
14
  margin: 0 auto 4.5em auto;
15
  color: #999;
15
  color: #999;
16
  text-align: center;
16
  text-align: center;
17
}
17
}
18
 
18
 
19
h2 {
19
h2 {
20
  font-size: 1.1em;
20
  font-size: 1.1em;
21
  font-weight: bold;
21
  font-weight: bold;
22
  margin: 1.75em 0 0 0;
22
  margin: 1.75em 0 0 0;
23
  text-align: left;
23
  text-align: left;
24
}
24
}
25
 
25
 
26
p {
26
p {
27
  font-size: 1.00em;
27
  font-size: 1.00em;
28
  margin: 0.5em 0 0 0;
28
  margin: 0.5em 0 0 0;
29
  text-align: justify;
29
  text-align: justify;
30
}
30
}
31
 
31
 
32
p.wondering {
32
p.wondering {
33
  font-size: 0.95em;
33
  font-size: 0.95em;
34
  margin: 1.3em 0 0 0;
34
  margin: 1.3em 0 0 0;
35
  border: 1px #222 dashed;
35
  border: 1px #222 dashed;
36
  padding: 0.1em 0.4em;
36
  padding: 0.1em 0.4em;
37
  opacity: 0.8;
37
  opacity: 0.8;
38
}
38
}
39
 
39
 
40
html {
40
html {
41
  margin: 0;
41
  margin: 0;
42
  padding: 0;
42
  padding: 0;
43
  background-color: #adf;
43
  background-color: #adf;
44
}
44
}
45
 
45
 
46
body {
46
body {
47
  font-size: 1.15em;
47
  font-size: 1.15em;
48
  background-color: #fff;
48
  background-color: #fff;
49
  font-family: "Noto Sans JP", sans-serif;
49
  font-family: "Noto Sans JP", sans-serif;
50
  margin: 0 auto;
50
  margin: 0 auto;
51
  padding: 0 0.5em 0.5em 0.5em;
51
  padding: 0 0.5em 0.5em 0.5em;
52
  box-sizing: border-box;
52
  box-sizing: border-box;
53
  width: 100%;
53
  width: 100%;
54
  max-width: 60em;
54
  max-width: 60em;
55
  border: 1px #999 solid;
55
  border: 1px #999 solid;
56
  border-top: 0;
56
  border-top: 0;
57
}
57
}
58
 
58
 
59
div.download {
59
div.download {
60
  display: flex;
60
  display: flex;
61
  justify-content: space-evenly;
61
  justify-content: space-evenly;
62
  flex-wrap: wrap;
62
  flex-wrap: wrap;
63
  gap: 1em 0.5em;
63
  gap: 1em 0.5em;
64
  margin: 1em 0;
64
  margin: 1em 0;
65
}
65
}
66
 
66
 
67
div.download div {
67
div.download div {
68
  display: flex;
68
  display: flex;
69
  flex-direction: column;
69
  flex-direction: column;
70
  border: 1px #aaa solid;
70
  border: 1px #aaa solid;
71
  border-radius: 0.25em;
71
  border-radius: 0.25em;
72
  margin: 0;
72
  margin: 0;
73
  padding: 0.2em 0.75em;
73
  padding: 0.2em 0.75em;
74
  width: 12em;
74
  width: 12em;
75
  flex-grow: 1;
75
  flex-grow: 1;
76
}
76
}
77
 
77
 
78
div.download div h3 {
78
div.download div h3 {
79
  text-align: center;
79
  text-align: center;
80
  font-weight: bold;
80
  font-weight: bold;
81
  font-size: 1em;
81
  font-size: 1em;
82
  margin: 0.5em 0 0 0;
82
  margin: 0.5em 0 0 0;
83
}
83
}
84
 
84
 
85
div.download div p {
85
div.download div p {
86
  margin: 0 0 0.5em 0;
86
  margin: 0 0 0.5em 0;
87
  line-height: 1.4em;
87
  line-height: 1.4em;
88
  font-size: 0.9em;
88
  font-size: 0.9em;
89
}
89
}
90
 
90
 
91
a:link, a:visited, a:active { /* unvisited, visited link, selected link */
91
a:link, a:visited, a:active { /* unvisited, visited link, selected link */
92
  color: #00e; text-decoration: none;
92
  color: #00e; text-decoration: none;
93
}
93
}
94
 
94
 
95
a:hover { /* mouse over link */
95
a:hover { /* mouse over link */
96
  color: #00e; text-decoration: none;
96
  color: #00e; text-decoration: none;
97
  background-color: #e2faff;
97
  background-color: #e2faff;
98
  border-radius: 0.25em;
98
  border-radius: 0.25em;
99
}
99
}
100
 
100
 
101
a.mateusz {
101
a.mateusz {
102
  color: inherit; text-decoration: none;
102
  color: inherit; text-decoration: none;
103
}
103
}
104
 
104
 
105
table {
105
table {
106
  margin: 1em auto;
106
  margin: 1em auto;
107
  border-spacing: 0;
107
  border-spacing: 0;
108
  border-collapse: collapse;
108
  border-collapse: collapse;
109
  text-align: left;
109
  text-align: left;
110
}
110
}
111
 
111
 
112
table th {
112
table th {
113
  text-weight: 600;
113
  text-weight: 600;
114
}
114
}
115
 
115
 
116
table :not(thead) tr:nth-child(odd) {
116
table :not(thead) tr:nth-child(odd) {
117
  background-color: #f5f5f5;
117
  background-color: #f5f5f5;
118
}
118
}
119
 
119
 
120
table thead tr {
120
table thead tr {
121
  border-bottom: 1px #bbb solid;
121
  border-bottom: 1px #bbb solid;
122
}
122
}
123
 
123
 
124
table.nls {
124
table.nls {
125
  margin: 1em auto;
125
  margin: 1em auto;
126
  border-spacing: 0;
126
  border-spacing: 0;
127
  border-collapse: collapse;
127
  border-collapse: collapse;
128
  border: none;
128
  border: none;
129
}
129
}
130
 
130
 
131
table.nls th {
131
table.nls th {
132
  font-weight: bold;
132
  font-weight: bold;
133
  text-align: center;
133
  text-align: center;
134
  font-size: 1em;
134
  font-size: 1em;
135
}
135
}
136
 
136
 
137
table.nls td {
137
table.nls td {
138
  border: 1px #777 solid;
138
  border: 1px #777 solid;
139
  padding: 0.2em 0.5em;
139
  padding: 0.2em 0.5em;
140
}
140
}
141
 
141
 
142
td.pkg {
142
td.pkg {
143
  text-align: left;
143
  text-align: left;
144
  font-size: 1em;
144
  font-size: 1em;
145
}
145
}
146
 
146
 
147
td.err {
147
td.err {
148
  background-color: #f00;
148
  background-color: #f00;
149
  text-align: center;
149
  text-align: center;
150
  font-size: 0.9em;
150
  font-size: 0.9em;
151
}
151
}
152
 
152
 
153
td.complete {
153
td.complete {
154
  background-color: #5f5;
154
  background-color: #5f5;
155
  text-align: center;
155
  text-align: center;
156
  font-size: 0.9em;
156
  font-size: 0.9em;
157
}
157
}
158
 
158
 
159
td.incomplete {
159
td.incomplete {
160
  background-color: #fbb;
160
  background-color: #fbb;
161
  text-align: center;
161
  text-align: center;
162
  font-size: 0.9em;
162
  font-size: 0.9em;
163
}
163
}
164
 
164
 
165
td.unsup {
165
td.unsup {
166
  background-color: #bbb;
166
  background-color: #bbb;
167
  text-align: center;
167
  text-align: center;
168
  font-size: 0.9em;
168
  font-size: 0.9em;
169
}
169
}
170
 
170
 
-
 
171
table tr td span.extrainfo, table tr td span.extrainfo a {
-
 
172
  font-size: 0.9em;
-
 
173
  font-style: italic;
-
 
174
  color: #666;
-
 
175
}
-
 
176
 
171
span.helpmsg {
177
span.helpmsg {
172
  font-size: 0.7em;
178
  font-size: 0.7em;
173
  color: #44e;
179
  color: #44e;
174
  font-weight: bold;
180
  font-weight: bold;
175
  border-radius: 1em;
181
  border-radius: 1em;
176
  background: #f7f700;
182
  background: #f7f700;
177
  vertical-align: super;
183
  vertical-align: super;
178
  padding: 0 0.3em;
184
  padding: 0 0.3em;
179
}
185
}
180
 
186