The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

transparent and text color help?

3 posters

Go down

transparent and text color help? Empty transparent and text color help?

Post by DarkCrowDawn Sat 24 Oct - 10:52

i need a little bit of help with some things: (not that good with CSS codes) i was using this codes:

1) there are 3 borders that won't change it color to light yellow like the other borders (circled in red)
2) how do i change to darker color of the transparent boards background like to black or grey (as you see it is white)
Spoiler:

3) as you can see here the text and even the buttons (circled in red) is yellow and not black and even when i try to write something in my profile the text is yellow and i can't see anything (i want the transparent to be here darker color as well)
Spoiler:


and here too, when i change the color the text of the color word it is still yellow and won't change to the needed color and again the buttons are yellow (in the "new topic" the text is not yellow and still can be changed to other colors when i write)
Spoiler:
anyways the text color is yellow everywhere instead of black and i don't know what to do...


Last edited by DarkCrowDawn on Sun 25 Oct - 0:50; edited 1 time in total
DarkCrowDawn
DarkCrowDawn
New Member

Male Posts : 12
Reputation : 1
Language : English

http://theworldofdarkness.forumotion.me/

Back to top Go down

transparent and text color help? Empty Re: transparent and text color help?

Post by Wealh Sat 24 Oct - 11:17

1. How to edit the border

First of all, it's not the border you think it is.

Spoiler:

Code:
td th { border-spacing: 1px 1px; border: 1px solid red; }

Replace "td th" with "table" if you want to change the body border too.

2. How to edit the white background

Replace
Code:
.forumline td {
rgba(225,225,225,0.3)!important
}

with

Code:
.forumline td {
rgba(0,0,0,0.3)!important
}

The 0.3 is the opacity. The lowest is 0 and the highest is 1.

3. Edit the menu text color

Here's the code

Code:
#text_editor_iframe, input, select, textarea {
color: #fffbb5;
}

Just change the color.

*If a code doesn't work, add !important at its end. For example:

Code:
#text_editor_iframe, input, select, textarea {
color: #fffbb5 !important ;
}
Wealh
Wealh
Forumember

Posts : 69
Reputation : 6
Language : English

http://boredom.iftopic.com/

Back to top Go down

transparent and text color help? Empty Re: transparent and text color help?

Post by DarkCrowDawn Sat 24 Oct - 11:55

thanks for the help but it wasn't really what i was looking for besides the "yellow border color"
DarkCrowDawn
DarkCrowDawn
New Member

Male Posts : 12
Reputation : 1
Language : English

http://theworldofdarkness.forumotion.me/

Back to top Go down

transparent and text color help? Empty Re: transparent and text color help?

Post by SLGray Sat 24 Oct - 21:36

Please change the title of your topic to something that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.


transparent and text color help? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

transparent and text color help? Empty Re: transparent and text color help?

Post by DarkCrowDawn Sun 25 Oct - 0:51

topic title changed
DarkCrowDawn
DarkCrowDawn
New Member

Male Posts : 12
Reputation : 1
Language : English

http://theworldofdarkness.forumotion.me/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum