<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://umamusu.wiki/Template:Boilerplate_Game_Story_Transcript/styles.css/history?feed=atom</id>
	<title>Template:Boilerplate Game Story Transcript/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://umamusu.wiki/Template:Boilerplate_Game_Story_Transcript/styles.css/history?feed=atom"/>
	<link rel="alternate" type="text/html" href="https://umamusu.wiki/Template:Boilerplate_Game_Story_Transcript/styles.css/history"/>
	<updated>2026-06-04T17:14:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://umamusu.wiki/w/index.php?title=Template:Boilerplate_Game_Story_Transcript/styles.css&amp;diff=49834&amp;oldid=prev</id>
		<title>Orfevread: Orfevread moved page Template:Boilerplate Game Story Dialogue/styles.css to Template:Boilerplate Game Story Transcript/styles.css without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://umamusu.wiki/w/index.php?title=Template:Boilerplate_Game_Story_Transcript/styles.css&amp;diff=49834&amp;oldid=prev"/>
		<updated>2026-01-05T10:42:21Z</updated>

		<summary type="html">&lt;p&gt;Orfevread moved page &lt;a href=&quot;/Template:Boilerplate_Game_Story_Dialogue/styles.css/edit?redlink=1&quot; class=&quot;new&quot; title=&quot;Template:Boilerplate Game Story Dialogue/styles.css (page does not exist)&quot;&gt;Template:Boilerplate Game Story Dialogue/styles.css&lt;/a&gt; to &lt;a href=&quot;/Template:Boilerplate_Game_Story_Transcript/styles.css&quot; title=&quot;Template:Boilerplate Game Story Transcript/styles.css&quot;&gt;Template:Boilerplate Game Story Transcript/styles.css&lt;/a&gt; without leaving a redirect&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 10:42, 5 January 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&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;/table&gt;</summary>
		<author><name>Orfevread</name></author>
	</entry>
	<entry>
		<id>https://umamusu.wiki/w/index.php?title=Template:Boilerplate_Game_Story_Transcript/styles.css&amp;diff=49830&amp;oldid=prev</id>
		<title>Orfevread: first publish</title>
		<link rel="alternate" type="text/html" href="https://umamusu.wiki/w/index.php?title=Template:Boilerplate_Game_Story_Transcript/styles.css&amp;diff=49830&amp;oldid=prev"/>
		<updated>2026-01-05T10:05:38Z</updated>

		<summary type="html">&lt;p&gt;first publish&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;.wikitable {&lt;br /&gt;
	border: 3px solid var(--color_main);&lt;br /&gt;
	border-radius: 15px;&lt;br /&gt;
	border-collapse: separate;&lt;br /&gt;
	border-spacing: 0px;&lt;br /&gt;
	color: #8F5225;&lt;br /&gt;
	width: 50%;&lt;br /&gt;
	margin-left: auto;&lt;br /&gt;
    margin-right: auto;&lt;br /&gt;
    column-count: 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable th {&lt;br /&gt;
	background: inherit;&lt;br /&gt;
	color: #8F5225;&lt;br /&gt;
	border-width: 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wikitable td {&lt;br /&gt;
	border-width: 0px;&lt;br /&gt;
	width: 80%;&lt;br /&gt;
	padding: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
tr:nth-child(odd) &amp;gt; th, tr:nth-child(odd) &amp;gt; td {&lt;br /&gt;
	background: #FCFAFA;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
tr:nth-child(even) &amp;gt; th, tr:nth-child(even) &amp;gt; td {&lt;br /&gt;
	background: #EFECEC;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
tr:first-child &amp;gt; :first-child {&lt;br /&gt;
	border-radius: 10px 0px 0px 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
tr:first-child &amp;gt; :last-child {&lt;br /&gt;
	border-radius: 0px 10px 0px 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
tr:last-child &amp;gt; :first-child {&lt;br /&gt;
	border-radius: 0px 0px 0px 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
tr:last-child &amp;gt; :last-child {&lt;br /&gt;
	border-radius: 0px 0px 10px 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Below: Futureproofing in the event of a table with only one row, or a row with only one column.&lt;br /&gt;
Unlikely to happen, but doesn&amp;#039;t hurt to have code for */&lt;br /&gt;
&lt;br /&gt;
tr:first-child &amp;gt; :only-child {&lt;br /&gt;
	border-radius: 10px 10px 0px 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
tr:last-child &amp;gt; :only-child {&lt;br /&gt;
	border-radius: 0px 0px 10px 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
tr:only-child &amp;gt; :first-child {&lt;br /&gt;
	border-radius: 10px 0px 0px 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
tr:only-child &amp;gt; :last-child {&lt;br /&gt;
	border-radius: 0px 10px 10px 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
tr:only-child &amp;gt; :only-child {&lt;br /&gt;
	border-radius: 10px 10px 10px 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
img {&lt;br /&gt;
	max-height: 800px;&lt;br /&gt;
	width: auto;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Orfevread</name></author>
	</entry>
</feed>