View Single Post
Old 12-19-2011, 09:16 PM   #18
dr1ver
Member
dr1ver began at the beginning.
 
dr1ver's Avatar
 
Posts: 15
Karma: 10
Join Date: Dec 2011
Device: NOOK STR
ok, so i thought i'd figured out what i did wrong, but it's still not working. this is my modified CSS file. is this how it should look? the corresponding fonts are in the fonts folder. caecilia still isn't showing up as the font when i set it to original

PHP Code:
@font-face font-familyseriffont-weightnormalfont-stylenormal;  srcurl(res:///ebook/fonts/../../mnt/sdcard/fonts/CaeciliaLTStd-Roman);}
@font-face font-familyseriffont-weightnormalfont-styleitalic;  srcurl(res:///ebook/fonts/../../mnt/sdcard/fonts/CaeciliaLTStd-Italic);}
@font-face font-familyseriffont-weightboldfont-stylenormal;  srcurl(res:///ebook/fonts/../../mnt/sdcard/fonts/CaeciliaLTStd-Bold);}
@font-face font-familyseriffont-weightboldfont-styleitalic;  srcurl(res:///ebook/fonts/../../mnt/sdcard/fonts/CaeciliaLTStd-BoldItalic);}

@namespace "http://www.w3.org/1999/xhtml";
.
calibre {
    
displayblock;
    
font-size1em;
    
line-height1.2;
    
margin-bottom0;
    
margin-left5pt;
    
margin-right5pt;
    
margin-top0;
    
padding-left0;
    
padding-right0;
    
text-alignjustify
    
}
.
calibre1 {
    
border-bottom0;
    
border-top0;
    
displayblock;
    
margin-bottom0;
    
margin-top0;
    
padding-bottom0;
    
padding-top0;
    
text-indent1em
    
}
.
calibre10 {
    
border-bottom0;
    
border-top0;
    
displayblock;
    
margin-bottom0;
    
margin-left0;
    
margin-right0;
    
margin-top0;
    
padding-bottom0;
    
padding-top0;
    
text-indent1em
    
}
.
calibre11 {
    
colorinherit;
    
cursorinherit;
    
text-decorationinherit
    
}
.
calibre12 {
    
displayblock;
    
font-size1.22222em;
    
font-weightbold;
    
line-height1.2;
    
margin-bottom0.83em;
    
margin-left0;
    
margin-right0;
    
margin-top2em;
    
page-break-beforealways;
    
text-aligncenter
    
}
.
calibre13 {
    
font-size1.09091em;
    
line-height1.2
    
}
.
calibre14 {
    
font-styleitalic
    
}
.
calibre15 {
    
border-bottom0;
    
border-top0;
    
displayblock;
    
margin-bottom0;
    
margin-top0;
    
padding-bottom0;
    
padding-top0;
    
page-break-afteralways;
    
text-indent1em
    
}
.
calibre16 {
    
border-bottom0;
    
border-top0;
    
displayblock;
    
height2em;
    
margin-bottom0;
    
margin-top0;
    
padding-bottom0;
    
padding-top0;
    
text-indent1em
    
}
.
calibre17 {
    
displayblock;
    
line-height1.2
    
}
.
calibre18 {
    
displayblock;
    
font-size1.11111em;
    
font-weightbold;
    
line-height1.2;
    
margin-bottom1em;
    
margin-left0;
    
margin-right0;
    
margin-top2em;
    
text-aligncenter
    
}
.
calibre19 {
    
font-size1.1em;
    
line-height1.2
    
}
.
calibre2 {
    
displayblock;
    
font-size1.44444em;
    
font-weightbold;
    
line-height1.2;
    
margin-bottom0.67em;
    
margin-left0;
    
margin-right0;
    
margin-top1em;
    
page-break-beforealways;
    
text-aligncenter
    
}
.
calibre20 {
    
displayblock;
    
font-weightbold;
    
margin-bottom1.33em;
    
margin-left0;
    
margin-right0;
    
margin-top2em
    
}
.
calibre21 {
    
font-weightbolder
    
}
.
calibre22 {
    
displayblock;
    
font-size0.88889em;
    
font-weightbold;
    
line-height1.2;
    
margin-bottom1.67em;
    
margin-left0;
    
margin-right0;
    
margin-top1em
    
}
.
calibre23 {
    
font-size1.25em;
    
line-height1.2
    
}
.
calibre24 {
    
font-size0.77778em;
    
line-height1.2;
    
vertical-alignsuper
    
}
.
calibre25 {
    
colorblue;
    
cursorpointer;
    
text-decorationunderline
    
}
.
calibre3 {
    
font-size1em;
    
line-height1.2
    
}
.
calibre4 {
    
colorinherit;
    
cursorinherit;
    
line-height1.2;
    
text-decorationinherit
    
}
.
calibre5 {
    
font-weightbolder;
    
line-height1.2
    
}
.
calibre6 {
    
border-bottom0;
    
border-top0;
    
displayblock;
    
height1em;
    
margin-bottom0;
    
margin-top0;
    
padding-bottom0;
    
padding-top0;
    
text-indent1em
    
}
.
calibre7 {
    
border-bottom0;
    
border-top0;
    
displayblock;
    
margin-bottom0;
    
margin-left0;
    
margin-right0;
    
margin-top0;
    
padding-bottom0;
    
padding-top0;
    
text-aligncenter;
    
text-indent1.5em
    
}
.
calibre8 {
    
font-size1.22222em;
    
line-height1.2
    
}
.
calibre9 {
    
heightauto;
    
widthauto
    
}
.
mbppagebreak {
    
border-bottom0;
    
border-top0;
    
displayblock;
    
margin-bottom0;
    
margin-left0;
    
margin-right0;
    
margin-top0;
    
padding-bottom0;
    
padding-top0;
    
page-break-afteralways;
    
text-indent1em
    
}
.
underline {
    
text-decorationunderline
    


Last edited by dr1ver; 12-19-2011 at 09:20 PM.
dr1ver is offline   Reply With Quote