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.

Change the quick reply box to transparent

2 posters

Go down

transparent - Change the quick reply box to transparent Empty Change the quick reply box to transparent

Post by AnimeGoddess900 June 24th 2010, 7:04 pm

transparent - Change the quick reply box to transparent Quickreplyw

All i am trying to do and might like is change the inside part (Show as white grey) to perhaps a light blue or transparent. All i'd like is to know if that is possible using CSS code.

Here is the piece of code i am using at the moment so ya can perhaps see what is going on

Code:
 <a name="quickreply"></a><style id="wysiwyg_css" type="text/css">.wysiwyg {background: #E1E1E2;color: #091e4a;font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;}</style>

I'm trying to change maybe E1E1E2 to a certain colour or to transparent but for some reason it wont work.
It works for everything else however but not for the quick reply/ It's just i wanna use a white font for the board text but the issue is the white font wont show in the fast reply box visible enough coz the box colour is too bright and therefore clashes with the font colour.

If you can help me and maybe show me a replace code that might be helpful too.
AnimeGoddess900
AnimeGoddess900
New Member

Female Posts : 20
Reputation : 0
Language : English

http://otakuheaven.forumr.net/index.htm

Back to top Go down

transparent - Change the quick reply box to transparent Empty Re: Change the quick reply box to transparent

Post by Guest June 24th 2010, 10:57 pm

try to click the picture with A letter in right side.
avatar
Guest
Guest


Back to top Go down

transparent - Change the quick reply box to transparent Empty Re: Change the quick reply box to transparent

Post by AnimeGoddess900 June 24th 2010, 11:15 pm

Gangstar15 wrote:try to click the picture with A letter in right side.

I dont understand what you are saying transparent - Change the quick reply box to transparent Icon_scratch
AnimeGoddess900
AnimeGoddess900
New Member

Female Posts : 20
Reputation : 0
Language : English

http://otakuheaven.forumr.net/index.htm

Back to top Go down

transparent - Change the quick reply box to transparent Empty Re: Change the quick reply box to transparent

Post by Guest June 24th 2010, 11:22 pm

im mean this. transparent - Change the quick reply box to transparent Quickreplyw
avatar
Guest
Guest


Back to top Go down

transparent - Change the quick reply box to transparent Empty Re: Change the quick reply box to transparent

Post by RoNo June 24th 2010, 11:30 pm

I see your forum version is listed as phpbb3 in your profile
Try these...


Light blue with darker blue text
Code:
/* quick reply and reply box colors in posts & emails */

#textarea_content textarea#text_editor_textarea {
background-color:#ECF3F7;
color: #0F1078;
}

Darker blue background with white text
Code:
#textarea_content textarea#text_editor_textarea {
background-color:#105289;
color: #FFFFFF;
}


Your codebox is difficult to see, try changing colors
Code:
dl.codebox code {
color:orange;
}

dl.codebox  {
background-color:transparent;
border:1px solid orange;
font-size:1em;
padding:3px;
}

dl.codebox dt {color: #FFFFFF;
   }
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

transparent - Change the quick reply box to transparent Empty Re: Change the quick reply box to transparent

Post by Guest June 24th 2010, 11:33 pm

Or this.

Code:

#textarea_content iframe#text_editor_iframe,#text_editor_textarea {
   width: 100%;
        background-color: #105289;
avatar
Guest
Guest


Back to top Go down

transparent - Change the quick reply box to transparent Empty Re: Change the quick reply box to transparent

Post by AnimeGoddess900 June 26th 2010, 6:42 pm

Nope it doesn't work

It's cause the color is directly coded into the template and not in a css. Template code takes priority over css entries
AnimeGoddess900
AnimeGoddess900
New Member

Female Posts : 20
Reputation : 0
Language : English

http://otakuheaven.forumr.net/index.htm

Back to top Go down

transparent - Change the quick reply box to transparent Empty Re: Change the quick reply box to transparent

Post by RoNo June 28th 2010, 8:51 am

Phpbb3 doesn't currently have template editing. It's done with Css.
Look at your forum's basic Css, find the area you want to edit,
copy that section to a text editor, edit your changes/preferences,
paste it to your Css stylesheet and click "submit" to apply changes.
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

transparent - Change the quick reply box to transparent Empty Re: Change the quick reply box to transparent

Post by AnimeGoddess900 June 30th 2010, 6:55 pm

RoNo wrote:Phpbb3 doesn't currently have template editing. It's done with Css.
Look at your forum's basic Css, find the area you want to edit,
copy that section to a text editor, edit your changes/preferences,
paste it to your Css stylesheet and click "submit" to apply changes.


Well what i am trying to say, no matter what edits ya make through css the changes dont show up when ya hit save.

All i'm trying to do here is make the inner part of the quick reply a light shade so the white or yellow or even blue doesn't blend in. All that i'd like to do in css and i'm just asking if anyone can help me with a possible solution
AnimeGoddess900
AnimeGoddess900
New Member

Female Posts : 20
Reputation : 0
Language : English

http://otakuheaven.forumr.net/index.htm

Back to top Go down

Back to top

- Similar topics

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