.f-post{
width: 100%;
margin-bottom: 16px;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.f-header{
display: flex;
align-items: center;
padding: 4px 8px;
background: #e8e8e8;
border: 1px solid #c8c8c8;
border-bottom: 2px solid #b0b0b0;
border-radius: 4px 4px 0 0;
font-size: .88em;
font-weight: bold;
gap: 2px;
}
.f-number-text{
color: #888888;
font-size: .95em;
font-weight: normal;
min-width: 2.5em;
}
.f-user-text{
color: #2a6e2a;
font-size: 1em;
}
.f-date{
margin-left: auto;
color: #777777;
font-size: .85em;
font-weight: normal;
white-space: nowrap;
}
.f-content{
border: 1px solid #c8c8c8;
border-top: none;
border-radius: 0 0 4px 4px;
padding: 8px 12px;
white-space: pre-wrap;
font-size: .95em;
line-height: 1.7;
background: #fafafa;
color: #222222;
min-height: 2em;
}
.f-content p{
display: inline;
margin: 0;
padding: 0;
white-space: normal;
}
blockquote *{
white-space: pre !important;
}
ol, ul, dd{
white-space: normal;
}
/* ===== レスホバープレビュー ===== */
#f-hover-popup{
max-height: 300px;
overflow-y: auto;
padding: 2px;
}
#f-hover-popup .f-post{
margin-bottom: 0;
box-shadow: none;
}
/* >>>N リンクを5chライクに強調 */
.f-content a[href^="#post-"]{
color: #0645ad;
font-weight: bold;
text-decoration: none;
}
.f-content a[href^="#post-"]:hover{
text-decoration: underline;
color: #d33;
}