posted on Friday, September 28, 2007 2:15 AM by thomasswilliams

BugTracker.NET 'btnet_base.css' Customisations

/* overall document style */
body {font-family: Calibri, Verdana, Arial; font-size: 0.9em; background: #ffffff; margin: 2px; }

/* standard fonts for inputs */
input, select {font-family: Calibri, Verdana, Arial; }

/* standard links */
a {color:#0000ff; text-decoration: none; }
a:visited {color:#0000ff; text-decoration: none; }
a:hover {color:#ff6633; text-decoration: underline; }

/* links in the menubar */
.menubar a, .menubar a:visited {color: #0000D9; }
/* turn off link underlining in menubar */
.menubar a:hover {background-color: #7CA6EA; text-decoration: none; }


.datat {}
/* data table header cell */
.datah {background: #8E8B8E; vertical-align: top;  text-align: center; border-bottom: 0px;}
/* data filter table cell */
.dataf {background: #8E8B8E; vertical-align: top;  text-align: center; border-top: 0px;}
.datad {background: #ffffff; vertical-align: top;  background: #ffffff}
.bugd {vertical-align: top; }

.err {color: red; font-weight: bold;}
/* inputs in button styling */
.btn {background: #24D514; color: #6B6A6B; border: 1px solid #6B6A6B; cursor: hand; }

/* menu bar table */
.menubar {background-color: #87B5FF; padding: 0px; border-bottom: 1px solid #7CA6EA;}

/* previous comment list */
.cmt {background-color: #ffffc0; border: 1px solid none; padding: 3px;}
/* text of comment */
.cmt_text {font-family: Consolas, Lucida Console, Courier New, courier; background-color: #ffffaa; font-size: 0.9em; }
/* comment links */
.cmt table tr td a {background-color: #ffff90; }
/* comment textarea */
textarea.txt {font-family: Consolas, Lucida Console, Courier New, courier; } 

/* named spans containing links on the "Edit Bug" screen */
span#history a {background-color: #A5A2A5; }
span#relationships a {background-color: #A5A2A5; }
span#subscribers a {background-color: #A5A2A5; }

.pst {font-size: 0.8em; color: darkgreen;}
.listitem {color: #00cc00;}
.smallnote {font-size: 0.7em; color: green;}

/* BugTracker.NET logo in top-left corner of screen */
.logo {background: #7CA6EA; font-family: Arial; padding: 5px; color: #E0DDE0; font-size: 12pt; font-weight: bold; }

/* labels */
.lbl {font-size: 0.9em; color: #353535; }
.static {font-size: 0.9em; padding: 3px; font-weight: bold;}

/* form tag surrounding bug details */
.frm {padding: 6px; border: 1px solid #6B6A6B; background: #ADA9AD; }

.align {text-align: left;}

.gray_link {color: #999999; }

/* styles for menu links */
.menu_item {}
/* selected menu link */
.selected_menu_item {font-weight: bold; background-color: #7CA6EA; }
/* DIV note before tables "click on column headings to sort" */
.click_to_sort {font-size: 0.7em; color: green; }

/* (hidden) div that is displayed when hovering over bug descriptions in a bug table */
.popup_div {
    position: absolute;
    background: #7CA6EA; 
    color: #353535; 
    top: 150; 
    left: 50; 
    padding: 0px;
    border: 1px solid black;
    display: none;
    z-index: 1000;
}

.popup_iframe {
    width: 600;
    height: 600;
}


.buglist_popup {
    z-index: 111; 
    border-left: 1px solid silver;
    border-top: 1px solid silver;
    border-right: 2px solid black;
    border-bottom: 3px solid black;
    padding: 3px; 
    position:absolute; top:0; left:0;  
    background:#ccffcc;
    color:black; 
    display:none;
    width: 500;
    font-size: 0.9em;  
    font-family: verdana;
    text-overflow: clip;
}

.suggest_select {
    font-size: 0.9em;
    background: #ccffcc;
    border: 1px black solid;
}

/* filter boxes in table headers */
.filter {font-size: 0.8em; background: #9B999B; color: #353535;}
.filter_selected {font-size: 0.8em; background: yellow; color: red;}

.tab_btn
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px silver solid;
	border-left: 1px silver solid;
	border-bottom: 2px black solid;
	border-right: 2px black solid;
}

.tab_btn_pushed
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 2px black solid;
	border-left: 2px black solid;
	border-bottom: 1px silver solid;
	border-right: 1px silver solid;
}

Comments