Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1242 → Rev 1241

/website/mateuszbb-common.css
21,7 → 21,6
box-sizing: border-box;
border-bottom: 1px #999 dotted;
justify-content: flex-end;
flex-wrap: wrap-reverse;
}
 
div.minibb-toolbar a {
29,7 → 28,6
text-decoration: none;
border-radius: 0.3em;
padding: 0.1em 0.5em;
white-space: nowrap;
}
 
div.minibb-toolbar a:hover {
86,12 → 84,12
h2.minibb-threadtitle {
font-weight: bold;
font-size: 1.6em;
background: #eda;
background: #eee;
color: #000;
border-radius: 0.3em;
border: 1px #ddd solid;
margin: 0.5em 0;
padding: 0.3em 0.5em;
padding: 0 0.25em;
}
 
div.minibb-trip {
101,11 → 99,11
white-space: pre-line;
text-indent: 0;
line-height: 0.8em;
border: 1px #999 solid;
border: 1px #eee solid;
border-radius: 0.3em;
padding: 0.3em;
margin: 0 0 auto 0.2em;
background: #ffc;
background: #fff;
color: #111;
}
 
112,8 → 110,8
div.minibb-post {
margin: 0 0 1em 0;
padding: 0;
background: #fff;
border: 1px #888 solid;
background: #fefefe;
border: 1px #777 solid;
border-radius: 0.3em;
}
 
122,8 → 120,8
flex-wrap: nowrap;
justify-content: space-between;
padding: 0.5em 0.5em;
background: #eda;
color: #000;
background: #ddd;
color: #111;
}
 
div.minibb-postauthor {
155,33 → 153,6
margin: 0;
}
 
div.minibb-postbody form.editbtn {
float: right;
margin-left: 0.5em;
position: relative; /* mandatory for z-index to work */
z-index: 10; /* without this the form is not clickable when next to a blockquote */
}
 
div.minibb-postbody form.editbtn input {
background-color: #fe0;
color: #000;
padding: 0.2em;
border-radius: 0.25em;
}
 
div.minibb-postbody form.editbtn input:hover {
background-color: #ff0;
}
 
p.minibb-islockedmsg {
text-align: center;
text-indent: 0;
border: 1px #999 solid;
border-radius: 0.3em;
font-size: 0.9em;
color: #666;
}
 
div.minibb-formbtns {
display: flex;
flex-wrap: wrap-reverse;
225,7 → 196,6
border-radius: 0.3em;
box-sizing: border-box;
width: 100%;
font-family: inherit;
}
 
div.minibb-formbtns a, div.minibb-formbtns input {
267,14 → 237,6
margin: 0 0 0 0.5em;
}
 
div.minibb-formcaptcha span.minibb-cboxgroup {
white-space: nowrap;
}
 
div.minibb-formcaptcha span.minibb-cboxgroup input {
margin-left: 1em;
}
 
a.minibb-searchresult {
text-decoration: none;
color: inherit;