「テンプレート:Post/styles.css」の版間の差分
表示
install Forum.js |
編集の要約なし |
||
| 1行目: | 1行目: | ||
.f-post{ | .f-post{ | ||
width: 100%; | width: 100%; | ||
2026年2月17日 (火) 14:43時点における版
.f-post{
width: 100%;
margin-bottom:8px;
}
.f-header{
display: flex;
padding: 0 5px;
background: #DDDDDD;
border: 2px solid #BBBBBB;
border-radius: 3px 3px 0 0;
font-weight: bold;
}
.f-number-text{
color:#000000;
}
.f-user-text{
margin-left:7px;
color:green
}
.f-date{
margin-left: auto;
}
.f-content{
border:2px solid #BBBBBB;
border-radius:0 0 3px 3px;
padding: 0 5px;
white-space: pre-wrap;
}
.f-content p{
display: inline;
margin: 0;
padding: 0;
white-space: normal;
}
blockquote *{
white-space: pre !important;
}
ol, ul, dd{
white-space: normal;
}