diff --git a/app/reset_EM-2.0.css b/app/reset_EM-2.0.css
new file mode 100644
index 0000000..13dace3
--- /dev/null
+++ b/app/reset_EM-2.0.css
@@ -0,0 +1,58 @@
+/* http://meyerweb.com/eric/tools/css/reset/
+ v2.0 | 20110126
+ License: none (public domain)
+*/
+
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, canvas, details, embed,
+figure, figcaption, footer, header, hgroup,
+menu, nav, output, ruby, section, summary,
+time, mark, audio, video {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ font-size: 100%;
+ font: inherit;
+ /* vertical-align: baseline; - VKS */
+}
+
+
+ /* VKS */
+
+a {
+ text-decoration: none;
+}
+
+
+/* HTML5 display-role reset for older browsers */
+
+article, aside, details, figcaption, figure,
+footer, header, hgroup, menu, nav, section {
+ display: block;
+}
+body {
+ line-height: 1;
+}
+ol, ul {
+ list-style: none;
+}
+blockquote, q {
+ quotes: none;
+}
+blockquote:before, blockquote:after,
+q:before, q:after {
+ content: '';
+ content: none;
+}
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
diff --git a/app/stylesheet.css b/app/stylesheet.css
new file mode 100644
index 0000000..77993d8
--- /dev/null
+++ b/app/stylesheet.css
@@ -0,0 +1,239 @@
+/* VK Services, LLC
+ v1.0 | 20180210
+ License: none (public)
+*/
+
+@import url('reset_EM-2.0.css');
+
+@import url('https://fonts.googleapis.com/css?family=Roboto');
+@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
+
+body {
+ width: 960px;
+ margin: 0 auto;
+ background: aliceblue;
+ font-family: 'Open Sans', sans-serif;
+ cursor: default;
+}
+
+/* Header */
+
+header {
+ margin-top: 24px;
+ text-align: center;
+}
+
+header h2 {
+ padding-bottom: 9px;
+ border-bottom: 2px solid darkgreen;
+ font-size: 120%;
+ font-weight: bold;
+ color: darkgreen;
+ letter-spacing: 1.2px;
+}
+
+/* Navigation: Top */
+
+nav#top {
+ margin-top: 24px;
+ position: absolute;
+ z-index: 2;
+ width: 960px;
+}
+
+nav#top ul.sub1 > li {
+ position: relative;
+ float: left;
+}
+
+ul.left{
+ text-align: left;
+}
+
+ul.right {
+ text-align: right;
+}
+
+nav#top a {
+ display: block;
+ padding: 7.4px 10.64px;
+ background: black;
+ color: lightblue;
+ border-right: 1px solid gray;
+ border-bottom: 1px solid gray;
+ font-family: 'Roboto Condensed', sans-serif;
+ letter-spacing: 0.4px;
+}
+
+nav#top a em {
+ font-size: 84%;
+ color: lightgray;
+}
+
+nav#top a span {
+ font-size: 77%;
+}
+
+nav#top .sub1 > li > a {
+ border-top: 1px solid gray;
+}
+
+nav#top a.bl {
+ border-left: 1px solid gray;
+}
+
+nav#top .sub2 {
+ display: none;
+}
+
+.sub3 {
+ position: absolute;
+ top: 33px;
+ left: 103.4px;
+ display: none;
+}
+
+.sub4 {
+ position: absolute;
+ top: 64.5px;
+ left: 103.4px;
+ display: none;
+}
+
+.sub5 {
+ position: absolute;
+ top: 96px;
+ left: 103.4px;
+ display: none;
+}
+
+nav#top .sub1 li:hover .sub2 {
+ display: block;
+}
+
+nav#top .sub1 li:hover .sub2 li:hover .sub3,
+nav#top .sub1 li:hover .sub2 li:hover .sub4,
+nav#top .sub1 li:hover .sub2 li:hover .sub5 {
+ display: block;
+}
+
+nav#top a.h:hover {
+ background: green;
+ color: yellow;
+}
+
+/* Navigation: Favs */
+
+fieldset.favs {
+ position: relative;
+ top: 64px;
+ margin-top: 24px;
+ padding: 24px 24px 36px 24px;
+ background: azure;
+ border: 1px solid darkblue;
+ border-radius: 12px;
+ font-weight: bold;
+ letter-spacing: 0.4px;
+}
+
+fieldset.favs legend {
+ padding: 6px 32px;
+ background: darkblue;
+ color: lightblue;
+ text-align: center;
+ font-size: 78%;
+ letter-spacing: 0.62px;
+ border-radius: 17px 9px 17px 9px;
+}
+
+fieldset.favs table {
+ margin: 0 auto;
+}
+
+fieldset.favs td {
+ color: rgba(153, 38, 0, 0.4);
+}
+
+fieldset.favs td.rsp {
+ color: darkgray;
+}
+
+fieldset.favs th,
+fieldset.favs td {
+ padding-top: 7.2px;
+ padding-bottom: 7.2px;
+ border-bottom: 1px solid lightblue;
+ font-family: Roboto, sans-serif;
+ line-height: 1.2em;
+}
+
+fieldset.favs td.rsp {
+ border-bottom: none;
+}
+
+fieldset.favs td.rsp ul {
+ position: absolute;
+ right: 32px;
+ z-index: 1;
+ display: none;
+ margin-top: 12px;
+}
+
+fieldset.favs td.rsp ul li {
+ padding: 6.7px 32px;
+ background: azure;
+ border-bottom: 1px solid lightblue;
+}
+
+fieldset.favs td.rsp:hover ul {
+ display: block;
+}
+
+fieldset.favs td a.h {
+ color: blue;
+}
+
+fieldset.favs th span,
+fieldset.favs td span {
+ font-size: 84%;
+ font-weight: normal;
+ letter-spacing: 0.2px;
+}
+
+fieldset.favs td a.h:hover {
+ color: darkgreen;
+ text-decoration: underline;
+}
+
+/* Table Cell x-Paddings */
+
+fieldset.favs th {
+ text-align: left;
+ padding-left: 24px;
+ padding-right: 32px;
+}
+
+.favs .urls td {
+ padding-left: 64.7px;
+ padding-right: 64.7px;
+}
+
+.favs .monit td {
+ padding-left: 12px;
+ padding-right: 12px;
+}
+
+.favs .shcuts1 td {
+ padding-left: 26px;
+ padding-right: 26px;
+}
+
+.favs .shcuts2 td {
+ padding-left: 19px;
+ padding-right: 19px;
+}
+
+.favs .tools td {
+ padding-left: 77px;
+ padding-right: 77px;
+}
diff --git a/image/background.png b/image/background.png
deleted file mode 100644
index a10dc93..0000000
Binary files a/image/background.png and /dev/null differ
diff --git a/image/logo/CL-120p.png b/image/logo/CL-120p.png
deleted file mode 100644
index 4e97bdf..0000000
Binary files a/image/logo/CL-120p.png and /dev/null differ
diff --git a/image/logo/CLs-120p.png b/image/logo/CLs-120p.png
deleted file mode 100644
index 7e79eac..0000000
Binary files a/image/logo/CLs-120p.png and /dev/null differ
diff --git a/image/logo/CT-120p.png b/image/logo/CT-120p.png
deleted file mode 100644
index d288541..0000000
Binary files a/image/logo/CT-120p.png and /dev/null differ
diff --git a/image/logo/DE-120p.png b/image/logo/DE-120p.png
deleted file mode 100644
index 7d2625c..0000000
Binary files a/image/logo/DE-120p.png and /dev/null differ
diff --git a/image/logo/DES-120p.png b/image/logo/DES-120p.png
deleted file mode 100644
index 4b3a7cb..0000000
Binary files a/image/logo/DES-120p.png and /dev/null differ
diff --git a/image/logo/DL-120p.png b/image/logo/DL-120p.png
deleted file mode 100644
index f80805b..0000000
Binary files a/image/logo/DL-120p.png and /dev/null differ
diff --git a/image/logo/DLs-120p.png b/image/logo/DLs-120p.png
deleted file mode 100644
index 8de117d..0000000
Binary files a/image/logo/DLs-120p.png and /dev/null differ
diff --git a/image/logo/OT-120p.png b/image/logo/OT-120p.png
deleted file mode 100644
index ae3ff50..0000000
Binary files a/image/logo/OT-120p.png and /dev/null differ
diff --git a/image/icon/home.ico b/img/icons/linkboard.ico
similarity index 100%
rename from image/icon/home.ico
rename to img/icons/linkboard.ico
diff --git a/index.html b/index.html
deleted file mode 100644
index 72a280f..0000000
--- a/index.html
+++ /dev/null
@@ -1,194 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
- Link Board
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Recent News & Updates
-
- - Truck Selection changed in EFS Card Monitoring: no company specification necessary
- - Changed quantity of arguments in EFS Card Monitoring: from 4 to 18
- - Added RENAME button in WORKSHEET to enforce Rename Function in case AutoRename fails
- - Added Hyperlink in Filter tab of URL Collector Spreadsheet
- - Truck Selection changed in WORKSHEET: no company specification necessary
- - New update in WORKSHEET: new student's and trainer's rates after Jan 18
- - New update in WORKSHEET: checks when URLs are not pasted to Weekly Spreadsheet
- - New update in WORKSHEET: highlights unfinished expense
- - Removed RENAME button from WORKSHEET
- - Removed manual confirmation from WORKSHEET
-
-
-
-
-
-
-
-
diff --git a/rpm/linkboard.html b/rpm/linkboard.html
new file mode 100644
index 0000000..603616b
--- /dev/null
+++ b/rpm/linkboard.html
@@ -0,0 +1,481 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ RPM LinkBoard
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/style/!reset.css b/style/!reset.css
deleted file mode 100644
index 0ae87df..0000000
--- a/style/!reset.css
+++ /dev/null
@@ -1,8 +0,0 @@
-@import url('https://fonts.googleapis.com/css?family=Roboto:700');
-@import url('https://fonts.googleapis.com/css?family=Hammersmith+One');
-
-* {
- margin: 0;
- padding: 0;
- background-color: white;
-}
diff --git a/style/index/style.css b/style/index/style.css
deleted file mode 100644
index 7d074df..0000000
--- a/style/index/style.css
+++ /dev/null
@@ -1,222 +0,0 @@
-* {
- margin: 0px;
- padding: 0px;
-}
-
-body {
- background-color: seashell;
- font-family: Helvetica, san-serif;
-}
-
-div {
- margin: 0px auto;
- width: 1750px;
-}
-
-div#header {
- background-color: black;
- margin-top: 24px;
- padding: 0px 16px;
- height: 48px;
- border-bottom-left-radius: 16px;
- border-bottom-right-radius: 16px;
- position: relative;
- z-index:2;
- opacity: 0.92;
-}
-
-ul#navmenu, ul.sub1, ul.sub2, ul.sub3 {
- list-style-type: none;
- font-size: 18px;
- letter-spacing: 0.5px;
-}
-
-i.itnav {
- font-size: 72%;
-}
-
-ul#navmenu li {
- width: 250px;
- text-align: center;
- position: relative;
- float: left;
-}
-
-ul#navmenu a {
- text-decoration: none;
- display: block;
- width: 250px;
- height: 48px;
- line-height: 48px;
- background-color: black;
- color: lightgray;
-}
-
-ul#navmenu li:hover > a {
- background-color: gray;
- color: black;
-}
-
-ul#navmenu li:hover a.e:hover {
- background-color: lightgray;
- color: black;
-}
-
-ul#navmenu li:hover a.h:hover {
- background-color: green;
- color: yellow;
-}
-
-ul#navmenu ul.sub1 {
- display: none;
- position: absolute;
- top: 40px;
- left: 0px;
-}
-
-ul#navmenu ul.sub2 {
- display: none;
- position: absolute;
- top: 0px;
- left: 250px;
-}
-
-ul#navmenu ul.sub3 {
- display: none;
- position: absolute;
- top: 0px;
- right: 250px;
-}
-
-ul#navmenu li:hover .sub1 {
- display: block;
- border-top: 3.2px solid darkgray;
-}
-
-ul#navmenu .sub1 li:hover .sub2,
-ul#navmenu .sub1 li:hover .sub3 {
- display: block;
-}
-
-div#wrapper, div#aside {
- position: relative;
- z-index: 1;
- background-color: lightgray;
- border: 0.5px 2px 2px 0.5px solid lightgray;
- border-radius: 9px;
- box-shadow: inset -1.2px -1.2px 12px black;
-}
-
-div#wrapper {
- top: 24px;
- padding: 32px 0px 32px 24px;
- margin-bottom: 48px;
- width: 1720px;
-}
-
-div#aside {
- padding: 32px;
- width: 736px;
- height: 540px;
- float: right;
-}
-
-h4 {
- letter-spacing: 0.2px;
- font-style: oblique;
- text-indent: 24px;
-}
-
-ol {
- margin: 16px 24px;
- font-size: 11px;
-}
-
-ol li {
- line-height: 24px;
- color: darkred;
-}
-
-li strong {
- font-size: 120%;
- letter-spacing: 0.5px;
- color: darkblue;
-}
-
-div#background {
- margin: 0;
- width: 900px;
- height: 574px;
- position: relative;
- float: left;
- background-image: url("../../image/background.png");
- background-repeat: no-repeat;
- background-size: auto;
-}
-
-img.one, img.two, img.three, img.four, img.five {
- margin-right: 78px;
-}
-
-img.one {
- margin-left: 40px;
-}
-
-img.six {
- margin-right: 40px;
-}
-
-img {
- margin-top: 12px;
- margin-bottom: 12px;
-}
-
-p {
- margin-top: 16px;
- font-family: Arial;
- font-size: 18px;
- letter-spacing: 0.7px;
- font-weight: bold;
- color: darkgreen;
-}
-
-footer {
- text-align: right;
- font-size: 84%;
- color: brown;
- letter-spacing: 0.4px;
- font-style: oblique;
-}
-
-#aside div.button {
- width: 164px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- background-color: darkblue;
- border-radius: 7px;
- margin-top: 8px;
- margin-bottom: 24px;
- border: 1px solid darkblue;
-}
-
-#aside div.button a {
- display: block;
- width: inherit;
- height: inherit;
- text-decoration: none;
- color: lightgray;
-}
-
-#aside div.button:hover {
- background-color: green;
- border: 1px solid lightgreen;
-}
-
-#aside div.button:hover a {
- color: yellow;
-}
-
-#aside div.button:active {
- font-size: 94%;
-}
diff --git a/style/user/background_text-color.css b/style/user/background_text-color.css
deleted file mode 100644
index eb083f4..0000000
--- a/style/user/background_text-color.css
+++ /dev/null
@@ -1,45 +0,0 @@
-@import url('../!reset.css');
-
-* { background-color: aliceblue; }
-
-
-/* BACKGROUND */
-/* ======================== */
-
-div#navbar,
-.sub > li,
-.nav a { background-color: black; }
-
-fieldset,
-th, th span,
-td, td span,
-td a, td a span,
-td.unq div,
-td.unq ul li,
-td.unq ul li strong,
-td.unq ul li em,
-td.unq ul li a { background-color: azure; }
-
-legend { background-color: darkblue; }
-
-
-/* COLOR */
-/* ======================== */
-
-h3 { color: darkgreen; }
-
-p { color: darkred; }
-
-.nav a.h,
-.nav a.e { color: lightgray; }
-.nav a.h:hover { color: yellow; }
-
-legend { color: lightgray; }
-
-td { color: #ff8080; }
-
-td a.h,
-td a.h:visited { color: darkblue; }
-td a.h:hover { color: darkgreen; }
-
-td.unq a.e { color: darkgray; }
diff --git a/style/user/border.css b/style/user/border.css
deleted file mode 100644
index 101a518..0000000
--- a/style/user/border.css
+++ /dev/null
@@ -1,30 +0,0 @@
-h3 {
- padding-bottom: 2px;
- border-bottom: 2px solid darkgreen;
-}
-
-.nav > li > a { border-right: 0.5px solid #202020; }
-
-#rpm a { border-right: none; }
-
-.sub > li > a { border-top: 0.5px solid #202020; }
-
-fieldset {
- border: 1px solid darkblue;
- border-radius: 12px;
-}
-
-fieldset table {
- border-collapse: collapse;
-}
-
-legend {
- border-radius: 16px 8px 16px 8px;
-}
-
-th, td { border-bottom: 1.5px solid lightblue; }
-
-td.unq { border: none; }
-
-td.unq ul li,
-td.unq ul li a { border-bottom: 1px solid lightblue; }
diff --git a/style/user/font_text.css b/style/user/font_text.css
deleted file mode 100644
index d6e028c..0000000
--- a/style/user/font_text.css
+++ /dev/null
@@ -1,57 +0,0 @@
-@import url('https://fonts.googleapis.com/css?family=Roboto:700');
-@import url('https://fonts.googleapis.com/css?family=Hammersmith+One');
-
-body {
- font-family: 'Open Sans', sans-serif;
- letter-spacing: 0.377px;
-}
-
-h3 {
- font-family: 'Roboto', sans-serif;
- letter-spacing: 1.7px;
- text-align: center;
-}
-
-p {
- text-align: center;
- font-size: 77%;
- font-style: italic;
-}
-
-a { text-decoration: none; }
-td a.h:hover { text-decoration: underline; }
-
-span {
- font-weight: normal;
- font-size: 72%;
-}
-
-.sub a { text-align: left; }
-
-legend {
- font-family: 'Hammersmith One', sans-serif;
- font-size: 90%;
- text-align: center;
-}
-
-th {
- font-size: 105%;
- text-align: left;
-}
-
-td.unq div a { font-size: 84%; }
-
-td.unq ul li,
-td.unq ul li a {
- font-size: 13.75px;
-}
-
-fieldset#monitoring table tr th { text-align: left; }
-
-fieldset#monitoring table tr td { text-align: right; }
-
-fieldset table {
- font-size: 92%;
- font-weight: bold;
- text-align: center;
-}
diff --git a/style/user/general.css b/style/user/general.css
deleted file mode 100644
index 17a7fd7..0000000
--- a/style/user/general.css
+++ /dev/null
@@ -1,48 +0,0 @@
-@import url('background_text-color.css');
-@import url('border.css');
-@import url('font_text.css');
-
-/* CURSOR */
-/* ======================== */
-
-h3, p, th, tr, legend { cursor: default; }
-
-/* MARGIN & PADDING */
-/* ======================== */
-
-body { margin: 0 auto; }
-
-div { margin-top: 16px; }
-
-div#user {
- margin-top: 24px;
- padding: 0;
-}
-
-h3 { margin: 7px; }
-
-p { margin-bottom: 7px; }
-
-.nav a { padding: 7px 14px; }
-
-fieldset {
- padding: 24px 32px 32px;
- margin-top: 27px;
-}
-
-legend { padding: 4px 32px; }
-
-th, td { padding: 6.2px 12px; }
-
-td.unq ul li,
-td.unq ul li a {
- margin-top: 6.4px;
- padding: 6.4px 0;
-}
-
-table.add { margin-top: 7px; }
-
-/* LIST STYLE */
-/* ======================== */
-
-ul { list-style-type: none; }
diff --git a/style/user/parameter_position.css b/style/user/parameter_position.css
deleted file mode 100644
index 21867a0..0000000
--- a/style/user/parameter_position.css
+++ /dev/null
@@ -1,47 +0,0 @@
-body { width: 960px; }
-
-.nav > li {
- position: relative;
- float: left;
-}
-
-.sub > li { position: relative; }
-
-.nav a {
- display: block;
- line-height: 20px;
-}
-
-.sub { display: none; }
-
-div#navbar {
- width: 960px;
- height: 34px;
- position: absolute;
- z-index: 2;
-}
-
-fieldset#urls,
-fieldset#monitoring,
-fieldset#shortcuts,
-fieldset#tools {
- position: relative;
- top: 60px;
-}
-
-fieldset table { width: 100%; }
-
-td.unq div ul {
- position: absolute;
- width: 144px;;
- z-index: 4;
- display: none;
-}
-
-td.unq div:hover ul { display: block; }
-
-ul.nav li:hover ul.sub { display: block; }
-
-td a.e { visibility: hidden; }
-
-td.unq a.e { visibility: visible; }
diff --git a/user.html b/user.html
index d8a7df3..cd0197e 100644
--- a/user.html
+++ b/user.html
@@ -5,257 +5,13 @@
+
-
-
- Expense/Payroll Linkboard
-
-
-
-
-
-
+ ... redirecting
-
+ The pages has moved...
-
-
LINKBOARD
-
* If you are using more than one Google account in the same browser,
- the links below will direct you to your primary account
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-