]> git.mxchange.org Git - shipsimu-docs.git/blob - shipsimu-docs/Payment-System.html_files/treestyles.css
Cleaned up .gitattributes + converted CRLF -> LF (Uni* style on some files)
[shipsimu-docs.git] / shipsimu-docs / Payment-System.html_files / treestyles.css
1
2 body {
3         background-color: #eeeeee;
4         color: #000000;
5         font-family:sans-serif;
6 }
7
8 :link { color: #0000ff; text-decoration:none;}
9 :visited { color: #6666ff; text-decoration:none; }
10 a:active { color: #0000ff; text-decoration:none;}
11 a:hover {color: #0000ff; text-decoration:underline; }
12
13 div.basetext {
14     background-color:#ffffff;
15         margin-top:11px;
16         margin-bottom:11px;
17         margin-left:1%;
18         margin-right:1%;
19         padding-top:11px;
20         padding-left:11px;
21         padding-right:11px;
22         padding-bottom:11px;
23         text-align:left;
24         font-weight:normal;
25   border-width:thin;
26   border-style:solid;
27   border-color:#dddddd;
28 }
29
30 div.basetop {
31   position: fixed;
32   width:auto;
33   height:auto;
34   right:0em;
35   top:0em;
36   left:auto; 
37   top:0;
38     background-color:#ffffff;
39         margin-top:0;
40         margin-bottom:0;
41         margin-left:1%;
42         margin-right:1%;
43         padding-top:2px;
44         padding-left:11px;
45         padding-right:11px;
46         padding-bottom:2px;
47         text-align:left;
48         font-weight:normal;
49 text-align:right;
50   border-width:thin;
51   border-style:solid;
52   border-color:#dddddd;
53 }
54
55 h1 {
56     text-align:center;
57 }
58
59 span.h2 {
60     font-family:sans-serif;
61     font-weight:bold;
62 }
63
64 div.year {
65         margin-right:2%;
66         background-color:#eeeeee;
67 }
68
69 div.form {
70 }
71
72 span.cpt {
73         color:#005500;
74         font-weight:bold;
75 }
76
77 span.cm {
78         color:#666666;
79 }
80
81 .fl {
82         color:#0000FF;  
83         font-style:italic;
84 }
85
86 ul {
87         margin-top:1px;
88         margin-bottom:1px;
89         margin-left:0px;
90         padding-left:3%;
91 }
92
93 li {
94         list-style:outside;
95   margin-top:10px;
96   margin-bottom:10px;
97 }
98
99 ul li {
100         list-style:square;
101         font-family:sans-serif;
102         font-weight:normal;
103 }
104
105 li.basic {
106         list-style:square;
107         list-style-image:none;
108   margin-top:2px;
109   margin-bottom:2px;
110 }
111
112 span.links {
113 }
114
115
116
117
118 .sub { display: none; }
119 .subexp {display: block; }
120 .sub { display: none; } 
121
122 .subexp {display: block; } 
123
124 li.exp {
125   list-style-image:url("plus.png");
126   margin-top:10px;
127   margin-bottom:10px;
128   cursor:pointer;
129 }
130
131 li.col {
132   list-style-image:url("minus.png");
133   margin-top:10px;
134   margin-bottom:10px;
135   cursor:pointer;
136 }
137
138 li.exp_active {
139   list-style-image:url("plus.png");
140   margin-top:10px;
141   margin-bottom:10px;
142   background-color:#eeeeff;
143   cursor:pointer;
144 }
145
146 li.col_active {
147   list-style-image:url("minus.png");
148   margin-top:10px;
149   margin-bottom:10px;
150   background-color:#eeeeff;
151   cursor:pointer; /* if not included, bullets are not shown right in moz*/
152 }
153
154
155 li.basic_active {
156   list-style:square;
157   list-style-image:none;
158   background-color:#eeeeff;
159   margin-top:2px;
160   margin-bottom:2px;
161 }