Template:Test/styles.css: Difference between revisions

From HIBIKIFORUM
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
table.pretty_table {
.pretty_table {
margin-left: auto;
margin-left: auto;
margin-right: auto;
margin-right: auto;
Line 8: Line 8:


}
}
table.pretty_table td {
.pretty_table td {
text-align: left;
text-align: left;
}
}


table.small {
.small {
margin: 1em 1em 1em 0;
margin: 1em 1em 1em 0;
vertical-align: top;
vertical-align: top;
Line 21: Line 21:
}
}


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

Revision as of 20:57, 1 July 2023

.pretty_table {
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	width: 75%;
	background-color: #EFE8D8;
	color: black;

}
.pretty_table td {
	text-align: left;
}

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

.small td {
	text-align: left;
}

.text {
	text-align: left;
}