[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3548] trunk/py/scripts/tools/bi_farm/ master_ui.css: css edits from @ndy

Campbell Barton ideasman42 at gmail.com
Wed Jun 27 17:32:29 CEST 2012


Revision: 3548
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3548
Author:   campbellbarton
Date:     2012-06-27 15:32:28 +0000 (Wed, 27 Jun 2012)
Log Message:
-----------
css edits from @ndy

Modified Paths:
--------------
    trunk/py/scripts/tools/bi_farm/master_ui.css

Modified: trunk/py/scripts/tools/bi_farm/master_ui.css
===================================================================
--- trunk/py/scripts/tools/bi_farm/master_ui.css	2012-06-27 14:12:06 UTC (rev 3547)
+++ trunk/py/scripts/tools/bi_farm/master_ui.css	2012-06-27 15:32:28 UTC (rev 3548)
@@ -1,7 +1,7 @@
 body {
-	background-color:#000;
+	background-color:#3f3c3c;
 	color: #cdc;
-	font-size:10px;
+	font-size:11px;
 	font-family: "Lucida Sans","Lucida Sans Unicode","Lucida Grande",Lucida,sans-serif;
 	cursor: default;
 }
@@ -34,11 +34,12 @@
 
 
 h3 {
+	font-family: Ubuntu;
        clear:both;
-        font-size:150%;
+        font-size:200%;
 	letter-spacing: -1px;
         margin: 2px 0 5px 0;
-	color: #7a7;
+	color: #8e9864;
 }
 
 hr {
@@ -59,6 +60,7 @@
 	color: #111;
 	width: auto;
 	height: auto;
+
 }
 
 .centered {
@@ -93,12 +95,13 @@
 }
 
 input {
-	background-color: #111;
+	background-color: #272525;
 	color: #ccc;
 	border-radius: 6px;
 	-moz-border-radius: 6px;
 	border: thin solid #555;
 	padding: 5px;
+
 }
 
 input:hover, input:focus {
@@ -114,7 +117,8 @@
 }
 
 table {
-    border-color: #000;
+
+    border-color: #1c1c1c;
     border-spacing: 0px;
     border-collapse:collapse;
     border-radius: 6px;
@@ -123,42 +127,42 @@
 }
 
 #table-jobs {
-    background-color: #111;
+    //background-color: #333;
     width: 100%;
     color: #aaa;
 }
 
 #table-jobs td {
-	border-bottom: thin solid #222;
+    border-bottom: thin dashed #222;
     word-wrap: break-word;
     padding: 0px 0px 0px 5px;
 }
 
 #td-toggle {
        width: 12px !important;
-       background-color: #000 ;
+       //background-color: #333 ;
        text-align: center;
        padding: 1px 10px 1px 0px;
 }
 
 #td-toggle:hover {
-       background-color: #800;
+       background-color: #2b2929;
 }
 
 thead{
        font-size:80%;
 	color: #aca;
 	padding: 0px;
-    background-color: #111 !important;
+    //background-color: #111 !important;
 }
 
 tr {
 	letter-spacing: -1px;
-	background-color: #101313; 
+	//background-color: #101313; 
 }
 
 tr:hover {
-       background-color: #222 !important;
+       background-color: #2b2929 !important;
        color: #fff;
 }
 
@@ -169,9 +173,10 @@
     width:140px;
     font-weight: bold;
     border: 2px solid #500;
-    background: #800;
+    background: #4C0E0E;
     cursor: pointer;
     padding:2px;
+    margin-left:10px;
 }
 
 .job-add:hover{
@@ -183,8 +188,8 @@
 #status-disabled {
 	text-align:center;
 	background-color: #770000 !important;
-	color: #fff !important;
-    padding:0px;
+	color: #b54141 !important;
+
 }
 #status-disabled:hover {
 	background-color: #990000 !important;
@@ -192,55 +197,57 @@
 
 #status-inprogress {
 	text-align:center;
-	background-color: #bb6622 !important;
+	background-color: #e0ae28 !important;
 	color: #fff;
-	border: thin solid #000;
+	//border: thin dashed #000;
 }
 
 #status-inprogress:hover {
-	background-color: #cc7733 !important;
+	background-color: #d39222 !important;
 }
 
 #status-done {
 	text-align:center;
-	background-color: #88bb00 !important;
+	background-color: #84ac50 !important;
 	color: #fff;
 	font-weight: bold;
 }
 
 #status-done:hover {
-	background-color: #99cc11 !important;
+	background-color: #719344 !important;
 }
 
 #latest-render {
-	float:left;
-    width: 560px;
+    float:left;
+    width: 600px;
+    margin: auto;
 }
 
 #latest-render img{
-    border: thin solid #111;
+    border: 5px solid #312f2f;
+    margin: auto;
 }
 
 #progressbars {
-	float:right;
-    width: 450px;
+    float:right;
+    width: 500px;
     position: relative;
     left:-115;
 }
 
 #extrainfo-recentcommits{
 	float:left;
-    width: 630px;
-	margin-bottom: 20px;
+    width: 505px;
+    margin-bottom: 50px;
+    margin-left: 20px
 }
 #extrainfo-farmprogress{
-	float:left;
-    width: 200px;
-    border-left: #222 thin solid;
-    padding-left: 20px;
+    float:left;
+    width: 505px;
+    margin-left: 20px
 }
 #extrainfo-monitor{
-	float:left;
+    float:left;
     width: 180px;
     border-left: #222 thin solid;
     padding-left: 20px;



More information about the Bf-extensions-cvs mailing list