Quotation mark when a text is quoted
3 posters
Page 1 of 1
Quotation mark when a text is quoted
How to put quotation mark when a text is quoted like here in formation?
example:
example:
Re: Quotation mark when a text is quoted
For phpBB2:
- Code:
.quote {
margin: 1em 1px 1em 25px;
padding: 5px;
background: #fafafa url("http://i69.servimg.com/u/f69/14/29/05/13/quote10.gif") 6px 8px no-repeat;
border: 1px solid #DBDBCE;
font-size: 0.95em;
margin: 1em 1px 1em 25px;
overflow: hidden;
}
.quote {
padding-left: 20px;
}
.quote .quote {
background-color: #EFEED9;
font-size: 1em;
margin: 0.5em 1px 0pt 15px;
}
.quote .quote .quote {
background-color: #fafafa;
}
.quote {
font-style: normal !important;
font-weight: bold !important;
display: block !important;
font-size: 0.9em !important;
}
.quote {
font-size: 1em !important;
}
.quote {
padding-top: 25px;
}
Guest- Guest
Re: Quotation mark when a text is quoted
it didn't work too, it seems that there isn't such a thing for php2.
Re: Quotation mark when a text is quoted
try this
- Code:
.quote {
padding: 5px 5px 5px 25px;
background: url(http://2img.net/i/fa/prosilver/quote.gif) no-repeat 5px 5px;
}
Re: Quotation mark when a text is quoted
Try:
- Code:
.mod_news .genmed, .postbody .genmed {
float: right;
border: 1px solid #ddd;
margin-top: 10px;
border-bottom: 0;
padding: 5px;
padding-bottom: 4px;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;}
.quote {
padding: 1px;
color: #666;
text-shadow: 1px 1px 1px #ffffff;
background-image: url(LINK IMAGE);
background-repeat: no-repeat;
background-position: top left,
border: 1px solid #909090;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;}
Similar topics
» Quotation Box
» About the revised mark
» Make quoted author name clickable in quotes
» Single quote button keeps quoting all quotes already quoted when quoting a members comments.
» How to add tags to a forum post?
» About the revised mark
» Make quoted author name clickable in quotes
» Single quote button keeps quoting all quotes already quoted when quoting a members comments.
» How to add tags to a forum post?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum