Skip to content

Instantly share code, notes, and snippets.

@davidsan
Last active June 10, 2016 09:18
Show Gist options
  • Save davidsan/b428f8e7f5fe022a7e0b4a85c8b54b4c to your computer and use it in GitHub Desktop.
Save davidsan/b428f8e7f5fe022a7e0b4a85c8b54b4c to your computer and use it in GitHub Desktop.
bluemix color scheme
div#build-pipeline-plugin-content{
background-color: #3B4B54;
}
div.pipeline-wrapper div.pipeline-info{
display:none;
}
div.pipeline-wrapper {
background-color: #3B4B54;
}
div.pipeline-wrapper div.pipeline {
margin-left:0;
}
.build-card .header {
padding: 8px 10px;
}
.build-card .build-actions {
height: 26px;
margin: 8px;
}
.build-card .build-info {
margin: 8px 10px;
}
.build-card {
padding: 0;
}
.rounded {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-radius: 0;
}
.revision {
background-color: #212C36;
color: #00AED1;
font-size:16px;
font-weight:600;
}
.revision .title{
background-color: none !important;
}
/* hide title */
#build-pipeline-plugin-content h1 {
display: none;
}
/* icon bar smaller */
.icon-container{
margin: 0px 5px;
}
.icon-container span{
margin: 0;
}
.icon-container span {
color: #D6E4EE;
}
/* color code */
.build-card .header{
color: white;
}
.SUCCESS.build-card .header {
background-color: #03B198;
}
.UNSTABLE.build-card .header {
background-color: #e49b2d;
}
.PENDING.build-card .header {
background-color: #212C36;
}
.FAILURE.build-card .header {
background-color: #F04E36;
}
.BUILDING.build-card .header {
background-color: #a8b103;
}
/* separator */
.next{
/*display:none;*/
}
/* spacing between pipeline */
div.pipeline-wrapper div.pipeline{
padding:0;
}
.build-card .header {
/* background-color: white; */
}
.SUCCESS, .UNSTABLE, .PENDING, .FAILURE, .BUILDING{
background-color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment