Page 2 of 2
Posted: Tue Mar 01, 2005 4:47 am
by andru_911
wow...awesome...the glassy blues make my day!
ps - are you michaelm from the proteus forums?
Posted: Tue Mar 01, 2005 4:57 am
by Michae1M
andru_911 wrote:wow...awesome...the glassy blues make my day!
ps - are you michaelm from the proteus forums?
Glad you like it.
Yeah that's me, didn't the Get Fuzzy avatar give it away?

Posted: Tue Mar 01, 2005 5:07 am
by andru_911
lol nice to see you in both forums...
a few problems with the message view i noticed...long lines don't break into multiple lines (just noticed it's only in the message lines after the first message.)...and everyone's status in the header is "online" (which i don't care about) but the non-line breaking is annoying...
Posted: Tue Mar 01, 2005 11:30 pm
by laxstar
how would i edit this message view to be like this: (where the next content isnt surrounded by color)

Posted: Wed Mar 02, 2005 2:44 am
by Michae1M
Pick the variant that you want to modify and delete the class definitions that look like
Code: Select all
div.incoming_followup .header .followup_head {
background-color: color;
}
div.outgoing_followup .header .followup_head {
background-color: color;
}
then modify the ones that look like
Code: Select all
div.incoming .date, div.incoming_followup .date {
background-color: color;
}
div.outgoing .date, div.outgoing_followup .date {
background-color: color;
}
to look like
Code: Select all
div.incoming .date {
background-color: color;
}
div.outgoing .date {
background-color: color;
}
That should be it, but I didn't test it so I could be wrong.
Posted: Wed Mar 02, 2005 3:18 am
by laxstar
thanks worked great
(i had to change the BG color of the time stamp by adding a new line that included the incoming and outgoing followup date with a text color)
Posted: Thu Mar 03, 2005 6:57 am
by Michae1M
laxstar wrote:thanks worked great
(i had to change the BG color of the time stamp by adding a new line that included the incoming and outgoing followup date with a text color)
oops, yeah white on white would be kind of hard to see

Posted: Sat Mar 05, 2005 12:06 am
by The_Tick
You took my comments on the xtras the wrong way
