Question / Help Which chat progtam/plugin?

  • Thread starter Thread starter Deleted member 30350
  • Start date Start date
Oh I got it I think. I just need to find a working font. Not much luck so far, but at least the transparency seems to work now.
 
You can only change how it looks, I dont think it has a timestamp feature.
At the moment it seems like we all have to choose between prettiness or functionality
 
Now it looks somewhat better, but still not exactly how I'd like it to be.

.chat_line {
font-family: "sansseriff";
}

.chat_line .nick {
font-size: 24px;
line-height: 24px;
color: #white;
text-shadow:-2px 0 #000000,
0 2px #000000,
2px 0 #000000,
0 -2px #000000;
}

.chat_line .message {
font-weight: bold;
font-size: 24px;
line-height: 24px;
color: #white;
text-shadow:-2px 0 #000000,
0 2px #000000,
2px 0 #000000,
0 -2px #000000;
}
 

Attachments

  • upload_2015-1-31_19-43-58.png
    upload_2015-1-31_19-43-58.png
    216 KB · Views: 41
I got it, damnit. It was actually much simplier than I thought.
I've realized people actually do not use the clear variant of the chat, but rather the dark style which they customize. Larger font size and a little bit of a shadow did the trick (or at least I got so close I can barely recognize the difference).
 
Back
Top