~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

Viewing changes to external/log4net/doc/manual/.svn/text-base/style.css.svn-base

  • Committer: Jorge O. Castro
  • Date: 2007-12-03 06:56:46 UTC
  • Revision ID: jorge@ubuntu.com-20071203065646-mupcnjcwgm5mnhyt
* Remove a bunch of .svn directories we no longer need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body
2
 
{
3
 
        margin: 0px 0px 0px 0px;
4
 
        padding: 0px 0px 0px 0px;
5
 
        background: white;
6
 
        color: black;
7
 
        font-family: Verdana, Arial, Helvetica, sans-serif;
8
 
        font-size: 70%;
9
 
        width: 100%;
10
 
}
11
 
 
12
 
h1, h2, h3, h4, h5
13
 
{
14
 
        margin-bottom: .8em;
15
 
        margin-top: 1em;
16
 
}
17
 
 
18
 
h1
19
 
{
20
 
        font-size: 120%;
21
 
        margin-top: 0em;
22
 
}
23
 
 
24
 
h2
25
 
{
26
 
        font-size: 115%;
27
 
}
28
 
 
29
 
h3
30
 
{
31
 
        font-size: 105%;
32
 
}
33
 
 
34
 
h4
35
 
{
36
 
        font-size: 95%;
37
 
}
38
 
 
39
 
h5
40
 
{
41
 
        font-size: 85%;
42
 
}
43
 
 
44
 
 
45
 
div.table
46
 
{
47
 
        text-align: center;
48
 
}
49
 
 
50
 
.table table
51
 
{
52
 
        font-size: 100%;
53
 
        border-collapse: collapse;
54
 
        width: 90%;
55
 
}
56
 
 
57
 
.table th
58
 
{
59
 
        background-color: #cccccc;
60
 
        color: black;
61
 
        font-weight: bolder;
62
 
        padding: 5px;
63
 
        border: 1px solid #999999;
64
 
}
65
 
 
66
 
.table tr
67
 
{
68
 
        background-color: inherit;
69
 
        color: black;
70
 
        padding: 5px;
71
 
        text-align: left;
72
 
        border: 1px solid #999999;
73
 
}
74
 
 
75
 
.table td
76
 
{
77
 
        border: 1px solid #999999;
78
 
        padding: 5px;
79
 
}
80
 
 
81
 
p
82
 
{
83
 
        margin: .5em 0em .5em 0em;
84
 
}
85
 
 
86
 
pre
87
 
{
88
 
        margin-top: .5em;
89
 
        margin-bottom: .5em;
90
 
}
91
 
 
92
 
pre.code
93
 
{
94
 
        font-family: Monospace, Courier New, Courier;
95
 
        background-color: inherit;
96
 
        color: #0000AA;
97
 
        font-size: 100%;
98
 
        margin-left: 20px;
99
 
}
100
 
 
101
 
span.code
102
 
{
103
 
        font-family: Monospace, Courier New, Courier;
104
 
        background-color: inherit;
105
 
        color: #0000AA;
106
 
        font-size: 100%;
107
 
}
108
 
 
109
 
.syntax
110
 
{
111
 
        font-family: Monospace, Courier New, Courier;
112
 
        letter-spacing: .1em;
113
 
        background-color: #cccccc;
114
 
        color: white;
115
 
        font-size: 100%;
116
 
        font-weight: inherit;
117
 
        padding: 5px;
118
 
        border: 1px solid #999999;
119
 
        margin-left: 20px;
120
 
        padding: 4px 8px;
121
 
        margin-top: 1em;
122
 
        margin-bottom: 1em;
123
 
        width: 96%;
124
 
}
125
 
 
126
 
.rule dt 
127
 
{
128
 
        font-weight: bolder;
129
 
}
130
 
 
131
 
.rule
132
 
{
133
 
        background-color: #f5f5f5;
134
 
        color: black;
135
 
        font-size: 100%;
136
 
        padding: 5px;
137
 
        border: 1px solid #999999;
138
 
        margin-left: 30px;
139
 
        padding: 4px 8px;
140
 
        margin-top: 1em;
141
 
        margin-bottom: 1em;
142
 
        width: 90%;
143
 
}
144
 
 
145
 
 
146
 
.i1
147
 
{
148
 
        margin-left: 20px;
149
 
}
150
 
 
151
 
.i2
152
 
{
153
 
        margin-left: 40px;
154
 
}
155
 
 
156
 
.i3
157
 
{
158
 
        margin-left: 60px;
159
 
}
160
 
 
161
 
 
162
 
div#header
163
 
{
164
 
        width: 100%;
165
 
        margin: 0px 0px 0px 0px;
166
 
        border-width: 0px;
167
 
        border-bottom: 1px solid #999999;
168
 
        padding: 0px 0px 0px 0px;
169
 
        background-color: #99ccff;
170
 
        color: black;
171
 
}
172
 
 
173
 
div#header h1
174
 
{
175
 
        margin: 0px 0px 0px 0px;
176
 
        border-width: 0px;
177
 
        padding: 0 .4em .3em .4em;
178
 
        background-color: #99ccff;
179
 
        color: black;
180
 
}
181
 
 
182
 
div#footer
183
 
{
184
 
        font-size: 100%;
185
 
        font-style:italic;
186
 
        border-top: 1px solid #999999;
187
 
        margin-left: 20px;
188
 
        margin-top: 1em;
189
 
        margin-bottom: 1em;
190
 
        width: 96%;
191
 
}
192
 
 
193
 
div#content
194
 
{
195
 
        margin: 0px 0px 0px 0px;
196
 
        padding: 4px 4px 4px 4px;
197
 
}
198
 
 
199
 
a:link
200
 
{
201
 
        color: #0000ff;
202
 
        background-color: inherit;
203
 
}
204
 
 
205
 
a:visited
206
 
{
207
 
        color: #0000ff;
208
 
        background-color: inherit;
209
 
}
210
 
 
211
 
a:hover
212
 
{
213
 
        color: #3366ff;
214
 
        background-color: inherit;
215
 
}