Move styles to separate file
This commit is contained in:
parent
eb33fa8e88
commit
a675790232
2 changed files with 38 additions and 39 deletions
37
bundle.css
Normal file
37
bundle.css
Normal 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;
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue