2023年政策修订增补工作正在进行中,欢迎参与!
  • Moegirl.ICU:萌娘百科流亡社群 581077156(QQ),欢迎对萌娘百科运营感到失望的编辑者加入
  • Moegirl.ICU:账号认领正在试运行,有意者请参照账号认领流程

User:淮南皓月/main.css

萌娘百科,万物皆可萌的百科全书!转载请标注来源页面的网页链接,并声明引自萌娘百科。内容不可商用。
跳转到导航 跳转到搜索

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

  • Firefox/Safari:按住“Shift”的同时单击“刷新”,或按“Ctrl-F5”或“Ctrl-R”(Mac为“⌘-R”)
  • Google Chrome:按“Ctrl-Shift-R”(Mac为“⌘-Shift-R”)
  • Internet Explorer:按住“Ctrl”的同时单击“刷新”,或按“Ctrl-F5”
  • Opera:在“工具→首选项”中清除缓存
如果您已登录但该页面出现未登录状态,请尝试在地址栏的地址最后添加代码?_=1来访问最新页面。
添加代码后的本页地址如下:-{R|https://moegirl.icu/User:%E6%B7%AE%E5%8D%97%E7%9A%93%E6%9C%88/main.css?_=1}-
#hanahye {
	max-width: 1440px;
	display: flex;
	flex-wrap: wrap;
	margin-right: -1em;
	text-shadow: 0 0 1px #fff;
}

.hy-hidden {
	display: none;
	visibility: hidden;
}

.hy-sect {
	position: relative;
	margin: 0 1em 1em 0 !important;
	padding: .8em;
	line-height: 1.6;
	border: solid medium #fc966e;
	border-radius: 3px;
	overflow: hidden;
}

.hy-edit {
	position: absolute;
	right: 1em;
	top: 1em;
}

#hanahye .hy-sect h2 {
	/* 有mw-parser-output应该只要两段就能覆盖? */
	display: inline-block;
	margin: 0 0 .2em;
	padding: 0;
	border: 0;
	color: inherit;
	font-size: 1.6em;
	font-family: sans-serif;
	font-weight: 700;
	background: linear-gradient(transparent 70%, #fcec52 70%, #fcec52 100%, transparent 100%);
}

#hanahye .hy-sect h2:before {
	display: none;
}

/** 签名板 **/
.hy-guestbook {
	height: 20em;
	overflow-y: auto;
}

#hanahye .hy-guestbook>ol {
	list-style-type: none;
	cursor: default;
	margin: 0 !important;
}

.hy-guestbook>ol>li {
	padding: .5em 0 .5em;
	counter-increment: signatures;
	transition: all .24s ease .06s;
}

.hy-guestbook>ol>li:before {
	content: counter(signatures);
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	line-height: 1.6em;
	margin: 0 .4em 0 0;
	padding: 0;
	text-align: center;
	color: #fff;
	background: #66c7f4;
	border-radius: 0 .5em .5em 0;
}

.hy-guestbook>ol>li:hover {
	background-color: rgba(255, 255, 255, .45);
}

/** TsukiBox **/
#hanahye+.tsukibox {
	border: medium solid #a5e4a5 !important;
}

.tsukibox .TabLabel {
	background: #a5e4a5;
	margin-right: 2px;
}

.tsukibox .TabLabelText {
	border-width: 0 !important;
	font-weight: 700;
	color: #fff;
}

.tsukibox .TabLabelText.selected {
	/*border-color: red blue green #a5e4a5 !important;*/
	background: #e6f6e6 !important;
	color: #a5e4a5;
}

.tsukibox .TabContentText {
	margin: -2px;
}

.tsukibox .TabContent .navbox {
	border: none;	
}

.tsukibox .TabContent {
	border: none;	
}

.tsukibox .TabContent .noprint.plainlinks.hlist.navbar.nomobile {
	visibility: hidden;
}

.tsukibox .TabContent .noprint.plainlinks.hlist.navbar.nomobile>a:first-child::before {
	content: "[+]";
	visibility: visible !important;
	color: #fff;
}

.tsukibox .Wikiplus-Edit-EveryWhereBtn {
	display: none;
}