diff --git a/index.html b/index.html index 3798337..a217760 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ Link Board - + @@ -27,18 +27,18 @@
  • EXPENSE
  • URLs / Hyperlinks ▾
  • @@ -63,17 +63,17 @@
  • - Dec 31, 2017 – Jan 6, 2018
  • + Dec 31 – Jan 6
  • - Dec 24–30, 2017
  • + Dec 24 – Dec 30
  • - Dec 17–23, 2017
  • + Dec 17 – Dec 23 @@ -212,17 +212,33 @@ -
    - - - -


    Select your name to view Navigation Menu that matches your needs best:


    - +
    + + + + + +
    + +
    +
    +
    +


    Select your name to view Navigation Menu that matches your needs best:


    + +
    +
    +

    News & Updates

    +
      +
    1.  Truck Selection changed in EFS Card Monitoring: no company specification necessary
    2. +
    3.  Changed quantity of arguments in EFS Card Monitoring: from 4 to 18
    4. +
    5.  Added RENAME button in WORKSHEET to enforce Rename Function in case AutoRename fails
    6. +
    7.  Added Hyperlink in Filter tab of URL Collector Spreadsheet
    8. +
    +
    diff --git a/pix/background.png b/pix/background.png new file mode 100644 index 0000000..a10dc93 Binary files /dev/null and b/pix/background.png differ diff --git a/pix/icons/home.ico b/pix/icons/home.ico new file mode 100644 index 0000000..7972fee Binary files /dev/null and b/pix/icons/home.ico differ diff --git a/pix/logos/1cl.png b/pix/logos/1cl.png new file mode 100644 index 0000000..86e88f0 Binary files /dev/null and b/pix/logos/1cl.png differ diff --git a/pix/logos/2cls.png b/pix/logos/2cls.png new file mode 100644 index 0000000..89faaf1 Binary files /dev/null and b/pix/logos/2cls.png differ diff --git a/pix/logos/3ct.png b/pix/logos/3ct.png new file mode 100644 index 0000000..a300e37 Binary files /dev/null and b/pix/logos/3ct.png differ diff --git a/pix/logos/4de.png b/pix/logos/4de.png new file mode 100644 index 0000000..3c8a425 Binary files /dev/null and b/pix/logos/4de.png differ diff --git a/pix/logos/5des.png b/pix/logos/5des.png new file mode 100644 index 0000000..f108a17 Binary files /dev/null and b/pix/logos/5des.png differ diff --git a/pix/logos/old/cl-.png b/pix/logos/old/cl-.png new file mode 100644 index 0000000..d89244f Binary files /dev/null and b/pix/logos/old/cl-.png differ diff --git a/pix/logos/old/cl.png b/pix/logos/old/cl.png new file mode 100644 index 0000000..86e88f0 Binary files /dev/null and b/pix/logos/old/cl.png differ diff --git a/pix/logos/old/ct.png b/pix/logos/old/ct.png new file mode 100644 index 0000000..be78aa9 Binary files /dev/null and b/pix/logos/old/ct.png differ diff --git a/pix/logos/old/de.png b/pix/logos/old/de.png new file mode 100644 index 0000000..f9fcda7 Binary files /dev/null and b/pix/logos/old/de.png differ diff --git a/style.css b/style.css index e7d3289..5924056 100644 --- a/style.css +++ b/style.css @@ -4,42 +4,35 @@ } body { - font-family: Helvetica; - background-image: url("pix/background.jpg"); - background-repeat: no-repeat; - background-size: cover; - background-attachment: fixed; - padding-left: 4.3%; + background-color: seashell; + font-family: Helvetica, san-serif; } div { + margin: 0px auto; width: 1750px; } div#header { background-color: black; - margin: 0px auto; + margin-top: 24px; padding: 0px 16px; - left: 14%; - margin-left: -10.5%; - height: 40px; + height: 48px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; - position: fixed; - z-index: 2; - opacity: 0.84; + position: relative; + z-index:2; + opacity: 0.92; } -/* Navigation Menu */ - ul#navmenu, ul.sub1, ul.sub2, ul.sub3 { list-style-type: none; - font-size: 16px; - letter-spacing: 0.7px; + font-size: 18px; + letter-spacing: 0.5px; } i.itnav { - font-size: 11px; + font-size: 72%; } ul#navmenu li { @@ -53,8 +46,8 @@ ul#navmenu a { text-decoration: none; display: block; width: 250px; - height: 40px; - line-height: 40px; + height: 48px; + line-height: 48px; background-color: black; color: lightgray; } @@ -105,33 +98,79 @@ ul#navmenu .sub1 li:hover .sub3 { display: block; } -/* Content */ - -div.wrapper { +div#wrapper, div#aside1, div#aside2 { position: relative; z-index: 1; - top: 84px; background-color: lightgray; - opacity: 0.67; - margin-bottom: 24px; - padding: 32px 0px 44px 24px; - border: 2px solid darkgray; - border-radius: 7px; + 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; - box-shadow: inset 0 0 12px black; } - -img.left, img.center { - margin-right: 580px; +div#aside1 { + width: 800px; + height: 154px; + float: right; } -img.left { - margin-left: 24px; +div#aside2 { + margin-top: 24px; + padding: 32px; + width: 736px; + height: 324px; + float: right; } -img.right { - margin-right: 24px; +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("pix/background.png"); + background-repeat: no-repeat; + background-size: auto; +} + +img.one, img.two, img.three, img.four { + margin-right: 158px; +} + +img.one { + margin-left: 40px; +} + +img.five { + margin-right: 40px; } img { @@ -140,9 +179,10 @@ img { } p { + margin-top: 16px; font-family: Arial; - font-size: 17px; - letter-spacing: 0.9px; + font-size: 18px; + letter-spacing: 0.7px; font-weight: bold; color: darkgreen; } @@ -153,23 +193,23 @@ ul.content { } ul.content li { - width: 402px; + margin-left: 34px; + width: 220px; text-align: center; position: relative; float: left; - margin-right: 24px; opacity: 1.12; } ul.content li a { text-decoration: none; display: block; - width: 402px; - height: 32px; - line-height: 32px; - font-size: 15px; + width: 220px; + height: 36px; + line-height: 36px; + font-size: 18px; font-weight: bold; - background-color: darkblue; + background-color: #2b5496; color: lightblue; letter-spacing: 2.4px; border-radius: 9px; @@ -183,7 +223,6 @@ ul.content li:hover a:hover { } ul.content li:hover a:active { - height: 30.8px; - font-size: 13.5px; - box-shadow: inset 3px 3px 1.2px black; + font-size: 17.12px; + box-shadow: inset 3.6px 3.6px 1.4px black; }