/usr/share/doc/allegro4-doc/html/allegro.css is in allegro4-doc 2:4.4.2-7.
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 | A.xref:link {
color: blue;
text-decoration: none;
background: transparent;
}
A.xref:visited {
color: blue;
text-decoration: none;
background: transparent;
}
A.xref:hover {
color: blue;
text-decoration: underline;
background: rgb(220, 220, 220);
}
A.xref:active {
color: red;
text-decoration: none;
background: rgb(255, 204, 50);
}
A.eref:link {
color: blue;
text-decoration: none;
background: transparent;
}
A.eref:visited {
color: blue;
text-decoration: none;
background: transparent;
}
A.eref:hover {
color: blue;
text-decoration: underline;
background: rgb(255, 165, 214);
}
A.eref:active {
color: red;
text-decoration: none;
background: rgb(255, 204, 50);
}
A.autotype:link {
color: rgb(64, 64, 255);
text-decoration: none;
background: transparent;
}
A.autotype:visited {
color: rgb(64, 64, 255);
text-decoration: none;
background: transparent;
}
A.autotype:hover {
color: rgb(64, 64, 255);
text-decoration: underline;
background: transparent;
}
A.autotype:active {
color: red;
text-decoration: none;
background: transparent;
}
blockquote.xref {
font-family: helvetica, verdana, serif;
font-size: smaller;
border: thin solid rgb(220, 220, 220);
color: black;
background: rgb(240, 240, 240);
}
blockquote.eref {
font-family: helvetica, verdana, serif;
font-size: smaller;
border: thin solid rgb(255, 165, 214);
color: black;
background: rgb(255, 201, 230);
}
blockquote.code {
border: thin solid rgb(255, 234, 190);
color: black;
background: rgb(255, 255, 205);
}
blockquote.text {
border: thin solid rgb(190, 234, 255);
color: black;
background: rgb(225, 255, 255);
}
div.al-api {
padding-left: 0.5em;
color: black;
background: rgb(255, 234, 100);
font-weight: bold;
border-bottom: medium solid rgb(255, 204, 51);
border-left: medium solid rgb(255, 204, 51);
margin-top: 2em;
}
div.al-api-cont {
padding-left: 0.5em;
color: black;
background: rgb(255, 234, 100);
font-weight: bold;
border-bottom: medium solid rgb(255, 204, 51);
border-left: medium solid rgb(255, 204, 51);
margin-top: -1em;
}
div.faq-shift-to-right {
margin-left: 2em;
}
div.al-back-to-contents {
text-align: center;
font-family: sans-serif;
margin-top: 1em;
font-weight: bold;
/* Removing the comments of the next line create longer pages */
/* margin-bottom: 100em; */
}
|