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.

quote field (background and rounded corner) problem

4 posters

Go down

Solved quote field (background and rounded corner) problem

Post by Conev Thu 6 Mar - 19:18

Hi gyes!  Hello 
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?  blackeye 
My forum version is phpbb2.


Last edited by Conev on Sat 8 Mar - 13:08; edited 1 time in total (Reason for editing : Topic solved!)
Conev
Conev
New Member

Male Posts : 10
Reputation : 1
Language : Bulgarian, English
Location : Bulgaria

http://bitefight-bg.foruma.biz

Back to top Go down

Solved Re: quote field (background and rounded corner) problem

Post by Ape Thu 6 Mar - 19:59

can i have a link to your post with a quote please


quote field (background and rounded corner) problem Left1212quote field (background and rounded corner) problem Center11quote field (background and rounded corner) problem Right112
quote field (background and rounded corner) problem Ape_b110
quote field (background and rounded corner) problem Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: quote field (background and rounded corner) problem

Post by Conev Thu 6 Mar - 20:18

Conev
Conev
New Member

Male Posts : 10
Reputation : 1
Language : Bulgarian, English
Location : Bulgaria

http://bitefight-bg.foruma.biz

Back to top Go down

Solved Re: quote field (background and rounded corner) problem

Post by SLGray Thu 6 Mar - 20:44

I believe you have the wrong CSS selectors.



quote field (background and rounded corner) problem 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 : 51464
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: quote field (background and rounded corner) problem

Post by Conev Thu 6 Mar - 21:13

What`s mean that...? And how I fix the problem?  scratch
Conev
Conev
New Member

Male Posts : 10
Reputation : 1
Language : Bulgarian, English
Location : Bulgaria

http://bitefight-bg.foruma.biz

Back to top Go down

Solved Re: quote field (background and rounded corner) problem

Post by Ange Tuteur Thu 6 Mar - 22:04

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;
}
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: quote field (background and rounded corner) problem

Post by Conev Thu 6 Mar - 23:03

Only code for rounded corners work... 
This for background - no.
Conev
Conev
New Member

Male Posts : 10
Reputation : 1
Language : Bulgarian, English
Location : Bulgaria

http://bitefight-bg.foruma.biz

Back to top Go down

Solved Re: quote field (background and rounded corner) problem

Post by Ange Tuteur Thu 6 Mar - 23:24

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.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: quote field (background and rounded corner) problem

Post by Conev Fri 7 Mar - 2:44

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.
Mmm what is .quote selector...? I`m sorry for my question, but I don`t know what is this...  :/
Conev
Conev
New Member

Male Posts : 10
Reputation : 1
Language : Bulgarian, English
Location : Bulgaria

http://bitefight-bg.foruma.biz

Back to top Go down

Solved Re: quote field (background and rounded corner) problem

Post by SLGray Fri 7 Mar - 2:51

Each version has different CSS selectors. For phpBB 2, .quote and codebox dt are the selectors for quotes.


quote field (background and rounded corner) problem 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 : 51464
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: quote field (background and rounded corner) problem

Post by Conev Fri 7 Mar - 3:12

SLGray wrote:Each version has different CSS selectors.  For phpBB 2, .quote and codebox dt are the selectors for quotes.
i.e. where I can find this .quote and codebox selectors? 
I`m sorry again, if I look like a idiot...  geek
Conev
Conev
New Member

Male Posts : 10
Reputation : 1
Language : Bulgarian, English
Location : Bulgaria

http://bitefight-bg.foruma.biz

Back to top Go down

Solved Re: quote field (background and rounded corner) problem

Post by SLGray Fri 7 Mar - 3:15

Administration Panel > Display > Colors & Pictures > Colors
CSS Stylesheet
If it in not in the box, press the link called See Basic CSS.


quote field (background and rounded corner) problem 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 : 51464
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: quote field (background and rounded corner) problem

Post by Conev Sat 8 Mar - 13:07

Thanks everyone!  salut 
I fix the problem!  cheers 
Topic solved.
Conev
Conev
New Member

Male Posts : 10
Reputation : 1
Language : Bulgarian, English
Location : Bulgaria

http://bitefight-bg.foruma.biz

Back to top Go down

Solved Re: quote field (background and rounded corner) problem

Post by SLGray Sat 8 Mar - 21:11

Problem solved & topic archived.


quote field (background and rounded corner) problem 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 : 51464
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Back to top

- Similar topics

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