This file is indexed.

/usr/share/javascript/yui/carousel/assets/carousel-core.css is in libjs-yui 2.8.2r1~squeeze-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
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1
*/
.yui-carousel {
    visibility: hidden;
    overflow: hidden;
    position: relative;
    text-align: left;
    zoom: 1;
}
 
.yui-carousel.yui-carousel-visible {
    visibility: visible;
}
 
.yui-carousel-content {
    overflow: hidden;
    position: relative;
    text-align:center;
}
 
.yui-carousel-element li {
    border: 1px solid #ccc;
    list-style: none;
    margin: 1px; 
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
}

.yui-carousel-vertical .yui-carousel-element li {
    display: block;
    float: none;
}
 
.yui-log .carousel {
    background: #f2e886;
}
 
.yui-carousel-nav {
    zoom: 1;
}
 
.yui-carousel-nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;    
}
 
.yui-carousel-button-focus {
    outline: 1px dotted #000;
}

.yui-carousel-min-width {
    min-width: 115px;
}

.yui-carousel-element   {
    overflow: hidden;
    position:relative;
	margin: 0 auto;
    padding:0;
    text-align:left;
    *margin:0;
}

.yui-carousel-horizontal .yui-carousel-element {
    width: 320000px;
}

.yui-carousel-vertical .yui-carousel-element {
    height:320000px;
}

.yui-skin-sam .yui-carousel-nav select {
    position:static;
}

.yui-carousel .yui-carousel-item-selected {
    border: 1px dashed #000;
    margin: 1px;
}