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.
The forum of the forums
4 posters

    quote field (background and rounded corner) problem

    Conev
    Conev
    New Member


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

    Solved quote field (background and rounded corner) problem

    Post by Conev March 6th 2014, 6:18 pm

    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 March 8th 2014, 12:08 pm; edited 1 time in total (Reason for editing : Topic solved!)
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

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

    Post by Ape March 6th 2014, 6:59 pm

    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
    Conev
    Conev
    New Member


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

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

    Post by Conev March 6th 2014, 7:18 pm

    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51499
    Reputation : 3523
    Language : English
    Location : United States

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

    Post by SLGray March 6th 2014, 7:44 pm

    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.
    Conev
    Conev
    New Member


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

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

    Post by Conev March 6th 2014, 8:13 pm

    What`s mean that...? And how I fix the problem?  scratch
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

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

    Post by Ange Tuteur March 6th 2014, 9:04 pm

    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;
    }
    Conev
    Conev
    New Member


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

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

    Post by Conev March 6th 2014, 10:03 pm

    Only code for rounded corners work... 
    This for background - no.
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

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

    Post by Ange Tuteur March 6th 2014, 10:24 pm

    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.
    Conev
    Conev
    New Member


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

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

    Post by Conev March 7th 2014, 1:44 am

    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...  :/
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51499
    Reputation : 3523
    Language : English
    Location : United States

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

    Post by SLGray March 7th 2014, 1:51 am

    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.
    Conev
    Conev
    New Member


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

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

    Post by Conev March 7th 2014, 2:12 am

    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
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51499
    Reputation : 3523
    Language : English
    Location : United States

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

    Post by SLGray March 7th 2014, 2:15 am

    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.
    Conev
    Conev
    New Member


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

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

    Post by Conev March 8th 2014, 12:07 pm

    Thanks everyone!  salut 
    I fix the problem!  cheers 
    Topic solved.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51499
    Reputation : 3523
    Language : English
    Location : United States

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

    Post by SLGray March 8th 2014, 8:11 pm

    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.

      Current date/time is September 23rd 2024, 10:25 am