From 45eb91b6c3c026dcd34f10c3b03e1b8350e81b93 Mon Sep 17 00:00:00 2001
From: vkservicesllc <35149642+vkservicesllc@users.noreply.github.com>
Date: Thu, 1 Feb 2018 09:27:11 -0500
Subject: [PATCH] update 1802010925
---
index.html | 5 ++
users/helen.html | 22 -----
users/joyce.html | 22 -----
users/rose.html | 22 -----
users/{styles => }/style.css | 0
users/styles.css | 165 -----------------------------------
users/user.html | 25 +++---
7 files changed, 20 insertions(+), 241 deletions(-)
delete mode 100644 users/helen.html
delete mode 100644 users/joyce.html
delete mode 100644 users/rose.html
rename users/{styles => }/style.css (100%)
delete mode 100644 users/styles.css
diff --git a/index.html b/index.html
index 6121831..4820f2e 100644
--- a/index.html
+++ b/index.html
@@ -100,6 +100,11 @@
Carolina Logistic ▸
+ -
+ February EFS Cards – CL
+
-
diff --git a/users/helen.html b/users/helen.html
deleted file mode 100644
index 3886435..0000000
--- a/users/helen.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
- HELEN / Link Board
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/users/joyce.html b/users/joyce.html
deleted file mode 100644
index 1146d1d..0000000
--- a/users/joyce.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
- JOYCE / Link Board
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/users/rose.html b/users/rose.html
deleted file mode 100644
index fe988e2..0000000
--- a/users/rose.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
- ROSE / Link Board
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/users/styles/style.css b/users/style.css
similarity index 100%
rename from users/styles/style.css
rename to users/style.css
diff --git a/users/styles.css b/users/styles.css
deleted file mode 100644
index 338eafd..0000000
--- a/users/styles.css
+++ /dev/null
@@ -1,165 +0,0 @@
-a#home {
- position: fixed;
- top: 14px;
- left: 47%;
-}
-
-div {
-margin: 12px auto;
-width: 1092px;
-padding: 12px;
-border-style: solid;
-border-width: thin;
-border-radius: 7px;
-font-family: Verdana;
-font-size: 18px;
-text-indent: 8px;
-}
-
-#gen, #efsh {
-font-family: Helvetica;
-font-size: 17px;
-color: gainsboro;
-font-weight: bold;
-letter-spacing: 2px;
-border-color: black;
-}
-
-#gen {
-background-color: black;
-}
-
-#efsh {
-background-color: #003366;
-}
-
-#user {
-border-style: none;
-font-weight: bold;
-font-family: Arial;
-font-size: 32px;
-letter-spacing: 3px;
-text-align: left;
-text-shadow: 2.4px 2.4px 2px #99b3ff;
-transition: text-shadow 1.7s, letter-spacing 1.7s;
-}
-
-#user:hover {
-text-shadow: 7.2px 7.2px 3.7px #99b3ff;
-letter-spacing: 7px;
-}
-
-img {
-transition: height 1s;
-}
-
-img:hover {
-height: 27px;
-}
-
-div.urls, div.urlsi {
-background-color: whitesmoke;
-border-color: #668cff;
-letter-spacing: 2px;
-word-spacing: 1.5px;
-}
-
-div.urls {
-color: midnightblue;
-transition: background-color 0.3s;
-}
-
-div.urls:hover {
-background-color: palegoldenrod;
-}
-
-div.urlsi {
-color: teal;
-font-size: 14px;
-font-style: italic;
-background-color: tan;
-width: 1220px;
-display: none;
-}
-
-a {
-text-decoration: none;
-display: inline-block;
-width: 240px;
-text-align: center;
-border-style: solid;
-border-width: thin;
-border-radius: 9px;
-border-color: black;
-padding: 5px 4px;
-margin: 7px;
-text-indent: 0px;
-letter-spacing: 0px;
-word-spacing: 0px;
-font-size: 14px;
-font-family: Helvetica;
-box-shadow: 2px 2px 7px #006600;
-}
-
-a.ssc, a.ssm, a.ss {
-color: #4d0000;
-font-weight: bold;
-letter-spacing: 1px;
-}
-
-a.ssc {
-background-color: #ffa366;
-}
-
-a.ssm {
-background-color: #ffc34d;
-}
-
-a.ss {
-background-color: #aaff80;
-}
-
-a.gdf {
-background-color: #c1daff;
-color: #4d0000;
-font-style: italic;
-}
-
-a.web {
-background-color: saddlebrown;
-color: mistyrose;
-font-family: 'Trebuchet MS';
-letter-spacing: 1.7px;
-font-size: 16px;
-}
-
-a:hover {
-background-color: yellow;
-color: black;
-font-weight: bold;
-box-shadow: 4.2px 4.2px 7px #006600;
-}
-
-a:active {
-font-size: 12px;
-box-shadow: -1.2px -1.2px 2px #006600;
-}
-
-a.inactive, a.inactive:hover, a.inactive:active {
-background-color: aliceblue;
-color: darkgray;
-text-decoration: line-through;
-font-size: 14px;
-font-weight: normal;
-border-color: darkgray;
-box-shadow: none;
-}
-
-i.acc {
-font-size: 12px;
-letter-spacing: 0.9px;
-}
-
-sup {
-font-size: 10.5px;
-}
diff --git a/users/user.html b/users/user.html
index 4563032..6d12653 100644
--- a/users/user.html
+++ b/users/user.html
@@ -11,7 +11,7 @@
Expense/Payroll Linkboard
-
+
@@ -121,11 +121,12 @@
January User 2
-
- February User 1
- February User 2 |
+
+ February User 1
+
+ February User 2 |
Quarter I |
@@ -137,12 +138,14 @@
CAROLINA TRANSPORTATION, INC 70830515178290 |
- January User 1 User 1
+
January User 2 |
- February User 1 February User 1
+
February User 2 |
DELTA EXPRESS, INC 70830515177576
|
- January User 1 User 1
+
January User 2 |
- February User 1 February User 1
+
February User 2 |
|