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

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Thu Jul 21 04:07:56 UTC 2005


Author: dcbw

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

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

    * www/*
        - Add the web front-end




--- NEW FILE style.css ---
html {
	min-width: 800px;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff;
}

* {
	font-family:	"Luxi Sans", "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	font-size:	14px;
}

a:link {
	color:	#0468de;
}

table.page {
	width:			100%;
	border:			0px;
	background-color:	#ffffff;
	padding:			0px;
}


/*
-------------------------------
 Top table
-------------------------------
*/

table.top {
	text-align:		bottom;
	width:			100%;
	height:			75px;
	border:			0px;
    margin:         0px;
}

td.top {
    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;
}

td.navtable-button {
    padding:            4px 17px 4px 17px;
    border-left:        1px solid #d4d4d4;
}

font.header-text {
	font-size:	24px;
	font-weight:	800;
	color:		#ffffff;
	text-align:	left;
}

font.header-date {
	text-align:	right;
	font-weight:	bold;
	color: #ffffff;
}

a.navtable-button {
    text-align:         center;
    font-weight:        bold;
    color:              #ffffff;
    font-size:          12px;
    text-decoration:    none;
}

table.main {
	width:		100%;
	border:		0px;
}


/*
-------------------------------
 joblist table
-------------------------------
*/

#joblist table {
	padding:			0px;
	background-color:	#dedede;
	border:			solid 1px #999999;
	width:			80%;
	margin-bottom:		5px;
}

#joblist th {
    font-weight:    bold;
    font-size:      14px;
    border-bottom:  solid 1px #999999;
    padding:        3px;
}

#joblist td {
    font-size:      14px;
    text-align:     left;
    padding:        3px;
}

font.status-failed {
    color:          #aa0000;
    font-weight:    bold;
    font-size:      12px;
}

font.status-addtorepo {
    color:          #aaaa00;
    font-weight:    bold;
    font-size:      12px;
}

font.status-needsign {
    color:          #00aa00;
    font-weight:    bold;
    font-size:      12px;
}

font.status-building {
    color:          #0000aa;
    font-weight:    bold;
    font-size:      12px;
}


/*
-------------------------------
 builderlist table
-------------------------------
*/

#builderlist table {
    padding:            1px 2px 1px 2px;
    border:             solid 1px #999999;
    width:              60%; 
    background-color:   #dedede;
}

td.builderlist-head {
    font-size:      14px;
    padding:        1px 2px 1px 2px;
    border-bottom:  solid 1px #999999;
}

font.builderlistaddr {
    font-weight:    bold;
    font-size:      14px;
}

font.builderlistarches {
    font-size:      12px;
    text-align:     right;
}

#archjoblist table {
    padding:            1 px 2px 1px 2px;
    border:             none;
    background-color:   #efefef;
    width:              100%;
}

#archjoblist td {
    font-size:      14px;
    text-align:     left;
    padding-left:   2px;
    padding-right:  2px;
}

font.archjobtag {
    font-weight:    bold;
    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;
}

td.tasktable-no-tasks {
	font-style:		italic;
	background-color:	#ffffff;
}




More information about the scm-commits mailing list