Subversion Repositories SvarDOS

Rev

Rev 1758 | Rev 1792 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1758 Rev 1764
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: #ccc;
43
  background-color: #ccc;
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
}
76
}
76
 
77
 
77
div.download div h3 {
78
div.download div h3 {
78
  text-align: center;
79
  text-align: center;
79
  font-weight: bold;
80
  font-weight: bold;
80
  font-size: 1em;
81
  font-size: 1em;
81
  margin: 0.5em 0 0 0;
82
  margin: 0.5em 0 0 0;
82
}
83
}
83
 
84
 
84
div.download div p {
85
div.download div p {
85
  margin: 0 0 0.5em 0;
86
  margin: 0 0 0.5em 0;
86
  line-height: 1.4em;
87
  line-height: 1.4em;
87
  font-size: 0.9em;
88
  font-size: 0.9em;
88
}
89
}
89
 
90
 
90
a:link { /* unvisited link */
91
a:link { /* unvisited link */
91
  color: #008; text-decoration: none;
92
  color: #008; text-decoration: none;
92
}
93
}
93
 
94
 
94
a:visited { /* visited link */
95
a:visited { /* visited link */
95
  color: #008; text-decoration: none;
96
  color: #008; text-decoration: none;
96
}
97
}
97
 
98
 
98
a:hover { /* mouse over link */
99
a:hover { /* mouse over link */
99
  color: #00F; text-decoration: none;
100
  color: #00F; text-decoration: none;
100
}
101
}
101
 
102
 
102
a:active { /* selected link */
103
a:active { /* selected link */
103
  color: #008; text-decoration: none;
104
  color: #008; text-decoration: none;
104
}
105
}
105
 
106
 
106
a.mateusz {
107
a.mateusz {
107
  color: inherit; text-decoration: none;
108
  color: inherit; text-decoration: none;
108
}
109
}
109
 
110
 
110
table {
111
table {
111
  margin: 1em auto;
112
  margin: 1em auto;
112
  border-spacing: 0;
113
  border-spacing: 0;
113
  border-collapse: collapse;
114
  border-collapse: collapse;
114
  text-align: left;
115
  text-align: left;
115
}
116
}
116
 
117
 
117
table th {
118
table th {
118
  text-weight: 600;
119
  text-weight: 600;
119
}
120
}
120
 
121
 
121
table :not(thead) tr:nth-child(odd) {
122
table :not(thead) tr:nth-child(odd) {
122
  background-color: #f5f5f5;
123
  background-color: #f5f5f5;
123
}
124
}
124
 
125
 
125
table thead tr {
126
table thead tr {
126
  border-bottom: 1px #bbb solid;
127
  border-bottom: 1px #bbb solid;
127
}
128
}
128
 
129
 
129
table.nls {
130
table.nls {
130
  margin: 1em auto;
131
  margin: 1em auto;
131
  border-spacing: 0;
132
  border-spacing: 0;
132
  border-collapse: collapse;
133
  border-collapse: collapse;
133
  border: none;
134
  border: none;
134
}
135
}
135
 
136
 
136
table.nls th {
137
table.nls th {
137
  font-weight: bold;
138
  font-weight: bold;
138
  text-align: center;
139
  text-align: center;
139
  font-size: 1em;
140
  font-size: 1em;
140
}
141
}
141
 
142
 
142
table.nls td {
143
table.nls td {
143
  border: 1px #777 solid;
144
  border: 1px #777 solid;
144
  padding: 0.2em 0.5em;
145
  padding: 0.2em 0.5em;
145
}
146
}
146
 
147
 
147
td.pkg {
148
td.pkg {
148
  text-align: left;
149
  text-align: left;
149
  font-size: 1em;
150
  font-size: 1em;
150
}
151
}
151
 
152
 
152
td.err {
153
td.err {
153
  background-color: #f00;
154
  background-color: #f00;
154
  text-align: center;
155
  text-align: center;
155
  font-size: 0.9em;
156
  font-size: 0.9em;
156
}
157
}
157
 
158
 
158
td.complete {
159
td.complete {
159
  background-color: #5f5;
160
  background-color: #5f5;
160
  text-align: center;
161
  text-align: center;
161
  font-size: 0.9em;
162
  font-size: 0.9em;
162
}
163
}
163
 
164
 
164
td.incomplete {
165
td.incomplete {
165
  background-color: #fbb;
166
  background-color: #fbb;
166
  text-align: center;
167
  text-align: center;
167
  font-size: 0.9em;
168
  font-size: 0.9em;
168
}
169
}
169
 
170
 
170
td.unsup {
171
td.unsup {
171
  background-color: #bbb;
172
  background-color: #bbb;
172
  text-align: center;
173
  text-align: center;
173
  font-size: 0.9em;
174
  font-size: 0.9em;
174
}
175
}
175
 
176
 
176
span.helpmsg {
177
span.helpmsg {
177
  font-size: 0.7em;
178
  font-size: 0.7em;
178
  color: #44e;
179
  color: #44e;
179
  font-weight: bold;
180
  font-weight: bold;
180
  border-radius: 1em;
181
  border-radius: 1em;
181
  background: #f7f700;
182
  background: #f7f700;
182
  vertical-align: super;
183
  vertical-align: super;
183
  padding: 0 0.3em;
184
  padding: 0 0.3em;
184
}
185
}
185
 
186