<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dev.dsp-wiki.com/Template:Infobox_buttons/styles.css/history?feed=atom</id>
	<title>Template:Infobox buttons/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://dev.dsp-wiki.com/Template:Infobox_buttons/styles.css/history?feed=atom"/>
	<link rel="alternate" type="text/html" href="https://dev.dsp-wiki.com/Template:Infobox_buttons/styles.css/history"/>
	<updated>2026-05-14T15:06:19Z</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:Infobox_buttons/styles.css&amp;diff=16922&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:Infobox_buttons/styles.css&amp;diff=16922&amp;oldid=prev"/>
		<updated>2024-03-24T11:54:46Z</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-16918:rev-16922 --&gt;
&lt;/table&gt;</summary>
		<author><name>Antt1995</name></author>
	</entry>
	<entry>
		<id>https://dev.dsp-wiki.com/index.php?title=Template:Infobox_buttons/styles.css&amp;diff=16918&amp;oldid=prev</id>
		<title>Antt1995 at 23:45, 4 May 2023</title>
		<link rel="alternate" type="text/html" href="https://dev.dsp-wiki.com/index.php?title=Template:Infobox_buttons/styles.css&amp;diff=16918&amp;oldid=prev"/>
		<updated>2023-05-04T23:45:17Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* Infobox button */&lt;br /&gt;
.infobox-button {&lt;br /&gt;
	position: relative;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-extlink-button {&lt;br /&gt;
	display: block;&lt;br /&gt;
	padding: 10px 20px;&lt;br /&gt;
	background: var( --color-primary );&lt;br /&gt;
	border-radius: 0 0 12px 12px;&lt;br /&gt;
	color: #fff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-extlink-button-icon {&lt;br /&gt;
	margin-right: 8px;&lt;br /&gt;
	filter: invert( 1 );&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Popup card */&lt;br /&gt;
.infobox-extlink-list {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	z-index: -1;&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	padding-top: var( --space-md );&lt;br /&gt;
	padding-bottom: var( --space-xs );&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;
	opacity: 0;&lt;br /&gt;
	text-align: left;&lt;br /&gt;
	transition: transform 250ms ease, opacity 250ms ease;&lt;br /&gt;
	visibility: hidden;&lt;br /&gt;
	transform: translateY( -20px );&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-extlink-list p {&lt;br /&gt;
	margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-button:hover .infobox-extlink-list {&lt;br /&gt;
	z-index: 10;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
	visibility: visible;&lt;br /&gt;
	transform: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-extlink-title {&lt;br /&gt;
	display: block;&lt;br /&gt;
	padding: 0 15px;&lt;br /&gt;
	margin: 5px 0;&lt;br /&gt;
	color: var( --color-base--subtle );&lt;br /&gt;
    font-size: 0.8125rem;&lt;br /&gt;
    font-weight: normal;&lt;br /&gt;
    letter-spacing: 0.75px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-extlink-list ul {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
	padding: 0 5px;&lt;br /&gt;
	margin: 0 0 10px 0;&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-extlink a.external {&lt;br /&gt;
	display: block;&lt;br /&gt;
	/* Override external link and file icons */&lt;br /&gt;
	padding: 5px 10px;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border-radius: 4px;&lt;br /&gt;
	transition: background 0.2s ease, color 0.2s ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-extlink a:hover {&lt;br /&gt;
	background-color: var( --background-color-quiet--hover );&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-extlink a:active {&lt;br /&gt;
	background-color: var( --background-color-quiet--active );&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-extlink-title:before {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	z-index: -1;&lt;br /&gt;
	right: 20px;&lt;br /&gt;
	display: block;&lt;br /&gt;
	width: 120px;&lt;br /&gt;
	height: 120px;&lt;br /&gt;
	margin-top: 5px;&lt;br /&gt;
	background-position: top right;&lt;br /&gt;
	background-repeat: no-repeat;&lt;br /&gt;
	background-size: contain;&lt;br /&gt;
	opacity: 0.1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-extlink-title-rsi:before {&lt;br /&gt;
	/* TemplateStyles does not like internal link for some reason */&lt;br /&gt;
	background-image: url( https://media.starcitizen.tools/4/40/RSItm.svg );&lt;br /&gt;
	content: &amp;#039;&amp;#039;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-extlink-title-community:before {&lt;br /&gt;
	/* TemplateStyles does not like internal link for some reason */&lt;br /&gt;
	background-image: url( https://media.starcitizen.tools/3/3f/MadeByTheCommunity.svg );&lt;br /&gt;
	content: &amp;#039;&amp;#039;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Dark mode */&lt;br /&gt;
html.skin-citizen-dark .infobox-extlink-title:before {&lt;br /&gt;
	filter: invert( 1 );&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Antt1995</name></author>
	</entry>
</feed>