「MediaWiki:Common.css」の版間の差分
ナビゲーションに移動
検索に移動
ページの作成:「→ここに記述したCSSはすべての外装に反映されます: →Collapsible Table of Contents: #toc { border: 1px solid #a2a9b1; padding: 5px; margin: 0 0 1em 1em; background-color: #f9f9f9; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; } #toc h2 { cursor: pointer; color: #000; font-size: 100%; margin: 0; } #toc ul { display: none; } #toc ul li { list-style-type: none; }」 |
(相違点なし)
|
2024年7月14日 (日) 10:25時点における版
/* ここに記述したCSSはすべての外装に反映されます */
/* Collapsible Table of Contents */
#toc {
border: 1px solid #a2a9b1;
padding: 5px;
margin: 0 0 1em 1em;
background-color: #f9f9f9;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}
#toc h2 {
cursor: pointer;
color: #000;
font-size: 100%;
margin: 0;
}
#toc ul {
display: none;
}
#toc ul li {
list-style-type: none;
}