/[hyperestraier]/trunk/doc/common.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/doc/common.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (hide annotations)
Sat Jul 30 10:45:45 2005 UTC (18 years, 10 months ago) by dpavlin
File MIME type: text/css
File size: 2642 byte(s)
first cut at P2P document

1 dpavlin 2 /*
2     * Style Sheets commonly used by documents of Hyper Estraier
3     */
4    
5    
6     html { margin: 0em 0em; padding 0em 0em; background: #eeeeee none; }
7     body { margin: 2em 2em; padding 0em 0em;
8     background: #eeeeee none; color: #111111;
9     font-style: normal; font-weight: normal; }
10     h1 { margin-top: 1.8em; margin-bottom: 1.3em; font-weight: bold; }
11     h2 { margin-top: 1.8em; margin-bottom: 1.1em; font-weight: bold;
12     border-left: solid 0.6em #445555; border-bottom: solid 1pt #bbbbbb;
13     padding: 0.5em 0.5em; width: 60%; }
14     h3 { margin-top: 1.8em; margin-bottom: 0.8em; font-weight: bold; }
15     hr { margin-top: 2.5em; margin-bottom: 1.5em; height: 1pt;
16     color: #999999; background-color: #999999; border: none; }
17     div.note,div.navi { text-align: right; margin-right: 0em; }
18     div.logo { text-align: center; margin: 3em 0em; }
19     div.logo img { border: inset 2pt #ccccdd; }
20     div.illust { margin: 1em 0em; text-align: center; }
21     div.illust img { border: solid 1pt #ccccdd; }
22     p { margin: 0.8em 0em; line-height: 140%; }
23     p,dd { text-indent: 0.8em; }
24     div,pre { margin-left: 1.7em; margin-right: 1.7em; }
25     pre { background-color: #ddddee; padding: 0.2em; border: 1pt solid #bbbbcc; font-size: smaller; }
26     kbd { color: #111111; font-style: normal; font-weight: bold; }
27     a { color: #0022aa; text-decoration: none; }
28     a:hover,a:focus { color: #0033ee; text-decoration: underline; }
29     a.head { color: #111111; text-decoration: none; }
30     span.void { color: #888888; }
31     table { padding: 1pt 2pt 1pt 2pt; border: none; margin-left: 1.7em; border-collapse: collapse; }
32     th { padding: 1pt 4pt 1pt 4pt; border-style: none;
33     text-align: left; vertical-align: bottom; }
34     th.mini { font-size: smaller; }
35     td { padding: 1pt 4pt 1pt 4pt; border: 1pt solid #333333;
36     text-align: left; vertical-align: top; }
37     td.mini { font-size: smaller; }
38     ul,ol,dl { line-height: 140%; }
39     dt { margin-left: 1.1em; }
40     dd { margin-left: 1.8em; }
41     ul.lines { list-style-type: none; }
42     span.word { text-decoration: underline; margin: 0em 0.1em; }
43     @media print {
44     html,body { margin: 0em 0em; background-color: #ffffff; color: #000000; }
45     h1 { padding: 8em 0em 0.5em 0em; text-align: center; }
46     h2 { page-break-before: always; }
47     div.note { text-align: center; }
48     div.navi,div.logo { display: none }
49     hr { display: none; }
50     pre { margin: 0.8em 0.8em; background-color: #ffffff;
51     border: 1pt solid #aaaaaa; font-size: smaller; }
52     a,kbd { color: #000000; text-decoration: none; }
53     h1,h2,h3 { font-family: sans-serif; }
54     p,div,li,dt,dd { font-family: serif; }
55     pre,kbd { font-family: monospace; }
56     dd { font-size: smaller; }
57     }
58    
59 dpavlin 4 p.note { font-size: smaller; color: #808080; margin-left: 3em; }
60 dpavlin 2
61     /* END OF FILE */

  ViewVC Help
Powered by ViewVC 1.1.26