NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

// ==UserScript==
// @name Jira Dark (improved)
// @namespace http://userstyles.org
// @description Forked from https://userstyles.org/styles/101190/jira-dark
// @author psoplayer
// @homepage https://userstyles.org/styles/111929
// @include http://your.jira.domain.com/*
// @include https://your.jira.domain.com/*
// @include http://*.your.jira.domain.com/*
// @include https://*.your.jira.domain.com/*
// @run-at document-start
// @version 0.20160316050257
// ==/UserScript==
(function() {var css = [
"body, table, navigator-body {",
"color:#DAD9C2 !important;",
"background:#111 !important;",
"}",
"",
"#descriptionArea {",
"color:#FFF !important;",
"font-weight:700 !important;",
"background:#333 !important;",
"border:1px solid #666 !important;",
"}",
"#descriptionArea li {",
" color:#ccc !important;",
"}",
"p {",
"color:#ccc !important;",
"font-weight:400 !important;",
"}",
"",
".actionContainer,.issuePanelContainer {",
"background:#333 !important;",
"border:1px solid #333 !important;",
"}",
"",
".rowHeader th {",
"background:#333 !important;",
"border:1px solid #333 !important;",
"}",
"",
".rowNormal td {",
"background:#000 !important;",
"}",
"",
".criteria-list .fieldLabel {",
" color: #DAD9C2;",
"}",
"",
".rowAlternate td {",
"background:#111 !important;",
"}",
"",
".action-links {",
"color:#FFF !important;",
"background:#222 !important;",
"}",
"",
".grid td {",
"border:1px solid #333 !important;",
"}",
"",
".footer {",
"opacity:0.1;",
"}",
"",
".code {",
"border:0;",
"}",
"",
".panelContent {",
"color: #ccc !important;",
"background:#efefef !important;",
"border:1px solid #333 !important;",
"}",
"",
".navItem {",
"background:none !important;",
"}",
"",
".logo {",
"display:none !important;",
"}",
"",
"#workflowactions,.operations,.header,.menu {",
"opacity:0.5;",
"}",
".formtitle {",
"color:#0087d7 !important;",
"}",
".formtitle, #issuedetails b a {",
"color:#0087d7 !important;",
"}",
"",
".page-type-split .navigator-group {",
" background-color: #333 !important;",
"}",
"",
".issue-list>li.focused {",
" background-color: #444 !important;",
"}",
"",
"#issue-content {",
" background-color: #333 !important;",
"}",
"",
".ghx-content-container, #ghx-pool, #ghx-column-header-group.ghx-fixed, .ghx-column-headers .ghx-column {",
" background-color: #333;",
"}",
"",
".saved-search-selector {",
" background-color: #333 !important;",
"}",
"",
"#search-header-view .header-section-primary h1 {",
" color: #f2f2f2 !important;",
" border:1px solid #333 !important;",
"}",
"",
".operations>li {",
" background-color: #f2f2f2 !important;",
"}",
"",
".criteria-list>li {",
" background-color: #f2f2f2 !important;",
"}",
"",
".navigator-search {",
" background-color: #333 !important;",
"}",
".split-view #stalker, .split-view .issue-header {",
" background-color: #333 !important;",
"}",
"#summary-val {",
" color: #f2f2f2 !important;",
"}",
".issue-header .issue-header-content>.command-bar {",
" background-color: #333 !important;",
"}",
".issue-header .issue-header-content {",
" background-color: #333 !important;",
"}",
".issue-header.detached {",
" box-shadow: 0px 0px 15px 5px #222;",
"}",
"#issue-comment-add #comment {",
" color: #DAD9C2 !important;",
" background-color: #333 !important;",
"}",
".issue-data-block.collapsed, .collapsed-comments, .issue-data-block:hover {",
" background-color: transparent !important;",
"}",
".issue-data-block, .collapsed-comments, .collapsed-comments .collapsed-comments-line {",
" border-color: #666;",
"}",
".collapsed-comments .show-more-comments {",
" background-color: #181818;",
" color: #ccc;",
"}",
".collapsed-comments:hover .show-more-comments {",
" background-color: #222;",
"}",
".action-links .icon {",
" -webkit-filter: invert(100%);",
" filter: invert(100%);",
"}",
".issue-body-content .module>.mod-header>h1, .issue-body-content .module>.mod-header>h2, .issue-body-content .module>.mod-header>h3, .issue-body-content .module>.mod-header>h4, .issue-body-content .module>.mod-header>h5, .issue-body-content .module>.mod-header>h6 {",
" background-color: #333 !important;",
" color: #DAD9C2 !important;",
"}",
".issue-body-content .module > .mod-header .ops {",
" background-color: #333;",
"}",
".editable-field:hover, .ghx-editable:hover {",
" background-color: #333 !important;",
" color: #DAD9C2 !important;",
" box-shadow: 0 0 0 1px #666;",
"}",
".ghx-editable::after {",
" background-color: #222;",
" border-left-color: #666;",
"}",
"form.aui.top-label .field-group>label {",
" color: #DAD9C2 !important;",
"}",
".aui-nav-breadcrumbs>li.aui-nav-selected a, .aui-nav-breadcrumbs>li:last-child:not(:first-child) a {",
" color: #fff !important;",
"}",
".aui-toolbar .toolbar-group .toolbar-trigger, .aui-toolbar .aui-dd-parent a.aui-dd-trigger {",
" background-color: #555 !important;",
" background:-webkit-linear-gradient(top,#444 0,#555 100%);",
" background:-o-linear-gradient(top,#444 0,#555 100%);",
" background:linear-gradient(to bottom,#444 0,#555 100%);",
" text-shadow: 0 1px 0 black;",
" color: #DAD9C2 !important;",
"}",
".aui-button, a.aui-button, .aui-button {",
" background-color: #555 !important;",
" background:-webkit-linear-gradient(top,#444 0,#555 100%);",
" background:-o-linear-gradient(top,#444 0,#555 100%);",
" background:linear-gradient(to bottom,#444 0,#555 100%);",
" text-shadow: 0 1px 0 black;",
" color: #DAD9C2 !important;",
" border-color: #666;",
"}",
"",
".aui-button:hover, a.aui-button:hover, .aui-button:hover, .aui-button:focus, a.aui-button:focus, .aui-button:focus{",
" background:-webkit-linear-gradient(top,#222 0,#333 100%);",
" background:-o-linear-gradient(top,#222 0,#333 100%);",
" background:linear-gradient(to bottom,#222 0,#333 100%);",
"}",
"",
".aui-toolbar .aui-dropdown2-trigger.toolbar-trigger.active, .aui-toolbar .toolbar-splitbutton:hover .toolbar-trigger, .aui-toolbar .toolbar-group .toolbar-trigger:focus, .aui-toolbar .toolbar-group .toolbar-trigger:hover, .aui-toolbar .toolbar-group button:focus, .aui-toolbar .toolbar-group button:hover, .aui-toolbar .aui-dd-parent .aui-dd-trigger:focus, .aui-toolbar .aui-dd-parent .aui-dd-trigger:hover, .aui-toolbar .toolbar-group .active .toolbar-trigger:hover {",
" background:-webkit-linear-gradient(top,#222 0,#333 100%);",
" background:-o-linear-gradient(top,#222 0,#333 100%);",
" background:linear-gradient(to bottom,#222 0,#333 100%);",
"}",
".aui-dialog h2.dialog-title {",
" background-color: #333333;",
"}",
".aui-dialog .dialog-page-menu {",
" background-color: #333333;",
"}",
".aui-dialog .dialog-button-panel {",
" background-color: #333333;",
"}",
".aui-dialog .dialog-panel-body {",
" background-color: #333333;",
"}",
".aui-dialog .dialog-page-menu li.page-menu-item.selected button.item-button {",
" background-color: #555555;",
" color: #CCCCCC",
"}",
".aui-dialog .dialog-page-menu li.page-menu-item.selected button.item-button:focus {",
" background-color: #666666;",
" color: #CCCCCC",
"}",
".aui-dialog .dialog-page-menu li.page-menu-item.selected button.item-button:hover {",
" background-color: #444444;",
" color: #CCCCCC",
"}",
".aui-dialog .dialog-page-menu li.page-menu-item button.item-button:hover {",
" background-color: #444444;",
"}",
".macro-list-item:hover {",
" background-color: #444444;",
"}",
".drop-menu:hover:after {",
" border-top-color: initial !important;",
"}",
".ajs-layer-placeholder {",
" background-color: #444 !important;",
" color: #DAD9C2 !important;",
"}",
".tabwrap>ul.tabs>li a, .tabwrap>ul.tabs>li a:link, .tabwrap>ul.tabs>li a:visited {",
" background-color: #555 !important;",
" background:-webkit-linear-gradient(top,#444 0,#555 100%);",
" background:-o-linear-gradient(top,#444 0,#555 100%);",
" background:linear-gradient(to bottom,#444 0,#555 100%);",
" color: #DAD9C2 !important;",
"}",
".tabwrap > .tabs.horizontal > li.active > a, .tabwrap > .tabs.horizontal > li.active > strong {",
" background-color: #555 !important;",
" background:-webkit-linear-gradient(top,#555 0,#444 100%);",
" background:-o-linear-gradient(top,#555 0,#444 100%);",
" background:linear-gradient(to bottom,#555 0,#444 100%);",
" color: #DAD9C2 !important;",
"}",
".activity-item-description blockquote {",
" background-color: #444 !important;",
" color: #DAD9C2 !important;",
"}",
".activity-item-description .user-content {",
" background-color: #444 !important;",
" color: #DAD9C2 !important;",
"}",
".twixi-block .verbose .flooded, .toggle-wrap .verbose .flooded p {",
" color: #DAD9C2 !important;",
"}",
".user-content-block p {",
" color: #DAD9C2 !important;",
"}",
".property-list strong {",
" color: #DAD9C2 !important;",
"}",
"pre, code {",
" background-color: #444 !important;",
" color: #DAD9C2 !important;",
"}",
"tt, code {",
" background-color: #444 !important;",
" color: #DAD9C2 !important;",
"}",
".aui-page-panel {",
" background-color: #222 !important;",
"}",
".aui-theme-default #content>.aui-page-header {",
" background-color: #222 !important;",
"}",
"#activitymodule .issuePanelContainer>table>tbody>tr>th {",
" background-color:#333333",
"}",
"table.aui > tbody > tr, table.aui > tfoot > tr {",
" background: #333333;",
"}",
"#content .aui-page-panel-nav .tabs.vertical .active a {",
" color: #4780ba",
"}",
".g-two-d-stats .basic th {",
" background-color: #333333;",
"}",
".g-two-d-stats .totals {",
" background-color: #333333;",
"}",
"body, table {",
" background-color: #222 !important;",
"}",
"#content>header h1, #content>header h2 {",
" color: #DAD9C2 !important;",
"}",
"h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {",
" color: #DAD9C2 !important;",
"}",
".wiki-syntax-examples p {",
" color: #DAD9C2 !important;",
"}",
".dashboard-item-header {",
" background-color: #146 !important;",
"}",
".dashboard-item-content {",
" background-color: #222 !important;",
"}",
".tabwrap > .tabs.horizontal > li {",
" background-color: transparent;",
"}",
"#issuetable > tbody > tr, .issue-table > tbody > tr, #issuetable > tfoot > tr, .issue-table > tfoot > tr {",
" background-color: transparent;",
"}",
"#issuetable > tbody > tr:hover, .issue-table > tbody > tr:hover {",
" background-color: #333;",
"}",
"",
"#issuetable td a, .issue-table td a, #issuetable td a.parentIssue, .issue-table td a.parentIssue {",
" color: #3B73AF;",
"}",
"",
"/** All the various borders and horizontal rules **/",
".dashboard-item-header, .dashboard-item-content {",
" border-color: #666 !important;",
"}",
"#dashboard, .jira-activity-item, .navigator-issue-only .issue-body-content, #activity-stream-show-more, .issue-header .issue-header-content > .command-bar, form.aui .text,",
"form.aui .password, form.aui .textarea, form.aui .select, form.aui .multi-select, form.aui .aui-select2-container .select2-choices,",
".tabwrap > .tabs.horizontal > li.active > a, .tabwrap > .tabs.horizontal > li.active > strong,",
".tabwrap > .tabs.horizontal, .tabwrap > .tabs.horizontal > li > a, .tabwrap > .tabs.horizontal > li > strong, .aui-toolbar .toolbar-group .toolbar-trigger, .aui-toolbar .aui-dd-parent a.aui-dd-trigger,",
"#issuetable > tbody > tr > th, .issue-table > tbody > tr > th, #issuetable > tbody > tr > td, .issue-table > tbody > tr > td, #issuetable > tfoot > tr > td, .issue-table > tfoot > tr > td, #attachment_thumbnails .attachment-content {",
" border-color: #666;",
"}",
".issue-body-content .module > .mod-header, .ghx-detail-section .ghx-header {",
" background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAGUlEQVR42h3GMQ0AAACDsKnFv4OR0KsL8CIPmQIyZeuRtQAAAABJRU5ErkJggg==);",
"}",
".editable-field:hover, .editable-field.saving {",
" box-shadow: 0 0 0 1px #666;",
"}",
".editable-field .overlay-icon {",
" background-color: #666;",
" border-color: #666;",
"}",
".editable-field .overlay-icon.aui-iconfont-edit {",
" color: #222;",
"}",
"",
".item-attachments .attachment-content:hover {",
" background-color: #393939;",
"}",
"",
".jira-dialog .jira-dialog-heading {",
" background: #333333;",
"}",
".jira-dialog .jira-dialog-content {",
" background: #333333;",
"}",
".jira-dialog .buttons-container {",
" background: #333333;",
"}",
".action-description {",
" color: #DAD9C2;",
"}",
"form.aui legend, form.aui label {",
" color: #DAD9C2;",
"}",
"form.aui .checkbox > label, form.aui .radio > label {",
" color: #DAD9C2;",
"}",
".jira-dialog .dialog-menu-group .dialog-menu-item.selected {",
" color: #3B73AF;",
"}",
"",
".aui-toolbar .toolbar-group .toolbar-trigger, .aui-toolbar .aui-dd-parent a.aui-dd-trigger {",
" cursor: pointer;",
"}",
"#activity-stream-show-more:hover {",
" background-color: #111 !important;",
"}",
"#activity-stream-show-more:hover span {",
" color: #ccc !important;",
"}",
".aui-navgroup-horizontal .aui-nav>li a, .aui-navgroup-vertical .aui-nav>li>a, .aui-nav-vertical>li>a {",
" background-color: #333 !important;",
"}",
".aui-navgroup-horizontal .aui-nav>.aui-nav-selected a, .aui-navgroup-vertical .aui-nav .aui-nav-selected a, .aui-nav-vertical .aui-nav .aui-nav-selected a {",
" background-color: #393939 !important;",
" color: #DAD9C2 !important;",
"}",
"h1, h2, h3, h4, h5 {",
" color: #DAD9C2 !important;",
"}",
".aui-list {",
" background-color:#333333",
"}",
"form#issue-filter .check-list-item.active, form.aui .check-list-item.active, .check-list-item.active, .check-list-group-footer.active {",
" background-color: #191919;",
"}",
".check-list-field-container {",
" background-color: #333333;",
"}",
".check-list-select .aui-list-scroll .no-suggestions {",
" background-color: #333333;",
"}",
".aui-list a:link, .aui-list a:visited {",
" color: #DAD9C2;",
"}",
".aui-message.info {",
" background: #333333;",
"}",
".panelContent {",
" background-color: #222 !important;",
"}",
".panelHeader, div.wiki-edit .panelHeader {",
" background-color: #555 !important;",
"}",
".editable-field form.aui .field-group .aui-ss, .editable-field form.aui .field-group .jira-multi-select, .editable-field form.aui .field-group .group, .editable-field form.aui .field-group input[type=text], .editable-field form.aui .field-group select, .editable-field form.aui .field-group textarea, .editable-field form.aui .field-group .text {",
" background-color: #333 !important;",
" color: #DAD9C2 !important;",
"}",
"form.aui .text, form.aui .password, form.aui .textarea, form.aui .select, form.aui .multi-select, form.aui .aui-select2-container .select2-choices {",
" box-shadow: 0 1px 3px #222 inset;",
"}",
"#dashboard {",
" background-color: #333 !important;",
"}",
".ghx-column-headers .ghx-column, .ghx-columns .ghx-column {",
" background-color: #292929;",
" border-color: #666;",
"}",
".ghx-swimlane-header:after {",
" background-color:#222;",
" box-shadow: -5px 0px 10px 5px #222;",
"}",
".ghx-issue {",
" background-color: #222;",
" border-color: #666;",
" color: inherit;",
"}",
".ghx-issue.ghx-selected {",
" background-color: #333;",
"}",
".gadget .ghx-issue:hover, .gadget .ghx-issue.ghx-selected, .ghx-issue:hover, .ghx-issue.ghx-selected:hover {",
" background-color: #303030;",
"}",
".gadget .ghx-issue .ghx-end, .gadget .ghx-issue:hover .ghx-end, .ghx-issue .ghx-end, .ghx-issue.ghx-selected .ghx-end, .ghx-issue:hover .ghx-end, .ghx-issue.ghx-selected:hover .ghx-end, .ghx-issue.ghx-flagged:hover .ghx-end, .ghx-issue.ghx-flagged.ghx-selected:hover .ghx-end {",
" background-color: transparent;",
" box-shadow: -4px 0px 3px transparent;",
"}",
".ghx-tv-message {",
" background-color: rgba(255, 255, 220, 0.1);",
"}",
".ghx-detail-contents {",
" background-color: inherit;",
" background-image: linear-gradient(to right, #444 0px, #444 41px, #222 42px, #222 100%);",
"}",
".ghx-detail-issue {",
" color: #dad9c2;",
"}",
".ghx-detail-section .ghx-header h3 {",
" background-color: #222;",
"}",
".aui-badge {",
" background-color: rgba(0,0,0,0.6);",
" color: rgba(200, 200, 200, 0.8);",
"}",
".filter-list>li .filter-link:active, .filter-list>li .filter-link.active, .filter-list>li .filter-link:focus {",
" background-color: #3F3F3F !important;",
" color: #DAD9C2 !important;",
"}",
"#footer-logo {",
" background-color: transparent !important;",
"}",
".blender {",
" background: none;",
" background-image: linear-gradient(to right, rgba(51, 51, 51, 0), rgba(51, 51, 51, 1));",
"}",
"#attachment_thumbnails .attachment-content:hover .blender {",
" background-image: linear-gradient(to right, rgba(57, 57, 57, 0), rgba(57, 57, 57, 1));",
"}"
].join("n");
if (typeof GM_addStyle != "undefined") {
GM_addStyle(css);
} else if (typeof PRO_addStyle != "undefined") {
PRO_addStyle(css);
} else if (typeof addStyle != "undefined") {
addStyle(css);
} else {
var node = document.createElement("style");
node.type = "text/css";
node.appendChild(document.createTextNode(css));
var heads = document.getElementsByTagName("head");
if (heads.length > 0) {
heads[0].appendChild(node);
} else {
// no head yet, stick it whereever
document.documentElement.appendChild(node);
}
}
})();
     
 
what is notes.io
 

Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 14 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.