This file is indexed.

/usr/lib/python2.7/dist-packages/cssutils/tests/sheets/slashcode.css is in python-cssutils 1.0.2-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
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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
body, div, form, #links ul li, #links ul, #topnav, img { font-size: 100%; }
body { 
	background: #fff; 
	/* font: 85%/150% verdana, sans-serif; */
	font: 84%/150% sans-serif;
}

* a { color: #006699; } 
a:visited { color: #6a6a6a; }

#topnav {
	position: relative;
	height: 55px;
	margin: 5px 0 0 0;
	background: #f57300 url(/images/topnav-orange-bg.png) repeat-x left;
	clear: both;
}

#topnav div.search {
    position: absolute;
    top: 10px;
    right: 1em;
    text-align: right;
    white-space: nowrap;
}
div.search input {
    font-size: 93%;
    width: 11.25em;
}
    div.search input.button { width: auto; margin-left: 5px; }

	div.search fieldset { border: none; margin: 0; padding: 0; }
  	#topnav div.search fieldset legend { display: none; }

/* layout */
#contents
{
	min-width: 37em;
}

#slashboxes #contents ul {
  padding-left: 1.25em;
  margin-bottom: 20px;
}

body #index #articles
{
	margin: 0 15.6em 1em .8em;
	position: relative;
}

/* Header */

#logo h1 a
{
	width: 642px;
	height: 55px;
	outline: none;
	text-decoration: none;
	background: url("/images/logo-bp-orange4.png") no-repeat left top;
}

#slogan h2
{
	color: #555;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 90%;
	margin: -1em 0 1em 0;
}

#slashboxes #contents ul {
  padding-left: 1.25em;
  margin-bottom: 20px;
}


/* links */
#links { background: #fff; }
#links div.block { background: #fff url("/images/cbl.gif") bottom left no-repeat; }
#links div.title { background: #f60 url("/images/ctl_grey.png") top left no-repeat; }

#links h4
{
	font-weight: bold;
	font-size: 84%;
	font-family: sans-serif;
}

#links div.content
{
	padding: .3em .3em .6em .3em;
	font-size: 85%;
	line-height: 140%;
	position: relative;
	border: 1px #ddd solid;
}

/* Slashboxes (right sidebar) */
div#slashboxes {
  float: right;
  width: 14.5em;
  margin-left: 1.25em;
}
  div#slashboxes div.block {
     margin-bottom: 1.25em;
     font-size: 88%;
  }
  
   div#slashboxes div.block div.title h4 {
	background: #777 url(//images.slashdot.org/block-title-right.png) no-repeat right top;
	padding: .1em .1em .1em .8em;
	color: #fff;
	font-size: 100%;
    }
    div#slashboxes div.block div.title h4 a { color: #fff; }
    div#slashboxes div.block div.title h4 a:visited { color: #fff; }

    div#slashboxes div.block div.content {
      padding: .4em;
      background: #fff url(//images.slashdot.org/slashbox-bottom-left.png) no-repeat left bottom;
    }
      div#slashboxes div.block div.content p { margin: 0;}
      div#slashboxes div.block div.content ul { margin: 0; padding: 0; list-style-image: none; }
      div#slashboxes div.block div.content ul li {
        padding: .1em .1em .3em .5em;
	/* list-style-image: url(/images//bullet.gif); */
	list-style: none;
        border-top: 1px solid #ddd;
      }
    div#slashboxes div.block div.right { padding: .5em .8em .6em .8em; }

/* Links (left sidebar) */
div#links {
  float: left;
  width: 7.1em;
  padding-bottom: 10px;
  margin-right: 0;
}

div#links div.block div.content ul li a {
      display: block;
      padding: .3em .2em .3em .2em;
      font-size: 100%;
      border-top: 1px solid #ddd;
}

div#links div.block div.content ul li a:hover {background: #ef8218 url(//images.slashdot.org/link-arrow.gif) no-repeat right center; color: #fff;}
div#links div.block div.content, div#slashboxes div.block div.content { background: #eee; }
div#links div.block div.title, 
div#slashboxes div.block div.title,
div#links div.block {
  /* background: #ef8218 url(/images/article-title-orange-bg.png) repeat-x left top; */
  background: #777;
  }
  div#links div.block div#sitebox-title, 
  div#links div.block div#navigation-title {
    background: url(//images.slashdot.org/block-title-right.png) no-repeat right top;
    }

