This file is indexed.

/etc/debian-edu/www/skl-ren_css.css is in debian-edu-config 1.702.

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
body    {
        color:  black;
        background:     #F5F5E5;
	padding: 1ex;
	background-position: top right;
        }

h1	{
	text-align: center;
	font-family: serif;
	font-variant: small-caps;
	letter-spacing: 0.3em;
	font-size: 3em;
	}

h2	{
	color:	#881133;
	}

h2.menu	{
	color:	#6699BB;
	background: #E5FAFF;
	text-align: right;
	font-family: serif;
	font-size: 1.5em;
	font-variant: small-caps;
	padding-right: 1ex;
	}

body>div.hbar	{
	background:	#991111;
	width: 100%;
	height: 1ex;
	}

div.body	{
	margin-top: 1ex;
	padding-left: 1ex;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 1ex;
	margin-right: 26ex;
	}

div.menu	{
	background: 	#CCEEF5;
	margin-top: 	1ex;
	padding: 	1px 5px 2em;
	line-height: 	1.3;
	float: 	right;
	width: 	28ex;
	}

a:link	{
	font-weight: bold;
	}

a:active {
	text-decoration: overline;
	}

a:visited {
	font-weight: bold;
	}

@media print {
	div.menu {visibility: hidden}
	div.body {margin-right: 2ex}
	}