Page template-protected

Template:Mbox/styles.css: Difference between revisions

From HIBIKIFORUM
Jump to navigation Jump to search
(Created page with "→‎{{pp|small=y}}: .pretty_table { margin-left: auto; margin-right: auto; padding: 5px 5px; vertical-align: top; width: 75%; background-color: #F9F9F9; color: black; font-size:90%; } .small { margin: 1em 1em 1em 0; padding: 5px 5px; vertical-align: top; width: 300px; background-color: #F9F9F9; color: black; font-size: 88%; } .small-text { text-align: center; font-size: 88%; }")
 
m (Protected "Template:Mbox/styles.css" ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
(No difference)

Revision as of 01:51, 2 July 2023

/* {{pp|small=y}} */

.pretty_table {
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px;
	vertical-align: top;
	width: 75%;
	background-color: #F9F9F9;
	color: black;
	font-size:90%;
}

.small {
	margin: 1em 1em 1em 0;
	padding: 5px 5px;
	vertical-align: top;
	width: 300px;
	background-color: #F9F9F9;
	color: black;
	font-size: 88%;
}

.small-text {
	text-align: center;
	font-size: 88%;
}