add visited links decoration (tody only)

This commit is contained in:
ps 2026-04-01 18:08:42 +03:00
parent 251dbf21cd
commit ee420bfb81

View file

@ -38,7 +38,7 @@ apt install libnginx-mod-http-fancyindex
З хедером поки не заморочувався, така вийшла каша-закос під стилі оригінального Icecast:
``` /var/www/icecast/header.html
<!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="viewport" content="width=device-width"><style type="text/css">body,html {background:#000;font-family:"Bitstream Vera Sans","Lucida Grande","Lucida Sans Unicode",Lucidux,Verdana,Lucida,sans-serif;color:#fff;}tr:nth-child(even) {background:#000;}th,td {padding:0.1em 0.5em;}th {text-align:left;font-weight:bold;border-bottom:1px solid #aaa;}#list {border:1px solid #aaa;width:100%;}a {color:#f8ef64;}a:hover {color:#f8ef64;}</style>
<!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="viewport" content="width=device-width"><style type="text/css">body,html {background:#000;font-family:"Bitstream Vera Sans","Lucida Grande","Lucida Sans Unicode",Lucidux,Verdana,Lucida,sans-serif;color:#fff;}tr:nth-child(even) {background:#000;}th,td {padding:0.1em 0.5em;}th {text-align:left;font-weight:bold;border-bottom:1px solid #aaa;}#list {border:1px solid #aaa;width:100%;}a {color:#f8ef64;}tbody a:hover {color:#f8ef64!important;}tbody a:visited {color:#dfd215;}</style>
```
## Дивіться також