]> git.mxchange.org Git - hub-docs.git/blob - mindmaps/Generic Object Sharing Protocol.html_files/treestyles.css
MindMap continued and exported to XHTML
[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