by jez12 » Fri Dec 04, 2015 8:45 am
Eyal wrote:There are different fonts settings in different sections. I don't remember which is which but my Cuereader.css works fine:
Code: Select all
body {
font-family:'Verdana',sans-serif;
background-color:#FFFFFF;
font-size:9pt;
color:#000000;
}
H1 {
font-family:'Verdana',sans-serif;
font-size:10pt;
font-weight:bold;
color:#AAAAAA;
text-align:left;
}
P {
font-family:'Verdana',sans-serif;
font-size:8pt;
color:#000000;
}
TH {
font-family:'Verdana',sans-serif;
font-size:9pt;
font-weight:bold;
color:#000000;
border-color:#000000;
border-style: solid;
border-left-width:0px;
border-right-width:0px;
border-top-width:0px;
border-bottom-width:3px;
}
TD {
font-family:'Verdana',sans-serif;
font-size:7pt;
color:#000000;
border-color:#000000;
border-style: solid;
border-left-width:0px;
border-right-width:0px;
border-top-width:0px;
border-bottom-width:1px;
}
TR.aleft TH {
text-align:left;
}
TR.dark {
background-color:#EFEFEF;
}
TR.highlight {
background-color:#FFFF77;
}
I copied that code into the file and changed all font sizes to bigger numbers but there's no effect. Maybe it's something in the .vbs file that overrides it.
I also tested to change the highlight color in the .css file - no change as expected. But then I unchecked the "Use external file" and changed the highlight color in the settings window and it works.
It always creates a new CueReader.css file into the C:\Users\AppData\Local\Temp and uses that instead?
[quote="Eyal"]There are different fonts settings in different sections. I don't remember which is which but my Cuereader.css works fine:
[code]body {
font-family:'Verdana',sans-serif;
background-color:#FFFFFF;
font-size:9pt;
color:#000000;
}
H1 {
font-family:'Verdana',sans-serif;
font-size:10pt;
font-weight:bold;
color:#AAAAAA;
text-align:left;
}
P {
font-family:'Verdana',sans-serif;
font-size:8pt;
color:#000000;
}
TH {
font-family:'Verdana',sans-serif;
font-size:9pt;
font-weight:bold;
color:#000000;
border-color:#000000;
border-style: solid;
border-left-width:0px;
border-right-width:0px;
border-top-width:0px;
border-bottom-width:3px;
}
TD {
font-family:'Verdana',sans-serif;
font-size:7pt;
color:#000000;
border-color:#000000;
border-style: solid;
border-left-width:0px;
border-right-width:0px;
border-top-width:0px;
border-bottom-width:1px;
}
TR.aleft TH {
text-align:left;
}
TR.dark {
background-color:#EFEFEF;
}
TR.highlight {
background-color:#FFFF77;
}[/code][/quote]
I copied that code into the file and changed all font sizes to bigger numbers but there's no effect. Maybe it's something in the .vbs file that overrides it.
I also tested to change the highlight color in the .css file - no change as expected. But then I unchecked the "Use external file" and changed the highlight color in the settings window and it works.
It always creates a new CueReader.css file into the C:\Users\AppData\Local\Temp and uses that instead?