New PINES Logo
authorTerran McCanna <tmccanna@georgialibraries.org>
Mon, 9 Dec 2019 18:14:58 +0000 (13:14 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 21 Mar 2022 20:51:06 +0000 (16:51 -0400)
Adding image file and updating CSS link.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
css/executiveReport_v1.0.css
css/site_v1.6.css
images/pines-logo-small.png [new file with mode: 0644]
images/pinetree-banner2.png [new file with mode: 0644]

index e5585f9..064081e 100644 (file)
@@ -11,7 +11,7 @@ td {
 }
 
 #logo {
-       background: url(../images/PINESLogo.gif) no-repeat;
+       background: url(/report-creator/images/pines-logo-small.png) no-repeat;
        width:300px; 
        height:60px; 
        position:relative;
index 4cab173..b0be4c8 100644 (file)
@@ -4,18 +4,19 @@ body {
     height: 100%;
     font-size: 1.0em;
     font-family: Arial, Helvetica, Verdana, sans-serif;
-    background: linear-gradient(#00593d, #007a54);
-    background: -moz-linear-gradient(#00593d, #007a54);
-    background: -o-linear-gradient(#00593d, #007a54);
-    background: -webkit-linear-gradient(#00593d, #007a54);
-    background-color: #007a54;
+    background: linear-gradient(#79AD37, #006838);
+    background: -moz-linear-gradient(#79AD37, #006838);
+    background: -o-linear-gradient(#79AD37, #006838);
+    background: -webkit-linear-gradient(#79AD37, #006838);
+    background-color: #006838;
 }
 #page {
     padding: 0 10px 0 10px;
 }
 #header {
-    height: 100px;
-    background: url(../images/pinetree-banner.png) repeat top left;
+    height: 150px;
+    margin-top:10px;
+    background: url(../images/pinetree-banner2.png) repeat top left;
     border: none;
 }
 #logo {
@@ -23,32 +24,31 @@ body {
     padding-top: 4px;
 }
 #logoImage {
-    background: url(../images/PINESLogo.gif) no-repeat;
+    content: url(/report-creator/images/pines-logo-small.png);
     border: none;
-    height: 60px;
-    width: 300px;
-    margin: 0px 0px 40px 0px;
-    position: absolute;
+    height: 80px;
+    width: auto;
+    margin: 10px;
 }
 #logoText {
     position: absolute;
-    margin: 30px 0 0 310px;
-    color: #339966;
-    font-style: italic;
-    font-family: Georgia, serif;
-    font-size: 16pt;
+    margin: 30px 0 0 0px;
+    color: #006838;
+    font-family: Arial, sans-serif;
+    font-size: 18pt;
+    font-weight: bold;
 }
 #welcome {
     position: absolute;
     top: 30px;
     right: 30px;
-    color: #fff;
+    color: #000;
     font-family: Arial;
     font-size: 10pt;
     font-weight: bold;
 }
 #logoutLink {
-    color: #339966;
+    color: #006838;
     position: absolute;
     right: 0px;
     font-weight: bold;
@@ -57,7 +57,7 @@ body {
 }
 #headerRight {
     position: absolute;
-    right: 15px
+    right: 15px;
 }
 #headerRight img {
     margin: 0 1px 0 0;
@@ -66,44 +66,44 @@ body {
     font-family: arial;
     font-size: 9pt;
     color: #fff;
-    padding-left: 10px
+    padding-left: 10px;
 }
 #menu {
     font-size: 11pt;
-    color: #339966;
+    color: #006838;
     height: 30px;
 }
 .menuItem {
-    color: #339966;
+    color: #006838;
     font-weight: bold;
 }
 .menuItemSelected {
     color: #fff;
     font-weight: bold;
-    background-color: #339966;
+    background-color: #006838;
 }
 .rightMenuItem {
     position: absolute;
-    right: 23px
+    right: 23px;
 }
 .menuItemLink:link,
 .menuItemLink:visited,
 .menuItemLink:hover,
 .menuItemLink:active {
-    text-decoration: none
+    text-decoration: none;
 }
 .adminMenuItem:link,
 .adminMenuItem:visited,
 .adminMenuItem:hover,
 .adminMenuItem:active {
     font-weight: bold;
-    color: #0066ff;
-    text-decoration: none
+    color: #236E9D;
+    text-decoration: none;
 }
 #content {
     padding: 3px 0 0 10px;
     min-height: 500px;
-    background-color: #fff
+    background-color: #fff;
 }
 #content table {
     border-spacing: 3px;
@@ -113,7 +113,7 @@ body {
     padding: 4px;
     font-size: 0.9em;
     font-family: Verdana, Arial, Helvetica, sans-serif;
-    vertical-align: top
+    vertical-align: top;
 }
 #content input {
     font-size: 1.0em;
@@ -132,7 +132,7 @@ body {
 }
 .submitButton {
     color: #fff;
-    background-color: #15513d;
+    background-color: #006838;
     height: 30px;
     border: none;
     font-family: arial;
@@ -150,7 +150,7 @@ body {
 }
 .descriptionTextArea {
     height: 180px !important;
-    width: 900px !important
+    width: 900px !important;
 }
 .accessibility {
     color: #fff;
@@ -163,7 +163,7 @@ body {
 .defaultLink:hover,
 .defaultLink:active {
     color: #0066ff;
-    text-decoration: none
+    text-decoration: none;
 }
 .groupLink:link,
 .groupLink:visited,
@@ -172,7 +172,7 @@ body {
     font-size: 11pt;
     font-weight: bold;
     color: #0066ff;
-    text-decoration: none
+    text-decoration: none;
 }
 .homePageLink:link,
 .homePageLink:visited,
@@ -180,10 +180,10 @@ body {
 .homePageLink:active {
     color: #15513d;
     font-weight: bold;
-    text-decoration: none
+    text-decoration: none;
 }
 #homePageTitle {
-    color: #15513d;
+    color: #006838;
     font-weight: bold;
     font-size: 18pt;
 }
@@ -200,14 +200,14 @@ body {
     width: 200px;
     height: 100px;
     overflow-y: auto;
-    overflow-x: no
+    overflow-x: no;
 }
 .selectAllLink:link,
 .selectAllLink:visited,
 .selectAllLink:hover,
 .selectAllLink:active {
-    color: #00f;
-    text-decoration: none
+    color: #236E9D;
+    text-decoration: none;
 }
 .hideRow {
     display: none;
@@ -228,7 +228,7 @@ body {
 }
 .reportRunning {
     background-color: #339966;
-    color: #fff
+    color: #fff;
 }
 .reportStatusBar {
     padding: 0px !important;
@@ -262,4 +262,4 @@ body {
 }
 .maxWidth500 {
     max-width: 500px;
-}
\ No newline at end of file
+}
diff --git a/images/pines-logo-small.png b/images/pines-logo-small.png
new file mode 100644 (file)
index 0000000..00189f8
Binary files /dev/null and b/images/pines-logo-small.png differ
diff --git a/images/pinetree-banner2.png b/images/pinetree-banner2.png
new file mode 100644 (file)
index 0000000..a0cb33c
Binary files /dev/null and b/images/pinetree-banner2.png differ