Port of adium's minimal_mod chat log template for Miranda.
+ Graphical emoticons won't show in contact names and messages with "Fix png transparency" enabled.
+ Needs IEView plug in to work.
+ This theme will not change window borders and tabs and everything else except for the chat log itself. Window chrome on the preview is photosopped from a Mac OS X application.
I believe there should be a template for it, something like %time%. I stopped using miranda quite some time ago, and can't tell more specifically about that. Sorry.
one of the best ievew's i've seen but i have a problem you might help me with, i really want to change the font/font size and have no idea how to, because there's nothing about the font in the css or ivt..
There is the global definition of font-face in minimal.css: body{ ... font-family: Lucida Grande,Verdana,Tahoma,Arial,Helvetica,sans-serif; } It will affect all the text in the log
other selectors in this file that affect text in the log are: colboxright — for timestamp nick - for mickname message — for message text
You can add font-family and font-size (if not already defined) to them, but it may give you some unexpected results, so if you aren't fluent with css try to modify one selector at a time.
I figured it out from another template.
Got date by adding %date%.
but i have a problem you might help me with, i really want to change the font/font size and have no idea how to, because there's nothing about the font in the css or ivt..
body{
...
font-family: Lucida Grande,Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
It will affect all the text in the log
other selectors in this file that affect text in the log are:
colboxright — for timestamp
nick - for mickname
message — for message text
You can add font-family and font-size (if not already defined) to them, but it may give you some unexpected results, so if you aren't fluent with css try to modify one selector at a time.
--
Too much work? Don't forget you are going to die one day.
www.4ty2.tumblr.com