CSS Code for the BBCode [code] [/code] Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
5 posters

    CSS Code for the BBCode [code] [/code]

    Sozinho
    Sozinho
    Forumember


    Male Posts : 172
    Reputation : 4
    Language : English
    Location : Philippines

    Solved CSS Code for the BBCode [code] [/code]

    Post by Sozinho November 18th 2012, 3:54 pm

    Can you please tell me just the code of it because I want to design it more.

    Seems the code I got not works too much.

    This is the current design of the code :

    http://prntscr.com/k0ffj


    Please I need help just code or if you can provide full codes with design please give it to me.


    Last edited by Sozinho on November 26th 2012, 2:02 pm; edited 1 time in total
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: CSS Code for the BBCode [code] [/code]

    Post by Sir Chivas™ November 18th 2012, 5:01 pm

    Hi Good-Morning,

    Do the following:

    1. First, go to your Administration Panel.
    2. Second, go to your CSS Style sheet.
    3. Finally, there might be a code inside your CSS already, but here:

    Code:
    blockquote blockquote {
        background-color: rgb(239, 238, 217);
    }

    Code:
    blockquote {
    background-color: #000000 !important;
    }
    Kaizer Lee
    Kaizer Lee
    Active Poster


    Female Posts : 1064
    Reputation : 54
    Language : English, Tagalog, Spanish and Chinese
    Location : Philippines

    Solved Re: CSS Code for the BBCode [code] [/code]

    Post by Kaizer Lee November 19th 2012, 11:42 am

    Or you could just change them in the colors if you intent on a simpler design change or actually mix them Wink lol
    Sozinho
    Sozinho
    Forumember


    Male Posts : 172
    Reputation : 4
    Language : English
    Location : Philippines

    Solved Re: CSS Code for the BBCode [code] [/code]

    Post by Sozinho November 20th 2012, 3:10 am

    Sir Chivas™ wrote:Hi Good-Morning,

    Do the following:

    1. First, go to your Administration Panel.
    2. Second, go to your CSS Style sheet.
    3. Finally, there might be a code inside your CSS already, but here:

    Code:
    blockquote blockquote {
        background-color: rgb(239, 238, 217);
    }

    Code:
    blockquote {
    background-color: #000000 !important;
    }


    I am aiming for a design like this in my Forum I had installed ::

    http://prntscr.com/k4wx6
    In that image, if you noticed the word GreyPhantom wrote has a background and as well in the textbox background. I also want some like have border radius.
    nextlevelgaming
    nextlevelgaming
    Forumember


    Male Posts : 989
    Reputation : 38
    Language : English|CSS|HTML5|javascript|
    Location : New York

    Solved Re: CSS Code for the BBCode [code] [/code]

    Post by nextlevelgaming November 20th 2012, 7:01 pm

    The Extra CSS editing selectors are::

    Code:
    .postmain cite {}
    blockquote div{}
    blockquote blockquote{}
    blockquote blockquote div{}
    blockquote blockquote cite{}

    Hope that helped a little more


    If you are using phpbb2

    Code:
    td.quote{}-thats the body of the quote


    Last edited by nextlevelgaming on November 20th 2012, 7:04 pm; edited 1 time in total (Reason for editing : realized OP stat was using phpbb2)
    Sozinho
    Sozinho
    Forumember


    Male Posts : 172
    Reputation : 4
    Language : English
    Location : Philippines

    Solved Re: CSS Code for the BBCode [code] [/code]

    Post by Sozinho November 25th 2012, 7:46 am

    I think I had solved but I need one more for spoiler.

    Code:
    [spoiler][/spoiler]

    I just designate the Code, how about others like Spoiler & Hidden BBCode.

    Can you find it's code for Css too?
    nextlevelgaming
    nextlevelgaming
    Forumember


    Male Posts : 989
    Reputation : 38
    Language : English|CSS|HTML5|javascript|
    Location : New York

    Solved Re: CSS Code for the BBCode [code] [/code]

    Post by nextlevelgaming November 25th 2012, 5:29 pm

    which are board are you using? Your profile says phpbb2 but sometimes like me, I have both
    Sozinho
    Sozinho
    Forumember


    Male Posts : 172
    Reputation : 4
    Language : English
    Location : Philippines

    Solved Re: CSS Code for the BBCode [code] [/code]

    Post by Sozinho November 26th 2012, 2:00 pm

    Rideem3 wrote:Spoiler would be:
    Code:
    .spoiler {}

    Thanks. I think this is now solved.
    Base
    Base
    Forumaster


    Male Posts : 10383
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Solved Re: CSS Code for the BBCode [code] [/code]

    Post by Base November 26th 2012, 2:30 pm

    Topic marked as solved by user...

    Topic Solved & Locked