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

added ~user#updates channel; place/threads improvements

This commit is contained in:
Gabor Adam Toth 2010-02-15 01:31:55 +01:00
parent 3b837b2f1f
commit ca4da0725b
9 changed files with 212 additions and 82 deletions

View file

@ -1,7 +1,8 @@
body.threads,
.Pe {
font-family: verdana,helvetica;
font-weight: bold;
font-size: 9;
/*font-weight: bold;*/
font-size: 12px;
padding: 44;
background: #333;
color: white;
@ -30,8 +31,12 @@
padding: 4;
margin-bottom: 23px;
}
.ldp {
font-size: 9;
}
.entry,
.ldp {
font-weight: normal;
border: 3px dashed #333;
background: #933;
@ -39,6 +44,7 @@
margin: 44;
width: 562;
}
.entry .title,
.ldpc {
background: #f33;
color: black;
@ -67,3 +73,32 @@
width: 400;
}
.entry {
margin: 22px 44px;
}
.entry .text {
background: black;
padding: 5px;
}
.entry .title {
display: none;
}
.entry .title .author {}
.entry .title .subject {}
.entry .footer a,
.entry .footer a:visited {
color: white;
background: transparent;
}
.entry .footer a:hover,
.entry .footer a:visited:hover {
text-decoration: underline;
}
.entry .footer .comments {
float: right;
}