「テンプレート:折り畳みボックス」の版間の差分

ダークモード対応テスト
ダークモード対応テスト
 
1行目: 1行目:
<!-- 折り畳み式テンプレート -->
<!-- 折り畳み式テンプレート -->
<div class="custom-template-expandable-box" style="border: 1px solid gray;"  data-opened="{{{opened|False}}}">
<div class="custom-template-expandable-box" style="border: 1px solid gray;"  data-opened="{{{opened|False}}}">
<div class="custom-template-expandable-box-header" style="background-color:light-dark( {{{header_color|white}}}, {{{header_color|black}}}); display: flex; justify-content: space-between;">
<div class="custom-template-expandable-box-header" style="background-color:light-dark( {{{header_color|white}}}, #0b0b00); display: flex; justify-content: space-between;">
<p style="text-align: center; width: 100%; font-size: 120%; font-weight: bold; margin: 0;">{{{title}}}</p>
<p style="text-align: center; width: 100%; font-size: 120%; font-weight: bold; margin: 0;">{{{title}}}</p>
<p class="custom-template-expandable-box-toggle-label" style="flex-shrink: 0; padding: 0; margin: 0; color: blue; text-decoration: underline; cursor: pointer; width: 4rem; text-align: right;"></p>
<p class="custom-template-expandable-box-toggle-label" style="flex-shrink: 0; padding: 0; margin: 0; color: blue; text-decoration: underline; cursor: pointer; width: 4rem; text-align: right;"></p>