/usr/share/doc/refind/Styles/styles.css is in refind 0.11.2-1.
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 | body {
color:black;
background-color:white;
text-align:left;
/* font-family:"Georgia",serif; */
}
p {
/* text-indent:50px; */
}
li {
margin-top: 1em;
margin-bottom: 1em;
}
h1,h2,h3,h4 {
text-align:center;
font-family:"Bitstream Vera Sans", "Verdana", "Helvetica", "Arial", sans-serif;
}
.userinput {
font-weight:bold;
font-family:monospace;
}
.variable {
font-style: italic;
}
.listing {
font-family:monospace;
margin: 0px;
padding: 6px;
border: 1px solid;
max-width:100%;
width: 50em;
overflow-x:auto;
text-align: left;
background-color:#EEE;
white-space:pre;
}
.quote {
width: 90%;
float: center;
padding: 2px;
margin: 10px;
background-color: #EEEEEE;
}
.highlight {
background: #888888;
}
.sidebar {
width: 45%;
float: right;
padding: 5px;
border:5px solid gray;
margin:10px;
background-color:#EEE;
}
.navbar {
width: 40%;
float: none;
padding: 5px;
border: 5px solid gray;
margin: 10px;
background-color:#EEE;
}
.subhead {
font-family:"Verdana", "Trebuchet", "Helvetica", sans-serif;
font-size:150%;
font-weight:bold;
text-align:center;
}
.left {
text-align:left;
}
.tight {
margin-top: 0.25em;
margin-bottom: 0.5em;
}
|