User:Irukaza/common.css

H萌娘,万物皆可H的百科全书!
< User:Irukaza
imported>=海豚=2021年5月7日 (五) 22:00的版本
跳到导航 跳到搜索

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

  • 按住CTRL+SHIFT+DEL 或 ⌘-Shift-R来清除缓存!
  • 或尝试在地址栏的地址最后添加代码?_=1来访问最新页面。
    添加代码后的本页地址如下:-{R|https://hmoegirl.com/User:Irukaza/common.css?_=1}-
  • 你还可以在设置中勾选小工具在页面右上角添加清除缓存按钮!
/* 这里放置的CSS将影响使用移动版网站的用户 */

/* notification */
#mw-notification-area {
	top: 130px;
	bottom: unset;
}
div.mw-notification {
	position: static;
}
div.mw-notification.mw-notification-type-error,
.mw-notification.mw-notification-type-warn,
.mw-notification.mw-notification-type-success {
	background-size: 24px;
	background-position: 16px 50%;
	background-repeat: no-repeat;
	padding: 0.9em 1em 0.9em calc(1em + 40px);
	width: calc(80% - 40px);
}
.mw-notification.mw-notification-type-warn {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22%3E%3Cpath fill=%22%23da3%22 fill-rule=%22evenodd%22 d=%22M11.643 22.364c1.234 0 2.235-.956 2.235-2.136h-4.47c0 1.18 1 2.136 2.234 2.136zm7.25-12.284v3.998l1.77 3.603v1.1H2.623v-1.1l1.77-3.602V10.08c0-2.894 1.822-5.41 4.475-6.47.26-1.283 1.415-2.227 2.773-2.227s2.51.944 2.776 2.227c2.653 1.06 4.477 3.576 4.477 6.47zM12.92 4.974h-2.554c-2.438.553-4.255 2.64-4.255 5.14v4.474l-1.7 2.44h14.47l-1.702-2.44v-4.474c.024-4.076-3.616-5.09-4.255-5.14z%22/%3E%3C/svg%3E");
}
.mw-notification.mw-notification-type-success {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22%3E%3Cpath fill=%22%233d3%22 fill-rule=%22evenodd%22 d=%22M11.643 22.364c1.234 0 2.235-.956 2.235-2.136h-4.47c0 1.18 1 2.136 2.234 2.136zm7.25-12.284v3.998l1.77 3.603v1.1H2.623v-1.1l1.77-3.602V10.08c0-2.894 1.822-5.41 4.475-6.47.26-1.283 1.415-2.227 2.773-2.227s2.51.944 2.776 2.227c2.653 1.06 4.477 3.576 4.477 6.47zM12.92 4.974h-2.554c-2.438.553-4.255 2.64-4.255 5.14v4.474l-1.7 2.44h14.47l-1.702-2.44v-4.474c.024-4.076-3.616-5.09-4.255-5.14z%22/%3E%3C/svg%3E");
}
.mw-notification-title {
	font-weight: bold;
}
/* collapsible */
a.mw-collapsible-text {
	color:#3366cc;
}
select {
	border: 1px solid #a2a9b1;
	border-radius: 2px;
	background: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22%3E %3Ctitle%3E down %3C/title%3E %3Cpath d=%22M10.085 2.943L6.05 6.803l-3.947-3.86L1.05 3.996l5 5 5-5z%22/%3E %3C/svg%3E") no-repeat right;
}
/* 编辑页面 */
#editform {
	clear: both;
}
.mw-editTools li {
	margin-bottom:0;
}
.mw-editTools .mw-charinsert-item {
	color:#36c;
	border: 1px solid #c8ccd1;
	padding: 1px 5px;
}
.mw-editTools .mw-charinsert-item:hover {
	border-color: #36c;
}
/* 最近更改 */
.mw-rcfilters-ui-overlay {
	z-index: 1; /* 修复后台CSS异常 */
}
#ooui-invert {
	display:none;
}
.mw-rcfilters-ui-menuSelectWidget-view-namespaces #ooui-invert {
	display:block;
}
@media only screen and (max-width:720px) {
	.mw-rcfilters-ui-rclTopSectionWidget .mw-rcfilters-ui-cell {
		display: block;
	}
	.mw-rcfilters-ui-rclTopSectionWidget .mw-rcfilters-ui-rclTargetPageWidget {
		min-width: 100%;
	}
}
/* Suppress */
li span.deleted {
	text-decoration: line-through;
	color: #72777d;
	font-style: italic;
}