Template:Test/styles.css: Difference between revisions

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


.pretty_table th {
.small {
padding: 5px 10px;
font-weight: bold;
text-align: center;
}
 
.pretty_table tr, td {
border: 1px #aaa solid;
padding: 5px 10px;
}
 
.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;
border: 1px #aaa solid;
background-color: #F9F9F9;
border-collapse: collapse;
background-color: #EFE8D8;
color: black;
color: black;
font-size: 88%;
}
}


.small th {
.small-text {
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;
}
 
.small caption {
font-weight: bold;
text-align: center;
text-align: center;
font-size: 88%;
}
}

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%;
}