Author: sevein
Date: Wed Oct 12 12:28:07 2011
New Revision: 10031

Log:
Trillium, insert use of green color at search bar and disable autoresize text 
feature

Modified:
   trunk/plugins/qtTrilliumPlugin/css/less/_header.less
   trunk/plugins/qtTrilliumPlugin/css/less/main.css
   trunk/plugins/qtTrilliumPlugin/css/main.less
   trunk/plugins/qtTrilliumPlugin/js/trillium.js

Modified: trunk/plugins/qtTrilliumPlugin/css/less/_header.less
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/less/_header.less        Wed Oct 12 
12:15:41 2011        (r10030)
+++ trunk/plugins/qtTrilliumPlugin/css/less/_header.less        Wed Oct 12 
12:28:07 2011        (r10031)
@@ -43,10 +43,12 @@
           h1 {
 
             line-height: 1.1em;
+            font-size: 24px;
 
             a {
 
-              color: Black;
+              color: @trilliumGreen;
+              text-shadow: 1px 1px 1px #999;
 
             }
 
@@ -144,7 +146,8 @@
               display: block;
               float: left;
               border: 1px solid #333;
-              #gradient > .horizontal(#333, #444);
+              /* #gradient > .horizontal(#00b500, #00b500); */
+              background-color: #008800;
               background-image: 
url(../../../sfCaribouPlugin/images/search.png);
               background-repeat: no-repeat;
               background-position: 50% 50%;

Modified: trunk/plugins/qtTrilliumPlugin/css/less/main.css
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/less/main.css    Wed Oct 12 12:15:41 
2011        (r10030)
+++ trunk/plugins/qtTrilliumPlugin/css/less/main.css    Wed Oct 12 12:28:07 
2011        (r10031)
@@ -2172,9 +2172,11 @@
 }
 #header > div > #second-level > div #logo-and-name h1 {
   line-height: 1.1em;
+  font-size: 24px;
 }
 #header > div > #second-level > div #logo-and-name h1 a {
-  color: Black;
+  color: #008800;
+  text-shadow: 1px 1px 1px #999;
 }
 #header > div > #second-level > div #logo-and-name img {
   margin-right: 12px;
@@ -2241,15 +2243,9 @@
   display: block;
   float: left;
   border: 1px solid #333;
-  background-color: #444444;
-  background-repeat: repeat-x;
-  background-image: -khtml-gradient(linear, left top, right top, 
from(#333333), to(#444444));
-  background-image: -moz-linear-gradient(left, #333333, #444444);
-  background-image: -ms-linear-gradient(left, #333333, #444444);
-  background-image: -webkit-gradient(linear, left top, right top, 
color-stop(0%, #333333), color-stop(100%, #444444));
-  background-image: -webkit-linear-gradient(left, #333333, #444444);
-  background-image: -o-linear-gradient(left, #333333, #444444);
-  background-image: linear-gradient(left, #333333, #444444);
+  /* #gradient > .horizontal(#00b500, #00b500); */
+
+  background-color: #008800;
   background-image: url(../../../sfCaribouPlugin/images/search.png);
   background-repeat: no-repeat;
   background-position: 50% 50%;
@@ -4120,6 +4116,9 @@
   margin-bottom: 3px;
 }
 /*
+ * Colors
+ */
+/*
  * z-index tree
  * --------------------------------------------------
  * imageflow         10000, 10001, 10002... 2, 3, 4, 5...

Modified: trunk/plugins/qtTrilliumPlugin/css/main.less
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/main.less        Wed Oct 12 12:15:41 
2011        (r10030)
+++ trunk/plugins/qtTrilliumPlugin/css/main.less        Wed Oct 12 12:28:07 
2011        (r10031)
@@ -24,6 +24,11 @@
 @import "less/_misc";
 
 /*
+ * Colors
+ */
+@trilliumGreen: #008800;
+
+/*
  * z-index tree
  * --------------------------------------------------
  * imageflow         10000, 10001, 10002... 2, 3, 4, 5...

Modified: trunk/plugins/qtTrilliumPlugin/js/trillium.js
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/js/trillium.js       Wed Oct 12 12:15:41 
2011        (r10030)
+++ trunk/plugins/qtTrilliumPlugin/js/trillium.js       Wed Oct 12 12:28:07 
2011        (r10031)
@@ -43,8 +43,8 @@
     $(document).ready(function()
       {
         // Header font size
-        var $heading = $('#logo-and-name td:eq(1) h1');
-        $heading.css('font-size', (1 / $heading.text().length * 1500) + 'px');
+        // var $heading = $('#logo-and-name td:eq(1) h1');
+        // $heading.css('font-size', (1 / $heading.text().length * 1500) + 
'px');
 
         // Menu
         $(document.body).bind('click', function (e)

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to