/* * Copyright (C) 2024 dwlr * * BSD 3-Clause License (BSD-3-Clause) * See LICENSE for details */ #results { margin-top: 3em; margin-bottom: 1em; max-width: 11in; } #lmmtfy { display: flex; flex-direction: column; justify-content: center; align-items: center; } #lmmtfy > div { display: flex; flex-direction: row; justify-content: center; align-items: center; margin: 0.1in 0.25in; padding: 0.1in 0.25in; border: 1px solid var(--border); border-radius: 1em; width: 65%; } #lmmtfy > div > div { position: relative; top: -50px; left: 0; } #lmmtfy > div > div> label { position: absolute; width: 62pt; padding: 0 8pt 0 12pt; background-color: var(--bg); } #lmmtfy textarea { height: 3rem; width: min(90%, 9in); margin: 1rem 0.5rem; padding: 0 0.5rem; text-align: center; line-height: 2.75em; overflow: auto; outline: none; resize: none; background-color: var(--qbg); color: var(--qfg); border: 1px solid var(--qborder); border-radius: 0.5em; box-shadow: 0.5pt 0.75pt 0.5rem var(--qshadow); } #lmmtfy textarea:hover { background-color: var(--qbgh); border: 1px solid var(--qborderh); box-shadow: 0.5pt 0.75pt 0.5rem var(--qshadowh); } .manpage { font-size: small; margin: 0.25in; padding: 0.25in; border: 1px solid var(--border); border-radius: 1em; line-height: 1.5; text-align: justify; overflow-wrap: break-word; } /* .head { width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: space-between; } */ table { display: block; overflow-x: auto; border: none; text-align: center; text-justify: none; } table, td, th, td { border-collapse: separate; border-spacing: 0; } td, th, td { border-width: 0; padding: 5pt; border-left: solid 1px var(--border); border-right: none; border-top: solid 1px var(--border); border-bottom: none; } tr:last-of-type td { border-bottom: solid 1px var(--border); } td:last-of-type { border-right: solid 1px var(--border); } tr:first-of-type td:first-of-type { border-top-left-radius: 0.5em; } tr:first-of-type td:last-of-type { border-top-right-radius: 0.5em; } tr:last-of-type td:first-of-type { border-bottom-left-radius: 0.5em; } tr:last-of-type td:last-of-type { border-bottom-right-radius: 0.5em; } table.head, table.foot, td.head-ltitle, td.head-vol, td.head-rtitle, td.foot-date, td.foot-os, table.Nm, table.Nm tbody, table.Nm tbody tr, table.Nm tbody tr td { word-break: break-word; text-align: left; border: none !important; } table.head, table.foot { display: table; } /* This looks good, but messes with some semantics dl.Bl-tag { display: grid; row-gap: 1em; grid-template-columns: max-contet auto; } dl.Bl-tag dt { grid-column-start: 1; } dl.Bl-tag dd { grid-column-start: 2; } */ pre { overflow-x: auto; tab-width: 4; } @media (prefers-color-scheme: dark) { #lmmtfy textarea { background-color: var(--qbgh); border: 1px solid var(--qborderh); } #lmmtfy textarea:hover { box-shadow: 0.5pt 0.75pt 0.5rem var(--qshadowh); } } @media (width <= 800px) { .manpage { width: unset; border: none; margin: 0; padding: 0; padding-right: 1%; } #lmmtfy { margin-bottom: 3em; } #lmmtfy > div { width: 90%; } } /* * $Id: man.1,v 1.40 2020/07/20 16:57:30 schwarze Exp $ * * Copyright (c) 1989, 1990, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 2003, 2007, 2008, 2014 Jason McIntyre * Copyright (c) 2010, 2011, 2014-2020 Ingo Schwarze * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * @(#)man.1 8.2 (Berkeley) 1/2/94 */ table.head, table.foot { width: 100%; } td.head-rtitle, td.foot-os { text-align: right; } td.head-vol { text-align: center; } .Nd, .Bf, .Op { display: inline; } .Pa, .Ad { font-style: italic; } .Ms { font-weight: bold; } .Bl-diag > dt { font-weight: bold; } code.Nm, .Fl, .Cm, .Ic, code.In, .Fd, .Fn, .Cd { font-weight: bold; font-family: inherit; }