Subversion Repositories SvarDOS

Rev

Rev 178 | Rev 183 | 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;
38
  margin: 1.3em 0;
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
 
83
table.nls {
84
  margin: 1em auto;
108 mv_fox 85
  border-spacing: 0;
86
  border-collapse: collapse;
87
  border: none;
106 mv_fox 88
}
89
 
90
table.nls th {
91
  font-weight: bold;
92
  text-align: center;
93
  font-size: 1em;
94
}
95
 
108 mv_fox 96
table.nls td {
97
  border: 1px #777 solid;
98
  padding: 0.2em 0.5em;
99
}
100
 
106 mv_fox 101
td.pkg {
102
  text-align: left;
103
  font-size: 1em;
104
}
105
 
106
td.err {
108 mv_fox 107
  background-color: #f00;
106 mv_fox 108
  text-align: center;
109
  font-size: 0.9em;
110
}
111
 
112
td.complete {
113
  background-color: #5f5;
114
  text-align: center;
115
  font-size: 0.9em;
116
}
117
 
118
td.incomplete {
108 mv_fox 119
  background-color: #fbb;
106 mv_fox 120
  text-align: center;
121
  font-size: 0.9em;
122
}
123
 
124
td.unsup {
125
  background-color: #bbb;
126
  text-align: center;
127
  font-size: 0.9em;
128
}