1
1
body {
2
- font-family : Verdana, Arial, Helvetica, sans-serif;
2
+ /* font-family:Verdana, Arial, Helvetica, sans-serif; */
3
+ font-family : "ProximaNovaSoft-Regular" , Calibri, "Gill Sans" , "Gill Sans MT" , Candara, Segoe, "Segoe UI" , Arial, sans-serif;
3
4
font-size : 100% ;
4
5
margin : 0px ;
5
6
padding : 0px ;
6
7
}
7
8
8
9
/* the top page banner */
9
10
.topsection {
10
- background-color : SteelBlue ;
11
+ background-color : rgb ( 98 , 181 , 229 ) ;
11
12
width : 100% ;
12
- height : 100 px ;
13
+ height : 110 px ;
13
14
color : white;
14
- border : 1px solid # 000 ;
15
15
}
16
16
.topsection td {
17
17
color : white;
@@ -20,27 +20,28 @@ body{
20
20
21
21
/* section-title is the horizontal section headers that declare the classname, methods, etc. */
22
22
.section-title {
23
- background-color : SteelBlue;
24
- border : 1px solid # 000000 ;
23
+ background-color : rgb (155 , 203 , 236 );
25
24
color : white;
26
25
padding : 5px ;
27
- font-size : .9 em ;
26
+ font-size : 100 % ;
28
27
font-weight : bold;
29
28
margin-bottom : 2px ;
30
29
}
30
+ .section-title a {
31
+ color : white;
32
+ }
31
33
32
34
/* details is used for displaying the apexdoc values like author, date, description, params, return value, etc. */
33
35
.details {
34
36
border-color : lightgray;
37
+ font-size : .9em ;
35
38
}
36
39
.details th {
37
40
background-color : whitesmoke;
38
- /* border:1px solid gray; */
39
41
color : black;
40
- font-size : .7em ;
42
+ /* font-size:.7em; */
41
43
padding : 3px ;
42
44
text-align : right;
43
- /* width:150px; */
44
45
}
45
46
.details th .paramHeader {
46
47
background-color : white;
53
54
padding-left : 10px ;
54
55
}
55
56
.details td {
56
- font-size : .7em ;
57
+ /* font-size:.7em; */
57
58
}
58
59
59
60
/* properties is used to display the table of class properties */
@@ -64,41 +65,35 @@ body{
64
65
vertical-align : top;
65
66
}
66
67
.clsPropertyName {
67
- font-size : .7 em ;
68
+ font-size : .8 em ;
68
69
font-weight : bold;
69
70
}
70
71
.clsPropertyDeclaration {
71
72
font-family : Courier;
72
- font-size : .7 em ;
73
+ font-size : .8 em ;
73
74
font-weight : normal;
74
75
color : MediumBlue;
75
76
}
76
77
.clsPropertyDescription {
77
- font-size : .7 em ;
78
+ font-size : .8 em ;
78
79
font-weight : normal;
79
80
}
80
81
81
82
/* trigger is the set of styles to provide the expand/collapse bar */
82
83
h2 .trigger {
83
- /* padding: 0 0 0 10px;*/
84
84
margin : 0 0 2 0 ;
85
- /* background: url(h2_trigger_a.gif) no-repeat; */
86
- background-color : gray;
87
- border : 1px solid # 000000 ;
88
- /* height: 46px; */
89
- /* line-height: 300%; */
90
- /* width: 450px; */
91
- font-size : .8em ;
92
- font-weight : bold;
85
+ background-color : rgb (239 , 241 , 246 );
86
+ color : black;
87
+ font-size : 100% ;
88
+ font-weight : normal;
93
89
padding : 2px ;
94
90
}
95
91
h2 .trigger a {
96
- color : # fff ;
92
+ color : black ;
97
93
text-decoration : none;
98
- /* display: block; */
99
94
}
100
95
h2 .trigger a : hover {
101
- color : # ccc ;
96
+ color : darkgrey ;
102
97
}
103
98
h2 .active {
104
99
background-position : left bottom;
@@ -107,14 +102,6 @@ h2.active {
107
102
108
103
/* toggle_container is the section that gets shown/hidden when the trigger is expanded/collapsed */
109
104
.toggle_container {
110
- /* margin: 0 0 5px; */
111
- /* padding: 0; */
112
- /* border-top: 1px solid #d6d6d6; */
113
- /* background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top; */
114
- /* overflow: hidden; */
115
- /* font-size: 1.2em; */
116
- /* width: 800px; */
117
- /* clear: both; */
118
105
padding : 10px ; /*--Padding of Container--*/
119
106
}
120
107
.toggle_container_subtitle {
@@ -133,11 +120,15 @@ h2.active {
133
120
text-decoration : underline;
134
121
}
135
122
123
+ .contentTD {
124
+ width : 80% ;
125
+ padding-left : 4px ;
126
+ }
127
+
136
128
/* SIDEBAR CSS */
137
129
div .navbar {
138
- font-size : .8 em ;
130
+ font-size : .9 em ;
139
131
font-weight : normal;
140
- color : red;
141
132
}
142
133
143
134
div .navbar a : hover {
@@ -153,8 +144,6 @@ h2.active {
153
144
}
154
145
155
146
div .navbar ul li {
156
- /* font-size:.9em; */
157
- /* font-weight: bold; */
158
147
margin-bottom : 0px ;
159
148
margin-left : 0px ;
160
149
padding : 2px ;
@@ -185,7 +174,6 @@ h2.active {
185
174
display : block;
186
175
text-decoration : none;
187
176
padding : 5px 5px 5px 10px ;
188
- /* font-size: .9em; */
189
177
color : black;
190
178
}
191
179
@@ -202,8 +190,6 @@ h2.active {
202
190
display : block;
203
191
text-decoration : none;
204
192
padding : 5px 5px 5px 10px ;
205
- /* font-size: .9em; */
206
- /* font-weight: bold; */
207
193
color : black;
208
194
}
209
195
0 commit comments