Deprecated: Assigning the return value of new by reference is deprecated in /home/bluestat/public_html/source/index.php on line 477
/** Basic elements */
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12pt;
}
#header {
background-color: lightgray;
margin-bottom: 10px;
padding: 3px;
}
#header h1 {
font-size: 18pt;
display: inline;
margin-right: 20px;
}
#navigation {
display: inline-block;
list-style: none;
}
#navigation li {
display: inline-block;
margin: 0px 20px 0px 20px;
}
#userinfo {
float: right;
}
#wrapper {
padding: 7px;
}
#footer {
font-size: 9pt;
text-align: center;
margin-top: 20px;
}
/** Main bug list */
#bug-list {
width: 100%;
background-color: rgb(204, 204, 204);
border-spacing: 1px;
border-collapse: separate;
}
#bug-list th {
background-color: rgb(83, 132, 187);
padding: 3px;
text-align: left;
}
#bug-list tr td {
padding: 3px;
}
#bug-list tr:nth-child(odd) {
background-color: rgb(220, 231, 251);
}
#bug-list tr:nth-child(even) {
background-color: rgb(242, 242, 242);
}
/** Bug display */
#attributes dt {
float: left;
}
/** System Options */
#settings {
width: 75%;
margin: auto;
background-color: rgb(204, 204, 204);
border-spacing: 1px;
border-collapse: separate;
}
#settings tr {
background-color: white;
}
#settings th {
text-align: left;
width: 35%;
padding: 3px;
}
#settings th label {
display: block;
}
#settings th dfn {
font-size: 10pt;
font-weight: normal;
}
#settings td {
vertical-align: middle;
text-align: center;
padding: 3px;
}
#settings td input {
font-size: 12pt;
}
#settings td input[type="text"] {
width: 80%;
}