Lines Matching +full:div +full:- +full:t
4 <div class="wy-alert wy-alert-danger" data-nosnippet>
7 </div>
12 <div data-nosnippet>
16 <div class="toctree-wrapper compound">
17 <p class="caption"><span class="caption-text">Reference</span></p>
20 <li class="toctree-l1">
25 </div>
27 </div>
30 <meta name="color-scheme" content="dark light">
32 As we need a <noscript> tag and very specific orderding of the tags, this can't be done via
34 See https://github.com/GoogleChromeLabs/dark-mode-toggle/issues/77 #}
35 <noscript id="dark-mode-toggle-stylesheets">
36 …="{{ pathto('_static/css/light.css', 1) }}" type="text/css" media="(prefers-color-scheme: light)"/>
37 …ef="{{ pathto('_static/css/dark.css', 1) }}" type="text/css" media="(prefers-color-scheme: dark)"/>
39 <script src="{{ pathto('_static/js/dark-mode-toggle-stylesheets-loader.min.js', 1) }}"></script>
40 <script type="module" src="{{ pathto('_static/js/dark-mode-toggle.min.mjs', 1) }}"></script>