From f451e61725214337253f826ec62800ef7faa4995 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 18 Feb 2012 20:40:15 -0600 Subject: Add retro views from 2003 through 2011 These follow the prior commit adding the framework and an initial 2002 retro view. Signed-off-by: Dan McGee --- retro/static/2002/archlogo_black.gif | Bin 0 -> 8889 bytes retro/static/2002/main.css | 145 +++++++++++++++++++++++++++++++++++ retro/static/2002/sflogo.png | Bin 0 -> 2113 bytes 3 files changed, 145 insertions(+) create mode 100644 retro/static/2002/archlogo_black.gif create mode 100644 retro/static/2002/main.css create mode 100644 retro/static/2002/sflogo.png (limited to 'retro/static/2002') diff --git a/retro/static/2002/archlogo_black.gif b/retro/static/2002/archlogo_black.gif new file mode 100644 index 0000000..b4f979f Binary files /dev/null and b/retro/static/2002/archlogo_black.gif differ diff --git a/retro/static/2002/main.css b/retro/static/2002/main.css new file mode 100644 index 0000000..fb8d4a6 --- /dev/null +++ b/retro/static/2002/main.css @@ -0,0 +1,145 @@ +a:visited { + color: #dddddd; + text-decoration: none; + font-weight: bold; +} + +a:link { + color: #dddddd; + text-decoration: none; + font-weight: bold; +} + +a:hover { + color: #cccc00; + text-decoration: none; + font-weight: bold; +} + +a.menu { + text-decoration: none; + color: #ffffff; + font-family: Arial; + font-size: 12pt; +} + +body { + font-family: Arial; + background: #222222 none; +} + +b { + font-weight: bold; + font-family: Arial; + font-size: 13pt; +} + +b.normal { + font-weight: bold; + font-family: Arial; + font-size: 12pt; +} + +.text { + font-family: Arial; + font-size: 12pt; +} + +.quote { + font-family: Arial; + font-style: italic; + font-size: 11pt; +} + +.technical { + font-family: Courier; + color: #eeeeee; + font-size: 10pt; +} + +.fineprint { + font-family: Arial; + font-size: 10pt; +} + +.header { + color: #cccccc; + font-family: Arial; + font-size: 28pt; + font-weight: bolder; +} + +.subheader { + color: #eeeeee; + font-family: Arial; + font-size: 24pt; + font-weight: bold; +} + +ul.plain { + list-style: none; + font-family: Arial; + font-size: 12pt; +} + +ul.list { + list-style: square; + font-family: Arial; + font-size: 12pt; +} + +table.border { + background-image: url('bg.gif'); + background-repeat: no-repeat; + background-color: #000000; + border-bottom: #cccccc 1px solid; + border-left: #cccccc 1px solid; + border-right: #cccccc 1px solid; + border-top: #cccccc 1px solid; + width: 93%; + padding: 5px; +} + +table.menu { + background-image: none; + background-color: none; + border-bottom: #cccccc 1px solid; + border-left: #cccccc 1px solid; + border-right: #cccccc 1px solid; + border-top: #cccccc 1px solid; + padding: none; + font-family: Arial; + font-size: 12pt; +} + +table.normal { + border-bottom: #cccccc 1px solid; + border-top: #cccccc 1px solid; + padding: none; + font-family: Arial; + font-size: 12pt; +} + +table.technical { + border-bottom: #cccccc 1px solid; + border-top: #cccccc 1px solid; + padding: none; + font-family: Courier; + font-size: 10pt; +} + +td { + color: #dddddd; + font-family: Arial; + font-size: 12pt; +} + +td.menu { + border-left: #cccccc 1px solid; + border-right: #cccccc 1px solid; + color: #dddddd; + text-align: center; + white-space: nowrap; + font-family: Arial; + font-size: 10pt; +} diff --git a/retro/static/2002/sflogo.png b/retro/static/2002/sflogo.png new file mode 100644 index 0000000..1b2870c Binary files /dev/null and b/retro/static/2002/sflogo.png differ -- cgit v1.2.3-24-g4f1b