<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://9on0wiki.gunmu.dns.navy/index.php?action=history&amp;feed=atom&amp;title=MediaWiki_talk%3ACommon.css</id>
	<title>MediaWiki talk:Common.css - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://9on0wiki.gunmu.dns.navy/index.php?action=history&amp;feed=atom&amp;title=MediaWiki_talk%3ACommon.css"/>
	<link rel="alternate" type="text/html" href="https://9on0wiki.gunmu.dns.navy/index.php?title=MediaWiki_talk:Common.css&amp;action=history"/>
	<updated>2026-08-28T16:24:02Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://9on0wiki.gunmu.dns.navy/index.php?title=MediaWiki_talk:Common.css&amp;diff=556&amp;oldid=prev</id>
		<title>DoubleCircle：​创建页面，内容为“== InfoBox样式 ==  已从 [https://www.huijiwiki.com/wiki/%E5%B8%AE%E5%8A%A9:%E5%A4%8D%E6%9D%82%E6%A8%A1%E6%9D%BF 灰机Wiki复杂模板]等来源获取了模板:Infobox  需要在common.js中设置基本的Infobox全局配色，参考久远澪和沙盒提出以下配色方案  &lt;pre&gt; /* ========== Infobox 统一配色 ========== */ .infobox {     float: right;     margin-left: 10px;     max-width: 20em;     text-align: center;     background-color…”</title>
		<link rel="alternate" type="text/html" href="https://9on0wiki.gunmu.dns.navy/index.php?title=MediaWiki_talk:Common.css&amp;diff=556&amp;oldid=prev"/>
		<updated>2026-08-25T23:00:16Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“== InfoBox样式 ==  已从 [https://www.huijiwiki.com/wiki/%E5%B8%AE%E5%8A%A9:%E5%A4%8D%E6%9D%82%E6%A8%A1%E6%9D%BF 灰机Wiki复杂模板]等来源获取了&lt;a href=&quot;/wiki/Template:Infobox&quot; title=&quot;Template:Infobox&quot;&gt;模板:Infobox&lt;/a&gt;  需要在common.js中设置基本的Infobox全局配色，参考&lt;a href=&quot;/wiki/%E4%B9%85%E8%BF%9C%E6%BE%AA&quot; title=&quot;久远澪&quot;&gt;久远澪&lt;/a&gt;和&lt;a href=&quot;/wiki/%E6%B2%99%E7%9B%92&quot; title=&quot;沙盒&quot;&gt;沙盒&lt;/a&gt;提出以下配色方案  &amp;lt;pre&amp;gt; &lt;span class=&quot;autocomment&quot;&gt;========== Infobox 统一配色 ==========：​&lt;/span&gt; .infobox {     float: right;     margin-left: 10px;     max-width: 20em;     text-align: center;     background-color…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== InfoBox样式 ==&lt;br /&gt;
&lt;br /&gt;
已从 [https://www.huijiwiki.com/wiki/%E5%B8%AE%E5%8A%A9:%E5%A4%8D%E6%9D%82%E6%A8%A1%E6%9D%BF 灰机Wiki复杂模板]等来源获取了[[模板:Infobox]]&lt;br /&gt;
&lt;br /&gt;
需要在common.js中设置基本的Infobox全局配色，参考[[久远澪]]和[[沙盒]]提出以下配色方案&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/* ========== Infobox 统一配色 ========== */&lt;br /&gt;
.infobox {&lt;br /&gt;
    float: right;&lt;br /&gt;
    margin-left: 10px;&lt;br /&gt;
    max-width: 20em;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    background-color: #F1F8E6;   /* 整体浅绿背景 */&lt;br /&gt;
    border: 1px solid #8FBC8F;   /* 可选：添加边框，与头部颜色呼应 */&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    font-size: 88%;&lt;br /&gt;
    line-height: 1.5em;&lt;br /&gt;
    clear: right;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 顶部标题行（above）和分组标题行（header） */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-header {&lt;br /&gt;
    background-color: #8FBC8F;   /* 暗绿色背景 */&lt;br /&gt;
    color: white;                /* 白色文字 */&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    padding: 0.4em 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 标签单元格 */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
    width: 30%;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    background-color: #e0efd0;   /* 可选：比整体背景稍深的浅绿，突出标签 */&lt;br /&gt;
    padding: 0.3em 0.4em;&lt;br /&gt;
    text-align: right;&lt;br /&gt;
    vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 数据单元格 */&lt;br /&gt;
.infobox .infobox-data {&lt;br /&gt;
    width: 70%;&lt;br /&gt;
    padding: 0.3em 0.4em;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>DoubleCircle</name></author>
	</entry>
</feed>