<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.shadowrunwiki.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ACorporation%2Fstyles.css</id>
	<title>Template:Corporation/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.shadowrunwiki.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ACorporation%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://www.shadowrunwiki.com/index.php?title=Template:Corporation/styles.css&amp;action=history"/>
	<updated>2026-06-04T03:22:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://www.shadowrunwiki.com/index.php?title=Template:Corporation/styles.css&amp;diff=2657&amp;oldid=prev</id>
		<title>Catrone3: Created page with &quot;/* Container */ .infobox {   width: 320px;   margin: 0 0 1em 1em;   border: 1px solid rgba(255,255,255,0.18);   background: rgba(255,255,255,0.03);   border-collapse: separate;   border-spacing: 0; }  /* Title header */ .infobox_title {   display: block;   text-align: center;   padding: 0.6em 0.8em;   font-weight: 700;   border-bottom: 1px solid rgba(255,255,255,0.18);   background: rgba(255,255,255,0.06); }  /* Image cell */ .infobox_image {   text-align: center;   padd...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.shadowrunwiki.com/index.php?title=Template:Corporation/styles.css&amp;diff=2657&amp;oldid=prev"/>
		<updated>2025-11-03T01:39:15Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span class=&quot;autocomment&quot;&gt;Container: &lt;/span&gt; .infobox {   width: 320px;   margin: 0 0 1em 1em;   border: 1px solid rgba(255,255,255,0.18);   background: rgba(255,255,255,0.03);   border-collapse: separate;   border-spacing: 0; }  &lt;span class=&quot;autocomment&quot;&gt;Title header: &lt;/span&gt; .infobox_title {   display: block;   text-align: center;   padding: 0.6em 0.8em;   font-weight: 700;   border-bottom: 1px solid rgba(255,255,255,0.18);   background: rgba(255,255,255,0.06); }  &lt;span class=&quot;autocomment&quot;&gt;Image cell: &lt;/span&gt; .infobox_image {   text-align: center;   padd...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* Container */&lt;br /&gt;
.infobox {&lt;br /&gt;
  width: 320px;&lt;br /&gt;
  margin: 0 0 1em 1em;&lt;br /&gt;
  border: 1px solid rgba(255,255,255,0.18);&lt;br /&gt;
  background: rgba(255,255,255,0.03);&lt;br /&gt;
  border-collapse: separate;&lt;br /&gt;
  border-spacing: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Title header */&lt;br /&gt;
.infobox_title {&lt;br /&gt;
  display: block;&lt;br /&gt;
  text-align: center;&lt;br /&gt;
  padding: 0.6em 0.8em;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  border-bottom: 1px solid rgba(255,255,255,0.18);&lt;br /&gt;
  background: rgba(255,255,255,0.06);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Image cell */&lt;br /&gt;
.infobox_image {&lt;br /&gt;
  text-align: center;&lt;br /&gt;
  padding: 0.6em;&lt;br /&gt;
  border-bottom: 1px solid rgba(255,255,255,0.12);&lt;br /&gt;
}&lt;br /&gt;
.infobox_image img {&lt;br /&gt;
  max-width: 100%;&lt;br /&gt;
  height: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Standard row */&lt;br /&gt;
.infobox .ib-row {&lt;br /&gt;
  padding: 0.45em 0.65em;&lt;br /&gt;
  border-top: 1px solid rgba(255,255,255,0.12);&lt;br /&gt;
  line-height: 1.35;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Subtle striping that adapts to light/dark via alpha */&lt;br /&gt;
.infobox tr:nth-child(even) .ib-row { background: rgba(255,255,255,0.025); }&lt;br /&gt;
.infobox tr:nth-child(odd)  .ib-row { background: transparent; }&lt;br /&gt;
&lt;br /&gt;
/* Make bold labels pop a bit more in dark mode */&lt;br /&gt;
.infobox .ib-row b, &lt;br /&gt;
.infobox .ib-row strong {&lt;br /&gt;
  font-weight: 600;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Dissolved banner */&lt;br /&gt;
.infobox .ib-banner {&lt;br /&gt;
  text-align: center;&lt;br /&gt;
  font-size: 1.2em;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  padding: 0.4em 0.6em;&lt;br /&gt;
  border-top: 1px solid rgba(255,255,255,0.18);&lt;br /&gt;
  border-bottom: 1px solid rgba(255,255,255,0.18);&lt;br /&gt;
  /* Red with alpha so it isn&amp;#039;t blinding in light mode, still readable in dark */&lt;br /&gt;
  background: rgba(255, 60, 60, 0.25);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Fine-tune links inside */&lt;br /&gt;
.infobox .ib-row a { text-decoration: none; }&lt;br /&gt;
.infobox .ib-row a:hover { text-decoration: underline; }&lt;br /&gt;
&lt;br /&gt;
/* Compact the “Overview (Status: …)” subline */&lt;br /&gt;
.infobox_title + br { display: none; }&lt;/div&gt;</summary>
		<author><name>Catrone3</name></author>
	</entry>
</feed>