跳转到内容

MediaWiki:Template documentation.css

来自Undertale Wiki

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

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
.template-documentation {
	width: 100%;
	background-color: var(--background-color-base);
	border-radius: 5px;
}

.template-documentation__header {
	background-color: var(--background-color-progressive);
	padding: 10px;
	position: relative;
	text-align: center;
	border-radius: 5px;
}

.template-documentation__header a {
	color: var(--color-inverted-fixed);
}

.template-documentation__title {
	font-size: 26px;
}

.template-documentation__buttons {
	font-size: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.template-documentation__contents {
	padding: 32px;
}

.template-documentation__error {
	font-size: 20px;
	padding: 20px;
}

.template-documentation__example {
	clear: both;
}