1
0
Fork 0

Move styles to separate file

This commit is contained in:
Alex Kotov 2023-01-20 23:36:13 +04:00
parent eb33fa8e88
commit a675790232
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 38 additions and 39 deletions

37
bundle.css Normal file
View File

@ -0,0 +1,37 @@
.morpheme-root { color: #dd0000; }
table.conjugation {
border-collapse: collapse;
}
table.conjugation th,
table.conjugation td {
border: 1px solid black;
border-collapse: collapse;
padding: 5px;
}
table.conjugation-external {
border-collapse: collapse;
}
table.conjugation-external th,
table.conjugation-external td {
border: 1px solid black;
border-collapse: collapse;
}
table.conjugation-external th,
table.conjugation-external td:first-child {
padding: 5px;
}
table.conjugation-internal {
border-collapse: collapse;
}
table.conjugation-internal th,
table.conjugation-internal td {
border: 1px solid black;
border-collapse: collapse;
padding: 5px;
}

View File

@ -3,45 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>ხატავს</title>
<style>
.morpheme-root { color: #dd0000; }
table.conjugation {
border-collapse: collapse;
}
table.conjugation th,
table.conjugation td {
border: 1px solid black;
border-collapse: collapse;
padding: 5px;
}
table.conjugation-external {
border-collapse: collapse;
}
table.conjugation-external th,
table.conjugation-external td {
border: 1px solid black;
border-collapse: collapse;
}
table.conjugation-external th,
table.conjugation-external td:first-child {
padding: 5px;
}
table.conjugation-internal {
border-collapse: collapse;
}
table.conjugation-internal th,
table.conjugation-internal td {
border: 1px solid black;
border-collapse: collapse;
padding: 5px;
}
</style>
<link rel="stylesheet" href="../bundle.css"/>
</head>
<body>
<h1>ხატავს</h1>