]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/blog/jscalendar/doc/html/reference-Z-S.css
Display Search&Replace icons only if JS_SEARCHREPLACE is true
[SourceForge/phpwiki.git] / themes / blog / jscalendar / doc / html / reference-Z-S.css
1
2                body {
3                color: black;
4                /*   background-color: #e5e5e5;*/
5                background-color: #ffffff;
6                /*background-color: beige;*/
7                margin-top: 2em;
8                margin-left: 8%;
9                margin-right: 8%;
10                }
11
12                h1,h2,h3,h4,h5,h6 {
13                margin-top: .5em;
14                }
15
16                .title {
17                font-size: 200%;
18                font-weight: normal;
19                }
20
21                .partheading {
22                font-size: 100%;
23                }
24
25                .chapterheading {
26                font-size: 100%;
27                }
28
29                .beginsection {
30                font-size: 110%;
31                }
32
33                .tiny {
34                font-size: 40%;
35                }
36
37                .scriptsize {
38                font-size: 60%;
39                }
40
41                .footnotesize {
42                font-size: 75%;
43                }
44
45                .small {
46                font-size: 90%;
47                }
48
49                .normalsize {
50                font-size: 100%;
51                }
52
53                .large {
54                font-size: 120%;
55                }
56
57                .largecap {
58                font-size: 150%;
59                }
60
61                .largeup {
62                font-size: 200%;
63                }
64
65                .huge {
66                font-size: 300%;
67                }
68
69                .hugecap {
70                font-size: 350%;
71                }
72
73                pre {
74                margin-left: 2em;
75                }
76
77                blockquote {
78                margin-left: 2em;
79                }
80
81                ol {
82                list-style-type: decimal;
83                }
84
85                ol ol {
86                list-style-type: lower-alpha;
87                }
88
89                ol ol ol {
90                list-style-type: lower-roman;
91                }
92
93                ol ol ol ol {
94                list-style-type: upper-alpha;
95                }
96
97                /*
98                .verbatim {
99                color: #4d0000;
100                }
101                */
102
103                tt i {
104                font-family: serif;
105                }
106
107                .verbatim em {
108                font-family: serif;
109                }
110
111                .scheme em {
112                font-family: serif;
113                color: black;
114                }
115
116                .scheme {
117                color: brown;
118                }
119
120                .scheme .keyword {
121                color: #990000;
122                font-weight: bold;
123                }
124
125                .scheme .builtin {
126                color: #990000;
127                }
128
129                .scheme .variable {
130                color: navy;
131                }
132
133                .scheme .global {
134                color: purple;
135                }
136
137                .scheme .selfeval {
138                color: green;
139                }
140
141                .scheme .comment {
142                color:  teal;
143                }
144
145                .schemeresponse {
146                color: green;
147                }
148
149                .navigation {
150                color: red;
151                text-align: right;
152                font-size: medium;
153                font-style: italic;
154                }
155
156                .disable {
157                /* color: #e5e5e5; */
158                color: gray;
159                }
160
161                .smallcaps {
162                font-size: 75%;
163                }
164
165                .smallprint {
166                color: gray;
167                font-size: 75%;
168                text-align: right;
169                }
170
171                /*
172                .smallprint hr {
173                text-align: left;
174                width: 40%;
175                }
176                */
177
178                .footnoterule {
179                text-align: left;
180                width: 40%;
181                }
182
183                .colophon {
184                color: gray;
185                font-size: 80%;
186                text-align: right;
187                }
188
189                .colophon a {
190                color: gray;
191                }
192
193