<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>https://soka.cafe/index.php?action=history&amp;feed=atom&amp;title=%E6%A8%A1%E6%9D%BF%3A%E6%A0%8F%E7%9B%AE%E5%9D%97.css</id>
	<title>模板:栏目块.css - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://soka.cafe/index.php?action=history&amp;feed=atom&amp;title=%E6%A8%A1%E6%9D%BF%3A%E6%A0%8F%E7%9B%AE%E5%9D%97.css"/>
	<link rel="alternate" type="text/html" href="https://soka.cafe/index.php?title=%E6%A8%A1%E6%9D%BF:%E6%A0%8F%E7%9B%AE%E5%9D%97.css&amp;action=history"/>
	<updated>2026-06-22T08:21:27Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://soka.cafe/index.php?title=%E6%A8%A1%E6%9D%BF:%E6%A0%8F%E7%9B%AE%E5%9D%97.css&amp;diff=22&amp;oldid=prev</id>
		<title>铃鸣万魔殿：​Kohana240将页面模板:栏目块.css的内容模型从“wikitext”更改为“已过滤的CSS”</title>
		<link rel="alternate" type="text/html" href="https://soka.cafe/index.php?title=%E6%A8%A1%E6%9D%BF:%E6%A0%8F%E7%9B%AE%E5%9D%97.css&amp;diff=22&amp;oldid=prev"/>
		<updated>2024-06-24T16:09:20Z</updated>

		<summary type="html">&lt;p&gt;Kohana240将页面&lt;a href=&quot;/%E6%A8%A1%E6%9D%BF:%E6%A0%8F%E7%9B%AE%E5%9D%97.css&quot; title=&quot;模板:栏目块.css&quot;&gt;模板:栏目块.css&lt;/a&gt;的内容模型从“wikitext”更改为“已过滤的CSS”&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;zh-Hans-CN&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;2024年6月25日 (二) 00:09的版本&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;zh-Hans-CN&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;（没有差异）&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key u745476817_sokacafe-_mw:diff:1.41:old-21:rev-22:php=table --&gt;
&lt;/table&gt;</summary>
		<author><name>铃鸣万魔殿</name></author>
	</entry>
	<entry>
		<id>https://soka.cafe/index.php?title=%E6%A8%A1%E6%9D%BF:%E6%A0%8F%E7%9B%AE%E5%9D%97.css&amp;diff=21&amp;oldid=prev</id>
		<title>铃鸣万魔殿：​创建页面</title>
		<link rel="alternate" type="text/html" href="https://soka.cafe/index.php?title=%E6%A8%A1%E6%9D%BF:%E6%A0%8F%E7%9B%AE%E5%9D%97.css&amp;diff=21&amp;oldid=prev"/>
		<updated>2024-06-24T16:08:52Z</updated>

		<summary type="html">&lt;p&gt;创建页面&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* 复制于https://otomad.wiki/Template:%E5%AD%90%E6%A0%8F%E7%9B%AE.css */&lt;br /&gt;
&lt;br /&gt;
.childbox-image-more::before {&lt;br /&gt;
	content: &amp;quot;&amp;quot;;&lt;br /&gt;
	opacity: 0;&lt;br /&gt;
	transition:opacity 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.childbox-image-more:hover::before {&lt;br /&gt;
    content: &amp;quot;了解更多&amp;quot;;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    font-size: 20px;&lt;br /&gt;
    color: black;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    z-index: 200;&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    background-color: rgba(255,255,255,0.7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.childbox-image-more {&lt;br /&gt;
	transform: scale(1);&lt;br /&gt;
	transition:all 0.2s;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.childbox-image-more:hover {&lt;br /&gt;
	transform: scale(1.01);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.childbox-image-more-child img {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 850px) {&lt;br /&gt;
	.childbox-box {&lt;br /&gt;
		margin:10px;&lt;br /&gt;
		display:flex;&lt;br /&gt;
		font-size: 0;&lt;br /&gt;
	}&lt;br /&gt;
	.childbox-image {&lt;br /&gt;
		width:30%;&lt;br /&gt;
		border-radius:6px;&lt;br /&gt;
		overflow:hidden;&lt;br /&gt;
		/*box-shadow: 0 3px 6px rgb(0 0 0 / 20%)*/;&lt;br /&gt;
		cursor: default;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		margin:auto;&lt;br /&gt;
	}&lt;br /&gt;
	.childbox-text {&lt;br /&gt;
		width:65%;&lt;br /&gt;
		margin-left:20px;&lt;br /&gt;
	}&lt;br /&gt;
	.childbox-title {&lt;br /&gt;
		flex:1;&lt;br /&gt;
		font-weight:700;&lt;br /&gt;
		font-size:20px;&lt;br /&gt;
		margin-top:5px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 850px) {&lt;br /&gt;
	.childbox-box {&lt;br /&gt;
		margin:10px;&lt;br /&gt;
		display:flex;&lt;br /&gt;
		flex-direction: column;&lt;br /&gt;
		font-size: 0;&lt;br /&gt;
	}&lt;br /&gt;
	.childbox-image {&lt;br /&gt;
		width:100%;&lt;br /&gt;
		border-radius:6px;&lt;br /&gt;
		overflow:hidden;&lt;br /&gt;
		/*box-shadow: 0 3px 6px rgb(0 0 0 / 20%)*/;&lt;br /&gt;
		cursor: default;&lt;br /&gt;
		align-items: center;&lt;br /&gt;
		margin:auto;&lt;br /&gt;
	}&lt;br /&gt;
	.childbox-text {&lt;br /&gt;
		width:100%;&lt;br /&gt;
	}&lt;br /&gt;
	.childbox-title {&lt;br /&gt;
		text-align:center;&lt;br /&gt;
		flex:1;&lt;br /&gt;
		font-weight:700;&lt;br /&gt;
		font-size:20px;&lt;br /&gt;
		margin-top:5px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>铃鸣万魔殿</name></author>
	</entry>
</feed>