Subversion Repositories SvarDOS

Rev

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

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