refactor: ♻️ clean up unused Twig templates
This commit is contained in:
parent
d54d3077cb
commit
a7a7c738ec
12 changed files with 253 additions and 98 deletions
36
www/static/directorystyle.css
Normal file
36
www/static/directorystyle.css
Normal file
|
@ -0,0 +1,36 @@
|
|||
|
||||
|
||||
table.directory {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.directory caption {
|
||||
text-align: left;
|
||||
font-size: 1.5em;
|
||||
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
table.directory td {
|
||||
padding: 0.2em;
|
||||
text-align: left;
|
||||
}
|
||||
table.directory th {
|
||||
padding: 0.2em;
|
||||
text-align: left;
|
||||
|
||||
padding-bottom: 0.05em;
|
||||
}
|
||||
|
||||
table.directory tr.entry:hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
table.directory tr.entry .entry_title {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.directory .entry_update_time {
|
||||
display: block;
|
||||
width: 10em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue