Subversion Repositories SvarDOS

Rev

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

Rev 188 Rev 287
Line 1... Line 1...
1
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&family=Source+Sans+Pro&display=swap');
1
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap');
2
 
2
 
3
h1 {
3
h1 {
4
  font-size: 1.35em;
4
  font-size: 1.35em;
5
  margin: 3em auto 0 auto;
5
  margin: 3em auto 0 auto;
6
  text-align: center;
6
  text-align: center;
Line 25... Line 25...
25
  font-size: 1.00em;
25
  font-size: 1.00em;
26
  margin: 0.5em 0 0 0;
26
  margin: 0.5em 0 0 0;
27
  text-align: justify;
27
  text-align: justify;
28
}
28
}
29
 
29
 
30
p.tech {
-
 
31
  white-space: pre-wrap;
-
 
32
  font-size: 1.1em;
-
 
33
  text-align: left;
-
 
34
}
-
 
35
 
-
 
36
p.wondering {
30
p.wondering {
37
  font-size: 0.95em;
31
  font-size: 0.95em;
38
  margin: 1.3em 0 0 0;
32
  margin: 1.3em 0 0 0;
39
  border: 1px #222 dashed;
33
  border: 1px #222 dashed;
40
  padding: 0.1em 0.4em;
34
  padding: 0.1em 0.4em;
Line 46... Line 40...
46
  padding: 0;
40
  padding: 0;
47
  background-color: #ccc;
41
  background-color: #ccc;
48
}
42
}
49
 
43
 
50
body {
44
body {
51
  font-size: 1.1em;
45
  font-size: 1.15em;
52
  background-color: #fff;
46
  background-color: #fff;
53
  font-family: "Source Sans Pro", sans-serif;
47
  font-family: "Noto Sans JP", sans-serif;
54
  margin: 0 auto;
48
  margin: 0 auto;
55
  padding: 0 0.5em 0.5em 0.5em;
49
  padding: 0 0.5em 0.5em 0.5em;
56
  box-sizing: border-box;
50
  box-sizing: border-box;
57
  width: 100%;
51
  width: 100%;
58
  max-width: 60em;
52
  max-width: 60em;