/[suikacvs]/webroot/www/style/html/pod.css
Suika

Contents of /webroot/www/style/html/pod.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations) (download) (as text)
Sat Oct 11 12:04:06 2008 UTC (17 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +63 -5 lines
File MIME type: text/css
*** empty log message ***

1 wakaba 1.1 @import 'xhtml.css';
2    
3 wakaba 1.4 head {
4     display: block;
5     padding: 1em;
6     }
7    
8     title {
9     display: block;
10     font-style: normal;
11     font-family: sans-serif;
12     font-weight: bolder;
13     font-size: 150%;
14     }
15    
16     hr {
17     display: none;
18     }
19    
20     div[name=index]:before {
21     content: "TABLE OF CONTENTS";
22     display: block;
23     margin-top: 1em;
24     border-top: inset thin;
25     padding-top: 0.4em;
26     font-style: italic;
27     font-family: sans-serif;
28     font-weight: bolder;
29     font-size: 150%;
30     }
31    
32 wakaba 1.1 h1 {
33 wakaba 1.4 margin-top: 2em;
34     border-top: inset thin;
35     padding-top: 0.4em;
36 wakaba 1.1 text-align: left;
37     font-style: italic;
38 wakaba 1.4 font-family: sans-serif;
39     font-weight: bolder;
40     font-size: 150%;
41     -moz-binding: none !important; /* Don't use auto-toc */
42     }
43    
44     h2:before {
45     content: "\0025B6" " ";
46     }
47    
48     h3:before {
49     content: "\0025B7" " ";
50     }
51    
52     p {
53     text-indent: 2em;
54 wakaba 1.1 }
55    
56     pre {
57     -moz-border-radius: 2em;
58     -webkit-border-radius: 2em;
59     border: thin #ff00ff dashed;
60     padding: 0.5em;
61     background-color: #f4fff4;
62     color: black;
63 wakaba 1.2 white-space: -moz-pre-wrap;
64     white-space: pre-wrap;
65 wakaba 1.1 }
66    
67 wakaba 1.3 pre + pre {
68     margin-top: 1em;
69     }
70    
71 wakaba 1.1 dl > dl {
72     margin-left: 2em;
73     }
74    
75     dd > p {
76     margin-left: 0;
77     text-indent: 0;
78     }
79    
80 wakaba 1.4 dd + dd > p:first-child {
81     text-indent: 2em;
82     /*
83     pod2html generates <dd><p> for each paragraph in an =item part of the
84     =over/=item/=back block.
85     */
86     }
87    
88     em {
89     /* I<> */
90     border-style: none;
91     font-style: italic;
92     text-decoration: none;
93 wakaba 1.1 }
94    
95     /*
96    
97     LICENSE
98    
99 wakaba 1.4 Copyright 2007-2008 Wakaba <w@suika.fam.cx>
100 wakaba 1.1
101     This style sheet is free software; you can redistribute it and/or modify
102     it under the same terms as Perl itself.
103    
104 wakaba 1.4 $Date: 2007/05/01 08:57:27 $
105 wakaba 1.1
106     */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24