From 9dc6701a9cd243ea9bd8981ee21133b659533b13 Mon Sep 17 00:00:00 2001 From: Bjoern Brandenburg <bbb@bbb1-cs.cs.unc.edu> Date: Fri, 7 Dec 2007 12:13:02 -0500 Subject: added new logo and changed style logo credit: Jasper McChesney --- inc/format.css | 23 +++++++++++++++++------ inc/litmusrt.png | Bin 0 -> 5260 bytes 2 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 inc/litmusrt.png (limited to 'inc') diff --git a/inc/format.css b/inc/format.css index 2b9e1bc..17b1c2b 100644 --- a/inc/format.css +++ b/inc/format.css @@ -117,24 +117,29 @@ table { .boxsize { width: 8.5in; + margin-top: 0cm; margin-left: 1cm; } -.authors { - margin-left: 1cm; - font-style: italic; +.authors { + margin-top: 0.75cm; +// margin-left: 1cm; + font-style: italic; } a { - color: #032e03; +// color: #47733c; + color: #6fb45e; + font-weight: bold; text-decoration: underline; } a:hover { - color: #147614; + color: #d66836; + font-weight: bold; } @@ -203,4 +208,10 @@ h3 { .flushright { text-align: right; -} \ No newline at end of file +} + +.logobox { + width: 8.5in; + margin-left: 1cm; + margin-bottom: 1.0cm; + } diff --git a/inc/litmusrt.png b/inc/litmusrt.png new file mode 100644 index 0000000..6177940 Binary files /dev/null and b/inc/litmusrt.png differ -- cgit v1.2.2 From 7dd8bf1719ff64fd1109711eca04babacc7e2610 Mon Sep 17 00:00:00 2001 From: Bjoern Brandenburg <bbb@bbb1-cs.cs.unc.edu> Date: Fri, 7 Dec 2007 12:16:12 -0500 Subject: Changed style of shell commands --- inc/format.css | 1 + 1 file changed, 1 insertion(+) (limited to 'inc') diff --git a/inc/format.css b/inc/format.css index 17b1c2b..abb5c20 100644 --- a/inc/format.css +++ b/inc/format.css @@ -199,6 +199,7 @@ h3 { padding: 0.2cm; font-family: Courier New, Courier, monospace; font-size: 10pt; + font-weight: bold; background-color: #000000; color: #cccccc; border-color: #00C400; -- cgit v1.2.2