打开/关闭菜单
切换首选项菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:Mbox.css:修订间差异

来自此界与彼端
无编辑摘要
无编辑摘要
 
第1行: 第1行:
.mbox {
overflow: hidden;
margin: 0.5em auto;
border-left-width: 0.5rem;
height: 3rem;
display: flex;
}
.mbox-text {
font-size: 14px;
border: none;
padding: 0 0.9em 0 0.5rem;
width: 75%;
line-height: 3rem;
}
.mbox.quote-primary {
.mbox.quote-primary {
     border-left-color: #337ab7
     border-left-color: #337ab7

2025年4月2日 (三) 15:56的最新版本

.mbox {
	overflow: hidden;
	margin: 0.5em auto;
	border-left-width: 0.5rem;
	height: 3rem;
	display: flex;
}

.mbox-text {
	font-size: 14px;
	border: none;
	padding: 0 0.9em 0 0.5rem;
	width: 75%;
	line-height: 3rem;	
}

.mbox.quote-primary {
    border-left-color: #337ab7
}

.mbox.quote-success {
    border-left-color: #5cb85c
}

.mbox.quote-danger {
    border-left-color: #d9534f
}

.mbox.quote-warning {
    border-left-color: #f0ad4e
}

.mbox.quote-info {
    border-left-color: #5bc0de
}