1*cc68614dSXin LI/* 2*cc68614dSXin LI __ __ _ 3*cc68614dSXin LI ___\ \/ /_ __ __ _| |_ 4*cc68614dSXin LI / _ \\ /| '_ \ / _` | __| 5*cc68614dSXin LI | __// \| |_) | (_| | |_ 6*cc68614dSXin LI \___/_/\_\ .__/ \__,_|\__| 7*cc68614dSXin LI |_| XML parser 8*cc68614dSXin LI 9*cc68614dSXin LI Copyright (c) 2000 Clark Cooper <coopercc@users.sourceforge.net> 10*cc68614dSXin LI Copyright (c) 2000-2004 Fred L. Drake, Jr. <fdrake@users.sourceforge.net> 11*cc68614dSXin LI Copyright (c) 2021 Sebastian Pipping <sebastian@pipping.org> 12*cc68614dSXin LI Licensed under the MIT license: 13*cc68614dSXin LI 14*cc68614dSXin LI Permission is hereby granted, free of charge, to any person obtaining 15*cc68614dSXin LI a copy of this software and associated documentation files (the 16*cc68614dSXin LI "Software"), to deal in the Software without restriction, including 17*cc68614dSXin LI without limitation the rights to use, copy, modify, merge, publish, 18*cc68614dSXin LI distribute, sublicense, and/or sell copies of the Software, and to permit 19*cc68614dSXin LI persons to whom the Software is furnished to do so, subject to the 20*cc68614dSXin LI following conditions: 21*cc68614dSXin LI 22*cc68614dSXin LI The above copyright notice and this permission notice shall be included 23*cc68614dSXin LI in all copies or substantial portions of the Software. 24*cc68614dSXin LI 25*cc68614dSXin LI THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 26*cc68614dSXin LI EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 27*cc68614dSXin LI MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN 28*cc68614dSXin LI NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 29*cc68614dSXin LI DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 30*cc68614dSXin LI OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 31*cc68614dSXin LI USE OR OTHER DEALINGS IN THE SOFTWARE. 32*cc68614dSXin LI*/ 33*cc68614dSXin LI 34*cc68614dSXin LI/* Stop not using half the screen */ 355bb6a25fSPoul-Henning Kampbody { 36*cc68614dSXin LI max-width: none; /* was: 80ch */ 375bb6a25fSPoul-Henning Kamp} 38220ed979SColeman Kane 39220ed979SColeman Kane.cpp-symbols dt { 40220ed979SColeman Kane font-family: monospace; 41220ed979SColeman Kane} 42*cc68614dSXin LI 43*cc68614dSXin LI/* Resemble style of <footer> which is not part of xhtml1-strict */ 44*cc68614dSXin LI.footer { 45*cc68614dSXin LI font-size: var(--ok-fs-5); 46*cc68614dSXin LI color: var(--ok-tc-1); 47220ed979SColeman Kane} 48