This file is indexed.

/usr/share/mizuho/templates/mizuho.css is in ruby-mizuho 0.9.20+dfsg-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
body {
	margin: 1em auto 1em auto;
	padding: 0 1em 0 1em;
	max-width: 800px;
}

a.image {
	border: none;
}

.comments {
	display: block;
	background: url('balloon.png') top left no-repeat;
	float: left;
	margin-left: -55px;
	width: 36px;
	height: 48px;
	line-height: 0;
	color: black;
	text-decoration: none !important;
	border: none !important;
}

#toc .comments {
	margin-top: 0.25em;
}

.sect1 .comments {
	margin-top: 0.5em;
}

.sect2 .comments {
	margin-top: 1.15em;
}

.sect3 .comments {
	margin-top: -1em;
}

.comments.empty {
	opacity: 0.2;
}

.comments.empty:hover,
.comments.nonempty {
	opacity: 1;
}

.comments .count {
	display: block;
	font-size: 80%;
	padding-top: 12px;
	text-align: center;
	text-shadow: 1px 1px 2px white;
}

#comments_lightbox_shadow {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	opacity: 0.7;
	z-index: 10;
}

#comments_lightbox_contents {
	position: fixed;
	top: 10%;
	left: 20%;
	right: 20%;
	bottom: 10%;
	background: white;
	overflow: auto;
	z-index: 11;
}

#comments_lightbox_contents > .shell {
	margin: 2em;
}

pre {
	overflow: auto;
}

@media print {
	body {
		font-size: 18pt;
	}
	
	#header h1 {
		page-break-after: always;
		font-size: 500%;
		vertical-align: middle;
	}
	
	#header {
		page-break-after: always;
	}
	
	#toctitle {
		font-size: 200%;
		margin-bottom: 1em;
	}
	
	div.toclevel1 {
		font-size: 100%;
	}
	
	div.toclevel2 {
		font-size: 90%;
	}
	
	div.toclevel3 {
		font-size: 80%;
	}
	
	#content .comments {
		display: none;
	}
	
	@page :left {
		@bottom-left {
			content: counter(page);
		}
	}
}