<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.funkystation.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AItem_recipe%2Fstyles.css</id>
	<title>Template:Item recipe/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.funkystation.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AItem_recipe%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://wiki.funkystation.org/index.php?title=Template:Item_recipe/styles.css&amp;action=history"/>
	<updated>2026-06-05T02:23:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.funkystation.org/index.php?title=Template:Item_recipe/styles.css&amp;diff=274&amp;oldid=prev</id>
		<title>imported&gt;Aliser: removed gray labels; styles for multiple products</title>
		<link rel="alternate" type="text/html" href="https://wiki.funkystation.org/index.php?title=Template:Item_recipe/styles.css&amp;diff=274&amp;oldid=prev"/>
		<updated>2024-09-15T18:35:34Z</updated>

		<summary type="html">&lt;p&gt;removed gray labels; styles for multiple products&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;.item-recipe {&lt;br /&gt;
    --padding: 0.4rem;&lt;br /&gt;
    --info-icon-size: 32px;&lt;br /&gt;
&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
&lt;br /&gt;
    width: 20rem;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
&lt;br /&gt;
    border: 1px solid var(--border-color-light);&lt;br /&gt;
    margin: .25rem 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.item-recipe.item-recipe-by-research {&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.item-recipe.item-recipe-by-emag {&lt;br /&gt;
    border: 2px dashed hsla(0, 75%, 50%, 0.5);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.item-recipe-header {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: row;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    gap: var(--padding);&lt;br /&gt;
&lt;br /&gt;
    padding: var(--padding);&lt;br /&gt;
&lt;br /&gt;
    background-color: var(--bg-color-light-x3);&lt;br /&gt;
    /* SET IN MODULE */&lt;br /&gt;
    /*background: ;*/&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.item-recipe-product-and-method-container {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    gap: .4rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.item-recipe-products {&lt;br /&gt;
    display: inline-flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.item-recipe-product {&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.item-recipe-method {&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.item-recipe-header &amp;gt; .item-recipe-info-icons {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.item-recipe-header &amp;gt; .item-recipe-info-icons:empty {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.item-recipe-header &amp;gt; .item-recipe-info-icons &amp;gt; * {&lt;br /&gt;
    --icon-size: 32px;&lt;br /&gt;
    &lt;br /&gt;
    width: var(--icon-size);&lt;br /&gt;
    height: var(--icon-size);&lt;br /&gt;
&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.item-recipe-header &amp;gt; .item-recipe-info-icons &amp;gt; .info-icon-progression-symbol {&lt;br /&gt;
	color: gray;&lt;br /&gt;
	font-size: small;&lt;br /&gt;
	height: 0rem;&lt;br /&gt;
	line-height: 0;&lt;br /&gt;
	margin: 2px 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.item-recipe-body {&lt;br /&gt;
    /* for complete time el to work */&lt;br /&gt;
    position: relative;&lt;br /&gt;
&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: row;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
&lt;br /&gt;
    padding: var(--padding);&lt;br /&gt;
&lt;br /&gt;
    border-top: 1px solid var(--border-color);&lt;br /&gt;
    border-bottom: 1px solid var(--border-color);&lt;br /&gt;
    &lt;br /&gt;
    box-shadow: &lt;br /&gt;
        inset 0 3px 5px var(--bg-color), &lt;br /&gt;
        inset 0 -3px 5px var(--bg-color);&lt;br /&gt;
&lt;br /&gt;
    /* ADDED IN MODULE */&lt;br /&gt;
    /* background:  */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.item-recipe-materials {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* item recipe in materials only mode, horizontal layout */&lt;br /&gt;
.item-recipe.materials-only.item-recipe-materials-layout-horizontal {&lt;br /&gt;
    width: fit-content;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* item recipe in materials only mode, horizontal layout → materials */&lt;br /&gt;
.item-recipe.materials-only.item-recipe-materials-layout-horizontal .item-recipe-materials {&lt;br /&gt;
    flex-direction: row;&lt;br /&gt;
    flex-wrap: wrap;   &lt;br /&gt;
    &lt;br /&gt;
    gap: 1ch;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* item recipe in materials only mode, horizontal layout → materials → material */&lt;br /&gt;
.item-recipe.materials-only.item-recipe-materials-layout-horizontal .item-recipe-materials &amp;gt; .item {&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.item-recipe-body &amp;gt; .item-recipe-complete-time {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    bottom: 0;&lt;br /&gt;
    right: 0;&lt;br /&gt;
&lt;br /&gt;
    font-size: small;&lt;br /&gt;
&lt;br /&gt;
    margin: .5rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.item-recipe-body &amp;gt; .item-recipe-complete-time::before {&lt;br /&gt;
    --image-size: .7em;&lt;br /&gt;
    background-image: url(&amp;#039;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAICAYAAAA1BOUGAAAAAXNSR0IArs4c6QAAAGNJREFUCJl1jlsNwCAQBOeaauhDDaLQgRU8nAQUoOCSc0B/WkJpOl97mc3mhJtSSgNwd0IIwiweVLV9xJhVtS3uzh/LeBzn2SfNjNXMuty3TZjJOb8eSik1ABkLtVYAYowCcAGDkzDCq/YM/QAAAABJRU5ErkJggg==&amp;#039;);&lt;br /&gt;
    width: var(--image-size);&lt;br /&gt;
    height: var(--image-size);&lt;br /&gt;
    content: &amp;#039;&amp;#039;;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-size: contain;&lt;br /&gt;
    image-rendering: pixelated;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    margin-right: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.item-recipe-notes {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    gap: .4em;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
	&lt;br /&gt;
	padding: var(--padding);&lt;br /&gt;
    background-color: var(--bg-color-light-x3);&lt;br /&gt;
    /* SET IN MODULE */&lt;br /&gt;
    /*background: ;*/&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.item-recipe-notes:empty {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.item-recipe-notes .item-recipe-note {&lt;br /&gt;
	font-size: smaller;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* list of recipes */&lt;br /&gt;
.item-recipes-list {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: row;&lt;br /&gt;
    flex-wrap: wrap;&lt;br /&gt;
    align-items: flex-start;&lt;br /&gt;
    gap: 1rem;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>imported&gt;Aliser</name></author>
	</entry>
</feed>