This file is indexed.

/usr/share/scid/html/scid.css is in scid 1:4.5.1.cvs20140429-2.

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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
/* Style file for scid HTML export
 */

/* WARNING:
 * Do not change the order of elements in this sheet
 * The exported Javascript may or may not depend on it (using document.styleSheets[0].cssRules[index])
 */

/* The background color for the current move
 */
#highlight{
    color: #e9aa5d;
}


/* The background color for other moves
 */
#lowlight{
    color: #ffffff;
}    

/* Black square
 */
.bs{
    background-color: #7389b6;
}

/* White square
 */
.ws{
    background-color: #f3f3f3;
}


/* Board rim
 */
.coordinates
{ 
	font-family:"Courier New", Arial;
	font-style:normal;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
	color:#2e2ebf;
	background-color: #cccccc;
	width: 1em;
}

/* Indentation of variations
 */
div.var{
    text-indent: -1em;
    margin-left: 3em;
}


a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
background: #fff;
color: #000;
}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 380px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#maincontent{
position: fixed;
top: 0; 
left: 380px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}


/* Header: Event, Site, Date */
.hEvent
{ 
	font-family:"Courier New", Arial;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
	font-size:12pt;
	color:#000080;
}

/* Header: Players */
.hPlayers
{ 
	font-family:"Courier New", Arial;
	font-style:normal;
	text-decoration:none;
	font-weight:bold;
	font-size:12pt;
	color:#000080;
}

/* Header: Annotator, Eco */
.hAnnot
{ 
	font-family:"Courier New", Arial;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
	font-size:12pt;
	color:#800000;
}

/* Result */
.VH
{ 
	font-family:"Courier New", Arial;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
	font-size:12pt;
	color:#800000;
}

/* move comments */
.VC
{ 
	font-family:"Courier New", Arial;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
	font-size:12pt;
	color:#800000;
}

/* moves */
.V0
{ 
	font-family:"Courier New", Arial;
	font-style:normal;
	text-decoration:none;
	font-weight:bold;
	font-size:12pt;
	color:#000000;
}

/* 1. variation */
.V1
{ 
	font-family:"Courier New", Arial;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
	font-size:12pt;
	color:#000000;
}

/* 2.-x. variation */
.V2
{ 
	font-family:"Courier New", Arial;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
	font-size:12pt;
	color:#000000;
}

/* diagram */
#diagramTable {
	border: 0;
	border-collapse: collapse;
	}

#diagramTable td {
	text-align: center;
	margin: 0;
	padding: 0;
	vertical-align: top;
	}

img {border: 0}