mirror of
https://codeberg.org/postscriptum/gemlog.git
synced 2026-04-01 21:25:27 +00:00
add visited links decoration (tody only)
This commit is contained in:
parent
251dbf21cd
commit
ee420bfb81
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
```
|
||||
|
||||
## Дивіться також
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue