<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://bsd.neuroinf.jp/w/index.php?action=history&amp;feed=atom&amp;title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB%3AInformation%2Fstyles.css</id>
	<title>モジュール:Information/styles.css - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://bsd.neuroinf.jp/w/index.php?action=history&amp;feed=atom&amp;title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB%3AInformation%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://bsd.neuroinf.jp/w/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Information/styles.css&amp;action=history"/>
	<updated>2026-05-02T20:30:58Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://bsd.neuroinf.jp/w/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Information/styles.css&amp;diff=48980&amp;oldid=prev</id>
		<title>Nijcadmin: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://bsd.neuroinf.jp/w/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Information/styles.css&amp;diff=48980&amp;oldid=prev"/>
		<updated>2023-11-24T07:56:24Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&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;ja&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;2023年11月24日 (金) 16:56時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key wiki-mw_:diff:1.41:old-48979:rev-48980 --&gt;
&lt;/table&gt;</summary>
		<author><name>Nijcadmin</name></author>
	</entry>
	<entry>
		<id>https://bsd.neuroinf.jp/w/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Information/styles.css&amp;diff=48979&amp;oldid=prev</id>
		<title>2001:7D0:81DB:1480:C54F:C50A:6CE9:849B: unbreak some styles @Neveselbert (mobile)</title>
		<link rel="alternate" type="text/html" href="https://bsd.neuroinf.jp/w/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Information/styles.css&amp;diff=48979&amp;oldid=prev"/>
		<updated>2023-06-10T19:33:22Z</updated>

		<summary type="html">&lt;p&gt;unbreak some styles @&lt;a href=&quot;/w/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Neveselbert_(mobile)&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;利用者:Neveselbert (mobile) (存在しないページ)&quot;&gt;Neveselbert (mobile)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/**&lt;br /&gt;
 * Generally we have div.commons-file-information-table &amp;gt; table.fileinfotpl-type-information&lt;br /&gt;
 * But additional cells have table.commons-file-information-table&lt;br /&gt;
 * We currently only deal with tbody, as there are no known usages of thead/tfoot&lt;br /&gt;
 * This is hyper specific to avoid &lt;br /&gt;
 */&lt;br /&gt;
table.commons-file-information-table,&lt;br /&gt;
.fileinfotpl-type-information,&lt;br /&gt;
.fileinfotpl-type-artwork {&lt;br /&gt;
	/* toccolours */&lt;br /&gt;
	border: 1px solid #a2a9b1;&lt;br /&gt;
	background-color: #f8f9fa;&lt;br /&gt;
	padding: 5px;&lt;br /&gt;
	font-size: 95%;&lt;br /&gt;
	/* end of toccolours */&lt;br /&gt;
	border-spacing: 2px;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.commons-file-information-table &amp;gt; tbody &amp;gt; tr,&lt;br /&gt;
.fileinfotpl-type-information &amp;gt; tbody &amp;gt; tr,&lt;br /&gt;
.fileinfotpl-type-artwork &amp;gt; tbody &amp;gt; tr {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table.commons-file-information-table &amp;gt; tbody &amp;gt; tr &amp;gt; td,&lt;br /&gt;
table.commons-file-information-table &amp;gt; tbody &amp;gt; tr &amp;gt; th, &lt;br /&gt;
.fileinfotpl-type-information &amp;gt; tbody &amp;gt; tr &amp;gt; td,&lt;br /&gt;
.fileinfotpl-type-information &amp;gt; tbody &amp;gt; tr &amp;gt; th,&lt;br /&gt;
.fileinfotpl-type-artwork &amp;gt; tbody &amp;gt; tr &amp;gt; td,&lt;br /&gt;
.fileinfotpl-type-artwork &amp;gt; tbody &amp;gt; tr &amp;gt; th {&lt;br /&gt;
	padding: 4px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* This should be removed from MediaWiki:Filepage.css and MediaWiki:Common.css */&lt;br /&gt;
.fileinfo-paramfield {&lt;br /&gt;
	background: #ccf;&lt;br /&gt;
	text-align: right;&lt;br /&gt;
	padding-right: 0.4em;&lt;br /&gt;
	width: 15%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* stack with additional adjacent templates */&lt;br /&gt;
.commons-file-information-table + table.commons-file-information-table,&lt;br /&gt;
.commons-file-information-table + div.commons-file-information-table &amp;gt; table {&lt;br /&gt;
    border-top: 0;&lt;br /&gt;
    padding-top: 0;&lt;br /&gt;
    margin-top: -8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Layout on mobile devices */&lt;br /&gt;
@media only screen and (max-width:719px)  {&lt;br /&gt;
	table.commons-file-information-table,&lt;br /&gt;
	.commons-file-information-table .fileinfotpl-type-information,&lt;br /&gt;
	.commons-file-information-table .fileinfotpl-type-artwork {&lt;br /&gt;
		border-spacing: 0;&lt;br /&gt;
		padding: 0;&lt;br /&gt;
		word-break: break-word;&lt;br /&gt;
		width: 100% !important;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.commons-file-information-table &amp;gt; tbody,&lt;br /&gt;
	.fileinfotpl-type-information &amp;gt; tbody,&lt;br /&gt;
	.fileinfotpl-type-artwork &amp;gt; tbody {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.commons-file-information-table &amp;gt; tbody &amp;gt; tr &amp;gt; td,&lt;br /&gt;
	.commons-file-information-table &amp;gt; tbody &amp;gt; tr &amp;gt; th,&lt;br /&gt;
	.fileinfotpl-type-information &amp;gt; tbody &amp;gt; tr &amp;gt; td,&lt;br /&gt;
	.fileinfotpl-type-information &amp;gt; tbody &amp;gt; tr &amp;gt; th,&lt;br /&gt;
	.fileinfotpl-type-artwork &amp;gt; tbody &amp;gt; tr &amp;gt; td,&lt;br /&gt;
	.fileinfotpl-type-artwork &amp;gt; tbody &amp;gt; tr &amp;gt; th {&lt;br /&gt;
		padding: 0.2em 0.4em;&lt;br /&gt;
		text-align: left;&lt;br /&gt;
		text-align: start;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.commons-file-information-table &amp;gt; tbody &amp;gt; tr,&lt;br /&gt;
	.fileinfotpl-type-information &amp;gt; tbody &amp;gt; tr,&lt;br /&gt;
	.fileinfotpl-type-artwork &amp;gt; tbody &amp;gt; tr {&lt;br /&gt;
		display: flex;&lt;br /&gt;
		flex-direction: column;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* stack with additional adjacent templates */&lt;br /&gt;
	.commons-file-information-table + table.commons-file-information-table,&lt;br /&gt;
	.commons-file-information-table + div.commons-file-information-table &amp;gt; table {&lt;br /&gt;
	    margin-top: -1px;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.fileinfo-paramfield {&lt;br /&gt;
		box-sizing: border-box;&lt;br /&gt;
		flex: 1 0 100%;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>2001:7D0:81DB:1480:C54F:C50A:6CE9:849B</name></author>
	</entry>
</feed>