Template:Test/styles.css: Difference between revisions

From HIBIKIFORUM
Jump to navigation Jump to search
(Created page with " #toc { border: 0px; } .toc h2 { display: none; } .toctogglespan { display: none; } .toctogglelabel { display: none; }")
 
mNo edit summary
Line 1: Line 1:
#toc { border: 0px; }
/* {{pp|small=y}} */
.toc h2 { display: none; }
 
.toctogglespan { display: none; }
table.pretty_table {
.toctogglelabel { display: none; }
margin: 1em 1em 1em 0;
vertical-align: top;
border: 1px #aaa solid;
border-collapse: collapse;
background-color: #EFE8D8;
color: black;
}
 
.pretty_table th {
border: 1px #aaa solid;
padding: 5px 10px;
font-weight: bold;
background-color: #85CBD9;
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;
vertical-align: top;
width: 300px;
border: 1px #aaa solid;
border-collapse: collapse;
background-color: #EFE8D8;
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;
}
 
.small caption {
font-weight: bold;
text-align: center;
}

Revision as of 20:36, 1 July 2023

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

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

.pretty_table th {
	border: 1px #aaa solid;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #85CBD9;
	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;
	vertical-align: top;
	width: 300px;
	border: 1px #aaa solid;
	border-collapse: collapse;
	background-color: #EFE8D8;
	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;
}

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