Skip to content

Instantly share code, notes, and snippets.

@lfuelling
Created January 30, 2015 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lfuelling/f6d278e53b071f6a80c6 to your computer and use it in GitHub Desktop.
Save lfuelling/f6d278e53b071f6a80c6 to your computer and use it in GitHub Desktop.
Jenkins Custom CSS
body {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
background: linear-gradient(top, #ffffff 0%, #ffffff 100%); }
h1, h2, h3, h4, h5, h6 {
color: #ffffff; }
#top-panel {
background: none; }
#top-panel td#login-field span a {
background: none; }
#top-panel td #searchform a {
background: none;
height: auto;
width: auto; }
#top-panel td > a {
background: url("http://k40s.net/content/images/2015/01/k40slogo.png") 0 0 no-repeat;
display: block;
width: 130px;
height: 40px;
margin: 10px 0 10px 10px; }
#top-panel td > a img {
display: none; }
#projectstatus {
background: #fff; }
#projectstatus tr:nth-of-type(odd) {
background-color: #e5e5e5; }
#projectstatus tr:nth-of-type(odd):hover {
background-color: #e1e1e1; }
#projectstatus tr:nth-of-type(even) {
background-color: #fff; }
#projectstatus tr:nth-of-type(even):hover {
background-color: #e1e1e1; }
#left-top-nav {
border-left: none; }
#side-panel {
background-color: #fff; }
#side-panel > div:not(#navigation) {
display: none; }
#side-panel .task a {
display: inline-block;
text-decoration: none;
width: 10%; }
#side-panel .task a + a {
width: 83%;
padding: 4px; }
#side-panel .task a + a:hover {
background-color: #e5e5e5; }
#side-panel .task a:hover {
text-decoration: underline; }
#main-panel {
background: #fff; }
#main-panel > h1 {
margin-top: 0; }
#main-table {
border-top: 0;
border-bottom: 0; }
#description div {
font-size: 1.3em; }
#footer {
border-top: 1px solid #ccc; }
#view-message #description a img {
padding-right: 4px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment