<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="sk">
	<id>http://www.kiwiki.info/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGadget-checkboxList.css</id>
	<title>MediaWiki:Gadget-checkboxList.css - História úprav</title>
	<link rel="self" type="application/atom+xml" href="http://www.kiwiki.info/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGadget-checkboxList.css"/>
	<link rel="alternate" type="text/html" href="http://www.kiwiki.info/index.php?title=MediaWiki:Gadget-checkboxList.css&amp;action=history"/>
	<updated>2026-05-06T11:56:44Z</updated>
	<subtitle>História úprav pre túto stránku na wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>http://www.kiwiki.info/index.php?title=MediaWiki:Gadget-checkboxList.css&amp;diff=12133&amp;oldid=prev</id>
		<title>Juraj: Vytvorená stránka „/* CSS for MediaWiki:Gadget-checkboxList.js */ /* Use with Template:Checklist */  /* ===========================       lighttable checklists    =================…“</title>
		<link rel="alternate" type="text/html" href="http://www.kiwiki.info/index.php?title=MediaWiki:Gadget-checkboxList.css&amp;diff=12133&amp;oldid=prev"/>
		<updated>2020-04-16T17:57:10Z</updated>

		<summary type="html">&lt;p&gt;Vytvorená stránka „&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;CSS for &lt;a href=&quot;/index.php/MediaWiki:Gadget-checkboxList.js&quot; title=&quot;MediaWiki:Gadget-checkboxList.js&quot;&gt;MediaWiki:Gadget-checkboxList.js&lt;/a&gt;: &lt;/span&gt; &lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Use with &lt;a href=&quot;/index.php/%C5%A0abl%C3%B3na:Checklist&quot; title=&quot;Šablóna:Checklist&quot;&gt;Template:Checklist&lt;/a&gt;: &lt;/span&gt;  /* ===========================       lighttable checklists    =================…“&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nová stránka&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* CSS for [[MediaWiki:Gadget-checkboxList.js]] */&lt;br /&gt;
/* Use with [[Template:Checklist]] */&lt;br /&gt;
&lt;br /&gt;
/* ===========================&lt;br /&gt;
      lighttable checklists&lt;br /&gt;
   =========================== */&lt;br /&gt;
&lt;br /&gt;
/* checklist will otherwise render anything floated to the right unclickable&lt;br /&gt;
   due to overlap; 300px is the width of infoboxes and default thumbnail size */&lt;br /&gt;
.lighttable.checklist {&lt;br /&gt;
    max-width: calc(100% - 350px);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* mobile skin and {{Quest details}} */&lt;br /&gt;
body.skin-minerva .lighttable.checklist,&lt;br /&gt;
.questdetails .lighttable.checklist {&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* kill excessive margin if nested */&lt;br /&gt;
.lighttable.checklist ul ul {&lt;br /&gt;
    margin-left: .5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.lighttable.checklist li {&lt;br /&gt;
    padding-left: 1.75em;&lt;br /&gt;
    margin-bottom: .3em;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    list-style: none;&lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ---------------------------&lt;br /&gt;
         unchecked state&lt;br /&gt;
   --------------------------- */&lt;br /&gt;
&lt;br /&gt;
.lighttable.checklist li::before {&lt;br /&gt;
    content: '';&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    height: 1rem;&lt;br /&gt;
    width: 1rem;&lt;br /&gt;
    top: .3rem;&lt;br /&gt;
    left: 0;&lt;br /&gt;
    background-image: url('filepath://Checkbox-unchecked.svg');&lt;br /&gt;
    background-size: 1rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* unchecked hover state */&lt;br /&gt;
.lighttable.checklist li:not(.checked):hover::before {&lt;br /&gt;
    background-color: #e4eaee;&lt;br /&gt;
    border-radius: .2rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body.wgl-darkmode .lighttable.checklist li:not(.checked):hover::before {&lt;br /&gt;
    background-color: #313e59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* ---------------------------&lt;br /&gt;
          checked state&lt;br /&gt;
   --------------------------- */&lt;br /&gt;
&lt;br /&gt;
/* only fade the text content, not the checkbox; exclude nested checklists and&lt;br /&gt;
   bold/italics, otherwise the fading gets applied twice */&lt;br /&gt;
&lt;br /&gt;
.lighttable.checklist .checked &amp;gt; *:not(ul):not(i):not(b) {&lt;br /&gt;
    opacity: 0.5;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.lighttable.checklist .checked::before {&lt;br /&gt;
    background-image: url('filepath://Checkbox-checked.svg');&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.lighttable.checklist .checked {&lt;br /&gt;
    color: rgba(54, 65, 79, 0.5); /* #36414f in rgba */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body.wgl-darkmode .lighttable.checklist .checked {&lt;br /&gt;
	color: rgba(204, 217, 244, 0.5); /* #ccd9f4 in rgba */&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Juraj</name></author>
		
	</entry>
</feed>