Subversion Repositories SvarDOS

Rev

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

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