From 0df761b9c8eef64577dbd2c23a6f2fab6ce0c1d4 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Mon, 15 Apr 2002 14:30:32 +0000 Subject: [PATCH] removed files.css --- files.css | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 files.css diff --git a/files.css b/files.css deleted file mode 100644 index 41ce9870..00000000 --- a/files.css +++ /dev/null @@ -1,26 +0,0 @@ -/* - * $Id$ - * Example stylesheet MBSE BBS file listings. - */ - - -BODY { background: beige } - -/* - * H1 is the header in the area pages, H2 in the main page. - */ -H1 { color: red; font-family: Arial; font-size: 13pt; font-weight: bold } -H2 { color: black; font-family: Arial; font-size: 13pt; font-weight: bold } - -A:link { color: blue } -A:visited { color: blue } -A:active { color: red } - -/* - * The look and feel of the file listings. Use a fixed font in the TD - * fields, not Truetype or it will look ugly. - */ -TABLE { background: #CCCCCC } -TH { background: #99CCFF; font-family: Helvetica } -TH.head { background: #FF9900; font-family: Helvetica } -TD { font-family: Fixed; font-size: 10pt }