sty.css (5260B)
1 @font-face { 2 font-family: "Courier Prime"; 3 font-weight: bold; 4 src: url('fonts/courier-prime/Courier Prime Bold.ttf'); 5 } 6 7 body { 8 background-color: #fff; 9 color: #000; 10 font-family: "Liberation", serif; 11 margin: 1em auto; 12 padding: 0em 1em 0em 1em; 13 text-align: left; 14 font-size: 1em; 15 max-width: 40em; 16 line-height: 1.5em; 17 } 18 19 h1 { 20 padding-bottom: 0.3em; 21 } 22 23 h2 { 24 padding-top: 0.3em; 25 padding-bottom: 0.3em; 26 } 27 28 h4 { 29 padding-left: 1em; 30 } 31 32 a { 33 font-weight: bold; 34 color: #225588; 35 } 36 37 dd { 38 margin-left: 2em; 39 } 40 41 code { 42 font-family: "Liberation Mono",monospace; 43 } 44 45 pre { 46 display: block; 47 margin-left: 2em; 48 font-size: 0.832em; 49 font-family: "Liberation Mono",monospace; 50 } 51 52 dd pre { 53 margin-left: 0em; 54 } 55 56 pre.code a { 57 font-weight: normal; 58 } 59 60 figure { 61 text-align: center; 62 } 63 64 img { 65 max-width: 90%; 66 display: block; 67 margin-left: auto; 68 margin-right: auto; 69 } 70 71 blockquote { 72 padding: 0 2em 0 2em; 73 margin: 0 1em 0 1em; 74 max-width: 36em; 75 color: #666666 76 } 77 78 hr { 79 border: 0; 80 border-bottom: 1px solid #aaaaaa; 81 } 82 83 table.list { 84 border-spacing: 0; 85 text-align: center; 86 width: 100%; 87 } 88 89 th.list { 90 font-variant: small-caps; 91 padding: 0.5em 2em 0.5em 2em; 92 margin: 0em; 93 text-align: center; 94 background-color: #ffffff; 95 } 96 97 .list tr:nth-child(2n+1) { 98 background-color: #f5f5f5; 99 } 100 101 td.list { 102 padding: 0em 2em 0em 2em; 103 margin: 0em; 104 text-align: center; 105 } 106 107 td { 108 vertical-align: top; 109 } 110 111 /******************************************************************************* 112 * Page layout 113 ******************************************************************************/ 114 #menu { 115 width: 100%; 116 font-variant: small-caps; 117 font-size: 120%; 118 font-weight: bold; 119 } 120 121 #menu a { 122 text-decoration: none; 123 color: #AAAAAA; 124 } 125 126 #menu a:hover { 127 color: #777777; 128 } 129 130 #sub-menu { 131 padding-bottom: 1em; 132 } 133 134 #sub-menu a { 135 text-decoration: none; 136 font-weight: normal; 137 color: #000000; 138 } 139 140 #sub-menu a:hover { 141 color: #777777; 142 font-weight: normal; 143 } 144 145 .cur { /* Selected sub-menu entry */ 146 color: #f44d27 147 } 148 149 #content { 150 max-width: 50em; 151 overflow: hidden; 152 text-align: justify; 153 text-justify: inter-word; 154 } 155 156 #footer { 157 text-align: left; 158 color: #777; 159 font-size: 80%; 160 padding: 1em 0.5em 0 0.5em; 161 line-height: 1.5em; 162 } 163 164 #footer a { 165 color: #333333; 166 font-weight: normal; 167 text-decoration: none; 168 } 169 170 /******************************************************************************* 171 * Mandoc 172 * CSS derivative written by Ingo Schwarze <schwarze@openbsd.org> for 173 * OpenBSD man pages 174 ******************************************************************************/ 175 .manual-text { 176 margin-left: 3.75em; 177 } 178 179 h1.Sh { 180 font-size: 1.5em; 181 margin-left: -2.5em; 182 } 183 184 h2.Ss { 185 font-size: 1.5em; 186 margin-left: -1.25em; 187 border-bottom: none; 188 } 189 190 code.In, code.Nm, .Cm, .Fd, .Fl, .Fn, .Ic { 191 font-style: normal; 192 font-weight: bold; 193 } 194 195 .Nm { 196 text-align: left; 197 } 198 199 .permalink { 200 border-bottom: thin dotted; 201 color: inherit; 202 font: inherit; 203 text-decoration: inherit; 204 } 205 206 .Nd, .Bf, .Op { display: inline; } 207 .Pa, .Ad { font-style: italic; } 208 .Ms { font-weight: bold; } 209 210 /* Tables */ 211 table.head, table.foot { width: 100%; border-spacing: 0; } 212 table.head { padding-top: 2em } 213 td.head-rtitle, td.foot-os { text-align: right; } 214 td.head-vol { text-align: center; } 215 td.head-ltitle { margin: 0em; padding: 0em; text-align: left; } 216 217 218 /* Display and lists */ 219 .Bd code { font-size: 0.832em; } 220 .Bd-indent { margin-left: 3.0em; } 221 .Bd-indent pre { margin-left: 0em; } 222 .Bl-bullet { list-style-type: disc; padding-left: 1em; } 223 .Bl-bullet > li { } 224 .Bl-dash { list-style-type: none; padding-left: 0em; } 225 .Bl-dash > li { text-indent: -1.3em; } 226 .Bl-dash > li:before { content: "\2014 "; } 227 .Bl-item { list-style-type: none; padding-left: 0em; } 228 .Bl-item > li { } 229 .Bl-compact > li { margin-top: 0em; } 230 .Bl-enum { padding-left: 2em; } 231 .Bl-enum > li { } 232 .Bl-compact > li { margin-top: 0em; } 233 .Bl-diag { } 234 .Bl-diag > dt { font-style: normal; font-weight: bold; } 235 .Bl-diag > dd { margin-left: 0em; } 236 .Bl-hang { } 237 .Bl-hang > dt { } 238 .Bl-hang > dd { margin-left: 5.5em; } 239 .Bl-inset { } 240 .Bl-inset > dt { } 241 .Bl-inset > dd { margin-left: 0em; } 242 .Bl-ohang { } 243 .Bl-ohang > dt { } 244 .Bl-ohang > dd { margin-left: 0em; } 245 .Bl-tag { margin-top: 0.6em; margin-left: 3.25em; } 246 .Bl-tag > dt { 247 float: left; 248 margin-top: 0em; 249 margin-left: -3.25em; 250 padding-right: 0.5em; 251 vertical-align: top; 252 } 253 .Bl-tag > dd { 254 clear: right; 255 column-count: 1; /* Force block formatting context. */ 256 width: 100%; 257 margin-top: 0em; 258 margin-left: 0em; 259 margin-bottom: 0.6em; 260 vertical-align: top; 261 } 262 .Bl-compact { margin-top: 0em; } 263 .Bl-compact > dd { margin-bottom: 0em; } 264 .Bl-compact > dt { margin-top: 0em; } 265 .Bl-column { } 266 .Bl-column > tbody > tr { } 267 .Bl-column > tbody > tr > td { margin-top: 1em; } 268 .Bl-compact > tbody > tr > td { margin-top: 0em; } 269 .Rs { font-style: normal; font-weight: normal; } 270 .RsA { } 271 .RsB { font-style: italic; font-weight: normal; } 272 .RsC { } 273 .RsD { } 274 .RsI { font-style: italic; font-weight: normal; } 275 .RsJ { font-style: italic; font-weight: normal; } 276 .RsN { } 277 .RsO { } 278 .RsP { } 279 .RsQ { } 280 .RsR { } 281 .RsT { text-decoration: underline; } 282 .RsU { } 283 .RsV { } 284 285 .eqn { } 286 .tbl td { vertical-align: middle; } 287 .HP { margin-left: 3.8em; text-indent: -3.8em; }