用户:Sam0324/Forum.css:修订间差异
来自Limbo Wiki Mirror
| 小无编辑摘要 | 小 已从limbowiki:用户:Sam0324/Forum.css导入16个版本 | ||
| (未显示3个用户的13个中间版本) | |||
| 第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; | ||
| 第5行: | 第6行: | ||
| } | } | ||
| .title{ | .title{ | ||
| 	padding:0.5em  | 	padding:0.5em 1em; | ||
| 	background-color:#eaecf0; | 	background-color:#eaecf0; | ||
| 	font-size:1em; | 	font-size:1em; | ||
| 	color: #72777d; | |||
| } | } | ||
| .text{ | .text{ | ||
| 	margin: 1em 0  | 	margin: 1em 0 1em 1em; | ||
| } | } | ||
| .reply{ | .reply{ | ||
| 	margin-left: 1.5em; | 	margin-left: 1.5em; | ||
| 	padding-left: 2em; | |||
| 	border-left: 1px solid #c8ccd1; | |||
| } | } | ||
| p{ | p{ | ||
| 	margin:0; | 	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; | |||
| } | } | ||
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;
}
