Created
September 17, 2013 18:46
-
-
Save michaelstephens/6598876 to your computer and use it in GitHub Desktop.
Atlassian Red style for Stylish
This file contains 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
/* Atlassian - App Services Non Sprint Work */ | |
.ghx-column,.ghx-columns .ghx-column{background:#e9e9e9;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:table-cell;list-style:none;margin:0;padding:0;position:relative;vertical-align:top;}.ghx-column-headers .ghx-column.ghx-busted-max,.ghx-columns .ghx-column.ghx-busted-max{background:#7C0000;} | |
/* Atlassian - Navbar*/ | |
.aui-header{background:#812020;} | |
/* Atlassian - Navbar Hover */ | |
.aui-header .aui-dropdown2-trigger{color:#ffffff;}.aui-header .aui-dropdown2-trigger:hover,.aui-header .aui-dropdown2-trigger:focus,.aui-header .aui-dropdown2-trigger.active{background-color:#A32929;color:#f0f0f0;}.aui-header .aui-dropdown2-trigger:hover .aui-icon-dropdown,.aui-header .aui-dropdown2-trigger:focus .aui-icon-dropdown,.aui-header .aui-dropdown2-trigger.active .aui-icon-dropdown,.aui-header .aui-dropdown2-trigger:hover::after,.aui-header .aui-dropdown2-trigger:focus::after,.aui-header .aui-dropdown2-trigger.active::after{border-top-color:#f0f0f0;} | |
/* Atlassian - Dropdown */ | |
.aui-dropdown2.aui-style-default .active{background-color:#AF3B3B;color:#ffffff;} | |
/* Atlassian - Navbar Button */ | |
.aui-header .aui-button.aui-button-primary.aui-style{padding:4px 10px;line-height:1.4285714285714;color:#ffffff;background-color: #C43B3B;background-image:-moz-linear-gradient(top, #C43B3B, #A93333);background-image:-ms-linear-gradient(top, #C43B3B, #A93333);background-image:-webkit-linear-gradient(top, #C43B3B, #A93333);background-image:-o-linear-gradient(top, #C43B3B, #A93333);background-image: linear-gradient(to bottom, #C43B3B, #A93333);text-shadow:0 1px 0 rgba(0, 0, 0, 0.3);}.aui-header .aui-button.aui-button-primary.aui-style:hover,.aui-header .aui-button.aui-button-primary.aui-style:focus{background-color:#4796e6;background-image:-moz-linear-gradient(top, #4796e6, #3873af);background-image:-ms-linear-gradient(top, #4796e6, #3873af);background-image:-webkit-linear-gradient(top, #4796e6, #3873af);background-image:-o-linear-gradient(top, #4796e6, #3873af);background-image:linear-gradient(to bottom, #4796e6, #3873af);} | |
/* Atlassian - Navbar Button Hover */ | |
.aui-header .aui-button.aui-button-primary.aui-style:hover, .aui-header .aui-button.aui-button-primary.aui-style:focus { | |
background-color: #4796e6; | |
background-image: -moz-linear-gradient(top, #E64747, #AF3838); | |
background-image: -ms-linear-gradient(top, #E64747, #AF3838); | |
background-image: -webkit-linear-gradient(top, #E64747, #AF3838); | |
background-image: -o-linear-gradient(top, #E64747, #AF3838); | |
background-image: linear-gradient(to bottom, #E64747, AF3838); | |
} | |
/* Jira - Links */ | |
.aui-theme-default a{color:#AF3B3B;}.aui-theme-default a:hover,.aui-theme-default a:focus,.aui-theme-default a:active{color:#AF3B3B;} | |
#content .aui-page-panel-nav .tabs.vertical a { | |
display: block; | |
padding: 7px 10px; | |
line-height: 1.1428571428571428; | |
word-wrap: break-word; | |
background: transparent; | |
color: #AF3B3B; | |
font-weight: normal; | |
text-decoration: none; | |
} | |
#content .aui-page-panel-nav .tabs.vertical a:hover { | |
background: #e6e6e6; | |
color: #AF3B3B; | |
text-decoration: none; | |
} | |
.aui-navgroup-horizontal .aui-nav>li a:focus, .aui-navgroup-vertical .aui-nav>li>a:focus, .aui-nav-vertical>li>a:focus, .aui-navgroup-horizontal .aui-nav>li a:hover, .aui-navgroup-vertical .aui-nav>li>a:hover, .aui-nav-vertical>li>a:hover { | |
background-color: #e6e6e6; | |
color: #AF3B3B; | |
} | |
.nav-links .nav-link-edit { | |
color: #AF3B3B; | |
} | |
/* Jira - Hover Item */ | |
.ghx-issue.ghx-selected { | |
background: #F9EBEB; | |
} | |
/* Jira - List */ | |
media="all" | |
.aui-list a.active, .aui-list .aui-list-item.active>a { | |
background-color: #AF3B3B; | |
color: #ffffff; | |
text-decoration: none; | |
} | |
/* Jira - Epic Line */ | |
.ghx-classification-progress .ghx-implemented { | |
background-color: #AF3B3B; | |
max-width: 100%; | |
} | |
.colour-bar { | |
border-top: 13px solid #B53C3C; | |
height: 0; | |
overflow: hidden; | |
} | |
/* Bitbucket - Links */ | |
a { | |
color: #AF3B3B; | |
text-decoration: none; | |
} | |
.aui-navgroup-horizontal .aui-nav > li a { | |
color: #AF3B3B; | |
display: block; | |
margin: 0; | |
padding: 9px 10px; | |
text-decoration: none; | |
} | |
.help-link strong { color: #AF3B3B; } | |
.aui-navgroup-vertical .aui-nav > li > a, .aui-nav-vertical > li > a { color: #AF3B3B; } | |
.help-link .primary-action { color: #AF3B3B; } | |
#repo-content #commit #commit-header .commit-author .raw-link a { color: #AF3B3B; } | |
.gadget a, .config a { | |
color: #AF3B3B; | |
text-decoration: none; | |
} | |
.gadget a, .config a { | |
color: #AF3B3B; | |
text-decoration: none; | |
} | |
#issuetable td.issuekey a, .issue-table td.issuekey a, #issuetable td.summary a, .issue-table td.summary a, #issuetable td.stsummary a, .issue-table td.stsummary a { | |
color: #AF3B3B; | |
} | |
/* Bitbucket - Buttons */ | |
.aui-button.aui-button-primary, .aui-button.aui-button-primary:visited { | |
background: #A23030; | |
background: -webkit-linear-gradient(top, #CE4646 0%, #A23030 100%); | |
background: -moz-linear-gradient(top, #4687ce 0%, #3068a2 100%); | |
background: -ms-linear-gradient(top, #4687ce 0%, #3068a2 100%); | |
background: -o-linear-gradient(top, #4687ce 0%, #3068a2 100%); | |
background: linear-gradient(to bottom, #CE4646 0%, #A23030 100%); | |
border-color: #824848; | |
color: #fff; | |
font-weight: bold; | |
-webkit-font-smoothing: antialiased; | |
text-shadow: 0 1px 0 #812020; | |
} | |
/* Bitbucket - Logo */ | |
.aui-header .aui-dropdown2-trigger.active, .aui-header a:focus, .aui-header a:hover, .aui-header a:active { background-color: #AF3B3B; } | |
/* Bitbucket - Repo Icons */ | |
#repo-overview #repo-stats .stats > li .aui-icon { | |
color: #AF3B3B; | |
margin-bottom: 8px; | |
} | |
/* Confluence Navbar */ | |
#header .aui-header { | |
background-color: #812020; | |
color: #ffffff; | |
} | |
/* Confluence Navbar Hover */ | |
.aui-header .aui-dropdown2-trigger:hover, .aui-header .aui-dropdown2-trigger.active, #header .aui-header .aui-nav-link.active, #header .aui-header .aui-nav-imagelink.active, #header .aui-header .aui-nav-imagelink:focus, #header .aui-header .aui-nav-imagelink:hover, #header .aui-header a:focus, #header .aui-header a:hover, #header .aui-header a:active { | |
background-color: #AF3B3B; | |
border-color: #AF3B3B; | |
color: #ffffff; | |
} | |
/* Confluence Buttons */ | |
#header .aui-header .aui-button.aui-button-primary.aui-style { | |
background-image: -moz-linear-gradient(top, #3b7fc4, #336ea9); | |
background-image: -ms-linear-gradient(top, #3b7fc4, #336ea9); | |
background-image: -webkit-linear-gradient(top, #C43B3B, #A93333); | |
background-image: -o-linear-gradient(top, #3b7fc4, #336ea9); | |
background-image: linear-gradient(top, #3b7fc4, #336ea9); | |
text-shadow: 0 1px 0 #892929; | |
} | |
/* Confluence Buttons Hover */ | |
#header .aui-header .aui-button.aui-button-primary.aui-style:hover, .aui-header .aui-button.aui-button-primary.aui-style:focus { | |
background-image: -moz-linear-gradient(top, #4796e6, #3773af); | |
background-image: -ms-linear-gradient(top, #4796e6, #3773af); | |
background-image: -webkit-linear-gradient(top, #E64747, #AF3737); | |
background-image: -o-linear-gradient(top, #4796e6, #3773af); | |
background-image: linear-gradient(top, #4796e6, #3773af); | |
} | |
/* Confluence Links */ | |
.aui-dropdown2.aui-style-default a:focus, .aui-dropdown2.aui-style-default a:hover, .aui-dropdown2.aui-style-default a.active, li.active a { | |
color: #ffffff; | |
background-color: #AF3B3B; | |
} | |
#header .aui-header .aui-dd-parent .aui-dropdown a:focus, #header .aui-header .aui-dd-parent .aui-dropdown a:hover, #header .aui-header .aui-dd-parent .aui-dropdown a:active, #header .aui-header .aui-dd-parent .aui-dropdown li.active a { | |
color: #ffffff; | |
background-color: #AF3B3B; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment