diff options
author | Ian C <ianc@noddybox.co.uk> | 2006-01-29 17:54:06 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2006-01-29 17:54:06 +0000 |
commit | 57f02306e09ee78802bab35f8dd599372c46a31a (patch) | |
tree | 0c84b800d4bda5e2155cc3a9b0d5459f34ed9fe9 /php/example.css | |
parent | a15a07a5797afd145348c29577b557c116228966 (diff) |
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'php/example.css')
-rw-r--r-- | php/example.css | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/php/example.css b/php/example.css new file mode 100644 index 0000000..7fd715a --- /dev/null +++ b/php/example.css @@ -0,0 +1,79 @@ +.lb_toplink +{ + font-size: small; +} + +.lb_sublink +{ + font-size: x-small; +} + +body +{ + font-size: small; + font-family: sans-serif; + background: white; + color: black; +} + +a:link +{ + font-style: normal; + font-weight: bold; + text-decoration: none; + color: black; +} + +a:visited +{ + font-style: normal; + font-weight: bold; + text-decoration: none; + color: black; +} + +a:hover +{ + font-style: normal; + font-weight: bold; + text-decoration: underline; + color: black; +} + +a:active +{ + font-style: normal; + font-weight: bold; + text-decoration: underline; + color: black; +} + +div.leftbar +{ + width: 200px; + min-width: 200px; + border: 1px solid black; + padding: 0.25em; + float: left; + background-color: #aaaaff; +} + +h2.lb_header +{ + border: 1px none blue; + padding: 0.1em; + margin: 0em; + background-color: blue; + color: white; + font-size: medium; +} + +li.lb_linklist +{ + list-style-type: none; +} + +li.lb_sublist +{ + list-style-type: none; +} |