From 8a575a2aa52c7524be087a1b2ea88f09515bab8d Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 12 Jul 2017 19:27:12 -0500 Subject: Renamed css file to fix caching problem on sw.com --- css/swfn.css | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 css/swfn.css (limited to 'css/swfn.css') diff --git a/css/swfn.css b/css/swfn.css new file mode 100644 index 0000000..41c5a3e --- /dev/null +++ b/css/swfn.css @@ -0,0 +1,54 @@ +body +{ + background-color: #DCDCDC; + color: black; + font-family: sans-serif; + margin-left: 3em; + margin-right: 3em; +} +div.body +{ + margin-left: 3em; + margin-right: 3em; + padding: 1em; + background-color: white; + border-style: solid; + border-width: 2px; + border-color: black; +} +A:hover +{ + background:white; +} +A.button:hover +{ + background:none; +} +A:link +{ + text-decoration: none; + color: blue ; +} +A:visited +{ + text-decoration: none; + color: navy; +} +A:active +{ + text-decoration: none; + color: red; +} +h +{ + color: black; +} +p +{ + color: black; +} +li +{ + color: black; +} + -- cgit v1.2.3