<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sjs.gg/index.php?action=history&amp;feed=atom&amp;title=Template%3ACAK%2Fstyles-lures.css</id>
	<title>Template:CAK/styles-lures.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sjs.gg/index.php?action=history&amp;feed=atom&amp;title=Template%3ACAK%2Fstyles-lures.css"/>
	<link rel="alternate" type="text/html" href="https://wiki.sjs.gg/index.php?title=Template:CAK/styles-lures.css&amp;action=history"/>
	<updated>2026-06-01T14:04:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.sjs.gg/index.php?title=Template:CAK/styles-lures.css&amp;diff=89&amp;oldid=prev</id>
		<title>Zach: Created page with &quot;/* ===== Catch a Kraken – Lures ===== */  /* Grid */ .lure-grid {   display: flex;   flex-wrap: wrap;   gap: 16px;   margin: 8px 0 16px 0; }  /* Card */ .lure-card {   width: 220px;   background: #ffffff;   border: 1px solid #e5e7eb;   border-radius: 12px;   overflow: hidden;   color: #111111;   box-shadow: 0 2px 10px rgba(0,0,0,0.08);   display: flex;   flex-direction: column;   text-decoration: none; }  /* Image area (fixed viewport for consistency) */ .lure-img {...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.sjs.gg/index.php?title=Template:CAK/styles-lures.css&amp;diff=89&amp;oldid=prev"/>
		<updated>2025-10-07T19:16:13Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span class=&quot;autocomment&quot;&gt;===== Catch a Kraken – Lures =====: &lt;/span&gt;  &lt;span class=&quot;autocomment&quot;&gt;Grid: &lt;/span&gt; .lure-grid {   display: flex;   flex-wrap: wrap;   gap: 16px;   margin: 8px 0 16px 0; }  &lt;span class=&quot;autocomment&quot;&gt;Card: &lt;/span&gt; .lure-card {   width: 220px;   background: #ffffff;   border: 1px solid #e5e7eb;   border-radius: 12px;   overflow: hidden;   color: #111111;   box-shadow: 0 2px 10px rgba(0,0,0,0.08);   display: flex;   flex-direction: column;   text-decoration: none; }  &lt;span class=&quot;autocomment&quot;&gt;Image area (fixed viewport for consistency): &lt;/span&gt; .lure-img {...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* ===== Catch a Kraken – Lures ===== */&lt;br /&gt;
&lt;br /&gt;
/* Grid */&lt;br /&gt;
.lure-grid {&lt;br /&gt;
  display: flex;&lt;br /&gt;
  flex-wrap: wrap;&lt;br /&gt;
  gap: 16px;&lt;br /&gt;
  margin: 8px 0 16px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Card */&lt;br /&gt;
.lure-card {&lt;br /&gt;
  width: 220px;&lt;br /&gt;
  background: #ffffff;&lt;br /&gt;
  border: 1px solid #e5e7eb;&lt;br /&gt;
  border-radius: 12px;&lt;br /&gt;
  overflow: hidden;&lt;br /&gt;
  color: #111111;&lt;br /&gt;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);&lt;br /&gt;
  display: flex;&lt;br /&gt;
  flex-direction: column;&lt;br /&gt;
  text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Image area (fixed viewport for consistency) */&lt;br /&gt;
.lure-img {&lt;br /&gt;
  background: #0b1b2a;&lt;br /&gt;
  height: 180px;&lt;br /&gt;
  display: flex;&lt;br /&gt;
  align-items: center;&lt;br /&gt;
  justify-content: center;&lt;br /&gt;
  overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.lure-img img {&lt;br /&gt;
  width: 100%;&lt;br /&gt;
  height: 100%;&lt;br /&gt;
  object-fit: contain; /* keeps aspect ratio */&lt;br /&gt;
  display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Body */&lt;br /&gt;
.lure-body { padding: 10px 12px 12px 12px; }&lt;br /&gt;
&lt;br /&gt;
/* Name */&lt;br /&gt;
.lure-name {&lt;br /&gt;
  font-weight: 800;&lt;br /&gt;
  font-size: 15px;&lt;br /&gt;
  margin: 0 0 6px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Rarity tag */&lt;br /&gt;
.lure-tag {&lt;br /&gt;
  display: inline-block;&lt;br /&gt;
  font-size: 12px;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  line-height: 1;&lt;br /&gt;
  padding: 4px 8px;&lt;br /&gt;
  border-radius: 999px;&lt;br /&gt;
  margin: 0 0 8px 0;&lt;br /&gt;
  color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Rarity colors (adjust as you like) */&lt;br /&gt;
.lure-common    { background: #6b7280; }&lt;br /&gt;
.lure-uncommon  { background: #10b981; }&lt;br /&gt;
.lure-rare      { background: #3b82f6; }&lt;br /&gt;
.lure-epic      { background: #8b5cf6; }&lt;br /&gt;
.lure-legendary { background: #f59e0b; }&lt;br /&gt;
&lt;br /&gt;
/* Stat pills */&lt;br /&gt;
.lure-stats {&lt;br /&gt;
  display: flex;&lt;br /&gt;
  flex-wrap: wrap;&lt;br /&gt;
  gap: 6px;&lt;br /&gt;
  margin-top: 6px;&lt;br /&gt;
}&lt;br /&gt;
.lure-stat {&lt;br /&gt;
  display: inline-block;&lt;br /&gt;
  padding: 4px 8px;&lt;br /&gt;
  border-radius: 999px;&lt;br /&gt;
  background: #0d6efd;&lt;br /&gt;
  color: #fff;&lt;br /&gt;
  font-size: 12px;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Section title */&lt;br /&gt;
.lure-section-title {&lt;br /&gt;
  font-size: 18px;&lt;br /&gt;
  font-weight: 800;&lt;br /&gt;
  margin: 14px 0 8px 0;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Zach</name></author>
	</entry>
</feed>