Created
March 7, 2018 11:38
-
-
Save kennethreitz/4ad3df9fafc3b0995b84d43faa5d4ca5 to your computer and use it in GitHub Desktop.
Custom Jenkins theme for Mercury.
This file contains hidden or 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
// https://cdn.rawgit.com/afonsof/jenkins-material-theme/gh-pages/dist/material-green.css | |
@charset “utf-8”; | |
.console-output :not(div.ace_editor) { | |
font-family: "Operator Mono Nerd Font SSm", "Menlo", "Courier"!important; | |
font-weight: 400; | |
} | |
#jenkins-head-icon { | |
content:url("http://share.kennethreitz.org/1n1z1J0H013J/logo-compressed.png"); | |
width: 38px; | |
height: 38px; | |
} | |
#jenkins-name-icon { | |
margin-left: 10px; | |
content:url("http://share.kennethreitz.org/1c1q40442E2l/title.png"); | |
} | |
.logo:after { | |
content: 'Mercury, by Kenneth Reitz.'; | |
font-weight: bold; | |
font-size: 20px; | |
position: relative; | |
color: black; | |
right: -370px; | |
top: 23px; | |
display: block; | |
color: white; | |
background-image: url("http://example.com/userContent/layout/logo.png"); | |
background-position-x:right; | |
background-position-y:top; | |
} | |
#header { | |
background-color: black; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment