Skip to content

Instantly share code, notes, and snippets.

@JimmyMultani
Last active May 13, 2020 14:17
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 JimmyMultani/947ba5dd29e68f49112df104cb2b374f to your computer and use it in GitHub Desktop.
Save JimmyMultani/947ba5dd29e68f49112df104cb2b374f to your computer and use it in GitHub Desktop.
Rakuten Theme for Jenkins
/* base styles */
body {
color: #252525;
}
input,
textarea,
select {
color: #252525;
}
.setting-input {
/* border: 1px solid #252525; */
border: 1px solid #cccccc;
box-shadow: none;
border-radius: 4px;
}
/* header styles */
.page-header {
background-image: linear-gradient(
225deg,
rgb(203, 102, 131) 0%,
rgb(135, 30, 141) 37.53%,
rgb(94, 99, 189) 100%
);
}
/* search box styles */
#search-box.main-search__input {
color: #252525;
border-radius: 4px;
/* border: 1px solid #252525; */
border: none;
}
/* breadcrumbs styles */
.top-sticker-inner {
border-bottom: 1px solid #dddddd;
}
#breadcrumbBar,
#footer-container,
.top-sticker-inner {
background-color: #ffffff;
}
.breadcrumbs__wrapper {
background-color: #ffffff !important;
}
/* build caption styles */
h1.build-caption.page-headline {
max-width: 100%;
display: flex;
align-items: center;
position: relative;
}
h1.build-caption.page-headline img {
display: block;
margin-right: 10px;
}
.build-caption-progress-container {
order: 2;
position: absolute;
right: 0;
}
/* console output styles */
.console-output {
border-radius: 4px;
background-color: #2e3436;
color: #d3d7cf;
padding: 10px;
}
.console-output a {
color: #ffffff;
font-weight: bold;
}
/* bottom sticker styles */
.bottom-sticker-edge {
display: none;
}
/* footer styles */
.page-footer {
background-color: #252525;
border-top: 0;
color: #ffffff;
}
.page-footer a:link,
.page-footer a:visited {
color: #ffffff;
}
.page-footer__links:not(:last-child) {
border-right: 0px;
}
.page-footer__links--white {
background: #252525;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment