1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

threads web interface improvements, accessible now at /~nick/channel & /@place

This commit is contained in:
Gabor Adam Toth 2010-02-24 05:55:08 +01:00
parent bc0b9dd325
commit a5b52d8264
10 changed files with 372 additions and 343 deletions

View file

@ -13,7 +13,7 @@ body.threads,
.Pe a {
text-decoration: none;
color: #f33;
background: black;
/*background: black;*/
}
.Peb a {
padding: 4;
@ -110,19 +110,22 @@ body.threads,
width: 100%;
}
.entry .title {}
.entry .title a {
color: black;
}
.entry .title .author {}
.entry .title .subject {}
.entry .footer a,
.entry .footer a:visited {
cursor: pointer;
color: white;
background: transparent;
}
.entry .footer a:hover,
.entry .footer a:visited:hover {
.entry a {
cursor: pointer;
text-decoration: none;
}
.entry a:hover {
text-decoration: underline;
}