div#links div.block div.content ul { border-bottom: 1px solid #fff; }
    div#links div.block div.content ul li a { border-top: 1px solid #fff;}

/* General */
.generaltitle { background: url("/images/article-title-orange-bg.png") #ef8218 xrepeat-x; }
.generaltitle div.title { background: #ef8218; }

.generaltitle h3
{
	color: #fff;
	font-family: sans-serif;
	font-size: 120%; /* 16px */
	font-weight: bold;
}

.generaltitle h3 a,
.generaltitle h3 a:visited
{
	color: #fff;
	font-family: sans-serif;
	font-size: 100%; 
	font-weight: bold;
	text-decoration: none;
}

.generalbody
{
	background: #fff;
	border: 1px solid #eee;
	border-top: none;
}


/* articles */
.article div.title { background: #ef8218 url(/images/article-title-orange-bg.png) repeat-x left top; } 
#journal div.title { background:  #ef8218 url(/images/article-title-orange-bg.png) repeat-x left top; }

.article div.title h3 {
	background: url(/images/article-title-left-orange.png) no-repeat left top;
	color: #fff;
	font-family: sans-serif;
	font-size: 120%;
}

/* titulo secciones */
.article div.title h3 a,
.article div.title h3 a:visited { 
	color: #006699;
	text-decoration: underline;
}

#journal .article h3
{
	background: url(//article-title-left-orange.png) no-repeat left top;
	color: #fff;
	font-family: sans-serif;
	font-size: 100%;
}

.article .details
{
	font-size: 84%;
	padding: .2em .7em .5em .7em;
	font-weight: normal;
	font-family: sans-serif;
	border: 1px solid #eee;
	line-height: 130%;
	/* background: #ddd url("/images/bg_details.gif") repeat-x left top; */
	background: #ddd url(//images.slashdot.org/article-details-bg.png) repeat-x left top;
}
.article .body
{
	font-size: 100%;
	/* border: 1px solid #eee;  */
	border-top: none;
	background: #fff url("/images/bg_white.gif") repeat-x;
}

div.article div.intro em {
        display: block;
        padding: 0 0 0 .85em;
        margin: .25em 0 .6em 0;
        font-style: normal;
        border-left: 3px solid #ddd;
}
div.article div.intro i a { font-weight: normal; }

div.storylinks { margin: 0 0 1.5em 0;}

div.storylinks * { line-height: 110%; }
div.storylinks div {
        margin: 0; 
	padding: 0;
	background: url(//images.barrapunto.com/storylinks-bg.png) repeat-x left bottom;
	}

div.storylinks div ul {
	margin: 0;
	padding: .75em 12em .75em .6em;
	background: url(//images.barrapunto.com/storylinks-right.png) no-repeat right bottom;
}
div.storylinks ul li { 
        display: inline;
        padding: 0;
        list-style: none;
        background: none;
        border: none;
}

div.storylinks ul li.comments {
        width: 11em;
        right: 0;
        position: absolute;
        margin: -.1em 0;
        padding: .1em 1em .2em 1em;
        text-align: right;
        text-shadow: #000 0 0 0;
        background: none;
}

    div.storylinks ul li:before {content:"|"; color: #ccc;}
    div.storylinks ul li.more:before,
    div.storylinks ul li.comments:before {content:" ";}

/* Footer */
#footer { 
	font-family: sans-serif; 
	margin-top: 1.25em;
	background: #e6e6e6 url(//images.slashdot.org/sections-bg.png) repeat-x left bottom;
	clear: both;
}

#footer em
{
	font-size: 85%;
	float: right;
	width: 69%;
}

#footer .search
{
    float: left;
    width: 15.25em;
    padding: 1.35em 0 0 1.25em;
    white-space: nowrap;
  }


#footer legend, #footer fieldset, #footer label
{
	margin: 0;
	padding: 0;
}

.checkbox {padding: 0 0 0 0; float: left; }

#footer .search input { margin: 0; }

#footer .copyright
{
	padding: .85em 1.25em;
	font-size: x-small;
	text-align: center;
	color: #000;
}

#footer	.admin li
{
	border-left: 1px solid #eee;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

/* Poll */
.barColor { background: #f60; }

/* Bottom Nav */
.btmnav
{
	color: #eee;
	font-size: 85%;
}

.btmnav ul li a { color: #006699; } 
.btmnav ul li a:visited { color: #6a6a6a; }

/* Journal */
.journaldate { position: relative; }
.generalbody #journalgeneric .article
{
	height: auto;
	margin: 0 0 1em 0;
}

#journalgeneric div.intro em {display: inline; font-style: italic; border: none; margin: 0; padding: 0;}
#journalgeneric div.intro em a {font-style: italic;}


#journalgeneric div.storylinks ul li { margin: 0; padding: 0; border: none; }
#journalgeneric div.storylinks ul li a { padding: 0 .4em 0 1em; border-left: 1px solid #000; }
#journalgeneric div.storylinks ul li.edit a, #journalgeneric div.storylinks ul li.discussion a, #journalgeneric div.storylinks ul li.journalid a { border: none; }
#journalslashdot .journaldate {font-weight: bold;}
#journalslashdot .title { margin: 0 0 0 .6em; padding: 0; float: left;}
#journalslashdot h3 { font-size: 65%; margin: 0; padding: 0; font-family: geneva,verdana,sans-serif;}
#journalslashdot .details { float: left; font-style: italic; font-size: 65%; font-family: geneva,verdana,sans-serif; background: transparent; }
#journalslashdot .intro { padding: 1em 0 2em 3.7em;}
#journalslashdot div.storylinks { margin: 0; padding: 0; background: transparent;font-size: 65%;}
#journalslashdot div.storylinks ul { margin: 0; padding: 0; background: transparent;}
#journalslashdot div.storylinks ul li { margin: 0; padding: 0; border: none; font-family: geneva,verdana,sans-serif; }
#journalslashdot div.storylinks ul li a { padding: 0 .4em 0 1em; border-left: 1px solid #000; }
#journalslashdot div.storylinks ul li.edit a, #journalslashdot div.storylinks ul li.discussion a, #journalslashdot div.storylinks ul li.journalid a { border: none; }
#journalslashdot .journalpage {font-size: 65.5%; font-family: geneva,verdana,sans-serif; text-align: right;}
#journalgrey .journaldate { font-weight: bold; background: #eee; }
#journalgrey .details { float: left; font-weight: bold; background: #eee; padding: 0 0.6em 0 0; }
#journalgrey .title { background: #eee; padding: 0 0 0 0.6em; }
#journalgrey .title h3 { background: #eee; }
#journalgrey { border: 3px solid #999; padding: 3px 0 1em;}
#journalgrey div.storylinks, #journalblue div.storylinks { background: transparent; }
#journalgrey div.storylinks ul, #journalblue div.storylinks ul { background: transparent; }
#journalgrey .body, #journalblue .body {min-height: 60px; padding: 0 .5em; }
#journalblue div.storylinks ul li,  #journalgrey div.storylinks ul li { border: none; margin: 0; padding: 0; }
#journalblue .journaldate { background: #369; font-weight: bold; padding: 3px; }
#journalblue { border: 3px solid #000; }
#journalblue .details { float: left; margin: 0 0.6em 0 0.3em; font-weight: bold; }
#journalblue .title h3 { margin: 0; padding: 0; font-family: serif; }

.generalbody ul.menu { padding: .5em 0; overflow: auto; }
#usermenu ul.menu { padding: .5em 0; overflow: auto; }


/* Forms */
#journal input.button, #admin input.button { width: auto; }

/* Submit */
#submit .message {
margin: 0 0 1em 0;
padding: 0;
}

/* Related */
div.briefarticle {position: relative;}
    div.briefarticle a span {text-indent: -5000px; position: relative; float: left;}
    div.briefarticle a span.expanded {width: 15px; background: url(//images.barrapunto.com/login-arrow-expanded.gif) no-repeat 0 50%; }
    div.briefarticle a span, div.briefarticle a span.condensed  {width: 15px; background: url(//images.barrapunto.com/login-arrow-collapsed.gif) no-repeat 0 50%; }
    div div.briefcomment { padding-left: 4em; padding-top: 0px }
		


/* User section menu */
div#user-section {
  margin-bottom: 1.25em;
  white-space: nowrap;
  font-size: 90%;
  background: #ef8218 url(/images/userbar-title-orange-bg.png) repeat-x left bottom;
}
  div#user-section * { line-height: 100%; }
  div#user-section div.content {
    overflow: hidden;
    padding: 0;
  }
    div#user-section ul { float: left; }
    div#user-section ul { padding: .3em 0 .1em .6em; margin: 0; }
      div#user-section ul li {
        display: inline;
	list-style: none;
      }
      div#user-section ul li.begin {font-weight: bold; padding-left: 0; }
      div#user-section ul li.name a {
        font-weight: bold;
      }
      div#user-section ul li.name {
       	padding-left: 0; 
      }
        div#user-section ul li a {
          font-size: 100%;
          text-decoration: none;
	  padding: 0 .3em;
	  color: #fff;
        }
	div#user-section ul li a:visited { color: #fff; }
	 
div#user-section ul li:before {content:"|"; color: #ddd;}
    div#user-section ul li:first-child:before {content:" ";}
        div#user-section ul li a#loginlink {
          padding-left: 1.2em;
          background: url(//images.slashdot.org/login-arrow-collapsed.gif) no-repeat 0 50%;
        }

  	div#user-section ul#user-utils { float: right; padding: .3em .6em .3em 0; }
        div#user-section ul li a#loginlink.expanded { background-image: url(//images.slashdot.org/login-arrow-expanded.gif); }
        
    
  div#user-section div#loginform { clear: both; overflow: hidden; height: 0; width: 100%; padding: 0; margin: 0; }
/* Curse the phantom */
@media all and (min-width:0px) {
	div#user-section div#loginform { height: auto; }
	head~body div#user-section div#loginform { height: 0; }
}
    div#user-section div#loginform p {display: none;} 
    div#user-section div#loginform form { padding: .75em 0 .25em 0; }
      div#user-section div#loginform form input { width: 12em; margin-right: 1em;}
      div#user-section div#loginform form input.button { width: auto; margin-right: 0; }
      div#user-section div#loginform form label.checkbox { margin-right: 1em; }
      div#user-section div#loginform form label {display: inline;}
        div#user-section div#loginform form label.checkbox input { width: auto; margin-right: .25em; }


/* System messages */   
.indexhead {padding: 0; border-bottom: 1px solid #888; 
	background: #ddd url("//images.barrapunto.com/article-details-bg.png") bottom repeat-x;
        margin: 0 15.6em 1em .8em;
	position: relative;
}
  .indexhead div.content { padding: 0; margin: 0; background: url(/images/block-title-left-messages.png) no-repeat left top; }
      .indexhead div.content p {font-size: 85%; margin: 0; padding: .3em 1.5em; color: #000;}

      .indexhead div.content a {color: #036;}
      .indexhead div.content a:visited {color: #6a6a6a;}

/* Ads */
.ad1  {
      width: 750px;
      background-color: #eee;
}
.fad1 
{
  width: 468px;
  margin: 0 240px 0 15px;
}    

.fad2 
{
  float: right;
  width: 240px;
  margin: -65px 15px 0 5px;
}

div#ad2 { 
	text-align: center; 
	margin: 1em 0 1em 0;
}

div#ad3 { text-align: center; }

/* Tags */
div.tags {
  margin: 1em 0 0 0;
  padding: 0;
  font-size: 93%;
  line-height: 100%;
  background: #666 url(//images.slashdot.org/block-title-bg.png) repeat-x; 
}
  div.tags div.tagtitleclosed, 
  div.tags div.tagtitleopen {
	margin: 0; 
	padding: .5em 0 .5em 20px;
	position: relative;
	background: #fff;
  }
  div.tags div.tagtitleopen {color: #fff;  background: url(//images.barrapunto.com/block-title-right.png) no-repeat top right; }
    div.tags div.tagtitleopen a {color: #fff;}
    div.tags div.tagtitleclosed a { text-decoration: none; }
    div.tags div.tagtitleclosed .tagmenu a { text-decoration: underline; }
  div.tags div.tagtitleopen span.tagsheader, 
  div.tags div.tagtitleclosed span.tagsheader {text-indent: -5000px; position:absolute; left: 10px; } 
   div.tags div.tagtitleopen span.tagsheader {width: 15px; background: url(//images.barrapunto.com/block-arrow-expanded.gif) no-repeat 0 50%; }
  div.tags div.tagtitleclosed span.tagsheader {width: 15px; background: url(//images.barrapunto.com/login-arrow-collapsed.gif) no-repeat 0 50%; }
  div.tags div.tagtitleopen i a, div.tags div.tagtitleclosed i a {background: transparent;}
  div.tags div.tagbody {
    background: #ddd url(//images.barrapunto.com/article-details-bg.png) repeat-x;
    padding: .85em 0 0 .85em;
    color: #666;
border: #ccc 1px solid; border-top: none;
  }
    div.tags div.tagbody input {
      width: 50%;
      margin: .5em 0;
    }
    div.tags div.tagbody input.button { width: 5em }
  div.tags div.tagshide { display: none }

/* Misc */
pre, code { font-size: 93%; }
.tb_col { background: #eee;}

.secpref_master td { border-bottom: solid 2px #069;}
.secpref_nexus_row { color: #aaa; background: #ccc; }
#sectionprefs_message  { background: #066; font-size: 120%; color: #fff; font-weight: bold; text-align: right; }
#sectionprefs_hdr {text-align: right; background: #069; font-size: 120%; color: #fff; }
#sectionprefs_hdr a {float: left; color: #fff;}

.popup div.title span,
.popup div.title span a { display: none}
#vendorStory-26-popup {width: 18.5em; border: 2px solid #c5d1a6}
#vendorStory-26-contents {background: #DBE8B8}
#vendorStory-26-popup div.title h3
{ background: #6d745f url(//images.slashdot.org/vendors-slc.gif) no-repeat top left; }
#vendorStory-26-popup div.title h3 a {color: #fff}
#vendorStory-26-popup div.title span a, #vendorStory-26-popup div.title span  { color: #DBE8B8; }
#vendorStory-26-contents a { color: #6d745f; }
#vendorStory-26-popup div.details {background: #DBE8B8}
#vendorStory-26-title {background: #6D745F; padding: .3em}
#sponsorlinks span {color: #069; text-decoration: underline}
#contents {margin-top: 2em;}
#vendorStory-26-popup #art1, #vendorStory-26-popup #art2, #sponsorlinks  #slink1, #sponsorlinks  #slink1 .comments {margin: 0}
.popup iframe
{
        position:absolute;
        top: -1px;
        left:-3px;
        z-index:-1;
        width:18.5em;
        height: 100%;
        border: none;
        opacity: 0;
}

#sectionprefs_hdr span a {float: none; color: #fff; font-size: 10px; font-weight: bold; text-decoration: none;}
#sectionprefs_hdr span { margin: -.3em 0; padding: 0 4px; height: 11px; width: 11px;}
.ps_23, .ps_22, .ps_26 { display: none; }
.curstory { border-top: solid 2px #069; }
.popup { border: solid 2px #069; }
.popup .data { font-size: 100% }
.popup-title {text-align: left; background: #069; font-size: 100%; color: #fff; padding-right: 4em; }
.popup-title .buttons {
  position: absolute;
  right: 0.2em;
}
.popup-title .buttons span a {float: none; color: #fff; font-size: 10px; font-weight: bold; text-decoration: none;}
.popup-title .buttons span { margin: -.3em 0; padding: 0 4px; height: 11px; width: 11px;}

.popup-message { background: #069; color: #fff; }
.popup-title a, .popup-message a { color: #fff }
.popup-contents { background: #ccc; font-size: 80%; padding: 5px; }
.popup-message  { background: #069; font-size: 100%; color: #fff; font-weight: bold; text-align: right; }
#sectionprefs-contents { background: #fff }

#subscribe div.generaltitle div.title {margin-bottom: 0;}

#st-display table
{
	background: #069;
	color: #fff;
}
  blockquote, .quote {
    margin-bottom: .75em;
    padding-left: .75em;
    color: #555;
    border-left: 3px solid #ddd;
    position: relative;
    display: block;
  }
  blockquote * { font-style: normal; }
  .comment > .oneline blockquote {
    border: 0;
    padding: 0;
    margin: 0;
  }