extras-buildsys/www/css style.css,1.1,1.2

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Fri Jul 22 05:39:21 UTC 2005


Author: dcbw

Update of /cvs/fedora/extras-buildsys/www/css
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1981/www/css

Modified Files:
	style.css 
Log Message:
2005-07-22  Dan Williams <dcbw at redhat.com>

    * Web front-end cleanup
        - Use Diana Fong's new design.  Delicious!




Index: style.css
===================================================================
RCS file: /cvs/fedora/extras-buildsys/www/css/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- style.css	21 Jul 2005 04:07:54 -0000	1.1
+++ style.css	22 Jul 2005 05:39:19 -0000	1.2
@@ -10,8 +10,8 @@
 }
 
 * {
-	font-family:	"Luxi Sans", "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
-	font-size:	14px;
+    font-family:    "Luxi Sans", "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
+    font-size:      14px;
 }
 
 a:link {
@@ -19,10 +19,10 @@
 }
 
 table.page {
-	width:			100%;
-	border:			0px;
-	background-color:	#ffffff;
-	padding:			0px;
+    width:              100%;
+    border:             0px;
+    background-color:   #ffffff;
+    padding:            0px;
 }
 
 
@@ -41,34 +41,13 @@
 }
 
 td.top {
-    padding:        0px 2px 0px 2px;
+    padding:            0px 2px 0px 2px;
     background-color:   #cc0000;
-    vertical-align: bottom;
-    text-align:     bottom;
-    border-bottom:  1px solid #aaaaaa;
-}
-
-td.navtable-parent {
-    background-color:   #ffffff;
-    vertical-align: top;
-}
-
-table.navtable {
-    background-color:   #cc0000;
-    width:              auto;
-    padding:            0px;
-}
-
-td.navtable-button-left {
-    padding:            4px 17px 4px 17px;
+    vertical-align:     bottom;
+    text-align:         bottom;
 }
 
