Skip to content

Instantly share code, notes, and snippets.

@ngs
Forked from haku/dark-jenkins.css
Created January 12, 2013 22:26
Show Gist options
  • Save ngs/4520774 to your computer and use it in GitHub Desktop.
Save ngs/4520774 to your computer and use it in GitHub Desktop.
@charset "utf-8";
body {
background: #222;
}
body, table, form, input, td, th, p, textarea, select {
font-family: Helvetica, sans-serif;
color: #0d0;
}
a:link,a:visited {
color: #fff;
text-decoration: none;
}
a:active,a:hover {
text-decoration: underline;
}
input,textarea,select {
border: 1px solid #555;
}
#top-panel {
background: #000;
}
#top-panel table tbody tr td a img {
visibility: hidden;
}
#searchform input {
background: #222;
color: #fff;
}
#breadcrumbs {
background: #000;
}
#breadcrumbs li a {
background: #444 !important;
padding: 0 15px 0 15px !important;
}
#left-top-nav a {
color: #fff !important;
}
.yui-skin-sam .yuimenu .bd {
background: #000;
}
.yui-skin-sam .yuimenuitem-selected {
background-color: #444;
}
#viewList td.active {
background-color: #000;
}
#viewList td.inactive a {
color: #fff;
}
.bigtable th {
background-color: #000;
}
table.sortable a.sortheader {
color: #fff;
}
.bigtable tr:hover {
background-color: #444;
}
td.pane-header {
background-color: #000;
}
.healthReport:hover div.healthReportDetails, .healthReport.hover div.healthReportDetails {
background-color: #222;
}
.section-header {
border-bottom: solid 1px #999 !important;
}
.help {
background-color: #000;
}
DIV.textarea-handle {
background-color: #050;
border-color: #050;
}
.bottom-sticker-edge {
display: none;
}
.bottom-sticker-inner {
background: none repeat scroll 0 0 #000;
}
.yui-skin-sam .yuimenuitemlabel {
color: #fff;
}
/*
#main-table {
background-image: url(background.png) !important;
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment