/usr/share/monodoc/web/xtree/xtree.css is in monodoc-http 2.10-6.
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 | body {
font-family: verdana;
font-size: 70.5%;
font-weight: normal;
background-color: #f1f1f1;
color: Black;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.webfx-tree-container {
margin: 0px;
padding: 0px;
white-space: nowrap;
}
.webfx-tree-item {
padding: 0px;
margin: 0px;
color: WindowText;
white-space: nowrap;
height: 16px;
}
.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
margin-left: 3px;
padding: 0px 2px 1px 2px;
}
.webfx-tree-item a {
color: black;
text-decoration: none;
}
.webfx-tree-item a:hover {
color: blue;
text-decoration: underline;
}
.webfx-tree-item a:active {
background: highlight;
color: highlighttext;
text-decoration: none;
}
.webfx-tree-item img {
vertical-align: middle;
border: 0px;
}
.webfx-tree-icon {
width:0px;
visibility: hidden;
}
|