This file is indexed.

/usr/share/xml/docbook/custom/slides/3.4.0/browser/slides.css is in docbook-slides 3.4.0-5.

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
/* General formatting */

body                  { font-family: sans-serif;
                        font-weight: bold;
                      }

.copyright            { color: #7F7F7F;
                      }

/* Title page formatting */


.slidesinfo           { text-align: center; 
                        font-size: 16pt;
                      }

.slidesinfo h1.title  { color: blue;
                      }
.slidesinfo h2.subtitle  { color: blue; 
                      }
.slidesinfo h1.author { color: green;
                      }

.slidesinfo .copyright { color: black;
                      }


/* ToC page formatting */

.tocpage h1.title     { color: blue;
                        text-align: center;
                      }

.tocpage a            { text-decoration: none; }
.tocpage a:link       { color: blue; }
.tocpage a:visited    { color: blue; }

.toc-body             { margin-left: 0.5in;
                        margin-right: 0.5in;
                      }

/* Foil page formatting */

.foil                 { font-size: 16pt;
                      }
.foil h1.title        { text-align: center;
                        color: blue;
                        padding-top: 0pt;
                        margin-top: 0pt;
                      }
.foil h2.subtitle     { text-align: center;
                        color: blue;
                        padding-top: 0pt;
                        margin-top: 0pt;
                      }

.foil pre             { font-size: 16pt;
                      }

.foil-body            { margin-left: 0.5in;
                        margin-right: 0.5in;
                      }

/* Foilgroup page formatting */

.foilgroup            { font-size: 16pt;
                      }
.foilgroup h1.title   { text-align: center;
                        color: red;
                        padding-top: 0pt;
                        margin-top: 0pt;
                      }
.foilgroup h2.subtitle { text-align: center;
                        color: blue;
                        padding-top: 0pt;
                        margin-top: 0pt;
                      }

.foilgroup-body       { margin-left: 0.5in;
                        margin-right: 0.5in;
                      }

/* Navigation header formatting */

.navhead              { border-bottom: 1px solid black;
                        margin-bottom: 10px;
                        padding-bottom: 4px;
                      }

.navhead hr.top-nav-sep { display: none; }

.navhead .slidestitle { font-weight: normal;
                        font-size: 10pt;
                        font-style: italic;
                      }

/* Navigation footer formatting */

.navfoot              { border-top: 1px solid black;
                        margin-top: 10px;
                        padding-top: 4px;
                      }

.navfoot hr.bottom-nav-sep { display: none; }

/* General navigation formatting */

.link-text            { font-weight: bold;
                        font-size: 10pt;
                      }


.link-text a          { text-decoration: none; }
.link-text a:link     { color: blue; }
.link-text a:visited  { color: blue; }

.no-link-text         { color: #7F7F7F; }

/* EOF */