From 83f8acbfef0af16fec3e27d45f69012ab9cbc4c1 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 23 Jan 2020 17:58:07 -0700 Subject: [PATCH] avoid symbolic link in repo checkout original commit: 8eb10e62d0a58d945dec67cdc38a317a8a1d88e0 --- csug/canned/csug.css | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) mode change 120000 => 100644 csug/canned/csug.css diff --git a/csug/canned/csug.css b/csug/canned/csug.css deleted file mode 120000 index 69b665c1b5..0000000000 --- a/csug/canned/csug.css +++ /dev/null @@ -1 +0,0 @@ -../csug.css \ No newline at end of file diff --git a/csug/canned/csug.css b/csug/canned/csug.css new file mode 100644 index 0000000000..083ce260bf --- /dev/null +++ b/csug/canned/csug.css @@ -0,0 +1,35 @@ +BODY {background-color: #FFFFFF} + +a:link, a:active, a:visited { color:#005568; text-decoration:underline } +a:hover { color:white; text-decoration:underline; background:#005568 } + +a.plain:link, a.plain:active, a.plain:visited { color:#005568; text-decoration:none } +a.plain:hover { color:white; text-decoration:none; background:#005568 } + +a.toc:link, a.toc:active, a.toc:visited {font-family: sans-serif; color:#005568; text-decoration:none} +a.toc:hover {font-family: sans-serif; color:white; text-decoration:none; background:#005568} + +a.image:link, a.image:active, a.image:visited, a.image:hover { + color: #005568; + background: #FFFFFF; +} + +ul.tocchapter { list-style: none; } +ul.tocsection { list-style: circle; color: #C41230 } + +hr.copyright { width: 50% } + +input.default { background: #ffffff; color: #000000; vertical-align: middle} + +h1, h2, h3, h4 {font-family: sans-serif; color: #005568} +h1 {font-size: 2em} +h2 {margin-top: 30px; font-size: 1.5em} +h3 {margin-top: 30px; font-size: 1.17em} +h1, h2, h3, h4 {font-weight: bold} + +.title { font-family: sans-serif; font-weight: bold; font-size: 2.5em; color: #005568; white-space: nowrap} + +.formdef { color: #005568 } + +table.indent {margin-left: 20px} +