Template:Test/styles.css: Difference between revisions

From HIBIKIFORUM
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
}
}


.pretty_table tr {
text-align: left;
}
.pretty_table caption {
.pretty_table caption {
font-weight: bold;
font-weight: bold;
Line 23: Line 26:
}
}


.small td {
.small tr {
text-align: left;
text-align: left;
}
}

Revision as of 20:46, 1 July 2023

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

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

.pretty_table tr {
	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;
}

.small tr {
	text-align: left;
}

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