View Single Post
Old 10-08-2011, 03:45 PM   #4
bfollowell
Fanatic
bfollowell ought to be getting tired of karma fortunes by now.bfollowell ought to be getting tired of karma fortunes by now.bfollowell ought to be getting tired of karma fortunes by now.bfollowell ought to be getting tired of karma fortunes by now.bfollowell ought to be getting tired of karma fortunes by now.bfollowell ought to be getting tired of karma fortunes by now.bfollowell ought to be getting tired of karma fortunes by now.bfollowell ought to be getting tired of karma fortunes by now.bfollowell ought to be getting tired of karma fortunes by now.bfollowell ought to be getting tired of karma fortunes by now.bfollowell ought to be getting tired of karma fortunes by now.
 
Posts: 541
Karma: 1152752
Join Date: Aug 2010
Location: Evansville, IN, USA
Device: Samsung Galaxy Tab 4 Nook & Samsung Galaxy Tab S 10.5
Quote:
Originally Posted by shall1028 View Post
Let's see...without a sample from the CSS in question I will have to make an evaluation and perhaps provide a potential solution to your problems blind. So here goes...

I suspect the problem is that you have typed every in your CSS file backwards and that is why it is not being recognized. For example:

instead of

blockquote { margin: 0.1em 0 0.1em 0; padding:0; }

you might have

} ;0:gniddap; 0 me1.0 0 me1.0 :nigram { etouqkcolb

Now, someone might have a better guess than I do and if I get a chance to see the CSS first hand I will probably come up with a better solution.
You know what they say about everyone hating a smart alec (fill in your own word in place of alec here) don't you?

Sorry, I should've thought of that but I've been pulling my hair out on this thing and am just not thinking straight. Here is my css:

Code:
body {
    display: block;
    font-size: 1em;
    margin-bottom: 0;
    margin-left: 5pt;
    margin-right: 5pt;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    page-break-before: always;
    text-align: justify;
    font-family: "Charis";
    }
@font-face {
    font-family: "Charis";
    font-style: normal;
    font-weight: normal;
    src:url(../Fonts/CharisSILR.ttf);
    }
@font-face {
    font-family: "Charis";
    font-style: normal;
    font-weight: bold;
    src:url(../Fonts/CharisSILB.ttf);
    }
@font-face {
    font-family: "Charis";
    font-style: italic;
    font-weight: normal;
    src:url(../Fonts/CharisSILI.ttf);
    }
@font-face {
    font-family: "Charis";
    font-style: italic;
    font-weight: bold;
    src:url(../Fonts/CharisSILBI.ttf);
    }
.appheader1 {
    display: block;
    font-size: 1.24999875em;
    font-weight: bolder;
    line-height: 1.2;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3%;
    text-align: center
    }
.appheader2 {
    display: block;
    font-size: 1.125em;
    font-weight: bolder;
    line-height: 1.2;
    margin-bottom: 4%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
    text-align: center
    }
.bolder {
    font-weight: bolder
    }
.chapterOpenerText {
    display: block;
    font-size: 1em;
    font-style: normal;
    margin-bottom: 0.25em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-indent: 0%;
    }
.chaptertitle {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10%;
    text-align: center;
    }
.contents {
    display: block;
    page-break-before: always;
    }
.contentsEntry1 {
    display: block;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0em;
    margin-right: 0;
    margin-top: 0;
    text-align: left;
    text-indent: 0;
    color: blue;
    cursor: pointer;
    text-decoration: underline
    }
.contentsEntry2 {
    display: block;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 2em;
    margin-right: 0;
    margin-top: 0;
    text-align: left;
    text-indent: 0;
    color: blue;
    cursor: pointer;
    text-decoration: underline
    }
.copyrightText {
    display: block;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 0%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
    text-align: justify;
    text-indent: 0%;
    }
.crewlist {
    display: block;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em
    }
.ded {
    display: block
    font-weight: normal;
    margin-top: 30%;
    text-align: center;
    }
.epigraphSource {
    display: block;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 5%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
    text-align: center;
    }
.epigraphText {
    display: block;
    font-size: 1em;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 1em;
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 30%;
    text-indent: 0%;
    text-align: center;
    }
.italic {
    font-style: italic
    }
.mbppagebreak {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    page-break-after: always;
    }
.para {
    display: block;
    font-size: 1em;
    margin-bottom: 0.25em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-indent: 5%;
    }
.paraspaceNoIndent {
    display: block;
    font-size: 1em;
    margin-bottom: 0.25em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3em;
    text-indent: 0;
    }
.partNumber {
    display: block;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 8%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 40%;
    text-align: center
    }
.teaserHeader {
    display: block;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5%;
    page-break-before: always;
    text-align: center;
    }
.titlepg {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
    }
.toc {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
    text-align: center;
    text-indent: 0;
    }
bfollowell is offline   Reply With Quote