“The 22 Rules That Flip the Script With Women… And How You Can Use Them Tonight”

Most guys accidentally kill attraction before they even speak. They assume they need a bigger bank account, a better physique, or smoother lines. They miss the point.

Female desire operates on a specific set of psychological triggers.  Break them, and you're invisible. Follow them, and you become magnetic.

I learned this the hard way. Years of freezing up. Getting friend-zoned. Watching other guys walk away with the girl I wanted. Then I discovered a set of 22 simple rules that rewired my entire approach.

Read more...

Italics within Quotes

Dryden

Don Juan
Joined
Jan 17, 2013
Messages
160
Reaction score
12
I want to suggest or petition a small improvement/change.

Currently quotes are done in italic style, which is fine by me. But italics in the quote are not returned to normal, ie. if you use [ i ] inside the blockquote it will just "double" or "reapply" the italics that was already done.

It is customary for italics texts to have the emphasized text in normal font, which is why I want to suggest:

The CSS class that handles the [ i ] tag that results from this usage within the blockquote for example is:
Code:
.bbCodeQuote .quoteContainer .quote i

But from my testing, the following is specific enough:
Code:
.quote i {
    font-style: normal;
}

This will revert the italics that was applied by ".bbCodeQuote .quoteContainer" indiscriminately, to a normal style for specific italics application by the user. So then you can still have emphasis, it will de-emphasize the emphasis that was done.

Hope this can help. You'd have to apply this to the site CSS template/file/script.

Just in case this is not clear:

An italics text like this can have emphasis applied by toggling the italics flag of the text for a single word or phrase.

Got it? :p. Of course if it is ugly you can revert that. From the looks of it I would apply a little spacing around that word myself:

Code:
.quote i::after, .quote i::before {
  content: " ";
}
Oh well, you can play around with it. The space I used here is UTF8 (probably) of the unicode  , which is just   and you can copy it and save it literally in the text. You can even just use padding:

Code:
.quote i {
    font-style: normal;
    padding: 0 2px;
}
But you get issues with interpunction not included in the italics regardless (i mean the i tag). Well, enough with showing off for no reason ;-).

Kudos, D.
 

Just because a woman listens to you and acts interested in what you say doesn't mean she really is. She might just be acting polite, while silently wishing that the date would hurry up and end, or that you would go away... and never come back.

Quote taken from The SoSuave Guide to Women and Dating, which you can read for FREE.

Top