Skip to content

Instantly share code, notes, and snippets.

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 fsultan/deec773857cfa98e8ece to your computer and use it in GitHub Desktop.
Save fsultan/deec773857cfa98e8ece to your computer and use it in GitHub Desktop.
Attlassian Jira/Confluence Green on Black Stylist CSS
.body {
background-color: black !important;
}
#summary-val, .issue-body-content, .command-bar, .toggle-title, html, body, p, div, h1, h2, h3, h4, h5, h6, img, pre, form, fieldset, .inactive, .activity-item-description blockquote, #issuetable>tbody>tr, #issuetable>tfoot>tr, .saved-search-selector{
background-color: black !important;
color: #00A400 !important;
}
.aui-badge, .aui-toolbar .toolbar-group .toolbar-trigger, .aui-toolbar .aui-dd-parent .aui-dd-trigger, .lozenge, .jira-feedback-link , #footer-comment-button, .ghx-label-9{
border: 1px solid #333333 !important;
background: #d64026 !important;
color: black !important;
text-shadow: 0 0px 0 black !important;
}
a {
color: #00BB00 !important;
}
#issuetable, .issue-table {
background-color: #38393b !important;
}
.active {
background-color: #FFFFFF !important;
}
.operations > li {
text-shadow: 0 0px 0 black !important;
}
.tabwrap>ul.tabs>li a, .tabwrap>ul.tabs>li a:link, .tabwrap>ul.tabs>li a:visited {
background-color: black !important;
}
#create_link {
color: black !important;
text-shadow: 0 0px 0 black !important;
}
.editable-field .overlay-icon {
background-color: #38393b !important;
color: #00A400 !important;
}
.aui-header, .aui-page-header, .ops-cont, .mod-header {
background-color: #222 !important;
}
.module.toggle-wrap {
background-color: #000 !important;
}
.aui-button {
background-color: #CCFFCC !important;
background-image: -webkit-linear-gradient(top, rgb(205, 255, 204), rgb(205, 255, 204));
}
#header .aui-header .aui-button.aui-button-primary.aui-style {
background-color: #CCFFCC !important;
background-image: -webkit-linear-gradient(top, rgb(205, 255, 204), rgb(205, 255, 204)) !important;
text-shadow: none;
}
#header-bottom #main-nav li.aui-dd-parent.selected, .dashboard, #dash-options, #dashboard-content, #main-content, .column, .item-header, .command-bar, .footer {
background-color: #000 !important;
}
table.confluenceTable th.confluenceTh {
background: #003300 !important;
}
table.confluenceTable th.confluenceTh { color: #00A400;}
.layout .column,.layout.layout-aa, .ghx-column-headers .ghx-column, .ghx-columns .ghx-column {background-color: #000 !important;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment