Subversion Repositories SvarDOS

Rev

Rev 103 | 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;
64
}
65
 
66
table.nls th {
67
  font-weight: bold;
68
  text-align: center;
69
  font-size: 1em;
70
}
71
 
72
td.pkg {
73
  text-align: left;
74
  font-size: 1em;
75
}
76
 
77
td.err {
78
  background-color: #f55;
79
  text-align: center;
80
  font-size: 0.9em;
81
}
82
 
83
td.complete {
84
  background-color: #5f5;
85
  text-align: center;
86
  font-size: 0.9em;
87
}
88
 
89
td.incomplete {
90
  background-color: #fdd;
91
  text-align: center;
92
  font-size: 0.9em;
93
}
94
 
95
td.unsup {
96
  background-color: #bbb;
97
  text-align: center;
98
  font-size: 0.9em;
99
}