The chat box

Concerning changes to the rules, styling, etc. As this is a new forum, feedback is appreciated.
ACH0225
Vice Admiral
Vice Admiral
Posts:2312
Joined:Sun Dec 09, 2012 10:21 pm
Affiliation:Strigiforme
IGN:ACH0225
Location:Cuuyth
Re: The chat box

Post by ACH0225 » Thu Feb 14, 2013 7:15 pm

How so? I can see higher and lower ranges of light, but it appears how I think it should....
Image
fr0stbyte124 wrote:5 months from now, I will publish a paper on an efficient method for rendering millions of owls to a screen.
mfw brony images
Spoiler:
Image
Image
Image
Image

User avatar
fr0stbyte124
Developer
Posts:727
Joined:Fri Dec 07, 2012 3:39 am
Affiliation:Aye-Aye

Re: The chat box

Post by fr0stbyte124 » Fri Feb 15, 2013 4:17 am

Making a change:

Code: Select all

div.mChatBG1 {
        background-color: rgba(13, 24, 51, 0.72);
        padding: 5px 5px 5px 5px;
        border-bottom: 1px solid #253140;
        overflow: hidden;
        background-image: url("./images/block_bg.png");
}
 
div.mChatBG2 {
        background-color: rgba(13, 24, 51, 0.72);
        padding: 5px 5px 5px 5px;
        border-bottom: 1px solid #253140;
        overflow: hidden;
        background-image: url("./images/block_bg.png");
}

Post Reply