用户:Sam0324/Forum.css:修订间差异
来自Limbo Wiki Mirror
小无编辑摘要  | 
				小 已从limbowiki:用户:Sam0324/Forum.css导入16个版本  | 
				||
| (未显示3个用户的4个中间版本) | |||
| 第1行: | 第1行: | ||
/*   | /* edit from github.com/wikimedia/mediawiki-extensions-Flow */  | ||
/* Use [GNU General Public License v2.0], see github.com/wikimedia/mediawiki-extensions-Flow/blob/master/COPYING */  | |||
.body{  | .body{  | ||
	line-height:1.5;  | 	line-height:1.5;  | ||
| 第11行: | 第12行: | ||
}  | }  | ||
.text{  | .text{  | ||
	margin: 1em 0   | 	margin: 1em 0 1em 1em;  | ||
}  | }  | ||
.reply{  | .reply{  | ||
| 第33行: | 第34行: | ||
	border:dashed 1px #444;  | 	border:dashed 1px #444;  | ||
	background:#F5F5F5;  | 	background:#F5F5F5;  | ||
	padding:0.5em;  | |||
	padding:  | |||
}  | }  | ||
2025年6月25日 (三) 23:34的最新版本
/* edit from github.com/wikimedia/mediawiki-extensions-Flow */
/* Use [GNU General Public License v2.0], see github.com/wikimedia/mediawiki-extensions-Flow/blob/master/COPYING */
.body{
	line-height:1.5;
	width:100%;
}
.title{
	padding:0.5em 1em;
	background-color:#eaecf0;
	font-size:1em;
	color: #72777d;
}
.text{
	margin: 1em 0 1em 1em;
}
.reply{
	margin-left: 1.5em;
	padding-left: 2em;
	border-left: 1px solid #c8ccd1;
}
p{
	margin:0;
}
.h{
	font-size:1.5em;
	font-weight:bold;
	color:black;
}
.lw-time:hover{
	color:#11A;
	text-decoration: underline;
}
.pre{
	border:dashed 1px #444;
	background:#F5F5F5;
	padding:0.5em;
}
