Subversion Repositories SvarDOS

Rev

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

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