Template:N Chart/styles.css: Difference between revisions

From Ultros Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 3: Line 3:
width: 132px;
width: 132px;
border-collapse: collapse;
border-collapse: collapse;
opacity: 1;
}
}
table.n-table th {
table.n-table th {
Line 11: Line 12:


table.n-table td {
table.n-table td {
  padding: 0;  
padding: 0;  
  margin: 0;
margin: 0;
height: 2px;
}
}


table.n-table td div {
table.n-table td div {
  margin: 0 4px 0 4px;
margin: 0 4px 0 4px;
  color: red;
width: 25px;
height: 150%;
opacity: 1 !important;
}
 
table.n-table tr.seperator {
border: grey;
border-width: 1px;
border-bottom-style: solid;
}
}


/* [[Category:Template stylesheets]] */
/* [[Category:Template stylesheets]] */

Latest revision as of 00:48, 15 March 2025

table.n-table {
	table-layout: fixed;
	width: 132px;
	border-collapse: collapse;
	opacity: 1;
}
table.n-table th {
	width: 25px;
	padding-left: 4px;
	padding-right: 4px;
}

table.n-table td {
	padding: 0; 
	margin: 0;
	height: 2px;
}

table.n-table td div {
	margin: 0 4px 0 4px;
	width: 25px;
	height: 150%;
	opacity: 1 !important;
}

table.n-table tr.seperator {
	border: grey;
	border-width: 1px;
	border-bottom-style: solid;
}

/* [[Category:Template stylesheets]] */