「MediaWiki:Common.css」の版間の差分
提供: 人狼wiki
(ページの作成:「→ここに記述したCSSはすべての外装に反映されます: →テンプレートでusageを書きたいときのpre: pre.template-usage { width: 35%; }...」) |
|||
| 13行目: | 13行目: | ||
line-height: 1; | line-height: 1; | ||
font-size: 0.9em; | font-size: 0.9em; | ||
| + | |||
| + | width: 350px; | ||
| + | max-width: 100%; | ||
} | } | ||
2016年8月31日 (水) 03:06時点における版
/* ここに記述したCSSはすべての外装に反映されます */
/* テンプレートでusageを書きたいときのpre */
pre.template-usage {
width: 35%;
}
/* メッセージボックス系のテンプレートのためのCSS */
.message-box {
background-color: #ffffe8;
border: 1px solid #ddddb3;
padding: 4px 4px 4px 1em;
line-height: 1;
font-size: 0.9em;
width: 350px;
max-width: 100%;
}