source: public_html/doc/abcl-css.css

Last change on this file was 11930, checked in by ehuelsmann, 15 years ago

Add documentation on the website as provided by Phil Berry (2009pb at googlemail).

File size: 943 bytes
Line 
1/* ----------------------------------------------------------------------------
2 * File: abcl-css.css
3 * ------------------------------------------------------------------------- */
4pre {
5  background-color: rgb(153, 153, 221);
6  padding:  0.25em;
7  padding-left: 5em;
8}
9
10/* ----------------------------------------------------------------------------
11 * Push all the images right, and put padding around them.
12 * ------------------------------------------------------------------------- */
13.java-image {
14  float:    right;
15  padding:  0.5em;
16}
17
18/* ----------------------------------------------------------------------------
19 * The welcome message at the top of each page. Just an idea -- to be removed
20 * (both this and the HTML) if not seen as suitable.
21 * ------------------------------------------------------------------------- */
22#welcome {
23  width:    25em;
24  margin:   0.5em;
25  padding-left: 10em;
26}
27#welcome pre {
28  padding:  0.5em;
29  color: white;
30}
Note: See TracBrowser for help on using the repository browser.