36 lines
474 B
CSS
36 lines
474 B
CSS
|
|
||
|
|
||
|
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;
|
||
|
}
|