Thread: Disapearing CSS
View Single Post
Old 03-24-2015, 04:05 PM   #41
pete6055
Connoisseur
pete6055 began at the beginning.
 
Posts: 72
Karma: 10
Join Date: Nov 2012
Device: none
Sigil 8.4 on two different PCs:

PC1: HP IQ506 Touchscreen - Vista Home Premium 64 SP2 & all KB's current; Programs running in the background: Avast 2015; Commodo Firewall 8.1.0.4426; CCleaner free 5.0.3.5128 (64-bit); Brother Control Center3 (w/Vista driver)

PC2: Toshiba Satellite L755 - Win7 Home Premium SP1 & all KB's current;
Programs running in the background: Avast 2015; Commodo Firewall 8.1.0.4426; CCleaner free 5.0.3.5128 (64-bit); Brother Control Center3 (w/Win7 driver)

The missing css problem happens on both machines.


I would not want to disable any of these programs long enough for a fair test,
especially my Anti-Virus and Firewall Software. Since the missing css problem appears to
be random, only a longer test is likely to yield reliable results.

Doitsu also suggested that I clean out the ini or reinstall. I've done this in the past (almost with every version since 6.2) with no effect on the problem. I've also cleaned out the registry both manually & using CCleaner when I did the re-installs, yet the css problem persists. Aside from this bug, Sigil seems stable in every other way.

I think we can rule out Microsoft Office & Outlook as causing the problem, since one
of my PCs has them, while the other doesn't, and I have noticed the css problem on both machines.

Here is my css; it validates in css3:

@font-face {
font-family: Geneva, san-serif;
font-style: normal;
font-weight: normal;
src: url(../Fonts/Geneva.ttf);
}

@font-face {
font-family: Verdana, san-serif;
font-style: normal;
font-weight: bold;
src: url(../Fonts/verdanab.ttf);
}

body {
font-family: Geneva, sans-serif;
}

p {
margin-top: 0;
margin-bottom: 0;
margin-right: 0.2cm;
margin-left: 0.2cm;
padding: 0;
font-size: 1em;
text-indent: 0.2cm;
}

.hdr {
font-family: Verdana, sans-serif;
text-align: center;
font-weight: bold;
color: black;
}

.cntr {
text-align: center;
}

.rt {
text-align: right;
}

.indnt {
text-indent: 1cm;
}

.mb {
margin-bottom: 0.2cm;
}

.mt {
margin-top: 0.2cm;
}

.mt2cm {
margin-top: 2cm;
}

.larger {
font-size: larger;
}

.smaller {
font-size: smaller;
}

.fnt {
font-family: Geneva, sans-serif;
font-size: 1.9em;
line-height: 1.2;
}

.italic {
font-style: italic;
}

.bold {
font-family: Verdana, sans-serif;
font-weight: bold;
}

span.bdr {
border-top: 1px solid red;
border-bottom: 1px solid red;
}

.color {
color: #696969;
}

.big {
font-family: Geneva, sans-serif;
font-size: 2.5em;
line-height: 1.2;
}

.nospace {
margin: 0;
padding: 0;
}

.block {
display: block;
background-color: black;
color: white;
margin-right: 25%;
margin-left: 25%;
line-height: 1.2;
}

.box {
border: solid;
border-width: 1px;
display: block;
font-size: 1em;
margin-bottom: 1em;
margin-left: 20px;
margin-right: 20px;
margin-top: 1em;
padding-bottom: 1em;
padding-left: 1em;
padding-right: 1em;
padding-top: 1em;
text-align: left;
}

Last edited by pete6055; 03-24-2015 at 04:26 PM.
pete6055 is offline   Reply With Quote