/[suikacvs]/webroot/admin/style/error.css
Suika

Contents of /webroot/admin/style/error.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Fri Jun 10 10:50:49 2005 UTC (21 years, 1 month ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/css
New style

1 wakaba 1.1 @import '/www/style/html/xhtml.css';
2    
3     html.http401, html.http404, html.http410 {
4     background-repeat: no-repeat;
5     background-position: bottom right;
6     background-attachment: fixed;
7     background-color: white;
8     color: black;
9     }
10    
11     html.http401 {
12     background-image: url(/~wakaba/art/locked);
13     }
14    
15     html.http404 {
16     background-image: url(404);
17     background-position: top left;
18     }
19    
20     html.http410 {
21     background-image: url(410);
22     background-position: bottom right;
23     }
24    
25     /* License
26    
27     Copyright 2005 Wakaba <[email protected]>.
28    
29     This program is free software; you can redistribute it and/or modify
30     it under the terms of the GNU General Public License as published by
31     the Free Software Foundation; either version 2 of the License, or
32     (at your option) any later version.
33    
34     This program is distributed in the hope that it will be useful,
35     but WITHOUT ANY WARRANTY; without even the implied warranty of
36     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
37     GNU General Public License for more details.
38    
39     You should have received a copy of the GNU General Public License
40     along with this program; see the file COPYING. If not, write to
41     the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
42     Boston, MA 02111-1307, USA.
43    
44     */
45    
46     /* $Date: 2005/06/08 12:37:31 $ */

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24