「テンプレート:Post/styles.css」の版間の差分

編集の要約なし
編集の要約なし
38行目: 38行目:
ol, ul, dd{
ol, ul, dd{
white-space: normal;
white-space: normal;
}
/* ===== レスホバープレビュー ===== */
#f-hover-popup{
    max-height: 300px;
    overflow-y: auto;
    padding: 2px;
}
/* ポップアップ内の投稿は通常表示と同じスタイルを継承するが
  margin-bottomを詰めてコンパクトに見せる */
#f-hover-popup .f-post{
    margin-bottom: 0;
}
/* >>>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;
}
}