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 */
.gp-ugaritic-grammar-table th {
.gp-ugaritic-grammar-table th {
background: #f0eef3;
background: #f3f1f6;
}
}


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


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


/* Feminine row */
.gp-ugaritic-grammar-table .gp-ugaritic-feminine td {
.gp-ugaritic-grammar-table .gp-ugaritic-feminine td {
background: #fbeff4;
background: #fbeff4;
Line 37: Line 41:
.gp-ugaritic-grammar-table .gp-ugaritic-feminine th {
.gp-ugaritic-grammar-table .gp-ugaritic-feminine th {
background: #f5e2ea;
background: #f5e2ea;
}
.gp-ugaritic-grammar-table tr:first-child th {
background: #dfece2;
border-bottom-color: #879b8c;
font-size: 1.05em;
}
}

Revision as of 13:04, 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: only slightly purple */
.gp-ugaritic-grammar-table th {
	background: #f3f1f6;
}

/* Title row: 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;
}