Subversion Repositories SvarDOS

Rev

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

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