From 12c2f675bcca0c4c740b06b565da688d48c98173 Mon Sep 17 00:00:00 2001 From: TechEmporium Date: Sat, 12 Jan 2019 15:56:03 -0500 Subject: [PATCH] Delete 'server/neostyle.old.css' --- server/neostyle.old.css | 97 ----------------------------------------- 1 file changed, 97 deletions(-) delete mode 100755 server/neostyle.old.css diff --git a/server/neostyle.old.css b/server/neostyle.old.css deleted file mode 100755 index ad13c6c..0000000 --- a/server/neostyle.old.css +++ /dev/null @@ -1,97 +0,0 @@ -/* Neo_Chen's CSS stylesheet - * - * Licensed Under GNU GPL v3 - */ -html { - border-width: 4pt; - border-style: solid; - background-color:#c0c0c0; - color:black; -} - -body { - background-color:#c0c0c0; - color:black; -} - -h1 { - font-family: Times, serif; - font-size:36pt; - text-align: center; - color:#000000; - border-style: solid; - border-width: 1pt; - background-color:#008; - color:#fff -} - -h2 { - font-family: Times, serif; - font-size:20pt; - text-align: left; - color:#000000; - border-style: solid; - border-width: 1pt; - background-color:#808080; - color:#fff -} - -.mono, p { - font-family: Envy Code R,WenQuanYi Zen Hei Mono,monospace; - font-size:12pt; -} - -.msrf { - font-family: Courier ,mono; - font-size:9pt; -} - - -.srf { - font-family: Times,Times New Roman,DejaVu Serif,serif; - font-size:9pt; -} - -.srfb { - font-family: Times,Times New Roman,DejaVu Serif,serif; - font-size:18pt; -} - -.srfb { - font-family: Times,Times New Roman,DejaVu Serif,serif; - font-size:18pt; -} - -a:link { - color: #008; -} - -a:visited { - color: #808; -} - -a:hover { - color: #000; - background-color: #fff; -} - -a:active { - color: #088; -} - -table, th, td { - border: 2px solid black; - border-collapse: collapse; - font-family: Envy Code R,WenQuanYi Zen Hei Mono,monospace; - font-size:12pt; -} - -.pre { - white-space: pre; - border-style: solid; - border-width: 2px; -} - -.whitebg { - background-color: #fff; -} \ No newline at end of file