<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.securepoint.de/index.php?action=history&amp;feed=atom&amp;title=TOC_limit.css</id>
	<title>TOC limit.css - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.securepoint.de/index.php?action=history&amp;feed=atom&amp;title=TOC_limit.css"/>
	<link rel="alternate" type="text/html" href="https://wiki.securepoint.de/index.php?title=TOC_limit.css&amp;action=history"/>
	<updated>2026-05-12T12:10:13Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Securepoint Wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wiki.securepoint.de/index.php?title=TOC_limit.css&amp;diff=101070&amp;oldid=prev</id>
		<title>Marcels: 1 Version importiert: Release USP Version 2.14</title>
		<link rel="alternate" type="text/html" href="https://wiki.securepoint.de/index.php?title=TOC_limit.css&amp;diff=101070&amp;oldid=prev"/>
		<updated>2026-02-25T08:23:33Z</updated>

		<summary type="html">&lt;p&gt;1 Version importiert: Release USP Version 2.14&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version vom 25. Februar 2026, 10:23 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;de&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(kein Unterschied)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key wiki2:diff:1.41:old-101069:rev-101070 --&gt;
&lt;/table&gt;</summary>
		<author><name>Marcels</name></author>
	</entry>
	<entry>
		<id>https://wiki.securepoint.de/index.php?title=TOC_limit.css&amp;diff=101069&amp;oldid=prev</id>
		<title>USP-2.14&gt;Lauritzl: .TOC limit.css { /* Diese css-Klasse dient zur Identifizierung in den Entwickler-Tools */ }</title>
		<link rel="alternate" type="text/html" href="https://wiki.securepoint.de/index.php?title=TOC_limit.css&amp;diff=101069&amp;oldid=prev"/>
		<updated>2026-02-17T13:57:03Z</updated>

		<summary type="html">&lt;p&gt;.TOC limit.css { &lt;span class=&quot;autocomment&quot;&gt;Diese css-Klasse dient zur Identifizierung in den Entwickler-Tools: &lt;/span&gt; }&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;.TOC limit.css { /* Diese css-Klasse dient zur Identifizierung in den Entwickler-Tools */ }&lt;br /&gt;
&lt;br /&gt;
.toclimit-1 .toclevel-1 ul,&lt;br /&gt;
.toclimit-2 .toclevel-2 ul,&lt;br /&gt;
.toclimit-3 .toclevel-3 ul,&lt;br /&gt;
.toclimit-4 .toclevel-4 ul,&lt;br /&gt;
.toclimit-5 .toclevel-5 ul,&lt;br /&gt;
.toclimit-6 .toclevel-6 ul,&lt;br /&gt;
.toclimit-7 .toclevel-7 ul {&lt;br /&gt;
	display:		none;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
.toctogglecheckbox:checked ~ ul {&lt;br /&gt;
	display:		unset;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
.toctogglecheckbox:checked ~ ul ul {&lt;br /&gt;
	display:		unset !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
.toctogglelabel {&lt;br /&gt;
	display:		none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
[class*=toclimit-] .toctogglecheckbox:not(:checked) + .toctitle .toctogglelabel,&lt;br /&gt;
.toctogglecheckbox:checked + .toctitle .toctogglelabel {&lt;br /&gt;
	color:			rgba(255,255,255,0.9);&lt;br /&gt;
	background:		rgb(104, 167, 200);&lt;br /&gt;
	border:			1px solid rgba(0,0,0,0.3);&lt;br /&gt;
	border-radius:	15px;&lt;br /&gt;
	padding:		0px 5px;&lt;br /&gt;
	font-size:		85%;&lt;br /&gt;
	display:		inline-block;&lt;br /&gt;
	top:			1em;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
.toctogglecheckbox:not(:checked) + .toctitle:lang(de) .toctogglelabel::after {&lt;br /&gt;
	content:		&amp;#039;Vollständig anzeigen&amp;#039;;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
.toctogglecheckbox:checked + .toctitle:lang(de) .toctogglelabel::after {&lt;br /&gt;
	content:		&amp;#039;Gekürzt anzeigen&amp;#039;;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
.toctogglecheckbox:not(:checked) + .toctitle:lang(en) .toctogglelabel::after {&lt;br /&gt;
	content:		&amp;#039;Show complete&amp;#039;;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
.toctogglecheckbox:checked + .toctitle:lang(en) .toctogglelabel::after {&lt;br /&gt;
	content:		&amp;#039;Show shortened&amp;#039;;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
.toctogglespan::before,&lt;br /&gt;
.toctogglespan::after {&lt;br /&gt;
	content:		&amp;#039;&amp;#039;;&lt;br /&gt;
	}&lt;/div&gt;</summary>
		<author><name>USP-2.14&gt;Lauritzl</name></author>
	</entry>
</feed>