Template:Test/styles.css: Difference between revisions

From HIBIKIFORUM
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* {{pp|small=y}} */
.pretty_table {
 
table.pretty_table {
margin-left: auto;
margin-left: auto;
margin-right: auto;
margin-right: auto;
padding: 5px 5px;
vertical-align: top;
vertical-align: top;
background-color: #EFE8D8;
width: 75%;
background-color: #F9F9F9;
color: black;
color: black;
box-sizing: border-box;
font-size:90%;
}
}


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


.small td {
.small-text {
text-align: left;
text-align: center;
}
font-size: 88%;
 
.small caption {
font-weight: bold;
text-align: left;
}
}

Latest revision as of 21:20, 1 July 2023

.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;
	vertical-align: top;
	width: 300px;
	background-color: #F9F9F9;
	color: black;
	font-size: 88%;
}

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