/usr/share/perl5/LaTeXML/style/theme-blue.css is in latexml 0.7.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /* Blue theme */
body { background:#FFFFFF; color:#000000; }
/*
.navbar { border-right: 3px double #087d9d;
border-bottom: 5px double #087d9d; background:#e5f7fb; }
*/
.navbar { border: 5px double #087d9d; background:#e5f7fb; }
.content { border-top:1px solid #087d9d; }
.footer { border-top:1px solid #087d9d; }
h2 { border-top: 5px double #087d9d; border-left: 3px double #087d9d; background:#e5f7fb; }
h3 { border-top: 1px solid #087d9d; border-left: 1px solid #087d9d; background:#e7faff; }
th, *[class~="thead"] { background-color:#e5f7fb; }
|