「MediaWiki:Common.css」の版間の差分

編集の要約なし
編集の要約なし
 
(同じ利用者による、間の4版が非表示)
72行目: 72行目:
#footer-poweredbyico {
#footer-poweredbyico {
   display: none;
   display: none;
}
.drinking-notice{
    margin-top:20px;
    padding:12px;
    font-size:0.85em;
    color:#666;
    text-align:center;
    border-top:1px solid #ddd;
}
.mw-footer-drinking-notice {
    display: block;
    margin-top: 10px;
    padding-top: 8px;
    font-size: 0.9em;
    line-height: 1.6;
    font-weight: bold;
    color: #b22222;  /* 落ち着いた警告色 */
}
#footer-info li {
    max-width: 100%;
}
}


99行目: 123行目:
}
}


/* Infobox 内で自動挿入される段落余白を消す */
/* Infobox 内の段落やリストの余白を抑える */
.infobox p {
.infobox p {
   margin: 0;
   margin: 0;
}
}


/* Infobox 内のリスト余白も抑える */
.infobox ul,
.infobox ul,
.infobox ol {
.infobox ol {