Subversion Repositories SvarDOS

Rev

Rev 3 | Rev 106 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 103
1
@import url(https://fonts.googleapis.com/css?Oxygen+Mono|Open+Sans:400,700,400italic);
1
@import url(https://fonts.googleapis.com/css?Oxygen+Mono|Open+Sans:400,700,400italic);
2
 
2
 
3
p.title {
3
p.title {
4
  font-size: 1.35em; margin: 3em auto 0 auto; text-align: center;
4
  font-size: 1.35em; margin: 3em auto 0 auto; text-align: center;
5
}
5
}
6
 
6
 
7
p.copyr {
7
p.copyr {
8
  font-size: 1.00em; margin: 0 auto 4.5em auto; color: #959595; text-align: center;
8
  font-size: 1.00em; margin: 0 auto 4.5em auto; color: #959595; text-align: center;
9
}
9
}
10
 
10
 
11
p.chapt {
11
p.chapt {
12
  font-size: 1.05em; font-weight: bold; margin: 1.75em 0 0 0; text-align: left;
12
  font-size: 1.05em; font-weight: bold; margin: 1.75em 0 0 0; text-align: left;
13
}
13
}
14
 
14
 
15
p {
15
p {
16
  font-size: 1.00em; margin: 0.5em 0 0 0; text-align: justify;
16
  font-size: 1.00em; margin: 0.5em 0 0 0; text-align: justify;
17
}
17
}
18
 
18
 
19
p.tech {
19
p.tech {
20
  white-space: pre-wrap;
20
  white-space: pre-wrap;
21
  font-size: 1.1em;
21
  font-size: 1.1em;
22
  text-align: left;
22
  text-align: left;
23
  font-family: 'Oxygen Mono', monospace;
23
  font-family: 'Oxygen Mono', monospace;
24
}
24
}
25
 
25
 
-
 
26
p.wondering {
-
 
27
  font-size: 0.95em;
-
 
28
  margin: 1.3em 0;
-
 
29
  border: 1px #222 dashed;
-
 
30
  opacity: 0.8;
-
 
31
}
-
 
32
 
26
html,body {
33
html,body {
27
  font-size: 1.0em;
34
  font-size: 1.0em;
28
  margin: 0;
35
  margin: 0;
29
  padding: 0;
36
  padding: 0;
30
  background-color: #B0B0B0;
37
  background-color: #B0B0B0;
31
  height: 100%;
38
  height: 100%;
32
  font-family: "open sans", sans-serif;
39
  font-family: "open sans", sans-serif;
33
}
40
}
34
 
41
 
35
a:link { /* unvisited link */
42
a:link { /* unvisited link */
36
  color: #000080; text-decoration: none;
43
  color: #000080; text-decoration: none;
37
}
44
}
38
 
45
 
39
a:visited { /* visited link */
46
a:visited { /* visited link */
40
  color: #000080; text-decoration: none;
47
  color: #000080; text-decoration: none;
41
}
48
}
42
 
49
 
43
a:hover { /* mouse over link */
50
a:hover { /* mouse over link */
44
  color: #0000FF; text-decoration: none;
51
  color: #0000FF; text-decoration: none;
45
}
52
}
46
 
53
 
47
a:active { /* selected link */
54
a:active { /* selected link */
48
  color: #000080; text-decoration: none;
55
  color: #000080; text-decoration: none;
49
}
56
}
50
 
57
 
51
a.mateusz {
58
a.mateusz {
52
  color: inherit; text-decoration: none;
59
  color: inherit; text-decoration: none;
53
}
60
}
54
 
61