~mandel/ubuntuone-windows-installer/fix_null_pointer_start

« back to all changes in this revision

Viewing changes to tools/Nant/doc/help/style.css

  • Committer: Manuel de la Pena
  • Date: 2010-07-08 13:22:59 UTC
  • Revision ID: mandel@themacaque.com-20100708132259-y1jgyuyqfe9stt8u
Updated build script to run tests and added all the required tools so far.

Show diffs side-by-side

added added

removed removed

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