Major gain in efficiency for the latest news block and better styles

Still working on more improvements here
This commit is contained in:
moodler 2005-03-08 12:58:51 +00:00
parent 7270d81fad
commit 90ec387a54
5 changed files with 93 additions and 32 deletions

View file

@ -373,7 +373,7 @@ th {
color:#990000;
}
.forumheadminimal {
.sideblock .post .head {
color:#555555;
}

View file

@ -207,32 +207,16 @@ table.formtable tbody th {
}
.forumaddnew,
.forumaddnewminimal,
.forumnodiscuss,
.forumnodiscussminimal,
.forumolddiscussminimal,
.noticeboxcontent {
text-align:center;
}
.forumnodiscuss,
.forumnodiscussminimal {
font-weight:bold;
}
.forumpostheadername,
.forumpostheaderreplies,
.forumpostheaderdate {
font-size:small;
}
.forumaddnewminimal,
.forumnodiscussminimal,
.forumheadminimal,
.foruminfominimal,
.forumolddiscussminimal {
font-size:x-small;
}
.forumpost .topic .subject {
font-weight: bold;
@ -408,6 +392,12 @@ table.calendar-controls .next {
text-align:center;
}
.sideblock .head,
.sideblock .info {
font-size: 0.85em;
}
/* block_rss_client.php */
.rssclientlink {
font-size:x-small;

View file

@ -409,10 +409,6 @@ body#mod-forum-search .introcontent {
font-weight:bold;
}
.forumolddiscussminimal {
text-align: center;
}
.forumolddiscuss {
text-align: right;
}