Subversion Repositories SvarDOS

Rev

Rev 139 | Rev 178 | 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
 
175 mateuszvis 38
html {
3 mv_fox 39
  margin: 0;
40
  padding: 0;
175 mateuszvis 41
  background-color: #ccc;
42
}
43
 
44
body {
45
  font-size: 1.1em;
46
  background-color: #fff;
3 mv_fox 47
  font-family: "open sans", sans-serif;
175 mateuszvis 48
  margin: 0 auto;
49
  padding: 1em 0.5em
50
  box-sizing: border-box;
51
  width: 100%;
52
  max-width: 60em;
3 mv_fox 53
}
54
 
55
a:link { /* unvisited link */
56
  color: #000080; text-decoration: none;
57
}
58
 
59
a:visited { /* visited link */
60
  color: #000080; text-decoration: none;
61
}
62
 
63
a:hover { /* mouse over link */
64
  color: #0000FF; text-decoration: none;
65
}
66
 
67
a:active { /* selected link */
68
  color: #000080; text-decoration: none;
69
}
70
 
71
a.mateusz {
72
  color: inherit; text-decoration: none;
73
}
106 mv_fox 74
 
75
table.nls {
76
  margin: 1em auto;
108 mv_fox 77
  border-spacing: 0;
78
  border-collapse: collapse;
79
  border: none;
106 mv_fox 80
}
81
 
82
table.nls th {
83
  font-weight: bold;
84
  text-align: center;
85
  font-size: 1em;
86
}
87
 
108 mv_fox 88
table.nls td {
89
  border: 1px #777 solid;
90
  padding: 0.2em 0.5em;
91
}
92
 
106 mv_fox 93
td.pkg {
94
  text-align: left;
95
  font-size: 1em;
96
}
97
 
98
td.err {
108 mv_fox 99
  background-color: #f00;
106 mv_fox 100
  text-align: center;
101
  font-size: 0.9em;
102
}
103
 
104
td.complete {
105
  background-color: #5f5;
106
  text-align: center;
107
  font-size: 0.9em;
108
}
109
 
110
td.incomplete {
108 mv_fox 111
  background-color: #fbb;
106 mv_fox 112
  text-align: center;
113
  font-size: 0.9em;
114
}
115
 
116
td.unsup {
117
  background-color: #bbb;
118
  text-align: center;
119
  font-size: 0.9em;
120
}