source: drbl_ui/flow_chart/login_switch_flow_chart.files/visio.css @ 21

Last change on this file since 21 was 21, checked in by chris, 16 years ago
File size: 3.2 KB
Line 
1td {vertical-align: top;}
2
3.fillcolor
4{ vertical-align: top;
5  padding: 0pt;
6  background-color:#5C85EF;
7  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#5C85EF', EndColorStr='#90B6FF');
8}
9
10A.blu1
11{
12  color: #3366CC;
13  text-decoration: none;
14  font-size: 95%;
15}
16
17A.blu1:visited
18{
19  color: #3366CC;
20  text-decoration: none
21}
22
23A.blu1:hover
24{
25  text-decoration: underline
26}
27
28.visrptTitle
29{
30  color:Black;
31  font-style:normal;
32}
33
34.visrptSummryLabel
35{
36  color:black;
37  font-weight:bold;
38}
39
40.visrptGrandTotalRow
41{ 
42  color:Black;
43  font-weight:bold;
44}
45
46.visrptHeader
47{
48  color:White;
49  font-style:normal;
50  background-color:#5C85EF;
51}
52
53.visrptRowItem
54{
55  background-color:#DDDDDD;
56}
57
58.a1
59{ color: #ffffff;
60  text-decoration:none;
61}
62
63.p1
64{ font-family: PMingLiu, verdana, san-serif;
65  font-size: 60%;
66  COLOR: #ffffff;
67  Margin: 4pt,0pt,0pt,0pt;
68  line-height: .8em;
69}
70
71.p2
72{ FONT-FAMILY: PMingLiu, verdana, san-serif;
73  FONT-WEIGHT: normal;
74  font-size: 70%;
75  COLOR: #333333;
76  Margin: 4pt,0pt,0pt,0pt;
77  line-height: 1.3em;
78}
79
80.label
81{ FONT-FAMILY: PMingLiu, verdana, san-serif;
82  FONT-WEIGHT: bold;
83  font-size: 70%;
84  COLOR: #FFFFFF;
85  Margin: .2em,0pt,2pt,2pt;
86  line-height: 1em;
87  text-decoration:none;
88}
89
90.gobutton
91{
92  padding: 0pt, 2pt, 0pt, 0pt;
93  vertical-align: bottom;
94}
95
96.formText
97{
98  font-size: 70%;
99  width: 99%;
100  margin: 0;
101  padding: 0;
102}
103
104.holderTable
105{
106  padding-left:1px;
107  padding-right:1px;
108}
109
110.detsPara
111{
112  margin:2pt;
113  font-size:60%;
114}
115
116.navTocColor
117{
118  background-color:#999999;
119}
120
121.indent
122{
123  margin-left:15px;
124  margin-right:15px;
125  padding-top:0px;
126  margin-top:0px;
127}
128
129.results
130{ 
131  COLOR: #333333;
132  Margin: 4pt,0pt,0pt,10pt;
133  text-indent: -10pt;
134  line-height: 1.1em;
135}
136
137.propViewer 
138{
139  background-Color:white;
140  color: black;
141  font-family: PMingLiu, verdana, san-serif;
142  font-style: italic;
143  font-weight: bold;
144  font-size: 70%;
145  text-align: center;
146}
147
148.propViewerTABLE 
149{
150  margin: 2pt;
151  border-collapse:collapse;
152  border:solid 1px #999999; 
153}
154
155.propViewerTHEAD 
156{
157  border: 2px;
158  font-size: 60%;
159}
160
161.propViewerTD 
162{
163  font-family: PMingLiu, Verdana, san-serif;
164  FONT-WEIGHT: normal;
165  font-size: 70%;
166  COLOR: #000000;
167  Margin: 0pt;
168  line-height: 1.1em;
169}
170
171.propViewerEvenRow 
172{
173  background-Color: #E7E7E7;
174}
175
176.propViewerOddRow 
177{
178  background-Color: #FFFFFF; 
179}
180
181BODY
182{
183  font-family: PMingLiu, Verdana, Sans-Serif;
184  font-size: medium;
185}
186
187DIV
188{
189  margin:0;
190  padding:0;
191}
192
193FORM
194{
195  margin:0;
196}
197
198.hiderScroll
199{
200  width:100%;
201  margin-bottom:2px;
202  margin-top:1px;
203  overflow:auto;
204}
205
206.hider
207{
208  width:100%;
209  margin-bottom:2px;
210  margin-top:1px;
211}
212
213.nav
214{
215  width: 100%;
216  height: 100%;
217  overflow: auto; 
218}
219
220.menuItem 
221{
222  font-family:PMingLiu, sans-serif;
223  font-size:80%;
224  line-height: 1.5em;
225  background-color:white;
226  color:black;
227  cursor:hand;
228}
229
230.highlightItem 
231{
232  font-family:PMingLiu, sans-serif;
233  font-size:80%;
234  line-height: 1.5em;
235  background-Color:highlight; 
236  color:white;
237  cursor:hand;
238}
239
240.hlMenu 
241{
242  border:black 2px outset; 
243  display:none; 
244  z-index:10; 
245  position:absolute; 
246  background-Color:white;
247}
248
249.innerhlMenu 
250{
251  padding-left:2pt;
252  padding-right:2pt;
253  background-Color:white;
254}
255
256.svgmessage
257{     FONT-FAMILY: PMingLiu, verdana, san-serif;
258      FONT-WEIGHT: normal;
259      font-size: 80%;
260      COLOR: #333333;
261      Margin: 1em;
262      line-height: 1.1em;
263}
Note: See TracBrowser for help on using the repository browser.