/usr/share/mozart/doc/dpanel/ozdoc.css is in mozart-doc 1.4.0-8ubuntu1.
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 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 | BODY {
margin-left: 160px;
margin-right: 10px;
background: url(page.gif) repeat-y white;
}
.margin {
position: absolute;
left: 10px;
width: 130px;
}
DIV.maxi {
margin-left: -160px;
}
BODY, P, H1, H2, H3, H4, TH, TD, A {
font-family: tahoma,arial,helvetica,sans-serif;
}
PRE, CODE, KBD, SPAN.key, SPAN.buffer {
font-family: "Andale Mono","lucida console",courier,monospace;
}
P {
text-align: justify;
}
H1, H2, H3, H4, .synopsis P, P.margin, TH {
text-align: left;
}
H1.title, H2.authors {
text-align: center;
}
H3.authors {
text-align: right;
color: #000000;
}
H1 { color: #9B0000; }
H2 { color: #FF9933; }
H3, H4 { color: #881155; }
UL.toc {
list-style: none;
}
.allcaps {
font-size: 80%;
}
SPAN.key { color: #669933; }
CODE { color: #663366; }
.code CODE { color: #000000; }
.synopsis CODE { color: #000000; }
SPAN.comment { color: #B22222; }
SPAN.keyword { color: #A020F0; }
SPAN.string { color: #BC8F8F; }
SPAN.functionname { color: #0000FF; }
SPAN.type { color: #228B22; }
SPAN.variablename { color: #B8860B; }
SPAN.reference { color: #5F9EA0; }
SPAN.builtin { color: #DA70D6; }
DIV.footnote {
text-indent: 1em;
font-family: tahoma,arial,helvetica,sans-serif;
font-size: 10pt;
}
A:link {
color: #666666;
}
A:visited {
color: black;
}
.ignore {
display: none;
}
P.linkmenu {
text-align: center;
font-weight: bold;
color: #881155;
}
P.linkmenu A:link { color: #881155; }
P.linkmenu A:visited { color: #881155; }
SPAN.chunkborder {
color: orange;
font-weight: bold;
}
SPAN.chunktitle {
color: olivedrab;
font-family: sans-serif;
font-weight: bold;
}
SPAN.chunktitle A:link { color: slateblue; }
SPAN.chunktitle A:visited { color: slateblue; }
SPAN.entrycategory {
position:absolute;
font-weight:bold;
left:10px;
width:130px;
text-align:right;
}
SPAN.entrycategorybracket {
display:none;
}
.PAPERYEAR,.PAPERAUTHOR {
font-weight:bold;
}
MENU.PAPERLINKS LI {
list-style-type:none;
}
.PAPERLINKS P {
display:inline;
text-indent:-40px;
font-weight:normal;
font-style:italic;
}
SPAN.BIBAUTHOR {
font-size:small;
font-style:italic;
}
SPAN.VERSION {
font-size:10pt;
}
P.LI {
margin-top:0px;
margin-bottom:0px;
font-weight:bold;
text-indent:-20px;
margin-left:20px;
}
|