From: Terran McCanna Date: Mon, 9 Dec 2019 18:14:58 +0000 (-0500) Subject: New PINES Logo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fpines_new_logo;p=contrib%2Fpines%2Freport-creator.git New PINES Logo Adding image file and updating CSS link. Signed-off-by: Terran McCanna --- diff --git a/css/executiveReport_v1.0.css b/css/executiveReport_v1.0.css index e5585f9..064081e 100644 --- a/css/executiveReport_v1.0.css +++ b/css/executiveReport_v1.0.css @@ -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; diff --git a/css/site_v1.6.css b/css/site_v1.6.css index 8b4ec88..b0be4c8 100644 --- a/css/site_v1.6.css +++ b/css/site_v1.6.css @@ -4,55 +4,60 @@ 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; + height: 150px; + margin-top:10px; + background: url(../images/pinetree-banner2.png) repeat top left; + border: none; } #logo { padding-left: 5px; padding-top: 4px; } #logoImage { - background: url(../../opac/images/small_logo.png) no-repeat; + content: url(/report-creator/images/pines-logo-small.png); border: none; - height: 60px; - width: 200px; - margin: 20px 0 0 0; - position: absolute + height: 80px; + width: auto; + margin: 10px; } #logoText { position: absolute; - margin: 35px 0 0 210px; - color: #fff; - 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: 20px; - color: #fff; + right: 30px; + color: #000; font-family: Arial; font-size: 10pt; font-weight: bold; } #logoutLink { - color: #339966; + color: #006838; position: absolute; right: 0px; + font-weight: bold; + text-decoration: none; + font-size: 11pt; } #headerRight { position: absolute; - right: 15px + right: 15px; } #headerRight img { margin: 0 1px 0 0; @@ -61,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: 18px + 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; @@ -108,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; @@ -127,7 +132,7 @@ body { } .submitButton { color: #fff; - background-color: #15513d; + background-color: #006838; height: 30px; border: none; font-family: arial; @@ -145,7 +150,7 @@ body { } .descriptionTextArea { height: 180px !important; - width: 900px !important + width: 900px !important; } .accessibility { color: #fff; @@ -158,7 +163,7 @@ body { .defaultLink:hover, .defaultLink:active { color: #0066ff; - text-decoration: none + text-decoration: none; } .groupLink:link, .groupLink:visited, @@ -167,7 +172,7 @@ body { font-size: 11pt; font-weight: bold; color: #0066ff; - text-decoration: none + text-decoration: none; } .homePageLink:link, .homePageLink:visited, @@ -175,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; } @@ -195,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; @@ -223,7 +228,7 @@ body { } .reportRunning { background-color: #339966; - color: #fff + color: #fff; } .reportStatusBar { padding: 0px !important; @@ -257,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 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 index 0000000..a0cb33c Binary files /dev/null and b/images/pinetree-banner2.png differ