Subversion Repositories SvarDOS

Rev

Rev 1803 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
287 mateuszvis 1
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap');
1225 mateusz.vi 2
@import url('mateuszbb-common.css');
1242 mateusz.vi 3
@import url('mateuszbb-custom.css');
3 mv_fox 4
 
179 mateuszvis 5
h1 {
6
  font-size: 1.35em;
7
  margin: 3em auto 0 auto;
8
  text-align: center;
9
  font-weight: 600;
139 mv_fox 10
}
11
 
3 mv_fox 12
p.copyr {
179 mateuszvis 13
  font-size: 1.00em;
14
  margin: 0 auto 4.5em auto;
15
  color: #999;
16
  text-align: center;
3 mv_fox 17
}
18
 
179 mateuszvis 19
h2 {
20
  font-size: 1.1em;
21
  font-weight: bold;
22
  margin: 1.75em 0 0 0;
23
  text-align: left;
3 mv_fox 24
}
25
 
26
p {
179 mateuszvis 27
  font-size: 1.00em;
28
  margin: 0.5em 0 0 0;
29
  text-align: justify;
3 mv_fox 30
}
31
 
103 mv_fox 32
p.wondering {
33
  font-size: 0.95em;
183 mateuszvis 34
  margin: 1.3em 0 0 0;
103 mv_fox 35
  border: 1px #222 dashed;
179 mateuszvis 36
  padding: 0.1em 0.4em;
103 mv_fox 37
  opacity: 0.8;
38
}
39
 
175 mateuszvis 40
html {
3 mv_fox 41
  margin: 0;
42
  padding: 0;
1792 mateusz.vi 43
  background-color: #adf;
175 mateuszvis 44
}
45
 
46
body {
287 mateuszvis 47
  font-size: 1.15em;
175 mateuszvis 48
  background-color: #fff;
287 mateuszvis 49
  font-family: "Noto Sans JP", sans-serif;
175 mateuszvis 50
  margin: 0 auto;
179 mateuszvis 51
  padding: 0 0.5em 0.5em 0.5em;
175 mateuszvis 52
  box-sizing: border-box;
53
  width: 100%;
54
  max-width: 60em;
179 mateuszvis 55
  border: 1px #999 solid;
56
  border-top: 0;
3 mv_fox 57
}
58
 
1676 mateusz.vi 59
div.download {
60
  display: flex;
1758 mateusz.vi 61
  justify-content: space-evenly;
1753 mateusz.vi 62
  flex-wrap: wrap;
1758 mateusz.vi 63
  gap: 1em 0.5em;
64
  margin: 1em 0;
1676 mateusz.vi 65
}
66
 
67
div.download div {
68
  display: flex;
69
  flex-direction: column;
70
  border: 1px #aaa solid;
71
  border-radius: 0.25em;
1758 mateusz.vi 72
  margin: 0;
1676 mateusz.vi 73
  padding: 0.2em 0.75em;
1754 mateusz.vi 74
  width: 12em;
1764 mateusz.vi 75
  flex-grow: 1;
1676 mateusz.vi 76
}
77
 
1753 mateusz.vi 78
div.download div h3 {
79
  text-align: center;
80
  font-weight: bold;
81
  font-size: 1em;
82
  margin: 0.5em 0 0 0;
83
}
84
 
1676 mateusz.vi 85
div.download div p {
86
  margin: 0 0 0.5em 0;
1754 mateusz.vi 87
  line-height: 1.4em;
88
  font-size: 0.9em;
1676 mateusz.vi 89
}
90
 
2013 mateusz.vi 91
div.download div ul {
92
  margin: 1em auto;
93
}
94
 
1793 mateusz.vi 95
a:link, a:visited, a:active { /* unvisited, visited link, selected link */
96
  color: #00e; text-decoration: none;
3 mv_fox 97
}
98
 
99
a:hover { /* mouse over link */
1793 mateusz.vi 100
  color: #00e; text-decoration: none;
101
  background-color: #e2faff;
102
  border-radius: 0.25em;
3 mv_fox 103
}
104
 
105
a.mateusz {
106
  color: inherit; text-decoration: none;
107
}
106 mv_fox 108
 
188 mateuszvis 109
table {
110
  margin: 1em auto;
111
  border-spacing: 0;
112
  border-collapse: collapse;
113
  text-align: left;
114
}
115
 
116
table th {
117
  text-weight: 600;
118
}
119
 
120
table :not(thead) tr:nth-child(odd) {
121
  background-color: #f5f5f5;
122
}
123
 
124
table thead tr {
125
  border-bottom: 1px #bbb solid;
126
}
127
 
106 mv_fox 128
table.nls {
129
  margin: 1em auto;
108 mv_fox 130
  border-spacing: 0;
131
  border-collapse: collapse;
132
  border: none;
106 mv_fox 133
}
134
 
135
table.nls th {
136
  font-weight: bold;
137
  text-align: center;
138
  font-size: 1em;
139
}
140
 
108 mv_fox 141
table.nls td {
142
  border: 1px #777 solid;
143
  padding: 0.2em 0.5em;
144
}
145
 
106 mv_fox 146
td.pkg {
147
  text-align: left;
148
  font-size: 1em;
149
}
150
 
151
td.err {
108 mv_fox 152
  background-color: #f00;
106 mv_fox 153
  text-align: center;
154
  font-size: 0.9em;
155
}
156
 
157
td.complete {
158
  background-color: #5f5;
159
  text-align: center;
160
  font-size: 0.9em;
161
}
162
 
163
td.incomplete {
108 mv_fox 164
  background-color: #fbb;
106 mv_fox 165
  text-align: center;
166
  font-size: 0.9em;
167
}
168
 
169
td.unsup {
170
  background-color: #bbb;
171
  text-align: center;
172
  font-size: 0.9em;
173
}
324 mateuszvis 174
 
1803 mateusz.vi 175
table tr td span.extrainfo, table tr td span.extrainfo a {
176
  font-size: 0.9em;
177
  font-style: italic;
178
  color: #666;
179
}
180
 
324 mateuszvis 181
span.helpmsg {
182
  font-size: 0.7em;
183
  color: #44e;
184
  font-weight: bold;
185
  border-radius: 1em;
186
  background: #f7f700;
187
  vertical-align: super;
188
  padding: 0 0.3em;
189
}