PINES Self-check Customization
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 19 Dec 2019 19:25:53 +0000 (14:25 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 20 Oct 2020 13:59:38 +0000 (09:59 -0400)
New PINES logo and matching color scheme

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/circ/selfcheck/banner.tt2
Open-ILS/web/css/skin/default/selfcheck.css
Open-ILS/web/images/pines_logo_selfcheck.png

index 0f298dd..700190a 100644 (file)
@@ -1,5 +1,5 @@
 <div id='oils-selfck-logo-div'>
-    <img src='[% ctx.media_prefix %]/images/pines_logo_selfcheck.png' style="height:50px;"/><br/>
+    <img src='[% ctx.media_prefix %]/images/pines_logo_selfcheck.png' style="height:100px;"/><br/>
        <p style="color:#fff;font-weight:normal;font-size:1.1em;margin-top:5px;padding:0px;">
        Use this self-check station to check out your items.</p>
 </div>
index 1452d25..851b5a0 100644 (file)
@@ -5,16 +5,16 @@ body {
 }
 
 #oils-selfck-top-div {
-    background: #00593d; /* Old browsers */
+    background: #006838; /* Old browsers */
 /* IE9 SVG, needs conditional override of 'filter' to 'none' */
     background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTkzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdhNTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
-    background: -moz-linear-gradient(top,  #00593d 0%, #007a54 100%); /* FF3.6+ */
-    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00593d), color-stop(100%,#007a54)); /* Chrome,Safari4+ */
-    background: -webkit-linear-gradient(top,  #00593d 0%,#007a54 100%); /* Chrome10+,Safari5.1+ */
-    background: -o-linear-gradient(top,  #00593d 0%,#007a54 100%); /* Opera 11.10+ */
-    background: -ms-linear-gradient(top,  #00593d 0%,#007a54 100%); /* IE10+ */
-    background: linear-gradient(to bottom,  #00593d 0%,#007a54 100%); /* W3C */
-    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00593d', endColorstr='#007a54',GradientType=0 ); /* IE6-8 */
+    background: -moz-linear-gradient(top,  #006838 0%, #8DC641 100%); /* FF3.6+ */
+    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006838), color-stop(100%,#8DC641)); /* Chrome,Safari4+ */
+    background: -webkit-linear-gradient(top,  #006838 0%,#8DC641 100%); /* Chrome10+,Safari5.1+ */
+    background: -o-linear-gradient(top,  #006838 0%,#8DC641 100%); /* Opera 11.10+ */
+    background: -ms-linear-gradient(top,  #006838 0%,#8DC641 100%); /* IE10+ */
+    background: linear-gradient(to bottom,  #006838 0%,#8DC641 100%); /* W3C */
+    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006838', endColorstr='#006838',GradientType=0 ); /* IE6-8 */
     padding-top: 20px;
     /*margin: 2px;*/
     /*border: 1px solid #888;*/
@@ -168,11 +168,11 @@ body {
     text-shadow: 1px 1px 1px #555555;
     cursor: pointer !important;
     border-radius: 12px;
-    border: 1px solid #007a54;
-    background: linear-gradient(#007a54, #00593d);
-    background: -moz-linear-gradient(#007a54, #00593d);
-    background: -o-linear-gradient(#007a54, #00593d);
-    background: -webkit-linear-gradient(#007a54, #00593d);
+    border: 1px solid #006838;
+    background: linear-gradient(#006838, #00593d);
+    background: -moz-linear-gradient(#006838, #00593d);
+    background: -o-linear-gradient(#006838, #00593d);
+    background: -webkit-linear-gradient(#006838, #00593d);
     background-color: #00593d;
     padding: 5px 10px 6px;
     outline: 0 none;
index fe25e98..4dfce5e 100644 (file)
Binary files a/Open-ILS/web/images/pines_logo_selfcheck.png and b/Open-ILS/web/images/pines_logo_selfcheck.png differ