Subversion Repositories SvarDOS

Rev

Rev 183 | Rev 287 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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