This file is indexed.

/usr/share/doc/maxima-doc/plotting/style.css is in maxima-doc 5.32.1-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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
/* General Stylesheet for Maxima website */

/* Styles for the general body */
body {
 color: rgb(0,0,0);
 margin-left: 1%; 
 margin-right: 1%;
 font-family: Arial, Helvetica, sans-serif, "Times New Roman", Verdana;
 background: rgb(255,255,255);
}

h1 {
 font-family: "Times New Roman", Garamond, serif;
}

/* Styles for the title */
div.title { 
 text-align: center;
 font-size: 150%;
 border: black solid; 
 border-width: thin; 
 color: rgb(0,0,0);
 width: 100%;
 padding: 2px;
 background: rgb(154,182,196);
}

div.titlespacer {
 border: black solid;
 border-top-width: 0;
 border-right-width: thin;
 border-bottom-width: thin;
 border-left-width: thin;
 color: rgb(0,0,0);
 width: 100%;
 height: 4px;
 padding: 2px;
 background: rgb(190,196,199);
}

a:link {text-decoration:none; color: rgb(20,0,200)}
a:visited {text-decoration:none; color: rgb(70,40,120)}
a:hover{ text-decoration:underline; color: rgb(20,0,200)}

/* Styles for the Menu */
.menu {
 text-align: center;
 float: left;
 background: rgb(220,226,229);
 padding: 2px;
 width: 104px;
 border: black solid ;
 border-top-width: 0;
 border-right-width: thin;
 border-bottom-width: thin;
 border-left-width: thin;
}

.menutitle {
 padding: 5px;
 text-align: center;
 border: rgb(164,180,196) solid;
 border-top-width: 0;
 border-right-width: 0;
 border-bottom-width: thin;
 border-left-width: 0; 
 }

.menubutton {
 width: 104px;
 font-size: medium;
 margin: 0px 5px 1px 0px;
 text-align: center;
 border: rgb(164,180,196) solid;
 border-top-width: 0;
 border-right-width: 0;
 border-bottom-width: 1px;
 border-left-width: 0; 
}


/* Style rules for content boxes */
.contentbox {
 float: left;
 background: rgb(255,255,255);
 margin-left: 2%; 
 margin-right: 0;
 width: 79%;
}

.contentbox2 { 
background: rgb(230,236,239);
 border: black solid;
 border-width: thin;
 padding: 3px;
}

/* Style rules for image space */
.imagespace {
 margin: 7px 0px 0px 0px;
 }

/* Style rules for News section */
.newsline{
background: rgb(190,196,199);
 width: 100%;
 height: 2px; 
 margin: 0px 0px 7px 0px;
}
.newstitle{ 
font-family: Verdana, sans-serif, "Times New Roman", Verdana;
font-size: 120%;
color: rgb(128,128,128);
}
.newsdate{ 
font-family: Verdana, sans-serif, "Times New Roman", Verdana;
font-size: 90%;
color: rgb(128,128,128);
}
.news{ 
 border: black solid;
 border-width: thin;
 background: rgb(210,216,219);
 width: 98%;
 padding: 7px;
}

/* Style rules for screenshots*/
.screenshot {
 text-align: center;
 }
.image {
 background: rgb(190,196,199);
 border: black solid;
 border-width: thin;
 padding: 6px;
 text-align: center;
 }