From 57f02306e09ee78802bab35f8dd599372c46a31a Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 29 Jan 2006 17:54:06 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches. --- php/example.css | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 php/example.css (limited to 'php/example.css') 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; +} -- cgit v1.2.3