ページ「モジュール:Documentation/styles.css」と「テンプレート:TOC limit/styles.css」の間の差分

提供:林 康紀研究室
< モジュール:Documentation(ページ間の差分)
ナビゲーションに移動 検索に移動
(1版 をインポートしました)
 
yhlabj>ネイ
(en:Template:TOC limit/styles.css oldid=886046785 より)
 
1行目: 1行目:
/* {{pp|small=yes}} */
/* Allow limiting of which header levels are shown in a TOC;
.documentation,
  <div class="toclimit-3">, for instance, will limit to
.documentation-metadata {
  showing ==headings== and ===headings=== but no further
border: 1px solid #a2a9b1;
  (as long as there are no =headings= on the page, which
background-color: #ecfcf4;
  there shouldn't be according to the MoS). */
clear: both;
.toclimit-2 .toclevel-1 ul,
}
.toclimit-3 .toclevel-2 ul,
 
.toclimit-4 .toclevel-3 ul,
.documentation {
.toclimit-5 .toclevel-4 ul,
margin: 1em 0 0 0;
.toclimit-6 .toclevel-5 ul,
padding: 1em;
.toclimit-7 .toclevel-6 ul {
}
display: none;
 
.documentation-metadata {
margin: 0.2em 0; /* same margin left-right as .documentation */
    font-style: italic;
    padding: 0.4em 1em; /* same padding left-right as .documentation */
}
 
.documentation-startbox {
padding-bottom: 3px;
border-bottom: 1px solid #aaa;
margin-bottom: 1ex;
}
 
.documentation-heading {
font-weight: bold;
font-size: 125%;
}
 
.documentation-clear { /* Don't want things to stick out where they shouldn't. */
clear: both;
}
 
.documentation-toolbar {
font-style: normal;
font-size: 85%;
}
}
/* [[Category:テンプレートスタイル]] */

2021年5月16日 (日) 13:15時点における版

/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
   (as long as there are no =headings= on the page, which
   there shouldn't be according to the MoS). */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
	display: none;
}
/* [[Category:テンプレートスタイル]] */