quote field (background and rounded corner) problem
4 posters
Page 1 of 1
quote field (background and rounded corner) problem
Hi gyes!
I have problem with code for quote field (background and rounded corners).
I used this for background:
and this for corners:
but... these not working... Any ideas?
My forum version is phpbb2.
I have problem with code for quote field (background and rounded corners).
I used this for background:
- Code:
blockquote cite {
background:#cc0000 url('http://store.picbg.net/pubpic/61/49/2c782cbe50556149.png');
margin:-5px -5px 0px -25px;
padding:3px;
}
and this for corners:
- Code:
blockquote {
border-radius:10px 10px 10px 10px;
}
but... these not working... Any ideas?
My forum version is phpbb2.
Last edited by Conev on March 8th 2014, 12:08 pm; edited 1 time in total (Reason for editing : Topic solved!)
Re: quote field (background and rounded corner) problem
can i have a link to your post with a quote please
Re: quote field (background and rounded corner) problem
I believe you have the wrong CSS selectors.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: quote field (background and rounded corner) problem
What`s mean that...? And how I fix the problem?
Re: quote field (background and rounded corner) problem
For phpbb2, it would be :
- Code:
.codebox dt {
background:#cc0000 url('http://store.picbg.net/pubpic/61/49/2c782cbe50556149.png') no-repeat;
margin:-5px -5px 0px -25px;
padding:3px;
}
.quote {
border-radius:10px;
}
Re: quote field (background and rounded corner) problem
Only code for rounded corners work...
This for background - no.
This for background - no.
Re: quote field (background and rounded corner) problem
For bb2 the citation image wouldn't work well, that is actually more modifiable on phpbb3.
You'll have to use the .quote selector to style your quote.
You'll have to use the .quote selector to style your quote.
Re: quote field (background and rounded corner) problem
Mmm what is .quote selector...? I`m sorry for my question, but I don`t know what is this...Ange Tuteur wrote:For bb2 the citation image wouldn't work well, that is actually more modifiable on phpbb3.
You'll have to use the .quote selector to style your quote.
Re: quote field (background and rounded corner) problem
Each version has different CSS selectors. For phpBB 2, .quote and codebox dt are the selectors for quotes.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: quote field (background and rounded corner) problem
i.e. where I can find this .quote and codebox selectors?SLGray wrote:Each version has different CSS selectors. For phpBB 2, .quote and codebox dt are the selectors for quotes.
I`m sorry again, if I look like a idiot...
Re: quote field (background and rounded corner) problem
Administration Panel > Display > Colors & Pictures > Colors
CSS Stylesheet
If it in not in the box, press the link called See Basic CSS.
CSS Stylesheet
If it in not in the box, press the link called See Basic CSS.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: quote field (background and rounded corner) problem
Thanks everyone!
I fix the problem!
Topic solved.
I fix the problem!
Topic solved.
Re: quote field (background and rounded corner) problem
Problem solved & topic archived.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» banner rounded corner
» background color of quote box
» Background Color of Quote in Quote
» Quote the writing field?
» rounded corners for post background
» background color of quote box
» Background Color of Quote in Quote
» Quote the writing field?
» rounded corners for post background
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum