From af998961c137d61009a39493c10bdd5c269f4aa9 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 2 Jan 2020 08:16:54 -0500 Subject: [PATCH] pull color styles out into CSS stylesheets This centralizes and avoids duplication of the different colors. --- bottom.php | 32 ++++++++++++++++---------------- docs.php | 6 +++--- download.php | 6 +++--- style.css | 22 ++++++++++++++++++++++ top.php | 15 +++++++-------- 5 files changed, 51 insertions(+), 30 deletions(-) create mode 100644 style.css diff --git a/bottom.php b/bottom.php index 31e8a52..7e34cf1 100644 --- a/bottom.php +++ b/bottom.php @@ -6,31 +6,31 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + +
^G Get Nano^G Get Nano^N News^N News^W Who^W Who^T Git^T Git
^D Documentation^D Documentation^H History^H History^S Screenshots^S Screenshots^C Contact^C Contact
diff --git a/docs.php b/docs.php index 1572909..40553d3 100644 --- a/docs.php +++ b/docs.php @@ -11,12 +11,12 @@
- + diff --git a/download.php b/download.php index 83749a0..0306cad 100644 --- a/download.php +++ b/download.php @@ -19,9 +19,9 @@
-
Document Name
+
Document Name
-Description +Description
- - - + + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..a77bb79 --- /dev/null +++ b/style.css @@ -0,0 +1,22 @@ +body { + color: #440077; + background-color: white; +} +.inverted { + color: white; + background-color: #440077; +} + +a { + color: #440077; +} +a:visited { + color: #51188E; +} +a:active { + color: #FF0000; +} + +.inverted a { + color: white; +} diff --git a/top.php b/top.php index 4cd6365..33b1f5e 100644 --- a/top.php +++ b/top.php @@ -4,32 +4,31 @@ + - +
DescriptionLinks
DescriptionLinks
- +
- -- 2.39.2
- Latest version: + Latest version:            - > -The GNU nano homepage + +The GNU nano homepage -Modified: +Modified:   -