This page is "edit" protected. The "sysop" right is required to "edit" this page.<ul class='mw-logevent-loglines'> <li data-mw-logid="627" data-mw-logaction="protect/protect" class="mw-logline-protect"> <a href="/index.php?title=Special:Log&amp;logid=627" title="Special:Log">00:49, 25 August 2023</a> <a href="/wiki/User:Deauthorized" class="mw-userlink" title="User:Deauthorized"><bdi>Deauthorized</bdi></a> <span class="mw-usertoollinks mw-changeslist-links"><span><a href="/wiki/User_talk:Deauthorized" class="mw-usertoollinks-talk" title="User talk:Deauthorized">talk</a></span> <span><a href="/wiki/Special:Contributions/Deauthorized" class="mw-usertoollinks-contribs" title="Special:Contributions/Deauthorized">contribs</a></span></span> protected <a href="/wiki/Module:Message_box/ombox.css" title="Module:Message box/ombox.css">Module:Message box/ombox.css</a> [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) <span class="comment">(Respective module is used in interface messages)</span> <span class="mw-logevent-actionlink">(<a href="/index.php?title=Module:Message_box/ombox.css&amp;action=history&amp;offset=20230825004936" title="Module:Message box/ombox.css">hist</a>)</span> </li> </ul></ul>
This page is "move" protected. The "sysop" right is required to "move" this page.<ul class='mw-logevent-loglines'> <li data-mw-logid="627" data-mw-logaction="protect/protect" class="mw-logline-protect"> <a href="/index.php?title=Special:Log&amp;logid=627" title="Special:Log">00:49, 25 August 2023</a> <a href="/wiki/User:Deauthorized" class="mw-userlink" title="User:Deauthorized"><bdi>Deauthorized</bdi></a> <span class="mw-usertoollinks mw-changeslist-links"><span><a href="/wiki/User_talk:Deauthorized" class="mw-usertoollinks-talk" title="User talk:Deauthorized">talk</a></span> <span><a href="/wiki/Special:Contributions/Deauthorized" class="mw-usertoollinks-contribs" title="Special:Contributions/Deauthorized">contribs</a></span></span> protected <a href="/wiki/Module:Message_box/ombox.css" title="Module:Message box/ombox.css">Module:Message box/ombox.css</a> [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) <span class="comment">(Respective module is used in interface messages)</span> <span class="mw-logevent-actionlink">(<a href="/index.php?title=Module:Message_box/ombox.css&amp;action=history&amp;offset=20230825004936" title="Module:Message box/ombox.css">hist</a>)</span> </li> </ul></ul>

Module:Message box/ombox.css

From TotalFreedom Wiki
Revision as of 00:49, 25 August 2023 by Deauthorized (talk | contribs) (Protected "Module:Message box/ombox.css": Respective module is used in interface messages ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
Jump to navigation Jump to search
/* {{pp|small=y}} */
.ombox {
	margin: 4px 0;
	border-collapse: collapse;
	border: 1px solid #a2a9b1;    /* Default "notice" gray */
	background-color: #f8f9fa;
	box-sizing: border-box;
}

/* For the "small=yes" option. */
.ombox.mbox-small {
	font-size: 88%;
	line-height: 1.25em;
}

.ombox-speedy {
	border: 2px solid #b32424;    /* Red */
	background-color: #fee7e6;    /* Pink */
}

.ombox-delete {
	border: 2px solid #b32424;    /* Red */
}

.ombox-content {
	border: 1px solid #f28500;    /* Orange */
}

.ombox-style {
	border: 1px solid #fc3;       /* Yellow */
}

.ombox-move {
	border: 1px solid #9932cc;    /* Purple */
}

.ombox-protection {
	border: 2px solid #a2a9b1;    /* Gray-gold */
}

.ombox .mbox-text {
	border: none;
	/* @noflip */
	padding: 0.25em 0.9em;
	width: 100%;
}

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

.ombox .mbox-imageright {
	border: none;
	/* @noflip */
	padding: 2px 0.9em 2px 0;
	text-align: center;
}

/* An empty narrow cell */
.ombox .mbox-empty-cell {
	border: none;
	padding: 0;
	width: 1px;
}

.ombox .mbox-invalid-type {
	text-align: center;
}

@media (min-width: 720px) {
	.ombox {
		margin: 4px 10%;
	}
	
	.ombox.mbox-small {
		/* @noflip */
		clear: right;
		/* @noflip */
		float: right;
		/* @noflip */
		margin: 4px 0 4px 1em;
		width: 238px;
	}
}