This file is indexed.

/usr/share/webdruid/classic/classic.css is in webdruid 0.5.4-14+b3.

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
/************************
  Welcome page (aka WP)
 ***********************/

  /* BODY */
  #WelcomePage {}

  #WP_welcome {font-style: italic; font-size: 28; text-align: center}
  #WP_welcometext {}

/************************
  Left Panel (aka LP)
 ************************/

  /* BODY */
  #LeftPanel {}

  /*.LP_section_header {font-size: 12px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; color: #064FAB}*/
  .LP_section_header {font-size: 12px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF}
  .LP_section_item {font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif}

/************************
  Report Pages (aka RP)
 ************************/

 /*
   This is where all styles common to all report pages are stored
 */

  /* BODY */
  .ReportPage {margin: 25px 25px 25px 25px}

  .RP_title {text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; color: #064FAB; font-size: 12px; font-weight: bold}
  .RP_site_name {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; text-align: center}
  .RP_description_text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px}
  .RP_link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px}
  .RP_current_link {color: #D40710}
  .RP_report_date {font-style: italic; font-size: 10px; text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif}

/************************
  Common part (aka CP)
 ************************/
.RP_month_text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold}