Jump to content

Template:Ugaritic grammar table/styles.css: Difference between revisions

From Grigoripedia
No edit summary
No edit summary
Line 9: Line 9:
}
}


/* Column headings: only slightly purple */
/* Column headings: pale, desaturated version of the title purple */
.gp-ugaritic-grammar-table th {
.gp-ugaritic-grammar-table th {
background: #f3f1f6;
background: #eeebf1;
}
}


/* Title row: muted purple */
/* Title row: stronger muted purple */
.gp-ugaritic-grammar-table tr:first-child th {
.gp-ugaritic-grammar-table tr:first-child th {
background: #e5e0ea;
background: #e5e0ea;

Revision as of 13:06, 24 July 2026

.gp-ugaritic-grammar-table {
	border: 1px solid #8f8999;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.gp-ugaritic-grammar-table th,
.gp-ugaritic-grammar-table td {
	border-color: #aaa4b2;
}

/* Column headings: pale, desaturated version of the title purple */
.gp-ugaritic-grammar-table th {
	background: #eeebf1;
}

/* Title row: stronger muted purple */
.gp-ugaritic-grammar-table tr:first-child th {
	background: #e5e0ea;
	border-bottom-color: #8f8999;
	font-size: 1.05em;
}

.gp-ugaritic-grammar-table td {
	background: var(--background-color-base, #fff);
}

/* Masculine row */
.gp-ugaritic-grammar-table .gp-ugaritic-masculine td {
	background: #eef5fb;
}

.gp-ugaritic-grammar-table .gp-ugaritic-masculine th {
	background: #e3eef7;
}

/* Feminine row */
.gp-ugaritic-grammar-table .gp-ugaritic-feminine td {
	background: #fbeff4;
}

.gp-ugaritic-grammar-table .gp-ugaritic-feminine th {
	background: #f5e2ea;
}