/usr/share/javascript/jquery-galleriffic/css/black.css is in libjs-jquery-galleriffic 10-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 | body{
background-color: #111;
color: #bbb;
}
a{
color: #f70;
}
h2 {
color: #ccc;
}
div#page {
background-color: #000;
border-color: #222;
}
div#footer {
color: #888;
}
div.caption-container {
color: #eee;
}
div.image-title {
font-weight: bold;
font-size: 1.4em;
}
div.image-desc {
line-height: 1.3em;
padding-top: 12px;
}
div.download {
margin-top: 8px;
}
div.photo-index {
color: #888;
}
div.navigation a.prev {
background-image: url(prevPageArrowWhite.gif);
}
div.navigation a.next {
background-image: url(nextPageArrowWhite.gif);
}
div.loader {
background-image: url(loaderWhite.gif);
}
div.slideshow img {
border-color: #333;
}
ul.thumbs li.selected a.thumb {
background: #fff;
}
div.pagination a:hover {
background-color: #111;
}
div.pagination span.current {
background-color: #fff;
border-color: #fff;
color: #000;
}
|