]> git.mxchange.org Git - hub-docs.git/blob - mindmaps/Generic Object Sharing Protocol.html_files/treestyles.css
Updated mindmap for 'hub' project
[hub-docs.git] / mindmaps / Generic Object Sharing Protocol.html_files / treestyles.css
1 \r
2 body {\r
3         background-color: #eeeeee;\r
4         color: #000000;\r
5         font-family:sans-serif;\r
6 }\r
7 \r
8 :link { color: #0000ff; text-decoration:none;}\r
9 :visited { color: #6666ff; text-decoration:none; }\r
10 a:active { color: #0000ff; text-decoration:none;}\r
11 a:hover {color: #0000ff; text-decoration:underline; }\r
12 \r
13 div.basetext {\r
14     background-color:#ffffff;\r
15         margin-top:11px;\r
16         margin-bottom:11px;\r
17         margin-left:1%;\r
18         margin-right:1%;\r
19         padding-top:11px;\r
20         padding-left:11px;\r
21         padding-right:11px;\r
22         padding-bottom:11px;\r
23         text-align:left;\r
24         font-weight:normal;\r
25   border-width:thin;\r
26   border-style:solid;\r
27   border-color:#dddddd;\r
28 }\r
29 \r
30 div.basetop {\r
31   position: fixed;\r
32   width:auto;\r
33   height:auto;\r
34   right:0em;\r
35   top:0em;\r
36   left:auto; \r
37   top:0;\r
38     background-color:#ffffff;\r
39         margin-top:0;\r
40         margin-bottom:0;\r
41         margin-left:1%;\r
42         margin-right:1%;\r
43         padding-top:2px;\r
44         padding-left:11px;\r
45         padding-right:11px;\r
46         padding-bottom:2px;\r
47         text-align:left;\r
48         font-weight:normal;\r
49 text-align:right;\r
50   border-width:thin;\r
51   border-style:solid;\r
52   border-color:#dddddd;\r
53 }\r
54 \r
55 h1 {\r
56     text-align:center;\r
57 }\r
58 \r
59 span.h2 {\r
60     font-family:sans-serif;\r
61     font-weight:bold;\r
62 }\r
63 \r
64 div.year {\r
65         margin-right:2%;\r
66         background-color:#eeeeee;\r
67 }\r
68 \r
69 div.form {\r
70 }\r
71 \r
72 span.cpt {\r
73         color:#005500;\r
74         font-weight:bold;\r
75 }\r
76 \r
77 span.cm {\r
78         color:#666666;\r
79 }\r
80 \r
81 .fl {\r
82         color:#0000FF;  \r
83         font-style:italic;\r
84 }\r
85 \r
86 ul {\r
87         margin-top:1px;\r
88         margin-bottom:1px;\r
89         margin-left:0px;\r
90         padding-left:3%;\r
91 }\r
92 \r
93 li {\r
94         list-style:outside;\r
95   margin-top:10px;   \r
96   margin-bottom:10px;\r
97 }\r
98 \r
99 ul li {\r
100         list-style:square;\r
101         font-family:sans-serif;\r
102         font-weight:normal;\r
103 }\r
104 \r
105 li.basic {\r
106         list-style:square;\r
107         list-style-image:none;\r
108   margin-top:2px;\r
109   margin-bottom:2px;\r
110 }\r
111 \r
112 span.links {\r
113 }\r
114 \r
115 \r
116 \r
117 \r
118 .sub { display: none; }\r
119 .subexp {display: block; }\r
120 .sub { display: none; } \r
121 \r
122 .subexp {display: block; } \r
123 \r
124 li.exp {\r
125   list-style-image:url("plus.png");\r
126   margin-top:10px;\r
127   margin-bottom:10px;\r
128   cursor:pointer;\r
129 }\r
130 \r
131 li.col {\r
132   list-style-image:url("minus.png");\r
133   margin-top:10px;\r
134   margin-bottom:10px;\r
135   cursor:pointer;\r
136 }\r
137 \r
138 li.exp_active {\r
139   list-style-image:url("plus.png");\r
140   margin-top:10px;  \r
141   margin-bottom:10px;\r
142   background-color:#eeeeff;\r
143   cursor:pointer;\r
144 }\r
145 \r
146 li.col_active {\r
147   list-style-image:url("minus.png");\r
148   margin-top:10px;\r
149   margin-bottom:10px;\r
150   background-color:#eeeeff;\r
151   cursor:pointer; /* if not included, bullets are not shown right in moz*/\r
152 }\r
153 \r
154 \r
155 li.basic_active {\r
156   list-style:square;\r
157   list-style-image:none;\r
158   background-color:#eeeeff;\r
159   margin-top:2px;\r
160   margin-bottom:2px;\r
161 }\r
162 \r
163 /* the 'boxed' and 'attributes' styles are used to display notes and attributes\r
164 */\r
165 \r
166 .boxed,.nodecontent {display:inline;}\r
167 .boxed .note-and-attributes {display:none;}\r
168 \r
169 .boxed:hover .note-and-attributes {\r
170         position:fixed; top:2em;right:10px;z-index:3;\r
171         display:block;\r
172         min-width:33%;\r
173         max-width:60%;\r
174         max-height:95%;\r
175         color:black;\r
176         background:#ffffff;\r
177         font:normal 16px courier, sans-serif;\r
178         border:1px solid black;\r
179         padding:10px;\r
180 }\r
181 \r
182 .note:before {\r
183         content:"NOTE: ";\r
184         font-weight:bold;\r
185 }\r
186 \r
187 table.attributes {\r
188         border-collapse:collapse;\r
189         empty-cells:show;\r
190         border:thin black solid;\r
191 }\r
192 table.attributes td,th {\r
193         border:thin black solid;\r
194         padding-top:2px;\r
195         padding-bottom:2px;\r
196         padding-left:3px;\r
197         padding-right:3px;\r
198 }\r
199 table.attributes th {\r
200         text-align:center;\r
201 }\r
202 table.attributes caption {\r
203         margin-top:1em;\r
204         font-style:italic;\r
205         text-align:center;\r
206 }\r
207 /* Thanks to wolfgangradke, https://sourceforge.net/forum/message.php?msg_id=5991663 */\r
208 div.nodecontent > p {\r
209         margin-top:0pt;\r
210         margin-bottom:0pt;\r
211         display:inline;\r
212 }\r
213 \r
214 p + p { \r
215         margin-top: 0.5em !important;\r
216         display:block !important;\r
217 }\r
218 \r
219 /* Thanks to erne100, https://sourceforge.net/tracker/?func=detail&atid=107118&aid=2747128&group_id=7118*/\r
220 table {\r
221         border-collapse:collapse;\r
222         empty-cells:show;\r
223         border:thin black solid;\r
224 }\r
225 table td {\r
226         border:thin black solid;\r
227         padding-top:2px;\r
228         padding-bottom:2px;\r
229         padding-left:3px;\r
230         padding-right:3px;\r
231 }\r
232 \r
233 /* Thanks to erne100, https://sourceforge.net/tracker/?func=detail&atid=107118&aid=2747000&group_id=7118*/\r
234 ol {\r
235         margin-top:1px;\r
236     margin-bottom:1px;\r
237         margin-left:0px;\r
238         padding-left:3%;\r
239 }\r
240 \r
241 ol li {\r
242         list-style:decimal;\r
243         font-family:sans-serif;\r
244         font-weight:normal;\r
245 }\r
246 \r
247 \r