1: /* strong aspl blue: #172e4b; */
2: /* soft aspl blue: #00568d; */
3: /* soft grey used as separator: #c9c9c9; */
4: /* soft yellow for the function panel: #fffddf; */
5: /* strong grey for some backgrounds: #b0b0b0; */
6:
7: body {
8: margin: 0;
9: }
10:
11: h1, h2, h3, a {
12: color: #172e4b;
13: }
14:
15: a:link {
16: color: #204a87;
17: }
18:
19: a:visited {
20: color: #204a87;
21: }
22:
23: a:hover {
24: color: #ffffff;
25: background: #2e3436;
26: }
27:
28: .aspl-logo {
29: padding: 5px;
30: padding-right: 20px;
31: border: 0px;
32: background: white;
33: }
34: .aspl-logo img {
35: border: 0px;
36: }
37:
38: .af-arch-header {
39: width: 100%;
40: background: #ffffff;
41: margin: 0;
42: }
43:
44: .separator {
45: border: 2px solid #c9c9c9;
46: background: #7d0000;
47: height: 10px;
48: }
49:
50: .footer {
51: padding: 4px;
52: clear: left;
53: background: #172e4b;
54: color: white;
55: font-weight: bold;
56: }
57:
58: .thepage {
59: background: white;
60: border-right: 1px solid #172e4b;
61: width: 80%;
62: padding: 5px;
63: padding-left: 15px;
64: }
65:
66: .onepage {
67: width: 70%;
68: text-align: justify;
69: }
70:
71: .license-table {
72: border: 1px solid #000000;
73: padding: 0;
74: margin: 12px;
75: margin-left: 24px;
76: background-color: #c9c9c9;
77: }
78:
79:
80: .license-table tr {
81: margin: 0;
82: padding: 0;
83: }
84:
85: .licence-table tr.impar {
86: border: 0;
87: }
88:
89: .license-table tr.par {
90: border: 0;
91: background-color: #fffddf;
92: }
93:
94: .license-table td {
95: padding: 6;
96: border: 0;
97: }
98:
99: .nobullet {
100: list-style: none;
101: }
102:
103: .syntax {
104: margin-left: 28px;
105: margin-right: 28px;
106: font-size: 100%;
107: font-family: monospace, Fixed;
108: border: 1px solid #07445e;
109: background-color: #bed7e2;
110: }
111:
112: .initial-index li {
113: padding-bottom: 3px;
114: }
115:
116: .contact {
117: margin-left: 40px;
118: border: 2px solid #00366d;
119: background-color: #84afdc;
120: font-size: 110%;
121: font-family: sans-serif, arial, helvetica;
122: }
123: .contact tr {
124: border: 0px;
125: }
126: .contact td {
127: border: 0px;
128: }
129:
130: div.navtab {
131: background: #ffffd8;
132: border: 1px solid #b0b0b0;
133: }
134:
135: div.navtab .qindexHL {
136: background: #172e4b;
137: color: white;
138: }
139:
140: div.navtab a:hover {
141: background: #b0b0b0;
142: color: white;
143: }
144:
145: h2 a.anchor {
146: padding: 2px;
147: padding-top: 1px;
148: padding-bottom: 1px;
149: background: #fff url("body_back.gif") repeat-x;
150: border: 1px solid #b0b0b0;
151:
152: }
153:
154: pre.xml-doc {
155: padding: 10px;
156: border: 1px dashed #b0b0b0;
157: background: #4a554a;
158: color: white;
159: }
160:
161: div.xml-doc pre.fragment {
162: margin: 0px;
163: padding: 10px;
164: /* background: #4a554a; */
165: background: #555753;
166: color: white;
167: }
168:
169: div.xml-doc pre.fragment .stringliteral {
170: color: #e9b96e;
171: }
172:
173: div.xml-doc pre.fragment .keyword {
174: color: white;
175: }
176:
177: div.xml-doc pre.fragment .keywordflow {
178: color: white;
179: }
180:
181: .attr {
182: color: #5cecc4;
183: }
184:
185: .eblue {
186: color: #00a2ff;
187: }
188:
189: .content {
190: color: #97c5eb;
191: }
192:
193: .node {
194: color: #ebe897;
195: }
196:
197: .red {
198: color: #ff0000;
199: font-weight: bold;
200: }
201:
202: .fragment {
203: font-size: 90%;
204: font-family: Monospace,Fixed,Courier;
205: }
206:
207: .ads {
208: width: 100%;
209: height: 112px;
210: border-top: 1px solid #172e4b;
211: border-bottom: 1px solid #172e4b;
212: background: #c9c9c9;
213: }
214:
215: .ads iframe {
216: width: 802px;
217: height: 102px;
218: position: absolute;
219: top: 90px;
220: left: 200px;
221: background: #c9c9c9 url("bg.png");
222: }
223:
224: .lateral-ad {
225: position: absolute;
226: left: 84%;
227: top: 30%;
228: background: #c9c9c9 url("bg.png");
229: }
230:
231: .lateral-ad iframe {
232: width: 152px;
233: height: 420px;
234: background: #c9c9c9 url("bg.png");
235: }
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>