134 lines
3.0 KiB
CSS
Executable File
134 lines
3.0 KiB
CSS
Executable File
body, table, form, input, td, th, p, textarea, select
|
|
{
|
|
font-family: verdana, helvetica, arial;
|
|
font-size: 11px;
|
|
}
|
|
|
|
a:hover { color:#FC0; }
|
|
|
|
.main-panel { color:#000; font-weight: bold; padding: 6px; }
|
|
.main-panel a { color:#FC0; }
|
|
.main-panel a:hover { color:#FFF; }
|
|
|
|
.link { color:#00F; }
|
|
.buildresults-header { color: #000; font-weight: bold; }
|
|
.buildresults-data { color: #000; }
|
|
.buildresults-data-failed { color: #F30; }
|
|
|
|
.stylesection { margin-left: 4px; }
|
|
.header-title { font-size:12px; color:#000; font-weight:bold; padding-bottom:10pt; }
|
|
.header-label { font-weight:bold; }
|
|
.header-data { color:#000; }
|
|
.header-data-error { color:#000; white-space:pre; }
|
|
|
|
.section-table { margin-top:10px; }
|
|
.sectionheader { background-color:#006; color:#FFF; }
|
|
.section-data { font-size:10px; color:#000; }
|
|
.section-oddrow { background-color:#F0F7FF; }
|
|
.section-evenrow { background-color:#FFF; }
|
|
.section-error { font-size:10px; color:#D10; white-space:pre; }
|
|
.section-black { font-size:10px; color:#000; white-space:pre; }
|
|
.section-red { font-size:10px; color:#F00; white-space:pre; }
|
|
.section-green { font-size:10px; color:#0A0; white-space:pre; }
|
|
.section-blue { font-size:10px; color:#00F; white-space:pre; }
|
|
.section-yellow { font-size:10px; color:FF0; white-space:pre; }
|
|
.section-orange { font-size:10px; color:#E17800; white-space:pre; }
|
|
.section-callstack { font-size:8px; color:#E17800; white-space:pre; }
|
|
.section-grey { font-size:10px; color:#888; white-space:pre; }
|
|
.section-custom-error { font-size:10px; color:#F30; white-space:normal; }
|
|
.section-custom-warn { font-size:10px; color:#00F; white-space:normal; }
|
|
|
|
.warning { color:orange }
|
|
.error { color:red }
|
|
|
|
.RecentBuildsPanel {
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #333399;
|
|
margin-bottom:5;
|
|
}
|
|
|
|
.RecentBuildsPanel th
|
|
{
|
|
background-color: #333399;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
padding: 3px;
|
|
color: ivory;
|
|
}
|
|
|
|
.RecentBuildsPanel td {
|
|
padding: 3;
|
|
background-color: white;
|
|
}
|
|
|
|
.breadcrumbs
|
|
{
|
|
color: darkgrey;
|
|
}
|
|
.breadcrumbs a {
|
|
color: ivory;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.breadcrumbs a:hover
|
|
{
|
|
color:#FC0;
|
|
}
|
|
|
|
.ProjectGridHeader
|
|
{
|
|
color: ivory;
|
|
}
|
|
.ProjectGridHeader a {
|
|
color: ivory;
|
|
text-decoration: none;
|
|
}
|
|
.ProjectGridHeader a:hover
|
|
{
|
|
color:#FC0;
|
|
}
|
|
|
|
.SideBar a
|
|
{
|
|
text-decoration: none;
|
|
color: #333399;
|
|
}
|
|
|
|
.SideBar .build-passed-link { color:Green; text-decoration:none; }
|
|
.SideBar .build-failed-link { color:Red; text-decoration:none; }
|
|
|
|
.build-passed-link { color:Green; text-decoration:none; }
|
|
.build-failed-link { color:Red; text-decoration:none; }
|
|
td>a.selected { background-color:#FFA; }
|
|
td>a.selected:hover { color:#006; }
|
|
|
|
.log
|
|
{
|
|
overflow: auto;
|
|
}
|
|
|
|
.wholepage
|
|
{
|
|
background-color: #000066;
|
|
}
|
|
|
|
.TopControls
|
|
{
|
|
background-color: #333399;
|
|
color: ivory;
|
|
}
|
|
|
|
.Footer
|
|
{
|
|
color: darkgrey;
|
|
}
|
|
.commands
|
|
{
|
|
float:right;
|
|
}
|
|
.commands input
|
|
{
|
|
width: 100px;
|
|
display:block;
|
|
} |