diff options
author | josh.macdonald <jmacd@users.noreply.github.com> | 2007-02-04 09:37:56 +0000 |
---|---|---|
committer | josh.macdonald <jmacd@users.noreply.github.com> | 2007-02-04 09:37:56 +0000 |
commit | 90ab158f92e3449ddec3f01ac034a6e031fb562e (patch) | |
tree | b9a4a1cd6862a4558dd9cc9748e1f1b514283bfb /xdelta3/www/xdelta3.css | |
parent | 400e5c3f9edbfedfa770c94c04e62aa8657ed04a (diff) |
Cleanup www (it's on the code.google.com/p/xdelta/wiki/list now).
Rekey.
Diffstat (limited to 'xdelta3/www/xdelta3.css')
-rwxr-xr-x | xdelta3/www/xdelta3.css | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/xdelta3/www/xdelta3.css b/xdelta3/www/xdelta3.css deleted file mode 100755 index 269b1c9..0000000 --- a/xdelta3/www/xdelta3.css +++ /dev/null | |||
@@ -1,69 +0,0 @@ | |||
1 | body { | ||
2 | margin-top: 15px; | ||
3 | margin-left: 15px; | ||
4 | background-color:#b0b0b0; | ||
5 | color:#204080; | ||
6 | font-family: serif; | ||
7 | word-spacing: 0.5pt; | ||
8 | text-indent: 0pt; | ||
9 | } | ||
10 | |||
11 | A:visited { | ||
12 | color: #204080; | ||
13 | } | ||
14 | A:link { | ||
15 | color: #102040; | ||
16 | } | ||
17 | h1 { | ||
18 | color: #103060; | ||
19 | font-size: 150%; | ||
20 | } | ||
21 | |||
22 | h2 { | ||
23 | color: #103060; | ||
24 | font-size: 80%; | ||
25 | } | ||
26 | |||
27 | code, pre { | ||
28 | font-family: monospace; | ||
29 | } | ||
30 | |||
31 | pre { | ||
32 | color: #102040; | ||
33 | } | ||
34 | |||
35 | code { | ||
36 | color:#0060c0; | ||
37 | } | ||
38 | |||
39 | .example { | ||
40 | margin-right: 20px; | ||
41 | margin-left: 20px; | ||
42 | |||
43 | padding-left: 20px; | ||
44 | padding-right: 20px; | ||
45 | padding-top: 0px; | ||
46 | padding-bottom: 0px; | ||
47 | |||
48 | background-color: #808080; | ||
49 | border-style: solid; | ||
50 | border-width: 1px; | ||
51 | border-color: #000000; | ||
52 | } | ||
53 | |||
54 | .leftbdr { | ||
55 | font-family: sans-serif; | ||
56 | color: #103060; | ||
57 | background-color: #606060; | ||
58 | border-style: solid; | ||
59 | border-width: 1px; | ||
60 | border-color: #000000; | ||
61 | } | ||
62 | .leftbody A:visited { | ||
63 | color: #102040; | ||
64 | text-decoration: none; | ||
65 | } | ||
66 | .leftbody A:link { | ||
67 | color: #102040; | ||
68 | text-decoration: none; | ||
69 | } | ||