MediaWiki:Common.css:修订间差异

来自China Law| 中国法规库
无编辑摘要
无编辑摘要
第69行: 第69行:
}
}


body.page-首页.rootpage-首页.action-view.ns-0 .mw-content-ltr {
body.page-首页 .mw-content-ltr {
margin-right: none;
margin-right: none;
}
}

2017年8月2日 (三) 17:44的版本

/* 这里放置的CSS将应用于所有皮肤 */
body {
 font-family: sans-serif;
 font-size: larger;
}

.mw-body h2 {
  font-weight:bold;
  color:#000;
  background-color:#e9e9e9;
  text-indent:7px;
  padding:2px 0 2px;
  margin:42px 0 14px;
  border-bottom: none;
  overflow:hidden;
}

.mw-body h3 {
  border-bottom:1px solid #aaa;
}

a:visited {
  color:#0645ad;
}

#navbar ul {
margin-right:1em;
margin-top:0;
}

#navbar ul li {
float:left;
margin-right:1em;
}

.tocnumber {
	display: none;
}

.mw-content-ltr .toc ul ul, .mw-content-ltr #toc ul ul, .mw-content-rtl .mw-content-ltr .toc ul ul, .mw-content-rtl .mw-content-ltr #toc ul ul {
	margin-left: 1.5em;
	padding-left: .5em;
	border-left: 1px dashed #ccc;
}

#toc {
	position: fixed;
	right: 1.5em;
	top: 170px;
	width: 25em;
	background-color: transparent;
	border-left: 1px solid #f1f1f1;
	border-top: none;
	border-bottom: none;
	border-right: none;
}

#toc #toctitle h2 {
	background-color: transparent;
}

#toc>ul {
	overflow: auto;
	max-height: 300px;	
}

body.action-view.ns-0 .mw-content-ltr, body.action-view.ns-1000 .mw-content-ltr {
	margin-right: 26em;
}

body.page-首页 .mw-content-ltr {
	margin-right: none;
}

.catlinks {
	margin-right: 26em;
}