This file is indexed.

/usr/share/ltsp-cluster-control/Admin/css/style.css is in ltsp-cluster-control 2.0.3-0ubuntu1.

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
TH { font-weight: bolder; text-align: center; }
CAPTION { text-align: center; }
BODY { line-height: 1.33em; background-image: url( "../images/top-degrade.png"); background-repeat: repeat-x; }
H1 { margin: 0; font: 20px Geneva, Arial, Helvetica, sans-serif; text-align: justify; background-color: rgb(96, 132, 188); padding: 10px 20px; border: 1px solid rgb(96, 132, 188); border-top: none; z-index: 2; text-align: center; }
H1 IMG { float: right; position: relative; top: -30px; right: 10px; }
H2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-weight: bold; }
H3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; font-weight: bold; font-style: italic; }
P, BLOCKQUOTE, UL, FIELDSET, FORM, OL, DL, DIR, Table, INPUT { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }
B, STRONG { font-weight: bolder; }
BLOCKQUOTE { margin-left: 40px; margin-right: 40px; }
I, CITE, EM, VAR, ADDRESS    { font-style: italic; }
PRE, TT, CODE, KBD, SAMP { font-family: monospace; }
PRE { white-space: pre; }
SUB { vertical-align: sub; }
SUP { vertical-align: super; }
S, STRIKE, DEL { text-decoration: line-through; }
OL { list-style-type: decimal; }
OL OL, OL UL, UL OL, UL UL { margin-top: 0; margin-bottom: 0; }
A IMG { border: 0 }

a{ text-decoration : none; }
a:link{ color: #002bb8; }
a:visited{ color: #5a3696; }
a:hover, a:active{ color: #faa700; }
hr{ height: 1px; color: #aaa; background-color: #aaa; border: 0; margin: .2em 0 .2em 0; }

#logo { height: 40px; border: 0; margin-bottom: 2em; }
#menu_info { float: right; width : 275px; }
#menu_info > div { float : left; }
#user_name, #user_title { font-weight: bold; }
a#deconn { color: #ba0000; margin-right: 0; display: block; float : right; }
a#deconn img { border: 0; padding: 0; margin : 0; height: 30px; }

#menu_list {	color: #000; border-bottom: 1px solid rgb(96, 132, 188); margin: 0; padding: 0; z-index: 1; font: bold 13px Verdana, Arial, Helvetica, sans-serif; }
#menu_list li { display: inline; list-style-type: none; }
#menu_list a { color: rgb(96, 132, 188); background-color: rgb(238, 232, 170); margin: 0; margin-right: 2px; border: 1px solid rgb(96, 132, 188); padding: 2px 6px 0px; text-decoration: none; height: 15px; -moz-border-radius-topright: 2em; -moz-border-radius-topleft: 2em; white-space: nowrap; }
#menu_list a:hover { color: rgb(207, 218, 235); background-color: rgb(255, 255, 240); }
#menu_list a#chosen, #menu_list a:active  { background-color: rgb(96, 132, 188); color: rgb(207, 218, 235); border-bottom: 2px solid rgb(96, 132, 188); }
#menu_list a#chosen:hover, #menu_list a:active { color: #FFF; }
#menu_list a img { border: 0; padding: 0; margin : -1px 1px -1px -7px; height: 25px; }
div.content { background-color: rgb(207, 218, 235); padding: 10px; border: 1px solid rgb(96, 132, 188); }

p.error{ color: red; font-size: smaller; }