Subversion Repositories SvarDOS

Rev

Rev 108 | Rev 175 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 108 Rev 139
Line 1... Line 1...
1
@import url(https://fonts.googleapis.com/css?Oxygen+Mono|Open+Sans:400,700,400italic);
1
@import url(https://fonts.googleapis.com/css?Open+Sans:400,700,400italic);
-
 
2
 
-
 
3
@font-face {
-
 
4
  font-family: 'dosega';
-
 
5
  src: url('dosega.ttf');
-
 
6
}
2
 
7
 
3
p.title {
8
p.title {
4
  font-size: 1.35em; margin: 3em auto 0 auto; text-align: center;
9
  font-size: 1.35em; margin: 3em auto 0 auto; text-align: center;
5
}
10
}
6
 
11
 
Line 18... Line 23...
18
 
23
 
19
p.tech {
24
p.tech {
20
  white-space: pre-wrap;
25
  white-space: pre-wrap;
21
  font-size: 1.1em;
26
  font-size: 1.1em;
22
  text-align: left;
27
  text-align: left;
23
  font-family: 'Oxygen Mono', monospace;
28
  font-family: 'dosega', monospace;
24
}
29
}
25
 
30
 
26
p.wondering {
31
p.wondering {
27
  font-size: 0.95em;
32
  font-size: 0.95em;
28
  margin: 1.3em 0;
33
  margin: 1.3em 0;
29
  border: 1px #222 dashed;
34
  border: 1px #222 dashed;
30
  opacity: 0.8;
35
  opacity: 0.8;
31
}
36
}
32
 
37
 
33
html,body {
38
html,body {
34
  font-size: 1.0em;
39
  font-size: 1.1em;
35
  margin: 0;
40
  margin: 0;
36
  padding: 0;
41
  padding: 0;
37
  background-color: #B0B0B0;
42
  background-color: #B0B0B0;
38
  height: 100%;
43
  height: 100%;
39
  font-family: "open sans", sans-serif;
44
  font-family: "open sans", sans-serif;