LLWiki正在建设中,欢迎加入我们

“MediaWiki:Common.css”的版本间差异

来自LLWiki
跳转到导航 跳转到搜索
标签移动版网页编辑 移动版编辑
第41行: 第41行:
ol.linenums {
ol.linenums {
margin-left:3.7em;
margin-left:3.7em;
}

/* 用于模板的css类 */
/* 提示信息 */
.infobox {
margin:0 auto;
}
}

2020年8月13日 (四) 10:28的版本

/* 这里放置的CSS将应用于所有皮肤 */

/* 全局css */
/* 改变背景颜色 */
#content {
	background-color:rgba(247,251,255,0.8);
}
/* 以下修改用于适应背景图片 */
#mw-page-base {
	background-color:transparent;
	background-image:none;
}
#simpleSearch #searchInput {
	background-color:white;
}
#p-personal, #p-variants, #p-cactions {
	background-image:linear-gradient(to top,#77c1f6 0,#e8f2f8 1px,#ffffff 100%);
}
#p-personal ul {
	padding: 0 0.5em;
}
body, #p-navigation, #p-tb, #footer {
	background-color:rgba(255,255,255,.7);
}
/* 解决代码的overflow */
pre {
	word-wrap:break-word;
}
/* 首页 */
.mainpage-flex {
	display:inline-block;
	width:32%;
}
.mainpage-project {
	display:inline-block;
	width:49%;
	margin-bottom:40px;
}

/* gadget-code-prettify */
ol.linenums {
	margin-left:3.7em;
}

/* 用于模板的css类 */
/* 提示信息 */
.infobox {
	margin:0 auto;
}