Jump to content
Discussions

MediaWiki:Template documentation.css

From Undertale Wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press 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;
}