Subversion Repositories SvarDOS

Rev

Rev 103 | Go to most recent revision | Details | 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
 
26
html,body {
27
  font-size: 1.0em;
28
  margin: 0;
29
  padding: 0;
30
  background-color: #B0B0B0;
31
  height: 100%;
32
  font-family: "open sans", sans-serif;
33
}
34
 
35
a:link { /* unvisited link */
36
  color: #000080; text-decoration: none;
37
}
38
 
39
a:visited { /* visited link */
40
  color: #000080; text-decoration: none;
41
}
42
 
43
a:hover { /* mouse over link */
44
  color: #0000FF; text-decoration: none;
45
}
46
 
47
a:active { /* selected link */
48
  color: #000080; text-decoration: none;
49
}
50
 
51
a.mateusz {
52
  color: inherit; text-decoration: none;
53
}