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

MediaWiki:Gadget-mobile-styles.css

来自LLWiki
跳转到导航 跳转到搜索

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
/*<nowiki>*/
/* 静态HTML元素的手机版样式,依赖JS加载的动态元素样式请写入[[mediawiki:mobile.css]] */
/* 注意这里的样式仍会在桌面版加载,因此请添加必要的.skin-minerva选择器 */

.skin-minerva .mw-tag-marker {
	height: auto;
}
.skin-minerva .mw-changeslist .comment {
	padding: 0;
	line-height: inherit;
}
/* 表格外容器 */
@media only screen and (max-width:720px) {
	.skin-minerva .table-wrapper {
		overflow-x: auto;
	}
}
/* 外链过长 */
.skin-minerva a.external {
	word-break: break-all;
}
a.external.autonumber {
	word-break: normal;
}
.error {
	color:#d33;	
	font-size:larger;
}
/* 移动版页顶图标 */
#page-actions .mw-ui-icon-with-label-desktop {
	color: transparent;
	width: 1.25em;
}
#page-actions a {
	color:#555;
}
#page-actions .fa {
	width: 20px;
	padding: 10px;
}
#page-actions > li > a > .fa::before {
	font-size: 125%;
}
.mw-editsection .mw-ui-icon-element {
	color: transparent;
}
/* 移动版移动页面 */
.skin-minerva .movepage-wrapper {
	width:auto;
}
/* 显示wikitable底部边框 */
.wikitable {
	padding-bottom: 1px;
}
/* cite扩展 */
.skin-minerva .mw-references-wrap + ol {
	margin-top: 10px;
}
/* gallery扩展 */
.skin-minerva .gallery {
	padding-left: 2px;
}
.skin-minerva .gallerytextwrapper, .skin-minerva .gallerytext {
	box-sizing: border-box;
	width: 100% !important;
}
.gallerytext > p {
	margin: 0.5em 0;
}
/* score扩展 */
.mw-ext-score {
	overflow-x: auto;
}

#mw-mobile-noteTA > img {
	width:35px;
	height:auto;
}
/*</nowiki>*/