This file is indexed.

/usr/share/grr/include/admin_grr.css is in grr 2.2~dfsg2-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
/* ------------------------------------ *
 * admin_grr.css
 * Feuille CSS pour l'administration
 * Ce script fait partie de l'application GRR
 * Dernière modification : $Date: 2009-02-27 13:28:20 $
 * @author    Laurent Delineau <laurent.delineau@ac-poitiers.fr>
 * @copyright Copyright 2003-2008 Laurent Delineau
 * @link      http://www.gnu.org/licenses/licenses.html
 * @package   root
 * @version   $Id: admin_grr.css,v 1.4 2009-02-27 13:28:20 grr Exp $
 * @filesource
 *
 * This file is part of GRR.
 *
 * GRR is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * GRR is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with GRR; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
div.onglet {
    font-family: Arial, Sans, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #888888;
    margin-right: 3px;
    padding: 5px;
    background-color: white;
}
div.onglet a {
    color: black;
}

div.onglet_on {
    font-family: Arial, Sans, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #111111;
    margin-right: 3px;
    padding: 5px;
    background-color: #888888;
}
div.onglet_on a, div.onglet_on a:hover {
    color: white;
    text-decoration: none;
}

div.onglet_on a:hover {
    color: white;
	text-decoration:underline;

}

div.onglet_off {
    font-family: Arial, Sans, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #888888;
    margin-right: 3px;
    padding: 5px;
    background-color: #888888;
    color: white;
}

/*
Formatage des administrateurs
*/
.style_admin {
    color: red;
}
/*
Formatage des gestionnaire_utilisateurs
*/
.style_gestionnaire_utilisateur {
    color: red;
}

/*
Formatage des visiteurs
*/
.style_visiteur {
    color: yellow;
}
/*
Formatage des utilisateurs
*/
.style_utilisateur {
    color: blue;
}
/*

*/
.style_privilege {
    color: red;
    font-weight: bold;
}
.fond1 {
    background-color:#E9E9E4;
}
.fond2 {
    background-color:#AAAAAA;
}
/* mise en forme des textes "jours cycles" dans admin_config_calend3.php */
.jour-cycle {
  font-size: 1.1em;
  color:blue;
}
/* mise en forme des pages administration sans colonne à gauche */
.page_sans_col_gauche {
    margin-left:10%;
    margin-right:10%;
}