mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.2K
active users

#drexplain

0 posts0 participants0 posts today
<p>Habe das Thema Postprocessing von <a href="https://social.tchncs.de/tags/DrExplain" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DrExplain</span></a>-Ausgaben mit <a href="https://social.tchncs.de/tags/XSLT" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>XSLT</span></a> 3.0 kompakt zusammengefasst. <a href="https://datenverdrahten.de/?news=175" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">datenverdrahten.de/?news=175</span><span class="invisible"></span></a></p>
<p>Habe zum Thema »Dr.Explain-Postprocessing« einen Screencast aufgenommen, welcher das hier bereits Gesagte klarer machen und speziell den Studis helfen soll, den entwickelten Prozess zu verstehen und mit ihren Daten problemlos anzuwenden.</p><p><a href="https://vimeo.com/1054565406" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">vimeo.com/1054565406</span><span class="invisible"></span></a></p><p><a href="https://social.tchncs.de/tags/DrExplain" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DrExplain</span></a> <a href="https://social.tchncs.de/tags/HTML" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HTML</span></a> <a href="https://social.tchncs.de/tags/XML" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>XML</span></a> <a href="https://social.tchncs.de/tags/XSLT" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>XSLT</span></a></p>
<p>Anhand der ul-/ol-Unterscheidung mit Klassen via JS ließen sich nun auch die li-Einzüge über mehrere Zeilen angleichen und die Farben anpassen, hier für den ol-Style:</p><p>ul.de_list.ol_li &gt; li.list-element &gt; div &gt; div.list-marker<br>{<br> color: #000 !important;<br> font-weight: bold !important;<br> margin-left: -1.15em !important;<br>}</p><p>ul.de_list.ol_li &gt; li.list-element &gt; div<br>{<br> padding-left: 1.15em !important;<br>}</p><p>ul.de_list.ol_li &gt; li.list-element &gt; div:first-child<br>{<br> color: #000 !important;<br>}</p><p><a href="https://social.tchncs.de/tags/DrExplain" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DrExplain</span></a></p>