Template:Test/styles.css: Difference between revisions

From HIBIKIFORUM
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 7: Line 7:
background-color: #EFE8D8;
background-color: #EFE8D8;
color: black;
color: black;
box-sizing: border-box;
text-align: left;
}
}


.pretty_table td {
text-align: left;
}
.pretty_table caption {
.pretty_table caption {
font-weight: bold;
font-weight: bold;
Line 25: Line 22:
color: black;
color: black;
font-size: 88%;
font-size: 88%;
}
.small td {
text-align: left;
text-align: left;
}
}

Revision as of 20:48, 1 July 2023

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

table.pretty_table {
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	background-color: #EFE8D8;
	color: black;
	text-align: left;
}

.pretty_table caption {
	font-weight: bold;
	text-align: center;
}

table.small {
	margin: 1em 1em 1em 0;
	vertical-align: top;
	width: 300px;
	background-color: #EFE8D8;
	color: black;
	font-size: 88%;
	text-align: left;
}

.small caption {
	font-weight: bold;
	text-align: left;
}