Subversion Repositories SvarDOS

Rev

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

Rev Author Line No. Line
3 mv_fox 1
@import url(https://fonts.googleapis.com/css?Oxygen+Mono|Open+Sans:400,700,400italic);
2
 
3
p.title {
4
  font-size: 1.35em; margin: 3em auto 0 auto; text-align: center;
5
}
6
 
7
p.copyr {
8
  font-size: 1.00em; margin: 0 auto 4.5em auto; color: #959595; text-align: center;
9
}
10
 
11
p.chapt {
12
  font-size: 1.05em; font-weight: bold; margin: 1.75em 0 0 0; text-align: left;
13
}
14
 
15
p {
16
  font-size: 1.00em; margin: 0.5em 0 0 0; text-align: justify;
17
}
18
 
19
p.tech {
20
  white-space: pre-wrap;
21
  font-size: 1.1em;
22
  text-align: left;
23
  font-family: 'Oxygen Mono', monospace;
24
}
25
 
103 mv_fox 26
p.wondering {
27
  font-size: 0.95em;
28
  margin: 1.3em 0;
29
  border: 1px #222 dashed;
30
  opacity: 0.8;
31
}
32
 
3 mv_fox 33
html,body {
34
  font-size: 1.0em;
35
  margin: 0;
36
  padding: 0;
37
  background-color: #B0B0B0;
38
  height: 100%;
39
  font-family: "open sans", sans-serif;
40
}
41
 
42
a:link { /* unvisited link */
43
  color: #000080; text-decoration: none;
44
}
45
 
46
a:visited { /* visited link */
47
  color: #000080; text-decoration: none;
48
}
49
 
50
a:hover { /* mouse over link */
51
  color: #0000FF; text-decoration: none;
52
}
53
 
54
a:active { /* selected link */
55
  color: #000080; text-decoration: none;
56
}
57
 
58
a.mateusz {
59
  color: inherit; text-decoration: none;
60
}
106 mv_fox 61
 
62
table.nls {
63
  margin: 1em auto;
108 mv_fox 64
  border-spacing: 0;
65
  border-collapse: collapse;
66
  border: none;
106 mv_fox 67
}
68
 
69
table.nls th {
70
  font-weight: bold;
71
  text-align: center;
72
  font-size: 1em;
73
}
74
 
108 mv_fox 75
table.nls td {
76
  border: 1px #777 solid;
77
  padding: 0.2em 0.5em;
78
}
79
 
106 mv_fox 80
td.pkg {
81
  text-align: left;
82
  font-size: 1em;
83
}
84
 
85
td.err {
108 mv_fox 86
  background-color: #f00;
106 mv_fox 87
  text-align: center;
88
  font-size: 0.9em;
89
}
90
 
91
td.complete {
92
  background-color: #5f5;
93
  text-align: center;
94
  font-size: 0.9em;
95
}
96
 
97
td.incomplete {
108 mv_fox 98
  background-color: #fbb;
106 mv_fox 99
  text-align: center;
100
  font-size: 0.9em;
101
}
102
 
103
td.unsup {
104
  background-color: #bbb;
105
  text-align: center;
106
  font-size: 0.9em;
107
}