Subversion Repositories SvarDOS

Rev

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

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