File: style.css

package info (click to toggle)
stylish 1.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,156 kB
  • ctags: 334
  • sloc: makefile: 19
file content (44 lines) | stat: -rw-r--r-- 1,037 bytes parent folder | download
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
*[anonid="name"] {
	font-weight: bold;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
*[anonid="tags"] {
	font-size: smaller;
	font-style: italic;
}
*[anonid="update-area"] hbox {
	-moz-box-align: center;
}
*[closed="true"] *[anonid="children"] {
	display: none;
}
*[anonid="heading"] {
	background-color: -moz-dialog;
	padding: 2px;
	font-weight: bold;
}
*[anonid="twisty"] {
	border: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	min-width: 0px !important;
	background-color: transparent;
	-moz-appearance: none;
	list-style-image: url("chrome://global/skin/tree/twisty-open.png");
}
*[anonid="twisty"] .button-icon {
	margin-right: 5px;
}
*[closed="true"] *[anonid="twisty"] {
	list-style-image: url("chrome://global/skin/tree/twisty-clsd.png");
}
image[anonid="status-icon"] {
	list-style-image: url("chrome://stylish/skin/16.png");
}
*[is-disabled="true"] image[anonid="status-icon"] {
	filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale");
}
*[anonid="id"] {
	display: none;
}