Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 06:57, 24 March 2026 by WikiOasisGDPRcda57577f1e80f8098b0ee017e5a4847 (talk | contribs) (Created page with "* * {{tmbox}} (talk page message box) styles - Blue Theme: table.tmbox { margin: 4px 10%; border-collapse: collapse; Default blue notice: border: 1px solid #6aa9ff; background-color: #eaf3ff; min-width: 80%; box-sizing: border-box; } .tmbox.mbox-small { min-width: 0; } Nested boxes: body.mediawiki .mbox-inside .tmbox { margin: 2px 0; width: 100%; } .mbox-inside .tmbox.mbox-small { line-height: 1.5em; font-size: 100%; } Empty cell: ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/**
 * {{tmbox}} (talk page message box) styles - Blue Theme
 */

table.tmbox {
	margin: 4px 10%;
	border-collapse: collapse;

	/* Default blue notice */
	border: 1px solid #6aa9ff;
	background-color: #eaf3ff;

	min-width: 80%;
	box-sizing: border-box;
}

.tmbox.mbox-small {
	min-width: 0;
}

/* Nested boxes */
body.mediawiki .mbox-inside .tmbox {
	margin: 2px 0;
	width: 100%;
}

.mbox-inside .tmbox.mbox-small {
	line-height: 1.5em;
	font-size: 100%;
}

/* Empty cell */
td.mbox-empty-cell {
	border: none;
	padding: 0;
	width: 1px;
}

/* Text */
th.mbox-text,
td.mbox-text {
	border: none;
	padding: 0.25em 0.9em;
	width: 100%;
}

/* Left image */
td.mbox-image {
	border: none;
	padding: 2px 0 2px 0.9em;
	text-align: center;
}

/* Right image */
td.mbox-imageright {
	border: none;
	padding: 2px 0.9em 2px 0;
	text-align: center;
}

/* Variants - All converted to blue shades */

table.tmbox-speedy {
	/* Light blue alert */
	background-color: #dbeeff;
}

table.tmbox-delete,
table.tmbox-speedy {
	/* Strong blue */
	border-color: #1e6bd6;
	border-width: 2px;
}

table.tmbox-content {
	/* Medium blue */
	border-color: #3c8dff;
	border-width: 2px;
}

table.tmbox-style {
	/* Soft blue */
	border-color: #7fb3ff;
	border-width: 2px;
}

table.tmbox-move {
	/* Deep blue */
	border-color: #2f5fb3;
	border-width: 2px;
}

table.tmbox-protection,
table.tmbox-notice {
	/* Neutral blue */
	border-color: #6aa9ff;
	border-width: 1px;
}

/* Small box version */
html body.mediawiki .tmbox.mbox-small {
	clear: right;
	float: right;
	margin: 4px 0 4px 1em;
	box-sizing: border-box;
	width: 238px;
	font-size: 88%;
	line-height: 1.25em;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.