/[suikacvs]/test/suikawebwww/style/html/pod.css
Suika

Contents of /test/suikawebwww/style/html/pod.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download) (as text)
Tue May 1 08:57:27 2007 UTC (17 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +5 -1 lines
File MIME type: text/css
space between pres

1 wakaba 1.1 @import 'xhtml.css';
2    
3     h1 {
4     text-align: left;
5     font-style: italic;
6     font-family: serif;
7     }
8    
9     pre {
10     -moz-border-radius: 2em;
11     -webkit-border-radius: 2em;
12     border: thin #ff00ff dashed;
13     padding: 0.5em;
14     background-color: #f4fff4;
15     color: black;
16 wakaba 1.2 white-space: -moz-pre-wrap;
17     white-space: pre-wrap;
18 wakaba 1.1 }
19    
20 wakaba 1.3 pre + pre {
21     margin-top: 1em;
22     }
23    
24 wakaba 1.1 dl > dl {
25     margin-left: 2em;
26     }
27    
28     dd > p {
29     margin-left: 0;
30     text-indent: 0;
31     }
32    
33     hr {
34     margin-top: 4em;
35     }
36    
37     /*
38    
39     LICENSE
40    
41     Copyright 2007 Wakaba <w@suika.fam.cx>
42    
43     This style sheet is free software; you can redistribute it and/or modify
44     it under the same terms as Perl itself.
45    
46 wakaba 1.3 $Date: 2007/04/25 11:20:39 $
47 wakaba 1.1
48     */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24