/* * Copyright (C) 2025 The Meme Factory, Inc. https://karlpinc.com * Copyright (C) 2005, 2008, 2011, Karl O. Pinc * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published * by the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . * * Karl O. Pinc * * Style sheets for html-ized PG_Isok documentation. * * Karl O. Pinc * * Style sheet invoked by setting the "html.stylesheet" parameter * in isok.xsl. */ /* Don't underline links */ a { text-decoration: none; } /* Slightly fade out visited links. */ a:visited { color: #7070ff; } a:link { color: blue; } /* The page footer with the timestamp. */ p.usernavfooter { font-size: 50%; } /* The "sub-headings" used within tables. */ td.subhead { font-weight: bold; } /* The table listing the main tables. */ td.tables_table_name { width: 3cm; } td.tables_each_entry { width: 10cm; } /* The table listing the support tables. */ td.support_table { width: 2cm; } td.support_id_column { width: 2cm; } td.support_related_column { width: 4cm; } td.support_for_each {width: 5cm; } /* The display of elements */ *.command strong { font-family: monospace; font-weight: normal; } *.command { font-family: monospace; font-weight: normal; }