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

“Widget:首页/愚人节”的版本间差异

来自LLWiki
跳转到导航 跳转到搜索
标签移动版网页编辑 移动版编辑
标签移动版网页编辑 移动版编辑
第1行: 第1行:
<noinclude>{{doc|content=只用于[[LLWiki:首页/2021年04月01日|2021年愚人节的首页]]样式。}}[[category:混合小部件]]<p>JavaScript脚本:[[User:Bhsd/widget/packed-hover.js]]</p></noinclude><includeonly><!--{if !isset($wgWidgetMainpage) || !$wgWidgetMainpage}--><!--{assign var="wgWidgetMainpage" value=true scope="global"}--><!--<script defer src='//cdn.jsdelivr.net/gh/bhsd-harry/LLWiki@1.7/widget/packed-hover.min.js'>--><script defer src='/zh?title=user:bhsd/widget/packed-hover.js&action=raw&ctype=text/javascript'></script><style>
<noinclude>{{doc|content=只用于[[LLWiki:首页/2021年04月01日|2021年愚人节的首页]]样式。}}[[category:纯CSS小部件]]</noinclude><includeonly><!--{if !isset($wgWidgetMainpage) || !$wgWidgetMainpage}--><!--{assign var="wgWidgetMainpage" value=true scope="global"}--><style>
/* </includeonly>CSS样式表:<pre lang="css"> */
/* </includeonly>CSS样式表:<pre lang="css"> */
h1 { /* 手机版首页会自动处理.pre-content */
h1 { /* 手机版首页会自动处理.pre-content */

2021年4月3日 (六) 05:23的版本

Template-info.png 小部件文档
这个文档是内联文档。

只用于2021年愚人节的首页样式。

CSS样式表:

 */
h1 { /* 手机版首页会自动处理.pre-content */
	display: none;
}
.floatnone img {
	max-width: 100%;
	height: auto;
}
.skin-minerva ul.gallery,
.skin-minerva .gallery .thumb,
.skin-minerva .mw-gallery-packed-hover > .gallerybox.mw-gallery-focused .gallerytextwrapper,
.skin-minerva .mw-gallery-packed-hover > .gallerybox:hover .gallerytextwrapper {
	padding: 0;
	margin: 2px 0;
}
.skin-minerva .gallery img {
	width: 100% !important;
}
.gallerytext > p {
	margin: 0.5em 0;
}
@media screen and (min-width:720px) and (max-width:1000px) {
	.skin-minerva .gallerybox {
		width: calc(48.5vw - 3.35em) !important;
	}
	.skin-minerva .gallerybox > div, .skin-minerva .gallerybox .thumb {
		width: auto !important;
	}
}
/*