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.

Changing Quote & Code style

+2
PeterW
LeiZhen
6 posters

Go down

Solved Changing Quote & Code style

Post by LeiZhen August 16th 2009, 4:12 pm

Good day,
just what to ask, how can I change the style of my Quote

from this image
Spoiler:

to this
Spoiler:

Thank you, have a nice day cheers
avatar
LeiZhen
New Member

Posts : 20
Reputation : 0
Language : English

Back to top Go down

Solved Re: Changing Quote & Code style

Post by PeterW August 16th 2009, 4:13 pm

Content removed, member banned.

ankillien
avatar
PeterW
Forumember

Posts : 40
Reputation : 0
Language : English

Back to top Go down

Solved Re: Changing Quote & Code style

Post by caihlem sex August 16th 2009, 4:34 pm

Content removed, member banned.

ankillien
avatar
caihlem sex
New Member

Posts : 3
Reputation : 0
Language : lololol

Back to top Go down

Solved Re: Changing Quote & Code style

Post by Seven August 16th 2009, 6:12 pm

I think it deppends on what type of forum you have.
avatar
Seven
Forumember

Posts : 60
Reputation : 0
Language : English

Back to top Go down

Solved Re: Changing Quote & Code style

Post by ankillien August 16th 2009, 6:38 pm

Hello,

please provide a link to your forum and explain a little more about what exactly you want.

Thanks
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Changing Quote & Code style

Post by LeiZhen August 17th 2009, 3:20 am

i want to add this image
Spoiler:
inside the quote...

I try this one Link but it did not work...

--------------
ankillien wrote:Hello,
please provide a link to your forum.
Thanks
My Forum

Thank you, Have a nice day Hello
avatar
LeiZhen
New Member

Posts : 20
Reputation : 0
Language : English

Back to top Go down

Solved Re: Changing Quote & Code style

Post by RoNo August 17th 2009, 3:46 am

Admin Panel, Display, Colors, Css Stylesheet

Find: blockquote {

Things to customize (example)
Code:
blockquote {
   margin: 1em 1px 1em 50px;
   padding: 25px;
   background: #333333 url("http://i261.photobucket.com/albums/ii41/EXILE003/Website/quote-1.png") 9px 11px no-repeat;
   border: 1px solid #DBDBCE;
   font-size: 0.95em;
   margin: 1em 1px 1em 25px;
   overflow: hidden;
   }

blockquote div {
    margin-left: 20px;
    }
blockquote blockquote {
   background-color: #333333;
   font-size: 1em;
   margin: 0.5em 1px 0pt 15px;
   }
blockquote blockquote blockquote {
    background-color: #333333;
    }
blockquote cite {
   font-style: normal;
   font-weight: bold;
   display: block;
   font-size: 0.9em;
   }
blockquote cite cite {
    font-size: 1em;
    }
blockquote.uncited {
    padding-top: 25px;
    }
RoNo
RoNo
Active Poster

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

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: Changing Quote & Code style

Post by LeiZhen August 17th 2009, 4:23 am

i used this one
Code:
blockquote {
background-image: url("http://2img.net/i/fa/prosilver/quote.gif");
background-repeat: no-repeat;
}
still not working TT
avatar
LeiZhen
New Member

Posts : 20
Reputation : 0
Language : English

Back to top Go down

Solved Re: Changing Quote & Code style

Post by RoNo August 17th 2009, 4:33 am

Another code I use is
Code:
blockquote {margin: 8px;padding: 8px;}blockquote cite {display: block;margin: -8px -8px 8px -8px;padding: 3px;background-image: url('http://i85.photobucket.com/albums/k57/RoNo1/exclamation.png');background-repeat: no-repeat;background-position: top right;font-style: normal;font-size: 11px;}
RoNo
RoNo
Active Poster

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

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: Changing Quote & Code style

Post by ankillien August 17th 2009, 5:33 am

Hi!
Please add this code to, Admin CP > Display > Color > CSS

Code:
td.quote {
background : url(http://2img.net/i/fa/prosilver/quote.gif) top left no-repeat;
padding : 5px 5px 5px 15px;
}

Tested and working for phpBB2!
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Changing Quote & Code style

Post by LeiZhen August 17th 2009, 7:03 am

Hello,

RoNo wrote:Another code I use is
Code:
blockquote {margin: 8px;padding: 8px;}blockquote cite {display: block;margin: -8px -8px 8px -8px;padding: 3px;background-image: url('http://i85.photobucket.com/albums/k57/RoNo1/exclamation.png');background-repeat: no-repeat;background-position: top right;font-style: normal;font-size: 11px;}
nice Exclamation icon. Very good
------------------------------------
ankillien wrote:Hi!
Please add this code to, Admin CP > Display > Color > CSS
Code:
td.quote {
background : url(http://2img.net/i/fa/prosilver/quote.gif) top left no-repeat;
padding : 5px 5px 5px 15px;
}
Tested and working for phpBB2!
this one work... you can now close this topic.

Thank you so much :wouhou: Hello
avatar
LeiZhen
New Member

Posts : 20
Reputation : 0
Language : English

Back to top Go down

Solved Re: Changing Quote & Code style

Post by ankillien August 17th 2009, 7:25 am

Glad I could help Very Happy

Since the topic is solved, I'll lock it.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top


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