Subversion Repositories Applications.framework

Rev

Rev 159 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
159 jpm 1
a { color: #0000C0; text-decoration: underline; }
2
a:hover { text-decoration: underline; background-color: #FFFFFF }
3
a:active { text-decoration: underline; background-color: #FFFFFF }
4
 
5
body, table { background-color: #EEEEEE; font-family: Verdana, Arial, sans-serif; font-size: 10pt }
6
p, li { line-height: 140% }
7
a img { border: 0px; }
8
dd { margin-left: 0px; padding-left: 1em; }
9
 
10
/* Page layout/boxes */
11
 
12
.info-box {}
13
.info-box-title { margin: 1em 0em 0em 0em; padding: .25em; font-weight: normal; font-size: 14pt; border: 2px solid #999999; background-color: #FFFFFF }
14
.info-box-body { border: 1px solid #999999; padding: .5em; }
15
.nav-bar { font-size: 8pt; white-space: nowrap; text-align: right; padding: .2em; margin: 0em 0em 1em 0em; }
16
 
17
.oddrow { background-color: #F8F8F8; border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em}
18
.evenrow { border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em}
19
 
20
.page-body { max-width: 800px; margin: auto; }
21
.tree {  }
22
 
23
/* Index formatting classes */
24
 
25
.index-item-body { margin-top: .5em; margin-bottom: .5em}
26
.index-item-description { margin-top: .25em }
27
.index-item-details { font-weight: normal; font-style: italic; font-size: 8pt }
28
.index-letter-section { background-color: #EEEEEE; border: 1px dotted #999999; padding: .5em; margin-bottom: 1em}
29
.index-letter-title { font-size: 12pt; font-weight: bold }
30
.index-letter-menu { text-align: center; margin: 1em }
31
.index-letter { font-size: 12pt }
32
 
33
/* Docbook classes */
34
 
35
.description {}
36
.short-description { font-weight: bold; color: #666666; }
37
.tags {	padding-left: 0em; margin-left: 3em; color: #666666; list-style-type: square; }
38
.parameters {	padding-left: 0em; margin-left: 3em; font-style: italic; list-style-type: square; }
39
.redefinitions { font-size: 8pt; padding-left: 0em; margin-left: 2em; }
40
.package {  }
41
.package-title { font-weight: bold; font-size: 14pt; border-bottom: 1px solid black }
42
.package-details { font-size: 85%; }
43
.sub-package { font-weight: bold; font-size: 120% }
44
.tutorial { border-width: thin; border-color: #0066ff }
45
.tutorial-nav-box { width: 100%; border: 1px solid #AAAAAA; background-color: #DDDDFF; }
46
.nav-button-disabled { color: #AAAAAA; }
47
.nav-button:active,
48
.nav-button:focus,
49
.nav-button:hover { background-color: #CCCCCC; outline: 1px solid #999999; text-decoration: none }
50
.folder-title { font-style: italic }
51
 
52
/* Generic formatting */
53
 
54
.field { font-weight: bold; }
55
.detail { font-size: 8pt; }
56
.notes { font-style: italic; font-size: 8pt; }
57
.separator { background-color: #999999; height: 2px; }
58
.warning {  color: #FF6600; }
59
.disabled { font-style: italic; color: #999999; }
60
 
61
/* Code elements */
62
 
63
.line-number {  }
64
 
65
.class-table { width: 100%; }
66
.class-table-header { border-bottom: 1px dotted #666666; text-align: left; background-color: DDDDFF }
67
.class-name { color: #000000; font-weight: bold; }
68
 
69
.method-summary { padding-left: 1em; font-size: 8pt }
70
.method-header { background-color: #DDDDFF; padding: 1px; }
71
.method-definition { margin-bottom: .3em }
72
.method-title { font-weight: bold }
73
.method-name { font-weight: bold; }
74
.method-signature { font-size: 85%; color: #666666; margin: .5em 0em }
75
.method-result { font-style: italic; }
76
 
77
.var-summary { padding-left: 1em; font-size: 8pt; }
78
.var-header { background-color: #DDDDFF; padding: 1px; }
79
.var-title { margin-bottom: .3em }
80
.var-type { font-style: italic; }
81
.var-name { font-weight: bold; }
82
.var-default {}
83
.var-description { font-weight: normal; color: #000000; }
84
 
85
.include-title {  }
86
.include-type { font-style: italic; }
87
.include-name { font-weight: bold; }
88
 
89
.const-title {  }
90
.const-name { font-weight: bold; }
91
 
92
/* Syntax highlighting */
93
 
94
.src-code {  border: 1px solid #999999; padding: 1em;
95
             font-family: 'Courier New', Courier, monospace; font-weight: normal; }
96
.src-line {  font-family: 'Courier New', Courier, monospace; font-weight: normal; }
97
 
98
.src-comm { color: green; }
99
.src-id {  }
100
.src-inc { color: #0000FF; }
101
.src-key { color: #0000FF; }
102
.src-num { color: #CC0000; }
103
.src-str { color: #66cccc; }
104
.src-sym { font-weight: bold; }
105
.src-var { }
106
 
107
.src-php { font-weight: bold; }
108
 
109
.src-doc { color: #009999 }
110
.src-doc-close-template { color: #0000FF }
111
.src-doc-coretag { color: #0099FF; font-weight: bold }
112
.src-doc-inlinetag { color: #0099FF }
113
.src-doc-internal { color: #6699cc }
114
.src-doc-tag { color: #0080CC }
115
.src-doc-template { color: #0000FF }
116
.src-doc-type { font-style: italic }
117
.src-doc-var { font-style: italic }
118
 
119
.tute-tag { color: #009999 }
120
.tute-attribute-name { color: #0000FF }
121
.tute-attribute-value { color: #0099FF }
122
.tute-entity { font-weight: bold; }
123
.tute-comment { font-style: italic }
124
.tute-inline-tag { color: #636311; font-weight: bold }
125
 
126
/* tutorial */
127
 
128
.authors {  }
129
.author { font-style: italic; font-weight: bold }
130
.author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal }
131
.example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; }
132
.listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap; }
133
.release-info { font-size: 85%; font-style: italic; margin: 1em 0em }
134
.ref-title-box {  }
135
.ref-title {  }
136
.ref-purpose { font-style: italic; color: #666666 }
137
.ref-synopsis {  }
138
.title { font-weight: bold; border: 2px solid #999999; background-color: #FFFFFF; padding: 2px }
139
.cmd-synopsis { margin: 1em 0em }
140
.cmd-title { font-weight: bold }
141
.toc { margin-left: 2em; padding-left: 0em }
142
 
143
/*------------------------------------------------------------------------------
144
    webfx-tree
145
------------------------------------------------------------------------------*/
146
 
147
.webfx-tree-container {
148
	margin: 0px;
149
	padding: 0px;
150
	white-space: nowrap;
151
	font: icon;
152
}
153
 
154
.webfx-tree-item {
155
	padding: 0px;
156
	margin: 0px;
157
	color: black;
158
	white-space: nowrap;
159
	font: icon;
160
}
161
 
162
.webfx-tree-item a {
163
	margin-left: 3px;
164
	padding: 1px 2px 1px 2px;
165
	color: black;
166
	text-decoration: none;
167
}
168
 
169
.webfx-tree-item a:hover, .webfx-tree-item a:active {
170
	color: #666666;
171
	background: white;
172
	text-decoration: none
173
}
174
 
175
.webfx-tree-item img {
176
	vertical-align: middle;
177
	border: 0px;
178
}
179
 
180
.webfx-tree-icon {
181
	width: 16px;
182
	height: 16px;
183
}
184