Created
May 26, 2012 09:03
-
-
Save haku/2793021 to your computer and use it in GitHub Desktop.
Dark Jenkins
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@charset "utf-8"; | |
body { | |
background: #222; | |
} | |
body, table, form, input, td, th, p, textarea, select { | |
font-family: Helvetica, sans-serif; | |
color: #0d0; | |
background-color: #111; | |
} | |
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; | |
} | |
table.stripped-odd tr { | |
background: none !important; | |
} | |
.pane-header, .pane-footer { | |
background: none !important; | |
} | |
table.stripped tr:nth-child(2n) { | |
background: none !important; | |
} | |
#footer-container { | |
background: none; | |
border-top: none; | |
} | |
/* | |
#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