Subversion Repositories SvarDOS

Rev

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

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