Subversion Repositories SvarDOS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
582 mateuszvis 1
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap');
2
 
3
h1 {
4
  font-size: 1.35em;
5
  margin: 0 auto;
6
  text-align: center;
7
  font-weight: 600;
8
}
9
 
10
p.copyr {
11
  font-size: 1.00em;
12
  margin: 0 auto 4.5em auto;
13
  color: #999;
14
  text-align: center;
15
}
16
 
17
h2 {
18
  font-size: 1.1em;
19
  font-weight: bold;
20
  margin: 1.75em 0 0 0;
21
  text-align: left;
22
}
23
 
24
p {
25
  font-size: 1.00em;
26
  margin: 0.5em 0 0 0;
27
  text-align: justify;
28
}
29
 
30
html {
31
  margin: 0;
32
  padding: 0;
33
  background-color: #ccc;
34
}
35
 
36
body {
37
  font-size: 1.15em;
38
  background-color: #fff;
39
  font-family: "Noto Sans JP", sans-serif;
40
  margin: 0 auto;
41
  padding: 3em 0.5em 0.5em 0.5em;
42
  box-sizing: border-box;
43
  width: 100%;
44
  max-width: 60em;
45
  border: 1px #999 solid;
46
  border-top: 0;
47
}
48
 
49
a:link { /* unvisited link */
50
  color: #008; text-decoration: none;
51
}
52
 
53
a:visited { /* visited link */
54
  color: #008; text-decoration: none;
55
}
56
 
57
a:hover { /* mouse over link */
58
  color: #00F; text-decoration: none;
59
}
60
 
61
a:active { /* selected link */
62
  color: #008; text-decoration: none;
63
}
64
 
65
a.mateusz {
66
  color: inherit; text-decoration: none;
67
}
68
 
69
table {
70
  margin: 1em 0;
71
  border-spacing: 0;
72
  border-collapse: collapse;
73
  text-align: left;
74
  border: 1px #aaa solid;
75
  border-radius: 0.5em;
76
}
77
 
78
table tr:nth-child(odd) {
79
  background-color: #f5f5f5;
80
}
81
 
82
table tr td {
83
  padding: 0.1em 0.5em;
84
}
85
 
86
table tr td.siz {
87
  text-align: right;
88
  color: #555;
89
}