<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dev.dsp-wiki.com/Template:Main_page/latestpatch/styles.css/history?feed=atom</id>
	<title>Template:Main page/latestpatch/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://dev.dsp-wiki.com/Template:Main_page/latestpatch/styles.css/history?feed=atom"/>
	<link rel="alternate" type="text/html" href="https://dev.dsp-wiki.com/Template:Main_page/latestpatch/styles.css/history"/>
	<updated>2026-05-10T14:38:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://dev.dsp-wiki.com/index.php?title=Template:Main_page/latestpatch/styles.css&amp;diff=17570&amp;oldid=prev</id>
		<title>Antt1995: 1 revision imported: New Files</title>
		<link rel="alternate" type="text/html" href="https://dev.dsp-wiki.com/index.php?title=Template:Main_page/latestpatch/styles.css&amp;diff=17570&amp;oldid=prev"/>
		<updated>2024-03-24T11:54:47Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: New Files&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;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 11:54, 24 March 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key dspwiki?htest:diff:1.41:old-17566:rev-17570 --&gt;
&lt;/table&gt;</summary>
		<author><name>Antt1995</name></author>
	</entry>
	<entry>
		<id>https://dev.dsp-wiki.com/index.php?title=Template:Main_page/latestpatch/styles.css&amp;diff=17566&amp;oldid=prev</id>
		<title>Antt1995: Add transition</title>
		<link rel="alternate" type="text/html" href="https://dev.dsp-wiki.com/index.php?title=Template:Main_page/latestpatch/styles.css&amp;diff=17566&amp;oldid=prev"/>
		<updated>2023-07-28T07:20:10Z</updated>

		<summary type="html">&lt;p&gt;Add transition&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/**&lt;br /&gt;
 * EXTREMELY HACKY&lt;br /&gt;
 * Super hacky way to get transclusion and hover works&lt;br /&gt;
**/&lt;br /&gt;
#home-card-latestpatch .wikitable {&lt;br /&gt;
	display: block;&lt;br /&gt;
	overflow: visible;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#home-card-latestpatch .wikitable tbody {&lt;br /&gt;
	display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#home-card-latestpatch .wikitable th {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#home-card-latestpatch .wikitable tr {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	display: flex;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#home-card-latestpatch .wikitable tr &amp;gt; td:first-child {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#home-card-latestpatch .wikitable tr &amp;gt; td:first-child:hover ~ td {&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
	visibility: visible;&lt;br /&gt;
	transform: translateY( -16px );&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#home-card-latestpatch .wikitable tr &amp;gt; td:last-child {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
	bottom: 100%;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	background: var( --color-surface-1 );&lt;br /&gt;
	border-radius: var( --border-radius--medium );&lt;br /&gt;
	box-shadow: var( --box-shadow-dialog );&lt;br /&gt;
	user-select: none;&lt;br /&gt;
	opacity: 0;&lt;br /&gt;
	visibility: hidden;&lt;br /&gt;
	transition: var( --transition-menu );&lt;br /&gt;
	transition-property: opacity, transform;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#home-card-latestpatch .wikitable tr &amp;gt; td:last-child figure {&lt;br /&gt;
	float: none;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#home-card-latestpatch .wikitable tr &amp;gt; td:last-child figure img {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#home-card-latestpatch .wikitable tr &amp;gt; td:last-child figure figcaption {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#home-card-latestpatch .wikitable tr &amp;gt; td:last-child i {&lt;br /&gt;
    padding: var( --space-md );&lt;br /&gt;
    display: block;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Antt1995</name></author>
	</entry>
</feed>