Subversion Repositories SvarDOS

Rev

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

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