MediaWiki:Common.css:修订间差异

来自中國法律百科 | China Law Wiki | ChinaLaw.Wiki
无编辑摘要
无编辑摘要
第39行: 第39行:
padding-left: 1em;
padding-left: 1em;
margin-bottom: 0;
margin-bottom: 0;
quotes: "\201C""\201D""\2018""\2019";
}
.templatequote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
}



2018年7月19日 (四) 08:57的版本

/* 此 CSS 會套用至所有的介面外觀 */
body {
 font-family: sans-serif;
}

.mw-body-content {
 font-size: 0.938em;
}

.mw-body-content h3 {
 text-align: center;
 line-height: 2;
}

.mw-body h2 {
  overflow:hidden;
}

a:visited {
  color:#0645ad;
}

#mw-content-text > blockquote {
  border-left: 2px solid #e9e9e9;
  padding-left: .5em;
}

ol.references {
  font-size: 90%;
}

/*****For Template:Quote*****/

.templatequote {
	font-family:SimSun;
	font-size: large;
	background: #f9f9f9;
	border-left: 4px solid #777;
	padding-left: 1em;
	margin-bottom: 0;
}

/*****For Template:Sidebar*****/

.hlist ul {
	list-style: none;
	margin: 0;
}

.hlist ul li {
	display: inline;
}

.hlist dd:after, .hlist li:after {
	content: " ·";
	font-weight: bold;
}

.hlist dd:last-child:after, .hlist li:last-child:after {
	content: none;
}

.vlist ul {
	list-style: none;
	margin-left: 0;
}