-td.navtable-button {
-    padding:            4px 17px 4px 17px;
-    border-left:        1px solid #d4d4d4;
-}
-
-font.header-text {
+font.header-system-name {
 	font-size:	24px;
 	font-weight:	800;
 	color:		#ffffff;
@@ -81,12 +60,37 @@
 	color: #ffffff;
 }
 
-a.navtable-button {
+/*
+-------------------------------
+ Navigation links table
+-------------------------------
+*/
+
+table.nav {
+    width:              auto;
+    padding:            5px 5px 5px 5px;
+}
+
+td.nav-link-sep {
+    padding:            0px 12px 0px 12px;
+}
+
+font.nav-link-sep {
+    text-align:         center;
+    color:              #000000;
+    font-weight:        bolder;
+    font-size:          18px;
+}
+
+a.nav-link {
+    text-align:         center;
+    font-weight:        bold;
+}
+
+a.nav-link-active {
+    color:              #cc0000;
     text-align:         center;
     font-weight:        bold;
-    color:              #ffffff;
-    font-size:          12px;
-    text-decoration:    none;
 }
 
 table.main {
@@ -97,29 +101,75 @@
 
 /*
 -------------------------------
+ Filter table
+-------------------------------
+*/
+
+table.filter {
+    width:          80%;
+    padding-bottom: 6px;
+}
+
+table.filter-form {
+    width:          auto;
+    vertical-align: center;
+}
+
+td.filter-form-head {
+    padding-left:   8px;
+    font-weight:    bold;
+    vertical-align: center;
+}
+
+td.filter-form-label {
+    padding-left:   10px;
+    text-align:     right;
+    vertical-align: center;
+}
+
+td.filter-form-item {
+    padding-left:   2px;
+    text-align:     left;
+    vertical-align: center;
+}
+
+
+/*
+-------------------------------
  joblist table
 -------------------------------
 */
 
-#joblist table {
-	padding:			0px;
-	background-color:	#dedede;
+table.jobs {
 	border:			solid 1px #999999;
 	width:			80%;
-	margin-bottom:		5px;
 }
 
-#joblist th {
-    font-weight:    bold;
-    font-size:      14px;
-    border-bottom:  solid 1px #999999;
-    padding:        3px;
+th.jobs {
+    font-weight:        bold;
+    font-size:          14px;
+    border-bottom:      solid 1px #999999;
+    padding:            3px;
+    text-align:         left;
+    background-color:   #86b5d9;
 }
 
-#joblist td {
-    font-size:      14px;
+td.job-top {
+    text-align:     left;
+    padding:        4px;
+}
+
+td.job {
     text-align:     left;
-    padding:        3px;
+    border-top:     1px solid #bcd6f0;
+    padding:        4px;
+}
+
+td.job-alt {
+    text-align:         left;
+    border-top:         1px solid #bcd6f0;
+    background-color:   #f1f1f1;
+    padding:            4px;
 }
 
 font.status-failed {
@@ -153,41 +203,40 @@
 -------------------------------
 */
 
-#builderlist table {
-    padding:            1px 2px 1px 2px;
-    border:             solid 1px #999999;
-    width:              60%; 
-    background-color:   #dedede;
+table.builderlist {
+    width:              50%;
 }
 
-td.builderlist-head {
-    font-size:      14px;
-    padding:        1px 2px 1px 2px;
-    border-bottom:  solid 1px #999999;
+td.builderaddr-side {
+    width:              3px;
+    background-color:   #aaaaaa;
+    padding-bottom:     5px;
+}
+
+td.builderaddr {
+    padding:            2px 4px 5px 4px;
+    background-color:   #efefef;
 }
 
-font.builderlistaddr {
+font.builderaddr {
     font-weight:    bold;
     font-size:      14px;
 }
 
-font.builderlistarches {
+font.builderarches {
     font-size:      12px;
-    text-align:     right;
+    font-style:     italic;
+    font-weight:    normal;
 }
 
-#archjoblist table {
+table.archjobs {
     padding:            1 px 2px 1px 2px;
     border:             none;
-    background-color:   #efefef;
-    width:              100%;
+    width:              80%;
 }
 
-#archjoblist td {
-    font-size:      14px;
-    text-align:     left;
-    padding-left:   2px;
-    padding-right:  2px;
+td.archjobs {
+    padding-top:        5px;
 }
 
 font.archjobtag {
@@ -195,68 +244,7 @@
     font-size:      12px;
 }
 
-
-
-a.tasktable-item-option-link {
-	font-size:	12px;
-}
-
-font.tasktable-item-option-nolink {
-	font-weight:	800;
-	font-size:	12px;
-}
-
-table.tasktable-parent-collapsed {
-	width:		100%;
-}
-
-table.tasktable-parent-expanded {
-	width:		100%;
-}
-
-a.tasktable-item-collapsed {
-	text-align:		left;
-	font-weight:		bold;
-	border-bottom:		none;
-	text-decoration:	none;
-}
-
-font.tasktable-item-aux {
-	color:		#000000;
-	text-align:	left;
-	font-size:	12px;
-}
-
-a.tasktable-item-expanded {
-	text-align:		left;
-	font-weight:		bold;
-	border-bottom:		none;
-	text-decoration:	none;
-}
-
-td.tasktable-header {
-	font-size:		12px;
-	font-weight:		bold;
-	color:			#000000;
-	background-color:	#749CBB;
-}
-
-td.tasktable-task {
-	font-size:		12px;
-	border-bottom:		1px solid #bcd6f0;
-	background-color:	inherit;
-}
-
-a.tasktable-bug-link {
-	font-size:		12px;
-}
-
-td.tasktable-task-last {
-	font-size:		12px;
-	background-color:	inherit;
+font.archjob {
+    font-size:      12px;
 }
 
-td.tasktable-no-tasks {
-	font-style:		italic;
-	background-color:	#ffffff;
-}




More information about the fedora-extras-commits mailing list