Advertisement
Guest User

Untitled

a guest
May 29th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. #build-pipeline-plugin-content {
  2. background-color: #F2F2F0;
  3. border-radius: 0;
  4. }
  5.  
  6. #build-pipeline-plugin-content h1 {
  7. display: none;
  8. }
  9.  
  10. .build-time {
  11. width: inherit;
  12. }
  13.  
  14. .PROJECT {
  15. background-color: #E8E8E8;
  16. font-size: 12px;
  17. font-weight: bold;
  18. display: table;
  19. height: 20px;
  20. }
  21.  
  22. .icon-container div {
  23. font-size: 10px;
  24. text-align: center;
  25. color: #222222;
  26. text-shadow: 0px;
  27. }
  28.  
  29. tbody.pipelineGroup {
  30. background-color: #eee;
  31. }
  32.  
  33. .SUCCESS {
  34. background-color: #9CE88E;
  35. color: #222;
  36. }
  37.  
  38. .FAILURE {
  39. background-color: #FF6E6E;
  40. }
  41.  
  42. .UNSTABLE {
  43. background-color: #F7DE92;
  44. color: #222;
  45. }
  46.  
  47. .BUILDING {
  48. background-color: #FFFD9C;
  49. color: #222;
  50. }
  51.  
  52. .NOT_BUILT {
  53. background-color: #E8FFFF;
  54. color: #222;
  55. }
  56.  
  57. .ABORT {
  58. background-color: #D9D9D9;
  59. }
  60.  
  61. .PENDING {
  62. background-color: #E8FFFF;
  63. color: #222;
  64. }
  65.  
  66. .MANUAL {
  67. background-color: #E8FFFF;
  68. color: #222;
  69. }
  70.  
  71. .revision {
  72. background-color: #FFAF40;
  73. margin-left: 0;
  74. }
  75.  
  76. .rounded {
  77. height: 70px;
  78. width: 141px !important;
  79. -moz-opacity: 0.9;
  80. -webkit-opacity: 0.9;
  81. opacity: 0.9;
  82.  
  83. -moz-border-radius: 4px;
  84. -webkit-border-radius: 4px;
  85. border-radius: 4px;
  86.  
  87. -moz-box-shadow: 4px 4px 4px #555;
  88. -webkit-box-shadow: 4px 4px 4px #555;
  89. box-shadow: 4px 4px 4px #555;
  90.  
  91. font-size: 11px;
  92. font-weight: bolder;
  93. color: white;
  94. margin-left: auto;
  95. margin-right: auto;
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement