This file is indexed.

/usr/share/doc/rest2web/html/tutorial_site/stylesheets/test.css is in rest2web-doc 0.5.2~alpha+svn-r248-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
/*css file for Voidspace content pages. http://www.voidspace.org.uk
css source based on the 2 column layout from :
http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/
*/

@import url('pysrc.css');

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6  {
        font-family: Georgia, "New Century Schoolbook",
        Times, serif;
        }

body {
    margin:0px;
    padding:0;
    background-color:#A7A09A;
    color:#000;
    min-width:850px;
}


#main { 
    background-color:#FFFFE0;
    padding: 10px;
    margin: auto;
    width: 90%;
    font-size: 12pt;
    height: 100%;
}

#main h2,#main h3,#main p,#main h4 {
    padding:0 10px;
}

#main a { 
    font-weight:bold;
    border-bottom: 1px dotted black;
    text-decoration: none;
}

#main h2 a {border-bottom: none;}
#main h3 a {border-bottom: none;}
#main h4 a {border-bottom: none;}

#main a.toc-backref {border-bottom: none;}

/* void1 and void2 are the text elements of the header */

#header {
    background-color: #318;
    text-align: center;
    padding: 10px;
    color: silver;
    font-family: Helvetica, Arial, sans-serif;
}

#header img {
    display: block;
    margin: 15px auto 10px;
}

#void1 {
    font-size:13pt;
    font-weight:bold;
}
#void2 {
    font-size:9pt;
    font-weight:normal;
}

a:hover {background:yellow;}
a[name]:hover {background: none;}

#nav {
    background-color:#c99;
    padding:5px;
    text-align:center;
    font-size:15pt;
    font-weight:bold;
}
#nav ul {
    margin:0;
    padding:0
}

#nav li {
    display:inline;
    list-style:none;
    margin:0;
    padding:5px;
}


#header a:hover{background:none;}

.title {
    text-align: center;
    padding: 15px;
    max-width: 80%;
    margin: 20px auto;
}

.title h1 {
font-size:30pt;
}

.title img {
    display: block;
    margin: 20px auto;
}

.intro {
    border:medium outset;
    border-color:blue;
    margin-left:5em;
    margin-right:5em;
    background-color:#ddd;
}

.sitemap {
    padding-top: 20px; 
    text-align:center;
}

.sitemap th {
    font-size:24pt;   
}
.sitemap td { 
    font-weight:bold;
    padding:5px;    
}
.sitemap table {
    margin-left: auto; 
    margin-right: auto; 
}

.displaybox {
    width: 65%; 
    margin-left: auto; 
    margin-right: auto; 
    border-color:#191970;
    border-width:medium; 
    background-color:#F5F5F5;
    border-style:solid;
    padding:5px;
}

.displaybox h3 {
    font-size:24pt;
    text-align:center;
    font-weight:bold;
}


.indexblock {
    border: thick solid;
    border-color:blue;
    margin:2em;
    background-color:#edd;
    padding: 10px;
    -moz-border-radius: 10px;
}

.indexblock table {
    margin: auto;
    padding: 10px;
}


.end {
    margin: auto; 20px;
    padding: 10px;
    text-align: center;
}

.sidie h3 {
    margin: 10px;
}

.sidie li {
    font-weight: bold;
}

hr {text-align: center;}

.zentrum {
    margin:auto;
    text-align:center; 
    width:80%;
    padding:10px;
}

.ex {
    background-color: #FFFFFF;
    margin: 10px;
    padding: 5px;
    border: 2px;
    border-color: #FFFF00;
    border-style: dashed;
    width: 65%
}