added visited colors and more contrast
This commit is contained in:
parent
ce1639f8f8
commit
2a0801b015
1 changed files with 11 additions and 5 deletions
|
|
@ -39,7 +39,13 @@ a:link {
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #e6e6e6;
|
color: #e6e6e6;
|
||||||
}
|
}
|
||||||
a:hover {
|
.listpath a:visited {
|
||||||
|
color: #b2b2b2;
|
||||||
|
}
|
||||||
|
.up a:visited {
|
||||||
|
color: #e6e6e6;
|
||||||
|
}
|
||||||
|
a:hover, .listpath a:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
@ -54,13 +60,13 @@ td {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.listitem {
|
.listitem {
|
||||||
background-color: #333;
|
background-color: #303030;
|
||||||
}
|
}
|
||||||
.listitem:hover {
|
.listitem:hover {
|
||||||
background-color: #404040;
|
background-color: #404040;
|
||||||
}
|
}
|
||||||
.listitem:active {
|
.listitem:active {
|
||||||
background-color: #202020;
|
background-color: #363636;
|
||||||
}
|
}
|
||||||
.listpath {
|
.listpath {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
|
@ -97,7 +103,7 @@ td {
|
||||||
background-color: #4caf50;
|
background-color: #4caf50;
|
||||||
}
|
}
|
||||||
span {
|
span {
|
||||||
color: #9b9b9b;
|
color: #b2b2b2;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
@ -110,7 +116,7 @@ span {
|
||||||
[s]: stop preloading</pre>
|
[s]: stop preloading</pre>
|
||||||
<table>
|
<table>
|
||||||
<tr class="listitem">
|
<tr class="listitem">
|
||||||
<td class="listpath"><a href="../">../</a></td>
|
<td class="listpath up"><a href="../">../</a></td>
|
||||||
<td class="listoptions">[dir]</td>
|
<td class="listoptions">[dir]</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="spacer"><td colspan="2"></td></tr>
|
<tr class="spacer"><td colspan="2"></td></tr>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue