Subversion Repositories SvarDOS

Rev

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

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