/usr/share/monodoc/web/sidebar.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 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 | body {
font-family: Verdana;
margin: 0px !important;
padding: 0px !important;
font-size: 8pt;
background-color: white;
white-space: nowrap;
}
.tab {
display: none !important;
}
.activeTab {
padding-top: 35px;
padding-left: 10px;
padding-right: 10px;
display: block !important;
}
input[type=text] {
border: 1px solid #B1A598;
padding: 2px;
}
input[type=text]:focus {
}
.error {
color: red;
font-weight: bold;
}
ul#indexList {
padding: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-top: 10px;
}
ul#indexList li {
list-style: none;
padding-left: 13px;
padding-top: 2px;
padding-bottom: 2px;
background: url('/images/treenodedot.gif') no-repeat center left;
}
#contentsList ul {
padding: 0px;
margin-left: 0px;
margin-top: 0px;
}
#contentsList ul ul{
padding-left: 15px;
margin: 0px !important;
}
#contentsList ul li {
list-style: none;
padding-bottom: 3px;
}
#contentsList ul li a {
text-decoration: none;
color: black;
}
#contentsList ul li img {
border: 0px;
vertical-align: middle;
}
#tabs {
position: fixed;
top: 0;
left: 0;
right: 0;
}
#tabs ul {
margin-left: 0px;
padding-left: 5px;
border-bottom: 1px solid #B1A598;
padding-bottom: 3px;
background-color: #EFEBE7;
padding-top: 10px;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
#tabs {
border-bottom: 2px solid white;
}
#tabs ul li {
display: inline;
border-top: 1px solid #B1A598;
border-left: 1px solid #B1A598;
border-right: 1px solid #B1A598;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 5px;
padding-right: 5px;
}
#tabs ul li.selected, ul#tabs li:hover {
background-color: white;
}
#tabs ul li.selected {
border-bottom: 1px solid white;
}
#tabs ul li a {
color: black;
text-decoration: none;
}
a.selected {
/*font-weight: bold;*/
background: #eee;
border: 1px solid #ccc;
padding: 1px;
}
#errorText {
margin-top: 10px;
}
|