/[webpac2]/branches/Sack/pod.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 /branches/Sack/pod.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1310 - (hide annotations)
Mon Sep 21 19:04:14 2009 UTC (14 years, 7 months ago) by dpavlin
File MIME type: text/css
File size: 1185 byte(s)
branch for refactoring of WebPAC::Input::* modules for Sack

1 dpavlin 893 BODY {
2     color: black;
3     font-family: arial,sans-serif;
4     margin: 0;
5     padding: 1ex;
6     }
7    
8     TABLE {
9     border-collapse: collapse;
10     border-spacing: 0;
11     border-width: 0;
12     color: inherit;
13     }
14    
15     IMG { border: 0; }
16     FORM { margin: 0; }
17     input { margin: 2px; }
18    
19     A:link, A:visited {
20     background: transparent;
21     color: #006699;
22     }
23    
24     A[href="#POD_ERRORS"] {
25     background: transparent;
26     color: #FF0000;
27     }
28    
29     TD {
30     margin: 0;
31     padding: 0;
32     }
33    
34     DIV {
35     border-width: 0;
36     }
37    
38     DT {
39     margin-top: 1em;
40     }
41    
42     TH {
43     background: #bbbbbb;
44     color: inherit;
45     padding: 0.4ex 1ex;
46     text-align: left;
47     }
48    
49     TH A:link, TH A:visited {
50     background: transparent;
51     color: black;
52     }
53    
54     .pod PRE {
55     background: #eeeeee;
56     border: 1px solid #888888;
57     color: black;
58     padding: 1em;
59     padding-bottom: 0;
60     white-space: pre;
61     }
62    
63     .pod H1 {
64     background: transparent;
65     color: #006699;
66     font-size: large;
67     }
68    
69     .pod H2 {
70     background: transparent;
71     color: #006699;
72     font-size: medium;
73     }
74    
75     .pod IMG {
76     vertical-align: top;
77     }
78    
79     .pod .toc A {
80     text-decoration: none;
81     }
82    
83     .pod .toc LI {
84     line-height: 1.2em;
85     list-style-type: none;
86     }
87    
88     .faq DT {
89     font-size: 1.4em;
90     font-weight: bold;
91     }
92    
93     .toplink {
94     margin: 0;
95     padding: 0;
96     float: right;
97     font-size: 80%;
98     }

  ViewVC Help
Powered by ViewVC 1.1.26