MediaWiki:Common.css

From llmref.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.
/* llmref.wiki site styles */
.llmref-def {
	border-left: 4px solid #2563eb;
	background: #f8fafc;
	padding: 0.7em 1em;
	margin: 0 0 1.2em;
	font-size: 1.05em;
	line-height: 1.5;
}
.llmref-def-term {
	font-weight: 700;
}
.llmref-stub {
	border: 1px solid #e2e8f0;
	background: #fafafa;
	padding: 0.5em 1em;
	margin: 1em 0;
	color: #475569;
	font-size: 0.9em;
}
table.llmref-distinction {
	border-collapse: collapse;
	margin: 0.5em 0 1em;
}
table.llmref-distinction th,
table.llmref-distinction td {
	border: 1px solid #cbd5e1;
	padding: 0.4em 0.7em;
	text-align: left;
	vertical-align: top;
}
table.llmref-distinction th {
	background: #f1f5f9;
}