Template:Test/styles.css: Difference between revisions

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


Line 24: Line 25:
background-color: #EFE8D8;
background-color: #EFE8D8;
color: black;
color: black;
}
.small th {
border: 1px #aaa solid;
padding: 5px 10px;
font-weight: bold;
background-color: #85CBD9;
text-align: center;
}
.small tr, td {
border: 1px #aaa solid;
padding: 5px 10px;
}
}



Revision as of 20:42, 1 July 2023

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

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

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

table.small {
	margin: 1em 1em 1em 0;
	vertical-align: top;
	width: 300px;
	border: 1px #aaa solid;
	border-collapse: collapse;
	background-color: #EFE8D8;
	color: black;
}

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