Avatar and Search help

http://afterlifediscussion.com/index.php on the avatar, and search it is red. I checked through the WHOLE style "KDark" and I have not found anything that controls that. How do I manage to change them from Red to Blue?

It's calling it from this:

.avatar img, .avatar .img, .avatarCropper {
background: -moz-linear-gradient(center top , #FF1414 0%, #A30D0D 32%, #A30D0D 50%, #A30D0D 67%, #FF1414 99%) repeat scroll 0 0 transparent;
border: 1px solid #651111;
border-radius: 4px 4px 4px 4px;
padding: 5px;
}

You could always edit that and stick it inside extra.css
 
It's calling it from this:

.avatar img, .avatar .img, .avatarCropper {
background: -moz-linear-gradient(center top , #FF1414 0%, #A30D0D 32%, #A30D0D 50%, #A30D0D 67%, #FF1414 99%) repeat scroll 0 0 transparent;
border: 1px solid #651111;
border-radius: 4px 4px 4px 4px;
padding: 5px;
}

You could always edit that and stick it inside extra.css
Close, Look at it now. You got the top of one section, there is still the Search, and the bottom of the avatar that I need help with.
 
Search is this:

.formPopup {
background-color: ######
}


As for the avatar... do you want a gradient behind it or just a solid color? Some of those colors you left looks like it's still red
 
Search is this:

.formPopup {
background-color: ######
}


As for the avatar... do you want a gradient behind it or just a solid color? Some of those colors you left looks like it's still red
The gradient, and yeah that's what I was saying. The CSS you have me just changed that one section, it didn't effect anything else.

.avatar img, .avatar .img, .avatarCropper {
background: -moz-linear-gradient(center top , #145cff 0%, #0d54a3 32%, #0d6ca3 50%, #A30D0D 67%, #FF1414 99%) repeat scroll 0 0 transparent;
border: 1px solid #651111;
border-radius: 4px 4px 4px 4px;
padding: 5px;
}

^ That's what I changed it too, and it's still red. The FormPopup didn't change the Search neither.
 
.avatar img, .avatar .img, .avatarCropper {
background: -moz-linear-gradient(center top , #145cff 0%, #0d54a3 32%, #0d6ca3 50%, #A30D0D 67%, #145cff 99%) repeat scroll 0 0 transparent;
border: 1px solid #651111;
border-radius: 4px 4px 4px 4px;
padding: 5px;
}

Russ

Search is this:

.formPopup {
background-color: #145cff
}

---------------------------

This is what I have so far, the ------- represents the end of the css code. If you refresh it only changed a small bit of it.
 
Okay, the avatar is fixed for the most part, as for the search, still nothing, and I have another problem :/ *Thanks for helping me btw*
Here is the other problem: http://afterlifediscussion.com/index.php?threads/the-disturbing.236/#post-1370
How do I make the outline, and all the red go to blue?


.avatar img, .avatar .img, .avatarCropper {
background: -moz-linear-gradient(center top , #145cff 0%, #0d54a3 32%, #0d6ca3 50%, #0d45a3 67%, #145cff 99%) repeat scroll 0 0 transparent;
border: 1px solid #112f65;
border-radius: 4px 4px 4px 4px;
padding: 5px;
}

;.formPopup {
background-color: #145cff
}
 
Sorry it should be this:

.formPopup {
background-color: #145cff;
}

As for your other issue I'd check Style Properties -> Message Layout -> User Info Block
 
Other problem is here I think:

Style Properties -> Message Layout -> User Info Block

As for the red in the avatar check

Style Properties -> Message Layout -> Avatar Holder


Lastly, check Style Properties -> General -> HTML The background is red before the image loads, somewhat annoying ;p
 
Everything is done but this last thing. It can only be seen by users who are logged in. any idea?

1348859908.png

I also noticed that on your profile page avatars look like this now:
1348860337.png
 
.sidebar .visitorPanel .avatar {
background-color: #;
border: 5px solid #;
}
Is that issue, also I think you need to take a look at your forms, it's hard as crap to read
 
Top Bottom