/usr/share/doc/mira-assembler/doccss/miradocstyle.css is in mira-doc 4.9.6-3build2.
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 | .screen {
background-color : gainsboro;
color : navy;
}
.prompt {
background-color : gainsboro;
color : black;
}
.userinput {
background-color : gainsboro;
color : red;
}
.releaseinfo {
color : red;
}
.light {
color : lightgrey;
}
.underline {
text-decoration: underline;
}
.sidebar {
background-color: #FFFFcc ;
border: 1px solid #000066 ;
margin-left: 1cm;
margin-right: 1cm;
}
|