051b30e23e93fc637271c3219cd71f50adfcf3a0
[MyWeb.git] / Web.css
1 /* $Id$\r
2  * CSS of common functions for HTML/XHTML output generation\r
3  * Copyright (C) 2003-2005 Jan Kratochvil <project-www.jankratochvil.net@jankratochvil.net>\r
4  * \r
5  * This program is free software; you can redistribute it and/or modify\r
6  * it under the terms of the GNU General Public License as published by\r
7  * the Free Software Foundation; exactly version 2 of June 1991 is required\r
8  * \r
9  * This program is distributed in the hope that it will be useful,\r
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
12  * GNU General Public License for more details.\r
13  * \r
14  * You should have received a copy of the GNU General Public License\r
15  * along with this program; if not, write to the Free Software\r
16  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
17  */\r
18 \r
19 \r
20 .error { color: red; background-color: transparent; }\r
21 .code,.cvs-id,.quote { font-family: monospace; }\r
22 .nowrap,.code { white-space: nowrap; }\r
23 .centered { text-align: center; }\r
24 td { padding: 2px; }\r
25 caption { caption-side: bottom; }\r