/usr/share/asp.net-demos/mono-xsp.css is in asp.net-examples 4.2-2build1.
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 | body {
font-family: "Trebuchet MS", lucida, verdana, helvetica, sans-serif;
font-size: 14px;
color: #000;
background-color: #f8f8f4;
padding: 0;
margin: 0;
}
.header {
font-family: "Trebuchet MS", sans-serif;
color: #fff;
font-size: 22px;
background: #555;
border: 0;
margin: 0px;
padding: 10px;
}
h1.header {
color: #fff;
background: #555;
font-weight: bolder;
}
h2.header {
font-size: 14px;
font-weight: bold;
color: #dcdedc;
background: #555;
vertical-align: top;
margin-left: 70px;
margin-top: 0;
border-top: 2px solid;
padding: 0;
}
ul.dirlist {
list-style: url(small-icon.png);
}
a.indexDirectory { font-weight: bold; }
a.aspx { background: #f1f1ed; }
a.ashx { background: #0cc; }
a.asmx { background: #ee0; }
pre { font-size: 12px; }
p { margin: 10px; }
a { color: #72716a; }
.shell {
border-style: solid; background: #000; color: #bbb;
border-width: 1px;
padding: 2pt;
margin:15px;
}
table {
font-family: "Trebuchet MS", lucida, verdana, helvetica, sans-serif;
font-size: 14px;
color: #000;
background-color: #f8f8f4;
}
|