View Single Post
Old 06-16-2014, 05:30 AM   #4
odedta
Addict
odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.
 
Posts: 398
Karma: 96448
Join Date: Dec 2013
Device: iPad
Quote:
Originally Posted by RbnJrg View Post
Of course, since we are using the :before pseudo-element, we are going to have some "issues" under ADE.

Regards
Rubén
I'd like to have best compatibility so what do you suggest? using images and droppping scalability? or sticking to this solution?

EDIT: I have tried every solution people offered here and it doesn't work. I assume it's because I need to embed the Windings font.

EDIT2: argh, I created a new ePub in Sigil with the settings you gave and it works perfect. Thanks RbnJrg.

EDIT3: I am having a bit of trouble with setting this right for hebrew text: see attached for result. CSS code is here:
Code:
body
{
	font-family:"Arial";
	margin:0;
	padding:0;
}
.List-Style2 {
    display: inline;
    margin-left: 2em;
    list-style-type: none;
}

.List-Style2:before {
    margin-right: 1em;
    content: "❖ ";
}
Attached Thumbnails
Click image for larger version

Name:	Capture.PNG
Views:	264
Size:	11.0 KB
ID:	124245  
Attached Files
File Type: epub untitled.epub (52.6 KB, 242 views)

Last edited by odedta; 06-16-2014 at 06:16 AM.
odedta is offline   Reply With Quote