Subversion Repositories SvarDOS

Rev

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

Rev 1225 Rev 1242
Line 19... Line 19...
19
  margin: 1.5em 0;
19
  margin: 1.5em 0;
20
  padding: 0;
20
  padding: 0;
21
  box-sizing: border-box;
21
  box-sizing: border-box;
22
  border-bottom: 1px #999 dotted;
22
  border-bottom: 1px #999 dotted;
23
  justify-content: flex-end;
23
  justify-content: flex-end;
-
 
24
  flex-wrap: wrap-reverse;
24
}
25
}
25
 
26
 
26
div.minibb-toolbar a {
27
div.minibb-toolbar a {
27
  color: #11f;
28
  color: #11f;
28
  text-decoration: none;
29
  text-decoration: none;
29
  border-radius: 0.3em;
30
  border-radius: 0.3em;
30
  padding: 0.1em 0.5em;
31
  padding: 0.1em 0.5em;
-
 
32
  white-space: nowrap;
31
}
33
}
32
 
34
 
33
div.minibb-toolbar a:hover {
35
div.minibb-toolbar a:hover {
34
  color: #000;
36
  color: #000;
35
  background: #def;
37
  background: #def;
Line 82... Line 84...
82
}
84
}
83
 
85
 
84
h2.minibb-threadtitle {
86
h2.minibb-threadtitle {
85
  font-weight: bold;
87
  font-weight: bold;
86
  font-size: 1.6em;
88
  font-size: 1.6em;
87
  background: #eee;
89
  background: #eda;
88
  color: #000;
90
  color: #000;
89
  border-radius: 0.3em;
91
  border-radius: 0.3em;
90
  border: 1px #ddd solid;
92
  border: 1px #ddd solid;
91
  margin: 0.5em 0;
93
  margin: 0.5em 0;
92
  padding: 0 0.25em;
94
  padding: 0.3em 0.5em;
93
}
95
}
94
 
96
 
95
div.minibb-trip {
97
div.minibb-trip {
96
  font-size: 0.6em;
98
  font-size: 0.6em;
97
  font-family: 'Roboto Mono', monospace;
99
  font-family: 'Roboto Mono', monospace;
98
  font-weight: bold;
100
  font-weight: bold;
99
  white-space: pre-line;
101
  white-space: pre-line;
100
  text-indent: 0;
102
  text-indent: 0;
101
  line-height: 0.8em;
103
  line-height: 0.8em;
102
  border: 1px #eee solid;
104
  border: 1px #999 solid;
103
  border-radius: 0.3em;
105
  border-radius: 0.3em;
104
  padding: 0.3em;
106
  padding: 0.3em;
105
  margin: 0 0 auto 0.2em;
107
  margin: 0 0 auto 0.2em;
106
  background: #fff;
108
  background: #ffc;
107
  color: #111;
109
  color: #111;
108
}
110
}
109
 
111
 
110
div.minibb-post {
112
div.minibb-post {
111
  margin: 0 0 1em 0;
113
  margin: 0 0 1em 0;
112
  padding: 0;
114
  padding: 0;
113
  background: #fefefe;
115
  background: #fff;
114
  border: 1px #777 solid;
116
  border: 1px #888 solid;
115
  border-radius: 0.3em;
117
  border-radius: 0.3em;
116
}
118
}
117
 
119
 
118
div.minibb-postheader {
120
div.minibb-postheader {
119
  display: flex;
121
  display: flex;
120
  flex-wrap: nowrap;
122
  flex-wrap: nowrap;
121
  justify-content: space-between;
123
  justify-content: space-between;
122
  padding: 0.5em 0.5em;
124
  padding: 0.5em 0.5em;
123
  background: #ddd;
125
  background: #eda;
124
  color: #111;
126
  color: #000;
125
}
127
}
126
 
128
 
127
div.minibb-postauthor {
129
div.minibb-postauthor {
128
  overflow-wrap: anywhere;
130
  overflow-wrap: anywhere;
129
}
131
}
Line 151... Line 153...
151
  opacity: 0.6;
153
  opacity: 0.6;
152
  font-size: 0.9em;
154
  font-size: 0.9em;
153
  margin: 0;
155
  margin: 0;
154
}
156
}
155
 
157
 
-
 
158
div.minibb-postbody form.editbtn {
-
 
159
  float: right;
-
 
160
  margin-left: 0.5em;
-
 
161
  position: relative; /* mandatory for z-index to work */
-
 
162
  z-index: 10; /* without this the form is not clickable when next to a blockquote */
-
 
163
}
-
 
164
 
-
 
165
div.minibb-postbody form.editbtn input {
-
 
166
  background-color: #fe0;
-
 
167
  color: #000;
-
 
168
  padding: 0.2em;
-
 
169
  border-radius: 0.25em;
-
 
170
}
-
 
171
 
-
 
172
div.minibb-postbody form.editbtn input:hover {
-
 
173
  background-color: #ff0;
-
 
174
}
-
 
175
 
-
 
176
p.minibb-islockedmsg {
-
 
177
  text-align: center;
-
 
178
  text-indent: 0;
-
 
179
  border: 1px #999 solid;
-
 
180
  border-radius: 0.3em;
-
 
181
  font-size: 0.9em;
-
 
182
  color: #666;
-
 
183
}
-
 
184
 
156
div.minibb-formbtns {
185
div.minibb-formbtns {
157
  display: flex;
186
  display: flex;
158
  flex-wrap: wrap-reverse;
187
  flex-wrap: wrap-reverse;
159
  justify-content: center;
188
  justify-content: center;
160
  margin: 1em 0;
189
  margin: 1em 0;
Line 194... Line 223...
194
  margin: 0.4em 0;
223
  margin: 0.4em 0;
195
  border: 1px #ddd solid;
224
  border: 1px #ddd solid;
196
  border-radius: 0.3em;
225
  border-radius: 0.3em;
197
  box-sizing: border-box;
226
  box-sizing: border-box;
198
  width: 100%;
227
  width: 100%;
-
 
228
  font-family: inherit;
199
}
229
}
200
 
230
 
201
div.minibb-formbtns a, div.minibb-formbtns input {
231
div.minibb-formbtns a, div.minibb-formbtns input {
202
  color: #11d;
232
  color: #11d;
203
  margin: 0 1em;
233
  margin: 0 1em;
Line 235... Line 265...
235
div.minibb-formcaptcha input {
265
div.minibb-formcaptcha input {
236
  width: auto;
266
  width: auto;
237
  margin: 0 0 0 0.5em;
267
  margin: 0 0 0 0.5em;
238
}
268
}
239
 
269
 
-
 
270
div.minibb-formcaptcha span.minibb-cboxgroup {
-
 
271
  white-space: nowrap;
-
 
272
}
-
 
273
 
-
 
274
div.minibb-formcaptcha span.minibb-cboxgroup input {
-
 
275
  margin-left: 1em;
-
 
276
}
-
 
277
 
240
a.minibb-searchresult {
278
a.minibb-searchresult {
241
  text-decoration: none;
279
  text-decoration: none;
242
  color: inherit;
280
  color: inherit;
243
}
281
}
244
 
282