Subversion Repositories SvarDOS

Rev

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

Rev 324 Rev 1223
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.css');
2
 
3
 
3
h1 {
4
h1 {
4
  font-size: 1.35em;
5
  font-size: 1.35em;
5
  margin: 3em auto 0 auto;
6
  margin: 3em auto 0 auto;
6
  text-align: center;
7
  text-align: center;
7
  font-weight: 600;
8
  font-weight: 600;
8
}
9
}
9
 
10
 
10
p.copyr {
11
p.copyr {
11
  font-size: 1.00em;
12
  font-size: 1.00em;
12
  margin: 0 auto 4.5em auto;
13
  margin: 0 auto 4.5em auto;
13
  color: #999;
14
  color: #999;
14
  text-align: center;
15
  text-align: center;
15
}
16
}
16
 
17
 
17
h2 {
18
h2 {
18
  font-size: 1.1em;
19
  font-size: 1.1em;
19
  font-weight: bold;
20
  font-weight: bold;
20
  margin: 1.75em 0 0 0;
21
  margin: 1.75em 0 0 0;
21
  text-align: left;
22
  text-align: left;
22
}
23
}
23
 
24
 
24
p {
25
p {
25
  font-size: 1.00em;
26
  font-size: 1.00em;
26
  margin: 0.5em 0 0 0;
27
  margin: 0.5em 0 0 0;
27
  text-align: justify;
28
  text-align: justify;
28
}
29
}
29
 
30
 
30
p.wondering {
31
p.wondering {
31
  font-size: 0.95em;
32
  font-size: 0.95em;
32
  margin: 1.3em 0 0 0;
33
  margin: 1.3em 0 0 0;
33
  border: 1px #222 dashed;
34
  border: 1px #222 dashed;
34
  padding: 0.1em 0.4em;
35
  padding: 0.1em 0.4em;
35
  opacity: 0.8;
36
  opacity: 0.8;
36
}
37
}
37
 
38
 
38
html {
39
html {
39
  margin: 0;
40
  margin: 0;
40
  padding: 0;
41
  padding: 0;
41
  background-color: #ccc;
42
  background-color: #ccc;
42
}
43
}
43
 
44
 
44
body {
45
body {
45
  font-size: 1.15em;
46
  font-size: 1.15em;
46
  background-color: #fff;
47
  background-color: #fff;
47
  font-family: "Noto Sans JP", sans-serif;
48
  font-family: "Noto Sans JP", sans-serif;
48
  margin: 0 auto;
49
  margin: 0 auto;
49
  padding: 0 0.5em 0.5em 0.5em;
50
  padding: 0 0.5em 0.5em 0.5em;
50
  box-sizing: border-box;
51
  box-sizing: border-box;
51
  width: 100%;
52
  width: 100%;
52
  max-width: 60em;
53
  max-width: 60em;
53
  border: 1px #999 solid;
54
  border: 1px #999 solid;
54
  border-top: 0;
55
  border-top: 0;
55
}
56
}
56
 
57
 
57
a:link { /* unvisited link */
58
a:link { /* unvisited link */
58
  color: #008; text-decoration: none;
59
  color: #008; text-decoration: none;
59
}
60
}
60
 
61
 
61
a:visited { /* visited link */
62
a:visited { /* visited link */
62
  color: #008; text-decoration: none;
63
  color: #008; text-decoration: none;
63
}
64
}
64
 
65
 
65
a:hover { /* mouse over link */
66
a:hover { /* mouse over link */
66
  color: #00F; text-decoration: none;
67
  color: #00F; text-decoration: none;
67
}
68
}
68
 
69
 
69
a:active { /* selected link */
70
a:active { /* selected link */
70
  color: #008; text-decoration: none;
71
  color: #008; text-decoration: none;
71
}
72
}
72
 
73
 
73
a.mateusz {
74
a.mateusz {
74
  color: inherit; text-decoration: none;
75
  color: inherit; text-decoration: none;
75
}
76
}
76
 
77
 
77
table {
78
table {
78
  margin: 1em auto;
79
  margin: 1em auto;
79
  border-spacing: 0;
80
  border-spacing: 0;
80
  border-collapse: collapse;
81
  border-collapse: collapse;
81
  text-align: left;
82
  text-align: left;
82
}
83
}
83
 
84
 
84
table th {
85
table th {
85
  text-weight: 600;
86
  text-weight: 600;
86
}
87
}
87
 
88
 
88
table :not(thead) tr:nth-child(odd) {
89
table :not(thead) tr:nth-child(odd) {
89
  background-color: #f5f5f5;
90
  background-color: #f5f5f5;
90
}
91
}
91
 
92
 
92
table thead tr {
93
table thead tr {
93
  border-bottom: 1px #bbb solid;
94
  border-bottom: 1px #bbb solid;
94
}
95
}
95
 
96
 
96
table.nls {
97
table.nls {
97
  margin: 1em auto;
98
  margin: 1em auto;
98
  border-spacing: 0;
99
  border-spacing: 0;
99
  border-collapse: collapse;
100
  border-collapse: collapse;
100
  border: none;
101
  border: none;
101
}
102
}
102
 
103
 
103
table.nls th {
104
table.nls th {
104
  font-weight: bold;
105
  font-weight: bold;
105
  text-align: center;
106
  text-align: center;
106
  font-size: 1em;
107
  font-size: 1em;
107
}
108
}
108
 
109
 
109
table.nls td {
110
table.nls td {
110
  border: 1px #777 solid;
111
  border: 1px #777 solid;
111
  padding: 0.2em 0.5em;
112
  padding: 0.2em 0.5em;
112
}
113
}
113
 
114
 
114
td.pkg {
115
td.pkg {
115
  text-align: left;
116
  text-align: left;
116
  font-size: 1em;
117
  font-size: 1em;
117
}
118
}
118
 
119
 
119
td.err {
120
td.err {
120
  background-color: #f00;
121
  background-color: #f00;
121
  text-align: center;
122
  text-align: center;
122
  font-size: 0.9em;
123
  font-size: 0.9em;
123
}
124
}
124
 
125
 
125
td.complete {
126
td.complete {
126
  background-color: #5f5;
127
  background-color: #5f5;
127
  text-align: center;
128
  text-align: center;
128
  font-size: 0.9em;
129
  font-size: 0.9em;
129
}
130
}
130
 
131
 
131
td.incomplete {
132
td.incomplete {
132
  background-color: #fbb;
133
  background-color: #fbb;
133
  text-align: center;
134
  text-align: center;
134
  font-size: 0.9em;
135
  font-size: 0.9em;
135
}
136
}
136
 
137
 
137
td.unsup {
138
td.unsup {
138
  background-color: #bbb;
139
  background-color: #bbb;
139
  text-align: center;
140
  text-align: center;
140
  font-size: 0.9em;
141
  font-size: 0.9em;
141
}
142
}
142
 
143
 
143
span.helpmsg {
144
span.helpmsg {
144
  font-size: 0.7em;
145
  font-size: 0.7em;
145
  color: #44e;
146
  color: #44e;
146
  font-weight: bold;
147
  font-weight: bold;
147
  border-radius: 1em;
148
  border-radius: 1em;
148
  background: #f7f700;
149
  background: #f7f700;
149
  vertical-align: super;
150
  vertical-align: super;
150
  padding: 0 0.3em;
151
  padding: 0 0.3em;
151
}
152
}
152
 
153