/usr/share/doc/xgridfit/html/advanced.css is in xgridfit-doc 2.3-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 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 | /* The big containers */
html {margin: 0; padding: 0;}
body {margin: 0; padding: 0; height: 100%;
font-family: "linux libertine", "liberation serif", "dejavu serif", Junicode, serif;
font-size: medium;
line-height: 125%;
background: gray url(parch-dark.jpg) fixed;}
/* Basic HTML elements */
h1 {line-height: 125%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;}
h1 span.chnum {font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;}
h3 {font-weight: normal;
font-weight: bold;}
h4 {font-weight: normal;
font-style: italic;}
hr {background-color: red; color: red;}
p {line-height: 125%;}
pre {font-size: small;
line-height: 110%;}
blockquote p {margin-top: 0; margin-bottom: 0;}
li {line-height: 125%;}
dt {font-weight: bold;}
table {font-family: "linux libertine", "liberation serif", "dejavu serif", Junicode, serif;}
th {background-image: url(parch-dark.jpg);
color: white;
font-weight: normal;
line-height: 125%;
padding: 0 10px;
border: solid thin #B8860B;}
td {background-color: transparent;
border: solid thin #B8860B;
font-size: medium;}
A:link {text-decoration: none;
color: #A52A2A;}
A:visited {text-decoration: none;
color: #8B4513;}
img {border-style: none;}
/* Anything we want to say only to old browsers */
.hideme {display: none;}
/* Our versions of the elements */
p.first {text-indent: 0;}
p.continued {text-indent: 0;}
ul.detnote {font-size: smaller;
line-height: 125%;}
table.std {margin-top: 10px;
margin-bottom: 10px;
padding: 1px;
background-color: transparent;
border: solid thin #B8860B;}
td.blankhdr {background-image: url(parch-dark.jpg);
line-height: 125%;
border: solid thin #B8860B;}
td.blank {background-image: url(parch.jpg);}
td.plain {vertical-align: top;
background-color: transparent;
border-style: none;
line-height: 125%;}
td.hw {vertical-align: top;
background-color: transparent;
border-style: none;
line-height: 125%;
font-weight: bold;}
/* For poetic extracts that start in mid-line */
div.bigindent {text-indent: 7em;}
div.bigindbqtr {text-indent: 7em;}
/* Bad name: actually the side menu */
div#jumplist {position: absolute;
left: 5px; top: 3em;
width: 220px;
height: auto;
font-size: 10px;
color: white;
line-height: 115%;
overflow: auto;}
div#jumplist a {font-family: Verdana, Arial, Helvetica, sans-serif;}
/* Hide this rule from Internet Explorer 6 */
body>div#jumplist {position: fixed;
height: 93%;}
div#jumplist a {display: block;
color: white;
text-decoration: none;
text-indent: -2em;
padding-left: 2em;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;}
div#jumplist a em {font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
text-decoration: underline;}
div#jumplist a:visited {color: white;
text-decoration: none}
div#jumplist a:hover {color: black;
text-decoration: none;
background: transparent url(parch-light.jpg) repeat-x;}
div#jumplist a i {font-family: Verdana, Arial, Helvetica, sans-serif;}
div#jumplist h1 {font-size: x-small;}
div.levone {margin-left: 1em;
display: block;}
div#content {position: absolute;
top: 10px;
left: 225px;
right: 10px;
height: auto;
background: white url(parch-light.jpg) fixed;
border: solid thin black;
padding: 20px;}
span.note {display: none;
border: solid 1px #B8860B;
padding-left: 1em;
padding-right: 1em;
font-size: small;
text-indent: 0;}
span.chnum {font-weight: normal;}
div.alertbox {position: relative; left: 0; top: 0;
border: solid medium red;
padding: 0 1em;
margin: 1em 0;
height: auto;
width: auto;
background-image: url(parch.jpg);}
div.bqhdr {font-weight: bold;
margin-bottom: 1em;}
div#copyright {border-top: solid thin black}
|