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:
parent
bc0b9dd325
commit
a5b52d8264
10 changed files with 372 additions and 343 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue