diff --git a/NOSTOW/firefoxExtentions/browseroverrides/js/codemirror.js b/NOSTOW/firefoxExtentions/browseroverrides/js/codemirror.js new file mode 100644 index 00000000..8a8ddd97 --- /dev/null +++ b/NOSTOW/firefoxExtentions/browseroverrides/js/codemirror.js @@ -0,0 +1,27 @@ +//This script will ensure that code mirror code is always gruvbox dark + +class CodemirrorStyle{ + constructor(){ + this.domLoaded = this.domLoaded.bind(this); + if (document.readyState === 'loading') { + //Listend for change + document.addEventListener('readystatechange', this.domLoaded ) + } else { + this.domLoaded() + } + } + + domLoaded(){ + console.log("dom before remove"); + document.removeEventListener('readystatechange',this.domLoaded); + console.log("dom after remove"); + document.querySelectorAll('.CodeMirror').forEach(this.changeClass).forEach(this.changeStyles); + } + + changeClass(el){ + console.log("changeClass"); + el.className = el.className.replace(/cm-s-\S*/,'cm-s-gruvbox-dark'); + } +} + +new CodemirrorStyle(); diff --git a/NOSTOW/firefoxExtentions/browseroverrides/less/amazon.less b/NOSTOW/firefoxExtentions/browseroverrides/less/amazon.less index 574f522e..6d43e43c 100644 --- a/NOSTOW/firefoxExtentions/browseroverrides/less/amazon.less +++ b/NOSTOW/firefoxExtentions/browseroverrides/less/amazon.less @@ -1,5101 +1,183 @@ -body -{ - font-size: 13px !important; - line-height: 19px !important; - color: #aaa !important; - font-family: 'Open Sans', Arial, sans-serif !important; - background-color: #1c1f26 !important; -} - -.atsTextButtonSelect, -.atsTextButtonSelect div, -.atsTextButtonSelect label, -.atsTextButtonSelect li, -.atsTextButtonSelect span, -.atsTextButtonSelect ul -{ - color: #000 !important; -} - -.custom-view-options -{ - border-bottom: 1px solid #545b6b !important; -} - -a:active, -a:visited -{ - text-decoration: none !important; - color: #91c1de !important; -} - -.ya-card__heading--rich -{ - color: #91c1de !important; -} - -.ifSloc, -.izLmw, -.cHqkgh -{ - background: #1c1f26 !important; -} - -.iWywOi -{ - color: #aaa !important; -} - -/* Move info hud scrolling arrows to center */ -.hud-white-dashboard .feed-carousel-control.feed-right, -.hud-white-dashboard .feed-carousel-control.feed-left -{ - top: 120px !important; -} - -/* Darken info hud scrolling arrows */ -.hud-white-dashboard .feed-carousel-control.feed-right, -.hud-white-dashboard .feed-carousel-control.feed-left -{ - background: #272b35 !important; -} - -.hud-profilecard-card -{ - background-color: #545B6B !important; -} - -#errorPageContainer .widgetLink-group a:hover, -#mapTracking-bottomSheet-container .widgetLink-group a:hover, -#pageContainer .widgetLink-group a:hover -{ - background-color: #2e3539 !important; -} - -#productDescription ul -{ - color: #fff !important; -} - -#twister .swatches li -{ - border: none !important; -} - -.a-text-right -{ - margin-right: 10px !important; -} - -.a-button-disabled -{ - border-color: #545b6b !important; -} - -.a-button -{ - background: transparent !important; - border-color: transparent !important; - border-radius: 5px !important; -} - -.a-button:hover -{ - border-color: transparent !important; -} - -.list-address-selected -{ - background-color: #3a3e4a !important; - border: 1px solid #545b6b !important; -} - -.address-row -{ - padding: 9px !important; - border: 1px solid #545b6b !important; -} - -.a-box-title .a-box-inner -{ - box-shadow: none !important; - background: #3a3e4a !important; -} - -.pay-desktop .payment-selected -{ - background-color: #3a3e4a !important; - border: 1px solid #545b6b !important; -} - -.comparison_table tr:nth-child(even) td.comparison_baseitem_column -{ - background-color: #3a3e4a !important; -} - -.aplus-v2 .apm-sidemodule, -.aplus-v2 .apm-tablemodule-image -{ - background-color: #30343e !important; -} - -.aplus-v2 th.apm-tablemodule-keyhead -{ - border-top: 1px solid #545b6b !important; - background-color: #30343e !important; -} - -.aplus-v2 .apm-tablemodule-keyhead -{ - border-right: 1px solid #545b6b !important; -} - -.aplus-v2 .apm-hovermodule-slides -{ - background-color: #30343a !important; -} - -.aplus-v2 .apm-tablemodule-valuecell.selected -{ - background-color: #272b35 !important; -} - -.dv-dp-top-wrapper -{ - background: #272b35 !important; -} - -.nav-catFlyout .nav-promo -{ - display: none !important; -} - -.desktop #itemImages-container .imageRow-oneBoxLayout img, -.tablet #itemImages-container .imageRow-oneBoxLayout img -{ - border: 4px solid #505050 !important; -} - -#promise-container #primaryStatus.text-normal -{ - color: #ff3b00 !important; -} - -#delivered-marker:before, -.milestone.reached .milestone-marker:before -{ - background-color: #25ab35 !important; - border: 3px solid #00ff1f !important; -} +@import "gruvbox-colours.less"; -#cardsContainer .cardContainer -{ - border: 4px solid #505050 !important; - background: #121419 !important; +body{ + font-family: opendyslexic; + background-color: @gb-dm-bg0; + color: @gb-dm-fg0; } -.milestone-bar_foreground -{ - background-color: #00ff1f !important; +#pageContent{ + background-color: @gb-dm-bg0; } -#deliveredAddress-container .reached .milestone-primaryMessage, -#progressTracker-container .reached .milestone-primaryMessage -{ - color: #fff !important; +#hmenu-container #hmenu-canvas{ + background-color: @gb-dm-bg0; + color: @gb-dm-fg0; + #hmenu-content ul.hmenu li{ + .hmenu-item.hmenu-title{ + color: @gb-dm-fg2; + } + a{ + &, &:visited, &:hover, &:active{ + color: @gb-dm-fg0; + } + } + } } -#errorPageContainer .widgetHeader, -#mapTracking-bottomSheet-container .widgetHeader, -#pageContainer .widgetHeader -{ - color: #ffffff !important; +html:not(.a-touch) #hmenu-container #hmenu-canvas #hmenu-content ul.hmenu li a.hmenu-item:hover{ + background-color: @gb-dm-bg0-hard; + color: @gb-dm-fg0; } -.a-profile-name -{ - color: #fff !important; -} - -.bia-price -{ - color: #f00 !important; -} - -.bia-header -{ - color: #a2a2a2 !important; -} -.a-price[data-a-color=base] -{ - color: #f00 !important; -} -.deals-shoveler.fresh-shoveler -{ - background: none !important; +#nav-subnav{ + background-color: @gb-dm-bg0-soft; + .nav-a{ + color: @gb-dm-fg0; + } } -.deals-shoveler .dealPrice -{ - color: #f3e000 !important; +#rhf #rhf-shoveler{ + color: @gb-dm-fg0; } -.hud-white-dashboard .hud-feed-carousel -{ - border: 1px solid #545b6b !important; - margin-top: 10px !important; +a, a:active, a:link, a:visited{ + color: @gb-dm-light-aqua; + &:hover{ + color: @gb-dm-dark-aqua; + } } -#nav-npm-header -{ - color: #aaa !important; +.gw-card-layout .a-cardui{ + background-color: @gb-dm-bg0-hard; } -.black-text-color -{ - color: #aaa !important; +.gw-card-layout .desktop-row > div{ + background-color: @gb-dm-bg0-hard; } -.a-color-tertiary -{ - color: #aaa !important; +.s-desktop-toolbar{ + background-color: @gb-dm-bg0; + box-shadow: none; + border-color: @gb-dm-bg0-soft; } - -/** quick look **/ -#gw-asin-popover .title -{ - color: #ddd !important; +.s-desktop-content{ + background-color: @gb-dm-bg0; } -#gw-asin-popover -{ - background: #272b35 !important; +.a-color-base{ + color: @gb-dm-fg0 !important; } - -#gw-asin-popover .pricing .price, -#gw-asin-popover .pricing .price .a-color-price -{ - color: #ff0000 !important; +.a-color-secondary{ + color: @gb-dm-fg2 !important; } - -.sims-wrapper -{ - background: #404552 !important; +.a-price[data-a-color="base"]{ + color: @gb-dm-fg0 !important; } -/** adjust price colour here **/ -.a-color-price -{ - color: #ff0000 !important; +.a-ordered-list .a-list-item, .a-unordered-list .a-list-item, ol .a-list-item, ul .a-list-item{ + color: @gb-dm-fg0; } -/** New top area nightmare **/ -#pageContent #gw-dashboard-grid #gw-dashboard-ad -{ - display: none !important; +.a-box{ + background-color: @gb-dm-bg0-hard; + border-color: @gb-dm-bg0-soft; } -.hud-white-dashboard -{ - background-color: #272b35 !important; +.a-button-primary .a-button-inner{ + background: linear-gradient(to bottom,@gb-dm-light-yellow,@gb-dm-dark-yellow); } - -.a-fixed-right-flipped-grid .a-col-left -{ - margin-top: 10px !important; +.a-button-oneclick .a-button-inner{ + background: linear-gradient(to bottom,@gb-dm-light-orange,@gb-dm-dark-orange); } -.hud-white-dashboard .hud-feed-carousel .feed-carousel-card -{ - border-radius: 5px !important; - background: #1c1f26 !important; - -webkit-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.75) !important; - -moz-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.75) !important; - box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.75) !important; +hr.bucketDivider { + &::after{ + background: none; + } } -.hud-profilecard-card -{ - background: #fff !important; - border-radius: 5px !important; +#prodDetails #SalesRank ul li span.zg_hrsr_ladder, #prodDetails #SalesRank ul li span.zg_hrsr_rank, #prodDetails .wrapper, #prodDetails td{ + color: @gb-dm-fg2; } -.hud-white-dashboard .hud-card-subtext-line1 -{ - color: #1695ab !important; +table.a-bordered tr:nth-child(2n){ + background-color: @gb-dm-bg3; } -/** END New top nightmare **/ - -/** New layout fixes WIP **/ -#gw-content-grid-bottom > div, -#gw-content-grid-top > div -{ - background: transparent !important; - border: 0px solid #545b6b !important; - padding-right: 0px !important; - margin-top: 0px !important; +.comparison_table tr:nth-child(2n) td.comparison_baseitem_column{ + background-color: @gb-dm-bg4; } - -#pageContent .sidebar, -#sidebar -{ - display: none !important; +.comparison_baseitem_column{ + background-color: @gb-dm-bg2; } -.profile-v5-desktop-vis-background, -.profile-v5-desktop-own-background -{ - background-color: #272b35 !important; - background-size: 10px 10px !important; - background-image: linear-gradient(45deg, rgba(100, 100, 100, .2) 25%, transparent 25%, transparent 50%, rgba(100, 100, 100, .2) 50%, rgba(100, 100, 100, .2) 75%, transparent 75%, transparent) !important; - min-height: 100% !important; - height: 100% !important; +#prodDetails table td.label{ + background-color: @gb-dm-bg2; + color: @gb-dm-fg0; } -.profile-v5-desktop-vis, -.profile-v5-desktop-own -{ - border-right: 10px solid #404552 !important; - border-left: 10px solid #404552 !important; - background-color: #404552 !important; - -webkit-box-shadow: 0px 0px 33px -5px rgba(0, 0, 0, 0.75) !important; - -moz-box-shadow: 0px 0px 33px -5px rgba(0, 0, 0, 0.75) !important; - box-shadow: 0px 0px 33px -5px rgba(0, 0, 0, 0.75) !important; +#prodDetails .content{ + color: @gb-dm-fg0; } -.card.desktop.sub-card -{ - background: #272b35 !important; - box-shadow: none !important; +.aplus-v2.celwidget *{ + background-color: @gb-dm-bg0-hard; + color: @gb-dm-fg0; } -.card.desktop -{ - border: none !important; - background: #272b35 !important; +.aplus-v2 .apm-spacing ul .a-list-item, .aplus-v2 ol .a-list-item{ + color: @gb-dm-fg0; } -.product-box -{ - border: .1rem solid #404552 !important; - background-color: #1c1f26 !important; +.aplus-v2 .module-12 .textright{ + background-color: fade(@gb-dm-bg0-hard, 80); + color: @gb-dm-fg0; + *{ + background: transparent; + } } -.a-form-actions -{ - background: transparent !important; +.a-box .a-divider.a-divider-section .a-divider-inner::after, .a-color-base-background .a-divider.a-divider-section .a-divider-inner::after, .a-divider.a-divider-section .a-divider-inner::after{ + background: transparent; } -td[style$="background-color: rgb(255, 255, 222);"] -{ - background-color: #2e3539 !important; +.fnneEu{ + background-color: @gb-dm-bg0; } -.askInlineWidget .vote input[type="submit"] -{ - background-color: transparent !important; +.hBzgZI{ + background-color: @gb-dm-bg0; } -.a-expander-content-fade -{ - display: none !important; +.jPBsvU{ + color: @gb-dm-fg0; } -.fadeGradient -{ - background: transparent !important; +.jJqGOX{ + color: @gb-dm-dark-blue; } -p:last-child -{ - color: #aaa !important; +.sc-cMljjf{ + outline-color: @gb-dm-bg0-hard !important; + &:hover{ + background-color: @gb-dm-bg0-hard; + } } -div[style$="background-color:#eff7fe;border:1px solid #0f3c6d;padding:10px;text-align:left;"] -{ - background-color: #404552 !important; +#a-page div.left_nav.browseBox{ border: none !important; + background-color: @gb-dm-bg0-hard; + h3{ + color: @gb-dm-fg2; + } + a, p a{ + color: @gb-dm-fg0; + } } - -div[class$="a-box-inner a-alert-container"], -div[class="a-box-inner a-alert-container"], -div[class$="ewc-scroll-area"], -div[class="ewc-scroll-area"], -.a-accordion .a-accordion-active .a-accordion-row, -.a-accordion .a-accordion-active .a-accordion-inner, -.a-accordion .a-accordion-row -{ - background-color: #404552 !important; -} - -.nav-npm-text-detail, -a.nav-npm-text-detail-a, -a.nav-npm-text-detail-a:link, -a.nav-npm-text-detail-a:visited, -a.nav-npm-text-detail-a:hover, -a.nav-npm-text-detail-a:active -{ - color: #aaa !important; -} - -#nav-flyout-accountList #nav-al-your-account -{ - border-left: 1px solid #404552 !important; -} - -#nav-flyout-wl-alexa -{ - border-bottom: 1px solid #404552 !important; -} - -#actionPanelWrapper.burj -{ - background: transparent !important; -} - -#actionPanel #merchant-info -{ - color: #aaa !important; -} - -#cbcc_banner -{ - display: none !important; -} - -form-actions -{ - border-top: 1px solid #404552 !important; - background: #272b35 !important; -} - -.custom-view-options a.item:active, -.custom-view-options a.item:link, -.custom-view-options a.item:visited -{ - color: #aaa !important; -} - -#nav-programs #nav-link-prime .nav-line-2, -#nav-programs #nav-z-link-prime .nav-line-2, -#nav-programs #nav-z-link-tryprime .nav-line-2 -{ - color: #3288c5 !important; -} - -#nav-programs #nav-z-link-video .nav-line-2 -{ - color: #60656f !important; -} - -#nav-programs #nav-z-link-music .nav-line-2 -{ - color: #60656f !important; -} - -.cBoxTL, -.cBoxTR, -.cBoxBL, -.cBoxBR -{ - display: none !important; -} - -#navbar .nav-flyout-sidePanel -{ - border: 1px solid #404552 !important; - background: #272b35 !important; -} - -.s-result-card, -.s-result-card-for-container .s-item-container -{ - border: 1px solid #404552 !important; - box-shadow: none !important; - background-image: none !important; - background: #1c1f26 !important; -} - -.gcPagGradient, -.gcPagFooterGradient -{ - display: none !important; -} - -.gcNewBalanceBox .autoReload -{ - background-color: transparent !important; - color: #ddd !important; -} - -.gcNewTopBox h3 -{ - color: #ddd !important; -} - -.gcYANavCurrent -{ - color: #888 !important; -} - -.gcYASubnav li.selected -{ - background-color: #272b35 !important; - border-left: none !important; - border-right: none !important; -} - -.gcYASubnav li -{ - background-color: #1c1f26 !important; - border-bottom: 1px solid #3a3e4a !important; - border-left: none !important; -} - -.gcYASubnav li.first -{ - border-top: solid 1px #3a3e4a !important; -} - -gcYASubnav li.first -{ - border-top: solid 1px #404552 !important; -} - -.RBB1, -.RBB11, -.RBB12, -.RBB14, -.RBB2 -{ - border: 1px solid #404552 !important; -} - -div.imageInformation -{ - background-color: transparent !important; -} - -.a-expander-partial-collapse-header -{ - background-color: #272b35 !important; -} - -.a-expander-content-fade -{ - background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #1c1f26) !important; -} - -.stats-bar -{ - background-color: #1c1f26 !important; -} - -.public-name-text -{ - color: #fff !important; -} - -td[bgcolor="#ffffff"] -{ - background-color: #1c1f26 !important; -} - -td[bgcolor="#DDDDCC"] -{ - background-color: #1c1f26 !important; -} - -.grayborder -{ - border: 1px #404552 solid !important; - background: #272b35 !important; -} - -.quotes-bubble-arrow -{ - border-color: #3288c5 rgba(238, 238, 238, 0) !important; -} - -.wl-list.selected -{ - background-color: #272b35 !important; -} - -.custom-view-options li.selected -{ - border-bottom-color: #3288c5 !important; -} - -.nav-flyout -{ - background: #1c1f26 !important; - border: 1px solid #404552 !important; -} - -.nav-flyout .nav-arrow-inner -{ - border-bottom: 9px solid #1c1f26 !important; -} - -.nav-tpl-itemList .nav-text -{ - color: #ccc !important; -} - -.nav-catFlyout .nav-flyout-content .nav-hasPanel -{ - background-image: none !important; -} - -#pet_your_prime .pet_your_prime_header -{ - color: #ccc !important; -} - -.a-popover-inner -{ - background-color: #404552 !important; -} - -.w-popover-header -{ - background-color: #404552 !important; -} - -.w-box .w-box-inner -{ - padding: 0px !important; -} - -.a-popover-header -{ - background: #272b35 !important; - box-shadow: none !important; -} - -.w-success-msg span -{ - color: #3288c5 !important; -} - -.merchbarW .shoveler-title .span, -.merchbarW .shovHeader -{ - color: #3288c5 !important; -} - -.w-uwl span -{ - color: #3288c5 !important; -} - -ul.a-pagination li -{ - background-color: #404552 !important; -} - -ul.a-pagination li.a-selected a -{ - background-color: #3288c5 !important; - border: 0 !important; -} - -ul.a-pagination li a:focus -{ - box-shadow: none !important; -} - -ul.a-pagination li.a-selected -{ - background-color: #3288c5 !important; -} - -ul.a-pagination li a -{ - border-radius: 3px !important; - box-shadow: none !important; - background: #404552 !important; - border: 0 !important; - border-color: transparent !important; -} - -.a-ordered-list.a-nostyle, -.a-unordered-list.a-nostyle, -ol.a-nostyle, -ul.a-nostyle -{ - color: #ececec !important; -} - -.a-alert-error .a-alert-container -{ - background-color: #3a3e4a !important; - box-shadow: none !important; - padding-left: 63px !important; -} - -.a-alert-warning .a-alert-container -{ - background-color: #3a3e4a !important; - box-shadow: none !important; - padding-left: 63px !important; -} - -.banner-hidden-by-default -{ - display: none !important; -} - -#pageContent #gw-hud-grid #gw-hud -{ - width: 100% !important; - border: 0 !important; - padding: 0 !important; -} - -#pageContent #gw-hud-grid #gw-hud-sidekick -{ - display: none !important; -} - -.smTabContentMain -{ - width: 100% !important; - background-color: #272b35 !important; -} - -.smTabMnCenter -{ - border-top: none !important; - background-color: #1c1f26 !important; -} - -.smTabMnBottom .smTabMnCenter -{ - border-top: none !important; - border-bottom: none !important; -} - -.smTabCorner -{ - display: none !important; -} - -.dsv-cBoxR -{ - background-color: #404552 !important; -} - -.dsv-cBoxB -{ - border-bottom: 1px solid #3a3e4a !important; -} - -.dsv-cBoxTL, -.dsv-cBoxTR, -.dsv-cBoxBL, -.dsv-cBoxBR -{ - display: none !important; -} - -.dsv-cBoxB -{ - position: absolute !important; - display: block !important; - width: 100% !important; - height: 1px !important; - bottom: -1px !important; - background-color: #404552 !important; -} - -/* Additions for Seller Central */ -table, -table thead, -table tr -{ - background-color: #1C1f26 !important; -} - -table td, -table tr -{ - padding: 6px !important; -} - -h4 -{ - background-color: transparent !important; - color: white !important; -} - -table a, -table td, -table div -{ - color: #E6E6E6 !important; -} - -.a-alert-success .a-alert-container -{ - background-color: #3a3e4a !important; - box-shadow: 0 0 0 4px #545b6b inset !important; - padding-left: 60px !important; -} - -.dsv-primary, -.dsv-secEyebrow h2 -{ - background-color: #272b35 !important; -} - -.dsv-secondary, -.dsv-secEyebrow, -.dsv-primary -{ - border: 1px solid #404552 !important; -} - -.reason-header -{ - text-align: left !important; - padding-bottom: 6px !important; - background-color: #151515 !important; -} - -.info-data -{ - color: #ececec !important; -} - -div[style="background-color: white;padding-bottom:20px;"] -{ - background: #272b35 !important; -} - -#nav-upnav -{ - display: none !important; -} - -.ys-center -{ - background: #272b35 none repeat scroll 0 0 !important; -} - -.dv-ajax-page, -.dv-storefront-page -{ - margin: 0 0 18px 0 !important; - padding: 0 !important; - background-color: #272b35 !important; - color: #ccc !important; -} - -.huc-v2-pinned-order-row-with-divider -{ - background-color: #1c1f26 !important; -} - -#DP_IMAGE_GALLERY_BUTTON_CONTAINER .image-thumbnails -{ - width: 22.5% !important; - height: auto !important; - padding: 11.25% !important; - margin-right: 1.25% !important; - display: inline-block !important; - background-position: center !important; - background-size: cover !important; - cursor: pointer !important; - border: 1px solid #60656f !important; -} - -:focus -{ - outline: none !important; - border: 0px solid #60656f !important; -} - -a:link:hover -{ - color: #43bd79 !important; -} - -a:hover -{ - text-decoration: underline !important; - cursor: pointer !important; - color: #43bd79 !important; -} - -a.no-link, -a.no-link:active, -a.no-link:link, -a.no-link:visited -{ - color: #43bd79 !important; -} - -#productTitle -{ - color: #1695ab !important; - font-size: 19px !important; -} - -.GB-SUPPLE .tallCellView -{ - border-color: #404552 !important; -} - -.a-alert-info .a-alert-container -{ - background-color: #3a3e4a !important; - padding-left: 60px !important; -} - -.sc-list .sc-list-head -{ - border-bottom: 1px solid #545b6b !important; -} - -#nav-subnav .nav-a:hover -{ - color: #aaa !important; - border-bottom: 2px solid #60656f !important; -} - -.a-button-primary -{ - background: #697184 !important; - border: none !important; - color: #fff !important; -} - -.a-button .a-button-text -{ - color: #fff !important; -} - -#twister .swatches li.swatchSelect -{ - border-color: #3288c5 !important; -} - -.banner-border -{ - border-color: #697184 !important; - border-style: solid !important; - border-width: 0 0 1px 0 !important; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABJCAIAAABEshTrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REJDRDE1MDI5QjkxMTFFNjhFNDY5QUZCMjA5NTE1MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REJDRDE1MDM5QjkxMTFFNjhFNDY5QUZCMjA5NTE1MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEQkNEMTUwMDlCOTExMUU2OEU0NjlBRkIyMDk1MTUxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEQkNEMTUwMTlCOTExMUU2OEU0NjlBRkIyMDk1MTUxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph3p0bwAAACBSURBVHja7NAxAQAwCACguWQ+FrB/GCv4CxGIrH7sfAWyZMmSJUuWAlmyZMmSJUuBLFmyZMmSpUCWLFmyZMlSIEuWLFmyZCmQJUuWLFmyFMiSJUuWLFkKZMmSJUuWLAWyZMmSJUuWAlmyZMmSJUuBLFmyZMmSpUCWLFmyZJ03AgwA6VUBaW9nHFAAAAAASUVORK5CYII=) !important; - height: 60px !important; - background-color: #404552 !important; -} - -.a-button-text -{ - background-color: #1c1f26 !important; - border: 0 !important; - display: block !important; - font-family: Arial, sans-serif !important; - font-size: 13px !important; - line-height: 29px !important; - margin: 0 !important; - outline: 0 !important; - padding: 0 10px 0 11px !important; - text-align: center !important; - white-space: nowrap !important; -} - -#nav-subnav .nav-a -{ - position: relative !important; - float: left !important; - height: 31px !important; - line-height: 33px !important; - color: #ccc !important; - font-size: 12px !important; - padding: 0 11px !important; -} - -.nav-tpl-discoveryPanelList .nav-title .nav-text, -.nav-tpl-discoveryPanelSummary .nav-title .nav-text, -.nav-tpl-itemList .nav-title .nav-text -{ - font-size: 18px !important; - line-height: 19px !important; - color: #43bd79 !important; -} - -#siteDirectory h2, -#siteDirectory h2 a -{ - font-family: Tahoma, sans-serif !important; - font-size: 14px !important; - font-weight: bold !important; - color: #3288c5 !important; - text-decoration: none !important; -} - -#thank-you-box-wrapper div.corner -{ - background-image: none !important; -} - -#thank-you-header -{ - font-family: Arial !important; - font-size: 24px !important; - color: #3288c5 !important; -} - -.comparison_baseitem_column -{ - background-color: #121212 !important; - border: 1px dotted #ccc !important; - padding-left: 10px !important; -} - -.comparison_attribute_name_column -{ - background-color: #121212 !important; - border: 1px dotted #ccc !important; - padding-left: 10px !important; -} - -h1, -h2, -h3, -h4 -{ - font-family: Arial, Verdana, Helvetica, sans-serif !important; - font-weight: bold !important; - color: #fff !important; -} - -.sc-list .sc-list-item-border -{ - border-bottom: 1px solid #545b6b !important; -} - -.displayAddressDiv .displayAddressUL li -{ - list-style-type: none !important; - color: #3288c5 !important; -} - -#navFooter.navLeftFooter .navFooterDescLine -{ - background-color: #272b35 !important; - padding: 30px 0 !important; - margin: 30px 0 0 !important; -} - -.kmd-paragraph-title -{ - font-family: Arial, sans-serif !important; - font-weight: 700 !important; - margin: 0 0 5px !important; - font-size: 17px !important; - color: #ccc !important; -} - -.kmd-text-paragraph-body -{ - line-height: 19px !important; - color: #aaa !important; - margin: 0 0 20px !important; -} - -.dv-fs .dv-fs-list-wrapper -{ - background-color: #404552 !important; - border-bottom: none !important; - padding: 0 25px !important; - font-weight: 400 !important; -} - -#thank-you-box-wrapper -{ - background-color: #404552 !important; - font-family: Verdana !important; - font-size: 11px !important; - color: #aaa !important; - text-align: left !important; - border: 1px solid #697184 !important; - position: relative !important; - height: 100% !important; -} - -#pet_pmp_desktop -{ - color: black !important; - font-family: arial, sans-serif !important; - background-color: transparent !important; - min-width: 1000px !important; -} - -#pet_pmp_desktop .pet_card -{ - background-color: #404552 !important; - box-shadow: none !important; - border: 1px solid #697184 !important; -} - -.ONETHIRTYFIVE-HERO * -{ - box-sizing: content-box !important; - color: #3288c5 !important; -} - -.GB-M-COMMON -{ - zoom: 1 !important; - overflow: hidden !important; - background-color: transparent !important; -} - -.GB-SUPPLE .filters -{ - padding-top: 11px !important; - padding-left: 21px !important; - background-color: #545b6b !important; - display: inline-block !important; - vertical-align: top !important; - padding-bottom: 32768px !important; - margin-bottom: -32768px !important; -} - -.GB-SUPPLE .tallCellView -{ - height: 500px !important; - min-width: 246px !important; - border-left: solid 1px !important; - border-bottom: solid 1px !important; - border-color: #697184 !important; - float: left !important; - padding-left: 1px !important; - padding-bottom: 1px !important; - padding-right: 2px !important; - padding-top: 2px !important; -} - -.vpc_coupon_bar -{ - padding-top: 15px !important; - border-bottom: 1px solid #60656f !important; - min-width: 850px !important; - height: 95px !important; - width: 100% !important; - background-color: #3a3e4a !important; - position: relative !important; -} - -.dv-carousel-heading -{ - background-color: #b0bcd7 !important; - float: left !important; - position: relative !important; - margin: 0 10px 0 0 !important; - padding: 15px 20px !important; - height: 200px !important; - width: 200px !important; -} - -.dv-carousel-heading.dv-facets-prime, -.dv-seed.dv-facets-prime -{ - background-color: #b0bcd7 !important; -} - -#navFooter.navLeftFooter .navFooterCopyright -{ - background-color: #1c1f26 !important; - max-width: 100% !important; - border-top: 1px solid #545b6b !important; - margin: 0 !important; - padding: 10px 0 30px !important; -} - -.a-button-primary .a-button-inner -{ - background: none !important; -} - -.a-button .a-button-inner -{ - background: #3a3e4a !important; -} - -.a-button-inner -{ - box-shadow: none !important; -} - -.a-button-primary -{ - background: #697184 !important; - border: none !important; - color: #111 !important; -} - -.package-status.on-time -{ - background: #3288c5 !important; -} - -.ship-track-large-horizontal-widget .tracker-container .latest-event-dot -{ - z-index: 10 !important; - background: #3288c5 !important; - display: none !important; -} - -.ship-track-large-horizontal-widget .bottom .original-estimate-status .marker, -.ship-track-large-horizontal-widget .bottom .shipped-status .marker -{ - position: absolute !important; - top: -14px !important; - left: 50% !important; - margin-left: -10px !important; - border: 10px solid transparent !important; - border-top-color: #3288c5 !important; -} - -.ship-track-large-horizontal-widget .tracker-container .delivery-dot -{ - background: 0 0 !important; - border: 1px solid #3288c5 !important; - right: 0 !important; -} - -.ship-track-large-horizontal-widget .bottom .delivery-status -{ - max-width: 400px !important; - right: 0 !important; - text-align: right !important; - color: #3288c5 !important; -} - -.a-color-success -{ - color: #3288c5 !important; -} - -#s-result-info-bar.s-refinements-on-top -{ - box-shadow: none !important; - background: none !important; - margin-bottom: 0 !important; -} - -#refinementsOnTop -{ - background: #272b35 !important; - border-bottom: 1px solid #545b6b !important; - padding-left: 8px !important; -} - -.smart-promo-inner, -.smart-promo-confirmation-inner -{ - display: none !important; -} - -.cs-help-header -{ - zoom: 1 !important; - background: #3a3e4a !important; - min-width: 996px !important; - padding: 8px 0 4px 10px !important; -} - -div.dv-superhero-carousel -{ - display: none !important; -} - -#ysh-cards-container li.recs-grid-item -{ - float: left !important; - height: 370px !important; - line-height: 1 !important; - width: 320px !important; - border: 5px solid #545b6b !important; - overflow: hidden !important; - background: #697184 !important; -} - -#ys-card .welcome-msg -{ - display: table !important; - color: #3288c5 !important; - font-family: Arial, Sans-Serif !important; - font-size: 27px !important; - padding: 25px !important; - margin: auto !important; -} - -#ys-center #ysh-cards-container .recs-grid-container -{ - border-top: none !important; - overflow: auto !important; - width: 100% !important; -} - -#ys-card #hud-dashboard -{ - background-color: #545b6b !important; -} - -.s-border-right -{ - border-right: 1px solid #545b6b !important; -} - -.acs-ln-widget .acs-ln-nav-section -{ - border: none !important; -} - -.a-spacing-large, -.a-ws .a-ws-spacing-large -{ - margin-bottom: 22px !important; -} - -#navbar.nav-bluebeacon #nav-belt -{ - background-color: #2d3039 !important; -} - -.fresh-shoveler .as-title-block-right a -{ - color: #3288c5 !important; -} - -a:link -{ - text-decoration: none !important; - color: #ccc !important; -} - -.ys .horizontalNavBar -{ - background-color: #3a3e4a !important; - border-top: 1px solid #545b6b !important; - border-bottom: 1px solid #545b6b !important; - margin: 3px 0 3px 0 !important; -} - -.ys .horizontalNavBar div -{ - border-top: none !important; -} - -.a-color-secondary -{ - color: #ccc !important; -} - -.a-color-base -{ - color: #ccc !important; -} - -.a-ordered-list .a-list-item, -.a-unordered-list .a-list-item, -ol .a-list-item, -ul .a-list-item -{ - color: #ccc !important; -} - -#cbcc_banner_container -{ - display: none !important; -} - -.a-button-toggle.a-button-thumbnail.a-button-selected -{ - border-color: #3288c5 !important; -} - -.a-popover-wrapper -{ - overflow: hidden !important; - border: 1px solid #60656f !important; - height: 100% !important; - width: 100% !important; - border-radius: 4px !important; - box-shadow: none !important; - background-color: #3a3e4a !important; -} - -#ivThumbs.noMediaSelection -{ - margin-top: 15px !important; - border-top: 1px solid #545b6b !important; -} - -#ivThumbs -{ - border-radius: 6px !important; - border: 1px solid #545b6b !important; -} - -.ivThumb.selected, -.ivThumb.selected:hover, -.ivThumbVideoListOuter.selected .ivThumbVideoList, -.ivThumbVideoListOuter.selected:hover .ivThumbVideoList -{ - border: 1px solid #3288c5 !important; - padding: 0 !important; -} - -.fullscreen -{ - border-radius: 10px !important; - max-width: none !important; - border: 5px solid #545b6b !important; - opacity: .7 !important; -} - -.fullscreen:hover -{ - opacity: 1 !important; -} - -hr -{ - background-color: transparent !important; - display: block !important; - height: 1px !important; - border-width: 0 !important; - border-top: 1px solid #3a3e4a !important; - line-height: 19px !important; - margin-top: 0 !important; - margin-bottom: 14px !important; -} - -#hero-quick-promo -{ - margin-bottom: 0 !important; - display: none !important; -} - -#navbar.nav-bluebeacon #nav-main -{ - background-image: none !important; - background-color: #2d3039 !important; - border-bottom: 1px solid #545b6b !important; - -webkit-box-shadow: 4px 10px 5px -8px rgba(0, 0, 0, 0.5) !important; - -moz-box-shadow: 4px 10px 5px -8px rgba(0, 0, 0, 0.5) !important; - box-shadow: 4px 10px 5px -8px rgba(0, 0, 0, 0.5) !important; -} - -#navbar.nav-bluebeacon -{ - background-color: #2d3039 !important; -} - -#nav-search .nav-search-facade .nav-search-label -{ - color: #000 !important; -} - -#nav-search .nav-search-facade .nav-icon -{ - border-width: 4px !important; - border-color: transparent !important; - border-top: 4px solid #000 !important; -} - -#navbar.nav-bluebeacon #nav-cart-count, -#navbar.nav-bluebeacon #nav-ewc-cart-count -{ - color: #3288c5 !important; - top: 7px !important; -} - -#nav-tools .nav-cart-count, -#navbar .nav-tools .nav-cart-count -{ - color: #3288c5 !important; - font-weight: 700 !important; - font-family: arial, sans-serif !important; - position: absolute !important; - line-height: 16px !important; - width: 20px !important; - text-align: center !important; -} - -ul.a-tabs -{ - margin: 0 !important; - list-style-type: none !important; - border: none !important; - padding: 0 !important; - background-color: #60656f !important; -} - -ul.a-tabs .a-tab-heading.a-active a, -ul.a-tabs li.a-active a -{ - background-color: #3288c5 !important; - color: #ccc !important; - font-weight: 700 !important; - border: none !important; -} - -ul.a-tabs .a-tab-heading a, -ul.a-tabs li a -{ - line-height: 1 !important; - padding: 15px 17px 15px 18px !important; - display: block !important; - border: none !important; - border-bottom: 0 !important; - color: #ccc !important; -} - -.ship-track-large-horizontal-widget .tracker-container -{ - border-radius: 12px !important; - height: 24px !important; - background: #2d3039 !important; - overflow: hidden !important; - margin: 8.5px 0 !important; -} - -.gw-hud-t2 #hud-dashboard -{ - margin-bottom: 0px !important; - background-color: #3a3e4a !important; - border-left: 1px solid #545b6b !important; - border-right: 1px solid #545b6b !important; - border-bottom: 0px solid #545b6b !important; -} - -.a-fixed-right-flipped-grid .a-col-left -{ - background-color: #2d3039 !important; - border: 1px solid #545b6b !important; - padding: 5px !important; -} - -#nav-subnav -{ - position: relative !important; - display: none !important; - margin: 0 !important; - padding: 0 9px 0 15px !important; - overflow: hidden !important; - border-bottom: 1px solid #545b6b !important; - border-top: 0px solid #545b6b !important; - white-space: nowrap !important; - height: 33px !important; - background: #1c1f26 !important; -} - -#automotiveStripe -{ - background-color: #3a3e4a !important; -} - -#automotiveStripeMain -{ - position: relative !important; - padding: 13px 8px 11px 24px !important; - z-index: 100 !important; - border-top: 1px solid #545b6b !important; - border-bottom: 1px solid #545b6b !important; -} - -#tell-a-friend, -#sidebar, -.billboardRowWrapper, -#pageContent hr, -#rhf .rhf-frame, -#navSwmHoliday, -#gw-desktop-herotator .a-carousel-container, -#gw-desktop-herotator .a-carousel-viewport -{ - display: none !important; -} - -.fresh-shoveler .feed-carousel .feed-carousel-card .product-image -{ - border: 1px solid #545b6b !important; - padding: 5px !important; - opacity: 1 !important; - border-radius: 5px !important; - background: #1c1f26 !important; -} - -.a-dynamic-image.a-stretch-vertical, -.a-dynamic-image.a-stretch-horizontal -{ - border: 1px solid #60656f !important; - padding: 5px !important; - opacity: 0.7 !important; -} - -.fresh-shoveler .feed-carousel .feed-carousel-card .product-image:hover -{ - border: 1px solid #43bd79 !important; - padding: 5px !important; - opacity: 1 !important; -} - -.a-dynamic-image.a-stretch-vertical:hover, -.a-dynamic-image.a-stretch-horizontal:hover -{ - border: 1px solid #60656f !important; - padding: 5px !important; - opacity: 1 !important; -} - -.feed-carousel .feed-scrollbar-track -{ - background-color: #474b59 !important; -} - -.feed-carousel .feed-scrollbar-thumb:hover, -.feed-carousel.scrolling .feed-scrollbar-thumb -{ - background-color: #3288c5 !important; -} - -.feed-carousel .feed-carousel-control -{ - position: absolute !important; - top: 75px !important; - background-color: #ccc !important; - height: 40px !important; - border: 1px solid #545b6b !important; - line-height: 100px !important; - -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75) !important; - -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75) !important; - box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75) !important; -} - -.fresh-shoveler .as-title-block .a-color-base -{ - color: #ccc !important; -} - -#navFooter.navLeftFooter -{ - margin-bottom: 0 !important; - padding-bottom: 0 !important; - background-color: #1c1f26 !important; - min-width: 1000px !important; - position: relative !important; -} - -#navFooter.navLeftFooter .navFooterBackToTop:focus, -#navFooter.navLeftFooter .navFooterBackToTop:hover -{ - background-color: #43bd79 !important; - border-top: 1px solid #7ce6ab !important; - border-bottom: 1px solid #7ce6ab !important; - transition: all 1.2s ease-in-out !important; -} - -#navFooter.navLeftFooter .navFooterBackToTop -{ - margin-bottom: 40px !important; - background-color: #bd4e43 !important; - border-top: 1px solid #e28077 !important; - border-bottom: 1px solid #e28077 !important; - transition: all 1.2s ease-in-out !important; -} - -#navFooter.navLeftFooter .nav-footer-line -{ - border-top: 1px solid #545b6b !important; - margin-top: 40px !important; - border-bottom: 0px solid #545b6b !important; -} - -#navFooter.navLeftFooter .navFooterDescLine -{ - border-top: 1px solid #545b6b !important; -} - -#nav-search .nav-search-field -{ - color: #ccc !important; - position: relative !important; - height: 35px !important; - background: #545b6b !important; - border-top: 1px solid #545b6b !important; - border-bottom: 1px solid #545b6b !important; -} - -#nav-search .nav-search-field .nav-input -{ - color: #000 !important; -} - -#navbar.nav-bluebeacon #nav-search .nav-search-scope.nav-focus, -#navbar.nav-bluebeacon #nav-search .nav-search-scope:focus, -#navbar.nav-bluebeacon #nav-search .nav-search-scope:hover -{ - background-color: #3288c5 !important; - border-left-color: #3288c5 !important; - border-top-color: #3288c5 !important; - border-bottom-color: #3288c5 !important; - color: #000 !important; -} - -.a-color-state -{ - color: #5a7694 !important; -} - -.a-alert-inline-info .a-alert-container -{ - padding-left: 16px !important; - color: #aaa !important; -} - -#navbar.nav-bluebeacon #nav-search .nav-search-scope -{ - background-color: #545b6b !important; - background-image: none !important; - border-left: 1px solid #545b6b !important; - border-top: 1px solid #545b6b !important; - border-bottom: 1px solid #545b6b !important; - color: #000 !important; -} - -#nav-search .nav-search-scope -{ - border: none !important; -} - -#navbar.nav-bluebeacon #nav-search .nav-searchbar.nav-active .nav-search-scope -{ - border: none !important; - border-radius: 0 !important; -} - -.a-ordered-list .a-list-item, -.a-unordered-list .a-list-item, -ol .a-list-item, -ul .a-list-item -{ - color: #aaa !important; -} - -#navbar.nav-bluebeacon #nav-search .nav-search-submit -{ - background: #545b6b !important; -} - -#hud-dashboard .profile-image -{ - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAFN%2B%2BnkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167%2B3t%2B9f7vOec5%2FzOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP%2FwBr28AAgBw1S4kEsfh%2F4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv%2BCpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH%2BOD%2BQ5%2Bbk4eZm52zv9MWi%2FmvwbyI%2BIfHf%2FryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3%2FldM9sJoFoK0Hr5i3k4%2FEAenqFQyDwdHAoLC%2B0lYqG9MOOLPv8z4W%2Fgi372%2FEAe%2Ftt68ABxmkCZrcCjg%2F1xYW52rlKO58sEQjFu9%2Bcj%2FseFf%2F2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R%2BW%2FQmTdw0ArIZPwE62B7XLbMB%2B7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv%2FmPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5%2BASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1%2BTSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q%2B0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw%2BS3FDrFiOJMCaIkUqSUEko1ZT%2FlBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC%2FpdLoJ3YMeRZfQl9Jr6Afp5%2BmD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA%2BYb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV%2Bjvl%2F9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1%2BrTfaetq%2B2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z%2Bo%2B02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y%2FDMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS%2BKc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw%2BlXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r%2B00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle%2B70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l%2Bs7pAz7GPgKfep%2BHvqa%2BIt89viN%2B1n6Zfgf8nvs7%2Bsv9j%2Fi%2F4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww%2BFUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX%2BX0UKSoyqi7qUbRTdHF09yzWrORZ%2B2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY%2BybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP%2BWDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D%2BmiGT0Z1xjMJT1IreZEZkrkj801WRNberM%2FZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c%2FPbFWyFTNGjtFKuUA4WTC%2BoK3hbGFt4uEi9SFrUM99m%2Fur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl%2FVfPV5bdra3kq3yu3rSOuk626s91m%2Fr0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e%2B2Sba1r%2Fdd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q%2F5n7duEd3T8Wej3ulewf2Re%2FranRvbNyvv7%2ByCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9%2BmfHvjUOihzsPcw83fmX%2B39QjrSHkr0jq%2Fdawto22gPaG97%2BiMo50dXh1Hvrf%2Ffu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1%2F3yfPe549d8Lxw9CL3Ytslt0utPa49R35w%2FeFIr1tv62X3y%2B1XPK509E3rO9Hv03%2F6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r%2Fy%2B2v3qB%2FoP6n%2B0%2FrFlwG3g%2BGDAYM%2FDWQ%2FvDgmHnv6U%2F9OH4dJHzEfVI0YjjY%2BdHx8bDRq98mTOk%2BGnsqcTz8p%2BVv9563Or59%2F94vtLz1j82PAL%2BYvPv655qfNy76uprzrHI8cfvM55PfGm%2FK3O233vuO%2B638e9H5ko%2FED%2BUPPR%2BmPHp9BP9z7nfP78L%2FeE8%2Fsl0p8zAAAAIGNIUk0AAHolAACAgwAA%2Bf8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAeBSURBVHjaYvj%2F%2Fz%2FD%2F%2F%2F%2FGbb7eMAwHxKbgQFJwX8smAFF8tu3b%2F%2B%2Fffv2%2F8ayJTAFggzbfTxM0RV8%2B%2FYNbgrDdh%2BPvdt9PP6f6%2BrArgCbFcjuIKQAxRcvYAq%2Bfv36H%2BZNAAAAAP%2F%2FQg8DJYwwwOl%2FQl6jUBKbl%2BAOujh5Ik5JBjRj7bb7eDAAAAAA%2F%2F%2BCBwSSfz%2Fi8Nr%2F7T4eXkSlBWSb3j9%2BTDidYNOILRQwkggMf%2Fn4Eafmo0X5GJqN0E28MLGfoK0YSQsZ744Iwatxu48HD3po43Tyt2%2Ff%2Fn9%2B%2Fx4eWNt9PBgAAAAA%2F%2F9iwJI1YZh5u4%2BHDhZxhu0%2BHgz%2F%2F%2F9nQNfMhieO%2F%2BPTfJ%2BARhjmQNG83cdjF0pgRYURCmkUzQQTCbqa%2F%2F%2F%2FMzBs9%2FH4hSx4qqGWJM0ogifrqonSvN3H4xHR6RpX2qaeZmIDbLuPxwOG7T4eP9El7mxYh6Jxd0QI9gDDlTGwpGecmjfjc%2Fand29xJxKoATfR6wwc%2FmbFlTFY3ty8iVXjiapyjIwBAAAA%2F%2F9Cyc94sifrdh%2BPtURkmsfbfTyMcWVjYi3uIzKH4sPvibZ4u4%2FHc0IGHsxI%2FX9388b%2FL69c%2Fn99yaL%2FOwJ8iHEEG64ySBWfxl1hQXgTwLdv3%2F5%2F%2BfiRkOWn0YsgD7wa%2FLwIWkqoZkEOfrwZCqXa6uuhpsX%2Ft%2Ft4JDNs9%2FFoI6TwSEEutS3%2Bz7Ddx%2BMSPgWf378nyVIYPpSTQdDiFkKuw9fEwIavLZhH2MfExDEx9QC%2BAhYLjodZ7ESs5bh8f2%2FHNmItfY6ejxUJadoR4IPTt3e3bCLG0hP4Sq7H6HmY1Di%2BOm8ONkuZiS2rG%2B5t30pWikbqr7wip5JAxozbfTzmHCnI%2FX9%2F547%2Fn9%2B8QbHk%2Bbmz%2F891d%2F7f7uNxbbuPhzIxtRNAxFqMjsWgDXMlItRSZHHIdh%2BPr0QknonUsriKzHr4CrkWs2738fhHhYZAACkNATUqWIiM1xG0eLuPhwoxhl2ZNeP%2F05Mn%2Ft%2FdvBHWkCOE9%2BDrBTETMuDJ8WM48%2B2xkkJClqfisvgHPo2vb1wnWGgcryglZDkzetPHH5%2BGw3nZVGv24O32oeNPr14RbfGJmkpClvPAen2ilNbDyPjB7l2ELN4Ps3gnNS1%2BcvwYwVSOtZ9LqcX3d%2B4YGItvrVlFTL62wmvxrpBAsutjAhbnMVCzB0GCxVUM1AxmEhp%2B6QQtPlqUT23f%2Ft%2Fu42FNtTb1t2%2Ff%2Fr%2B%2BcZ0os2Cpegsxiu9u2UTQYmxDLfgsFqKGrz%2B9ekVs%2FXyQ6LIaho%2BVFVPUQ4RiTuI75gQqDGKDeLuPxxts9fFXSuKZyHEQZmwWM%2BL16bu3BBPXxckT8Vkaja%2FNJYOu4eq8OSTl4S8fP%2F7f7ueFbulGYlqZCpSOBnz79u3%2Fua4OmKWLSGlXM2%2F38fhDrqXfvn37f23h%2FP%2FbfTzcyO1J5CBP8RCDH%2B3fB%2B8HU6PvZLfdx%2BPt5RnT%2Fr%2B6ehXFog9Pn%2F6%2Fs2Hd%2F%2F2Jcf%2B3%2B3jUEtt3AjBvfiFNRXEcHxUlvQSSQYTv9VCP0Xs%2B%2FIgfA6VGCWMpZo2IwKgkKBooSfQShYhEJPTHpB7K4peL%2FbFwlTWnqQ9biM1kjmXibPWmv17OYs677d57zp0%2BfF%2FvuZ977j3n9%2F3%2BztUc2KSDzFUFIRwmhGsifJ0oUT4viKf0gBDOEcJ%2BMy60FKwq4EoBllRsufIj0FpC2LRewDWEELUQUI%2F%2FrLYaeDchfFhHSC2tiDbCZmXA4ntKbTBQLQUJYbtpYELYSQjfZG8k3NG%2BZoUtVK5N3r%2FHXkedLHiPYWBCaJUZ1Oes54V43HwCmslwuKNdBvovIRzQBZzfwzaq6YE3LFM55CqdTBopXbXkLgosln%2FTA%2BixN0a1lErxQK1dBtqjCSwqT9MXHjxzSjlsXr0oo4ZVwIRwVnZxity6aRnwbGhIFniZEKqzpnirzqy%2F5GpsFfCPd4Mqtq2HWWCnin2wmFGX1VT%2FC1V7dZWNEJ7KXGSiu4sXEwmeDQ1ZBvzr%2BzQvpVJ6W5bFdMJGCMMy%2B61VkIU0fP2qDHCrjRA%2ByTw1K2d2TQt%2Bfl4r1zCiCzZCeCL1mtiP6CodZZVJpznY1CD7SjtsIm6SXhA%2BXrnMsWd9nPw6phQ02vuYx7s6VS1alTZC2EIIGVWuxeuok0rDcqUQlAmhJ7fwOK3SqgWbGvhPJiM3s329KmGXCWFPfmn5XCX02%2BNHTTumnMxTlU4WMg9Dqo355zaP7tmeCQZkV2EtXSplD%2FtVDhj3%2B3TPbNzvUw3r1hsAnJcZKNDo4rmRsOnvd24kzIFGlwzob0LYazTi2VHqpOIqe%2Bhu5uRoRPn%2BmxyN8KC72QjsXdkQbx8hJApBlqPoyCo1OVkM%2FjUhbFMZ01YRgp8QeLy7q%2Bw1dL6%2B3GjLbjce0Qu0NIg%2FRAiRsTu3%2BWcsWjZIcXRmRSSTu9ar1VIhEpOp0MUWnnr10tDBo4JnCmLR7AHhFfEvU81G6S0V%2BsHoICG0EMIjQogQwuJArZ19znoONLrY56xn77H%2FGXSCEN4TQichuETT1pJm2r8BAJlJpQfGgRyqAAAAAElFTkSuQmCC) !important; -} - -#asVehicleIdentifierStripe .asVehicleIdenifierTextInput -{ - font-size: 20px !important; - font-weight: 700 !important; - height: 24px !important; - margin: 0 !important; - padding: 3px 7px !important; - text-align: center !important; - text-transform: uppercase !important; - zoom: 1 !important; - background-color: #697184 !important; - width: 200px !important; - -webkit-border-radius: 3px !important; - -moz-border-radius: 3px !important; - border-radius: 3px !important; - font-family: Arial, sans-serif !important; - border: 1px solid #272b35 !important; - outline: 0 !important; - box-shadow: none !important; - outline-width: 0 !important; -} - -#leftNav .seeMore, -#leftNav li .boldRefinementLink -{ - color: #ccc !important; -} - -#leftNav h2 -{ - color: #ccc !important; - font-size: 12px !important; - font-weight: 700 !important; - padding-bottom: 6px !important; -} - -#leftNav .expander -{ - font-size: 10px !important; - vertical-align: text-top !important; - color: #ccc !important; -} - -#leftNavContainer -{ - border-right: 1px solid #545b6b !important; - margin-bottom: 20px !important; -} - -.a-ws .s-result-list-hgrid.s-col-ws-1 li:nth-child(1n+2) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-10 li:nth-child(1n+11) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-11 li:nth-child(1n+12) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-12 li:nth-child(1n+13) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-2 li:nth-child(1n+3) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-3 li:nth-child(1n+4) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-4 li:nth-child(1n+5) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-5 li:nth-child(1n+6) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-6 li:nth-child(1n+7) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-7 li:nth-child(1n+8) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-8 li:nth-child(1n+9) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-9 li:nth-child(1n+10) .s-item-container -{ - border-top: 1px solid #545b6b !important; -} - -#s-result-info-bar -{ - border-top: 1px solid #545b6b !important; - border-bottom: 1px solid #545b6b !important; - box-shadow: 0 0 10px #3288c5 !important; - -webkit-box-shadow: 0 0 10px #60656f !important; - -moz-box-shadow: 0 0 10px #3288c5 !important; -} - -div.pagnHy -{ - background-color: transparent !important; - height: 36px !important; - line-height: 36px !important; - text-align: center !important; - font-size: 16px !important; -} - -.a-box -{ - margin-left: 10px !important; - border-radius: 4px !important; - border: 1px #60656f solid !important; - background-color: #3a3e4a !important; -} - -div#poweredByEmpty -{ - display: none !important; -} - -.reviews .drkgry -{ - color: #ccc !important; -} - -hr -{ - border: none !important; - color: #545b6b !important; - margin: 3px 0px !important; - border-style: dashed none none none !important; - background-color: #545b6b !important; -} - -.parseasinTitle -{ - color: #3288c5 !important; -} - -.dp-main -{ - background: #272b35 !important; - position: relative !important; - margin-bottom: 20px !important; - -webkit-font-smoothing: antialiased !important; -} - -.carousel-progress-bar-scrubber -{ - background: transparent !important; -} - -table.a-keyvalue td, -table.a-keyvalue th -{ - border-top: 1px solid #545b6b !important; -} - -table.a-keyvalue th -{ - background-color: #3a3e4a !important; - font-weight: 400 !important; - color: #ccc !important; -} - -.carousel-progress-bar-track -{ - background: #545b6b !important; - height: 2px !important; - position: relative !important; - top: 17px !important; - overflow: hidden !important; -} - -.carousel-progress-bar -{ - background-color: #60656f !important; -} - -table.a-keyvalue -{ - margin-bottom: 22px !important; - border-bottom: 1px solid #545b6b !important; -} - -.a-button-toggle .a-button-inner -{ - box-shadow: none !important; - border: 1px solid #3288c5 !important; - background-color: #60656f !important; - background-image: none !important; - height: auto !important; -} - -.a-box .a-divider.a-divider-section .a-divider-inner, -.a-color-base-background .a-divider.a-divider-section .a-divider-inner, -.a-divider.a-divider-section .a-divider-inner -{ - display: none !important; -} - -.a-box .a-divider.a-divider-section .a-divider-inner:after, -.a-color-base-background .a-divider.a-divider-section .a-divider-inner:after, -.a-divider.a-divider-section .a-divider-inner:after -{ - display: none !important; -} - -#dv-product-details #dv-customer-reviews h2, -#dv-product-details .carousel-header h2 -{ - color: #3288c5 !important; -} - -#ivMediaSelection -{ - width: 235px !important; - border: 1px solid #272b35 !important; - background-color: #1c1f26 !important; - padding-top: 5px !important; - padding-bottom: 5px !important; - margin-top: 15px !important; - display: none !important; -} - -#ivTitle -{ - cursor: pointer !important; - color: #ccc !important; - text-align: left !important; - margin-top: 10px !important; - font-family: verdana, arial, helvetica, sans-serif !important; - font-size: 14px !important; - font-weight: 700 !important; - word-wrap: break-word !important; - width: 235px !important; -} - -hr.bucketDivider, -hr.bucketDivider:after -{ - display: none !important; -} - -#AUI_A9AdsMiddleBoxTop h2, -#CustomerDiscussions h2, -#customer-discussions_feature_div h2, -#customer-reviews_feature_div h2, -#customerReviewsHeader, -#detailpage-click2call-header, -#hmdFormDiv h2, -#need-help-deciding .secHeader, -#pf-fitment-wrapper h2, -#revMHLContainer h2, -#reviewBucketHeader, -#rhfMainHeading, -#sponsored-products-dp_feature_div h2, -.bucket h2, -.cdInlineAskBoxTitle, -.cdQuestionAnswerHeader, -.pa_componentTitleTest h2, -h2.amtcmp, -h2.featureHeading -{ - color: #fff !important; - font-size: 16px !important; - font-family: verdana, arial, helvetica, sans-serif !important; - text-decoration: underline !important; -} - -#prodDetails h2, -#product-details-old b.h1 -{ - margin: 3px 0 7px 0 !important; - color: #3288c5 !important; - font-size: 16px !important; - font-family: verdana, arial, helvetica, sans-serif !important; -} - -#productDescription_feature_div > h2.default -{ - color: #3288c5 !important; - font-size: medium !important; - margin: 0 0 0.25em !important; - font-family: verdana, arial, helvetica, sans-serif !important; -} - -#quickPromoBucketContent ul li -{ - color: #aaa !important; -} - -#productDescription -{ - font-family: verdana, arial, helvetica, sans-serif !important; - color: #ccc !important; - word-wrap: break-word !important; - font-size: small !important; - margin: 0.5em 0px 0em 25px !important; -} - -#productDescription h3 -{ - font-weight: normal !important; - color: #3288c5 !important; - font-size: 1.23em !important; - clear: left !important; - margin: 0.75em 0px 0.375em -15px !important; -} - -.a-checkbox label, -.a-radio label -{ - position: relative !important; - font-weight: 400 !important; - color: #ccc !important; -} - -#addon -{ - border-color: #2d3039 !important; - border-style: solid none !important; - border-width: 1px !important; - margin: 21px 0 14px !important; - padding: 15px 0 10px !important; - position: relative !important; - width: 100% !important; -} - -#prodDetails #SalesRank ul li span.zg_hrsr_ladder, -#prodDetails #SalesRank ul li span.zg_hrsr_rank, -#prodDetails .wrapper, -#prodDetails td -{ - color: #ccc !important; -} - -#prodDetails .attrG -{ - clear: both !important; - border-top: 1px dotted #2d3039 !important; -} - -#merchant-help-links table table -{ - border: 1px solid #2d3039 !important; - border-spacing: 5px !important; - border-collapse: separate !important; -} - -.askInlineWidget .vote -{ - border-right: 1px solid #60656f !important; - text-align: center !important; - color: #3288c5 !important; - padding: 0 !important; - margin: 0 !important; - width: 65px !important; -} - -#productDescription p -{ - color: #ccc !important; -} - -div[id="merchant-help-links"] -{ - display: none !important; -} - -div[style="text-align:center;width:100%;margin:22px 0;height:1px;border-top:1px solid #DDDDDD"] -{ - border-top: 1px solid #60656f !important; -} - -div[name="goKindleStaticPopDiv"] -{ - display: none !important; -} - -.dp-accordion .unselected .rbbHeader -{ - display: none !important; -} - -#detail-bullets ul, -#detail_bullets_id ul, -#feature-bullets-btf ul, -#technical-data ul -{ - color: #888 !important; - font-size: 13px !important; - margin-bottom: 1px !important; - font-family: verdana, arial, helvetica, sans-serif !important; -} - -.a-carousel-row .a-carousel-photo -{ - display: table !important; - border: 5px solid #697184 !important; - table-layout: fixed !important; - width: 100% !important; - margin-bottom: 6px !important; -} - -.technicalData .h3color, -.technicalData font, -.technicalData ul -{ - color: #aaa !important; -} - -.a-input-text, -input[type=text], -input[type=number], -input[type=tel], -input[type=password], -input[type=search] -{ - background: #aaa !important; - height: 31px !important; - padding: 3px 7px !important; - line-height: normal !important; -} - -.a-search .a-icon-search -{ - display: none !important; -} - -.a-input-text, -input[type=text], -input[type=number], -input[type=tel], -input[type=password], -input[type=search], -select.a-select-multiple, -textarea -{ - border: 1px solid #60656f !important; - border-top-color: transparent !important; - border-radius: 3px !important; - box-shadow: none !important; - outline: 0 !important; -} - -.sims-vtph-image -{ - border: 5px solid #697184 !important; - margin-left: auto !important; - margin-right: auto !important; - display: block !important; -} - -.askTypicalExamples -{ - color: #3288c5 !important; - line-height: 19px !important; - font-size: 13px !important; - display: block !important; -} - -#miniATFUDP -{ - background: #404552 !important; - border-top: solid 1px #60656f !important; - border-bottom: solid 1px #60656f !important; -} - -.input:focus -{ - outline: none !important; - border: 1px solid red !important; - box-shadow: 0 0 10px #719ECE !important; -} - -.generic-subnav-flyout-item -{ - border: 4px solid #999 !important; -} - -.nav-tpl-discoveryPanelList .nav-link:focus .nav-text, -.nav-tpl-discoveryPanelList .nav-link:hover .nav-text, -.nav-tpl-discoveryPanelSummary .nav-link:focus .nav-text, -.nav-tpl-discoveryPanelSummary .nav-link:hover .nav-text, -.nav-tpl-itemList .nav-link:focus .nav-text, -.nav-tpl-itemList .nav-link:hover .nav-text -{ - color: #43bd79 !important; - text-decoration: underline !important; -} - -#yourOrdersContent .a-color-offset-background -{ - background: transparent !important; - background-color: transparent !important; -} - -.a-box-group > .a-box.a-first > .a-box-inner, -.a-box-group > .a-box:first-child > .a-box-inner -{ - border-radius: 4px 4px 0 0 !important; - background: #272b35 !important; -} - -#navbar.nav-bluebeacon #nav-programs .nav-a:hover, -#navbar.nav-bluebeacon #nav-shop .nav-a:hover, -#navbar.nav-bluebeacon #nav-tools .nav-a:hover, -#navbar.nav-bluebeacon #nav-xshop .nav-a:hover, -#navbar.nav-bluebeacon .nav-tools .nav-a:hover -{ - border-color: #43bd79 !important; - background-color: transparent !important; -} - -#navbar.nav-bluebeacon #nav-cart-count, -#navbar.nav-bluebeacon #nav-ewc-cart-count -{ - color: #1695ab !important; -} - -#nav-npm-header -{ - color: #ddd !important; -} - -.hud-white-dashboard .feed-carousel-control.feed-right.feed-control-disabled -{ - opacity: 0.3 !important; - margin-top: 35px !important; -} - -#ys-card #hud-dashboard -{ - background-color: #1c1f26 !important; -} - -hud-carousel-element a:active .value, -.hud-carousel-element a:focus .value, -.hud-carousel-element a:hover .value, -.hud-carousel-element a:link .value, -.hud-carousel-element a:visited .value -{ - color: #aaa !important; -} - -#ysh-cards-container li.recs-grid-item -{ - border: 5px solid #1c1f26 !important; - background: #3a3e4a !important; -} - -.a-button.a-button-small .a-button-inner, -.a-button.a-button-small.a-button-disabled .a-button-inner, -.a-button.a-button-small.a-button-disabled.a-button-focus .a-button-inner, -.a-button.a-button-small.a-button-disabled:active .a-button-inner, -.a-button.a-button-small.a-button-disabled:focus .a-button-inner, -.a-button.a-button-small.a-button-disabled:hover .a-button-inner, -.a-button.a-button-small.a-button-focus .a-button-inner, -.a-button.a-button-small.a-button-focus:active .a-button-inner, -.a-button.a-button-small:active .a-button-inner, -.a-button.a-button-small:focus .a-button-inner, -.a-button.a-button-small:focus:active .a-button-inner, -.a-button.a-button-small:hover .a-button-inner -{ - margin-left: 1px !important; -} - -.a-button-group .a-button -{ - border-color: #545b6b !important; -} - -.a-button .a-button-inner -{ - background: #797d8a !important; -} - -.a-dropdown-common .a-dropdown-link.a-active -{ - background-color: #272b35 !important; - border-color: #545b6b !important; - border-top-color: #545b6b !important; - border-left-color: #545b6b !important; -} - -.hover-as-link:hover, -.hover-as-link:hover span -{ - color: #1695ab !important; -} - -.a-button-dropdown .a-button-text -{ - margin-right: 1px !important; -} - -#prodDetails .content -{ - color: #fff !important; -} - -.h1 -{ - color: #1695ab !important; -} - -.azv2-h1, -.azv2-h2, -.azv2-h3, -.azv2-h4, -.azv2-h5, -.azv2-h6 -{ - color: #1695ab !important; -} - -.info-title -{ - color: #aaa !important; -} - -.a-fixed-left-grid .a-col-right -{ - padding-left: 3.5% !important; -} - -#formats .hr.unselected-row -{ - border-top: 1px solid #545b6b !important; -} - -#MediaMatrix #twister #binding_row_landing, -#MediaMatrix #twister .top-level.selected-row -{ - background: #272b35 !important; - border: 1px solid #1695ab !important; -} - -.a-box .a-divider.a-divider-break h5, -.a-color-base-background .a-divider.a-divider-break h5, -.a-divider.a-divider-break h5 -{ - background-color: #272b35 !important; -} - -.acs-en-widget .acs-en-full .acs-en-middle-section a -{ - background-color: #272b35 !important; -} - -.acs-en-widget .acs-en-full -{ - border: 1px solid #545b6b !important; -} - -.acs-en-widget.acs-en-noTabs .acs-en-full .acs-en-main-section-container -{ - border-left: 1px solid #545b6b !important; -} - -.acs-en-widget .acs-en-full .acs-en-main-section-container -{ - border-bottom: 1px solid #545b6b !important; -} - -#a-page div.left_nav.browseBox h3 -{ - color: #3c8ef5 !important; -} - -#nav-subnav .nav-a:hover -{ - color: #fff !important; - border-bottom: 2px solid #2b6cef !important; -} - -.a-color-alternate-background -{ - background-color: #2e3539 !important; -} - -.nav-packard-glow #nav-global-location-slot .nav-a-2 .nav-line-2 -{ - font-size: 12px !important; -} - -.text-link-stripe, -#gw-desktop-herotator, -#gw-desktop-herotator .a-carousel-viewport -{ - display: none !important; -} - -#pageContent -{ - background: #1c1f26 !important; -} - -#gw-card-layout -{ - display: none !important; -} - -.adcenterRowWrapper, -.billboardRowWrapper, -.desktop-row -{ - background: #272b35 !important; - border: 1px solid #545b6b !important; - margin-top: 10px !important; - border-radius: 5px !important; - background-image: linear-gradient(#1c1f26, #272b35) !important; - -webkit-box-shadow: 4px 10px 5px -8px rgba(0, 0, 0, 0.5) !important; - -moz-box-shadow: 4px 10px 5px -8px rgba(0, 0, 0, 0.5) !important; - box-shadow: 4px 10px 5px -8px rgba(0, 0, 0, 0.5) !important; -} - -#squished-desktop-row -{ - background: transparent !important; - padding-right: 0px !important; -} - -#squished-desktop-row .desktop-row -{ - border-right: 1px solid #545b6b !important; -} - -#gw-content-grid .fresh-shoveler .as-title-block .a-color-base -{ - color: #aaa !important; - text-shadow: 1px 1px 1px rgba(0, 0, 0, 1) !important; - font-weight: 500 !important; -} - -.a-popover-modal .a-popover-footer -{ - background-color: #1c1f26 !important; - background: #1c1f26 !important; - border-top: 1px solid #545b6b !important; -} - -#desktop-editorial, -.billboard, -#desktop-ad-btf -{ - display: none !important; -} - -.fresh-shoveler .as-title-block -{ - margin-bottom: 20px !important; - margin-left: -20px !important; - margin-top: -10px !important; - background: #2e333e !important; - padding-left: 10px !important; - padding-right: 10px !important; - border: none !important; - max-width: max-content !important; - border-top-left-radius: 5px !important; - border-bottom-right-radius: 5px !important; - border-bottom: 1px solid #545b6b !important; - border-right: 1px solid #545b6b !important; -} - -.uilm-section img -{ - display: none !important; -} - -.feed-carousel .feed-carousel-control -{ - background-color: #43bd79 !important; - height: 45px !important; - border: 5px solid #545b6b !important; - border-radius: 100% !important; -} - -#navFooter .navFooterBackToTop span -{ - font-size: 20px !important; - font-weight: 500 !important; - text-shadow: 1px 1px 1px rgba(0, 0, 0, 1) !important; -} - -#navFooter.navLeftFooter .navFooterCopyright, -#navFooter.navLeftFooter .navFooterDescLine, -#desktop-banner -{ - display: none !important; -} - -#navFooter.navLeftFooter -{ - background-size: 10px 10px !important; - background-image: linear-gradient(45deg, rgba(100, 100, 100, .2) 25%, transparent 25%, transparent 50%, rgba(100, 100, 100, .2) 50%, rgba(100, 100, 100, .2) 75%, transparent 75%, transparent) !important; - min-height: 100% !important; -} - -#navFooter.navLeftFooter .navFooterColHead -{ - font-weight: 700 !important; - color: #fff !important; - font-style: oblique !important; - text-decoration: underline !important; -} - -.item-view-left-col-inner -{ - border: 5px solid #545b6b !important; -} - -#nav-subnav -{ - -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75) !important; - -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75) !important; - box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75) !important; -} - -a-box-group > .a-box.a-first > .a-box-inner, -.a-box-group > .a-box:first-child > .a-box-inner -{ - -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.75) !important; - -moz-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.75) !important; - box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.75) !important; -} - -.fresh-shoveler .as-title-block-right a, -#navbar.nav-bluebeacon #nav-cart-count, -#navbar.nav-bluebeacon #nav-ewc-cart-count -{ - color: #43bd79 !important; -} - -#errorPageContainer .widgetHeader, -#mapTracking-bottomSheet-container .widgetHeader, -#pageContainer .widgetHeader -{ - text-decoration: underline !important; - font-style: oblique !important; -} - -.wishlist-left-nav -{ - background-color: transparent !important; -} - -.wls-steps-image-row-unpinned -{ - border: 5px solid #1c1f26 !important; - background: #fff !important; -} - -#bbopAndCartBox -{ - background-color: #424858 !important; -} - -.hud-white-dashboard .feed-carousel-control.feed-right, -.hud-white-dashboard .feed-carousel-control.feed-left -{ - background: #43bd79 !important; -} - -.hud-white-dashboard .hud-feed-carousel, -#gw-content-grid-bottom > div, -#gw-content-grid-top > div -{ - border-radius: 5px !important; -} - -#btfContent, -.btfContent -{ - padding: 0px 0px 0px 0px !important; -} - -.hud-white-dashboard .hud-feed-carousel .feed-carousel-card -{ - border: 1px solid #545b6b !important; -} - -.a-button-dropdown .a-button-text -{ - margin-right: 0px !important; -} - -.a-button-dropdown.a-button-small .a-button-text -{ - padding-right: 0px !important; -} - -.avu-section-alt -{ - background-color: #1c1f26 !important; - border: none !important; - border-radius: 5px !important; -} - -.dv-episode-container -{ - background-color: #272b35 !important; -} - -.dv-episode-container.dv-episode-container -{ - border: 1px solid #545b6b !important; -} - -.dv-episode-wrap -{ - box-shadow: none !important; -} - -.dv-el-attr-key -{ - color: #fff !important; -} - -.avu-content .avu-section-alt .av-secondary -{ - color: #95a6b5 !important; -} - -.avu-content .av-button.av-button--purchase:link, -.avu-content .av-button.av-button--purchase:visited -{ - color: #fff !important; - background-color: #43bd79 !important; -} - -.avu-section-alt .dv-carousel-control -{ - background: #43bd79 !important; -} - -table.a-bordered tr:first-child th -{ - box-shadow: none !important; -} - -table.a-bordered td, -table.a-bordered th -{ - border-bottom: 1px solid #545b6b !important; -} - -#HLCXComparisonTable td, -#HLCXComparisonTable th -{ - border: 1px solid #545b6b !important; -} - -#nav-flyout-wl-alexa, -#nav-flyout-wl-items -{ - border-bottom: 1px solid #545b6b !important; -} - -.nav-tpl-discoveryPanelList .nav-divider, -.nav-tpl-discoveryPanelSummary .nav-divider, -.nav-tpl-itemList .nav-divider -{ - background: #545b6b !important; -} - -.nav-catFlyout .nav-subcats -{ - border-left: 1px solid #545b6b !important; -} - -.cLFKpj li:nth-child(1), -.cLFKpj li:nth-child(2), -.cLFKpj li:nth-child(3), -.cLFKpj li:nth-child(4), -.cLFKpj li:nth-child(5) -{ - border-top: solid 1px #545b6b !important; -} - -.cLFKpj -{ - border-left: solid 1px #545b6b !important; -} - -.asin-container -{ - border: 1px solid #545b6b !important; - background: #272b35 !important; -} - -.metadata-container-t1 .asin-title-t1 -{ - color: #fff !important; -} - -.metadata-container-t1 .price-container-t1 .price-display -{ - color: #ff0000 !important; -} - -.hqnMhf, -.eRbYxk, -.eSgpKH, -.kSAXPt, -.eSgpKH -{ - color: #fff !important; -} - -.ierAum -{ - background-color: #272b35 !important; -} - -#wr-home .wr-layout-body -{ - background: #272b35 !important; -} - -.wr-layout-wrapper -{ - background-color: #272b35 !important; -} - -.aplus-v2 tr.apm-tablemodule-keyvalue td -{ - border: 1px solid #545b6b !important; -} - -.aplus-v2 table.apm-tablemodule-table th -{ - border: 1px solid #545b6b !important; -} - -.aplus-v2 .a-color-alternate-background -{ - background-color: #272b35 !important; -} - -.idcXpH -{ - background-color: #1c1f26 !important; - padding: 21px 0 0 !important; -} - -.fdruLQ -{ - color: #fff !important; -} - -.a-dropdown-common .a-dropdown-item:active .a-dropdown-link, -.a-dropdown-common .a-dropdown-item:hover .a-dropdown-link -{ - border-color: #545b6b !important; - background-color: #272b35 !important; -} - -.a-dropdown-common .a-dropdown-item:focus .a-dropdown-link.a-active -{ - background-color: #272b35 !important; - border-color: #545b6b !important; -} - -.ya-card__heading--poor -{ - text-decoration: underline !important; -} - -.ya-card__heading--rich -{ - color: #fff !important; - text-decoration: underline !important; -} - -.a-color-state -{ - color: #fff !important; -} - -.custom-view-options li.selected -{ - border-bottom-color: #43bd79 !important; -} - -#prodDetails h2, -#product-details-old b.h1 -{ - color: #fff !important; - text-decoration: underline !important; -} - -.a-color-success, -.askInlineWidget .vote, -a:link:hover -{ - color: #43bd79 !important; -} - -#productDescription_feature_div > h2.default -{ - color: #fff !important; - text-decoration: underline !important; -} - -#productDescription h3 -{ - color: #fff !important; -} - -#productTitle -{ - color: #fff !important; - text-decoration: underline !important; -} - -.askTypicalExamples -{ - color: #fff !important; -} - -#nav-subnav .nav-a:hover -{ - border-bottom: 2px solid #43bd79 !important; -} - -.cr-lighthouse-term -{ - background-color: #272b35 !important; - border: solid 1px #545b6b !important; - color: #fff !important; -} - -.fdRgfz, -.a-color-link -{ - color: #43bd79 !important; -} - -.fNcJqN -{ - background: #272b35 !important; - border: 1px #545b6b solid !important; -} - -.hTAcKK -{ - border-bottom: 1px #545b6b solid !important; - border-top: 1px #545b6b solid !important; - background-color: #1c1f26 !important; -} - -.blgDBY -{ - border-bottom: 1px #545b6b solid !important; - background-color: #272b35 !important; -} - -.blgDBY:hover -{ - background-color: #1c1f26 !important; -} - -.hTAcKK:hover -{ - background-color: #1c1f26 !important; -} - -#cpsia-block ul, -#cpsia-product-safety-warning_feature_div ul -{ - color: #ccc !important; -} - -.s-result-list-hgrid.s-col-1 li:nth-child(1n+2) .s-item-container, -.s-result-list-hgrid.s-col-10 li:nth-child(1n+11) .s-item-container, -.s-result-list-hgrid.s-col-11 li:nth-child(1n+12) .s-item-container, -.s-result-list-hgrid.s-col-12 li:nth-child(1n+13) .s-item-container, -.s-result-list-hgrid.s-col-2 li:nth-child(1n+3) .s-item-container, -.s-result-list-hgrid.s-col-3 li:nth-child(1n+4) .s-item-container, -.s-result-list-hgrid.s-col-4 li:nth-child(1n+5) .s-item-container, -.s-result-list-hgrid.s-col-5 li:nth-child(1n+6) .s-item-container, -.s-result-list-hgrid.s-col-6 li:nth-child(1n+7) .s-item-container, -.s-result-list-hgrid.s-col-7 li:nth-child(1n+8) .s-item-container, -.s-result-list-hgrid.s-col-8 li:nth-child(1n+9) .s-item-container, -.s-result-list-hgrid.s-col-9 li:nth-child(1n+10) .s-item-container -{ - border-top: 1px solid #545b6b !important; -} - -#leftNav .s-pfsd-banner -{ - background-color: #272b35 !important; - border: 1px solid #545b6b !important; -} - -#s-result-info-bar -{ - box-shadow: none !important; -} - -#leftNav #leftNavContainer -{ - border-bottom: 1px solid #545b6b !important; -} - -#ask_lazy_load_div hr, -#customer_discussions_lazy_load_div hr -{ - display: none !important; -} - -.a-button-toggle.a-button-selected .a-button-text -{ - font-weight: 700 !important; - background: #3a3f4a !important; -} - -#MediaMatrix #twister #binding_row_landing, -#MediaMatrix #twister .top-level.selected-row -{ - border: 1px solid #43bd79 !important; -} - -.a-button-toggle.a-button-selected, -.a-button-toggle.a-button-selected.a-button-unavailable -{ - border-color: #43bd79 !important; -} - -.apl_message_tips -{ - color: #fff !important; -} - -.cr-lighthouse-term:hover -{ - background: #3a3f4a !important; -} - -.a-button-toggle .a-button-inner -{ - border: 1px solid #5e6677 !important; -} - -.aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute, -.aplus-v2 .premium-aplus-module-5 table.a-bordered td.active-item -{ - background-color: #272b35 !important; -} - -.aplus-v2 .premium-aplus-module-5 table.a-bordered tr:nth-child(even) td.attribute, -.aplus-v2 .premium-aplus-module-5 table.a-bordered tr:nth-child(even) td.active-item -{ - background-color: #272b35 !important; -} - -.aplus-v2 .premium-aplus-module-5 .attribute, -.aplus-v2 .premium-aplus-module-5 .active-item, -.aplus-v2 .premium-aplus-module-5 .description -{ - color: #fff !important; -} - -.aplus-v2 .premium-aplus-module-5 table.a-bordered td -{ - border: 1px solid #545b6b !important; -} - -.aplus-v2 .premium-aplus-module-11 -{ - background: #272b35 !important; - border: 1px solid #545b6b !important; -} - -.aplus-v2 .premium-aplus-module-11 .faq-block -{ - background: #1c1f26 !important; - border: 2px solid #545b6b !important; -} - -.aplus-v2 .premium-aplus-module-11 .faq-block::before -{ - background: #43bd79 !important; -} - -.aplus-v2 .premium-aplus-module-11 .aplus-active .faq-arrow -{ - border-bottom-color: #43bd79 !important; -} - -ul.a-pagination li.a-selected a -{ - background-color: #43bd79 !important; - color: #fff !important; -} - -.kXKjvH li:nth-child(1), -.kXKjvH li:nth-child(2), -.kXKjvH li:nth-child(3), -.kXKjvH li:nth-child(4), -.kXKjvH li:nth-child(5) -{ - border-top: solid 1px #545b6b !important; -} - -.kXKjvH -{ - border-left: solid 1px #545b6b !important; -} - -.hud-white-dashboard .hud-feed-carousel .feed-carousel-card:hover -{ - border: 1px solid #646c80 !important; -} - -.notouch ul.order-level-item-summary-list li div -{ - color: #fff !important; -} - -.checkout:not(.aui-templatized) .a-radio -{ - color: #fff !important; -} - -#primeComparisonTable -{ - border: 2px solid #545b6b !important; -} - -#membershipInfoLeftPanelDiv -{ - background-color: #272b35 !important; - border-color: #545b6b !important; -} - -#membershipDaysSpan, -.membershipInfoItemsHeaderSpan -{ - color: #fff !important; -} - -.membershipSettingsInfoItemDiv -{ - color: #ccc !important; -} - -.currentBreadcrumbLink -{ - color: #43bd79 !important; -} - -.sp-desktop .a-color-alternate-background.pageContent_footer -{ - background-color: #1c1f26 !important; -} - -.rptHeaderBreadcrumb-item_active, -.milestoneItem_active .milestoneItem-date, -.milestoneItem_complete .milestoneItem-date -{ - color: #fff !important; -} - -.milestoneItem_active .milestoneItem-title, -.milestoneItem_complete .milestoneItem-title -{ - color: #43bd79 !important; -} - -.milestoneItem_active .milestoneItem-marker:before, -.milestoneItem_complete .milestoneItem-marker:before -{ - background-color: #43bd79 !important; - border: 2px solid #63e49c !important; -} - -.milestoneItem-bar_foreground -{ - background-color: #43bd79 !important; -} - -.displayAddressDiv .displayAddressUL li -{ - color: #fff !important; -} - -table.a-keyvalue td, -table.a-keyvalue th -{ - border: 1px solid #545b6b !important; -} - -.a-popover.a-arrow-bottom .a-arrow -{ - border-bottom-color: #545b6b !important; -} - -.a-input-text, -input[type=text], -input[type=number], -input[type=tel], -input[type=password], -input[type=search] -{ - background: #272b35 !important; -} - -#nav-search .nav-search-field .nav-input -{ - color: #fff !important; -} - -input, -select, -textarea -{ - color: #ccc !important; -} - -#nav-search .nav-search-dropdown -{ - background: #272b35 !important; -} - -#attach-desktop-sideSheet #attach-warranty-pane, -#attach-desktop-sideSheet div.attach-sidesheet-card, -#attach-desktop-sideSheet, -#attach-desktop-sideSheet .attach-primary-atc-confirm-box, -#huc-v2-order-row-items -{ - background-color: #272b35 !important; -} - -#attach-desktop-sideSheet #attach-warranty #attachWarrantyButtonWrapper -{ - border-color: #545b6b !important; -} - -#attach-desktop-sideSheet .added-to-cart-message-box -{ - margin-bottom: 20px !important; -} - -#huc-v2-order-row-messages -{ - background-color: #272b35 !important; - border-right: 1px solid #545b6b !important; -} - -.a-button-text -{ - background-color: #43bd79 !important; - text-shadow: 1px 1px 1px rgba(0, 0, 0, 1) !important; - background: linear-gradient(to bottom, #43bd79, #3aa468) !important; - border-radius: 2px !important; - border-bottom: 4px solid #308b58 !important; -} - -.a-button-text:hover -{ - background-color: #4bd789 !important; - text-shadow: 1px 1px 1px rgba(0, 0, 0, 1) !important; - background: linear-gradient(to top, #43bd79, #3aa468) !important; - border-radius: 2px !important; -} - -.a-color-success, -.askInlineWidget .vote, -a:link:hover -{ - color: #fff !important; -} - -.a-fixed-right-flipped-grid .a-col-left -{ - background-color: transparent !important; - border: 0px solid #545b6b !important; -} - -#sc-delivery-slot-form input[type=submit], -.sc-list .sc-action-links input[type=submit], -.sc-list .sc-action-links input[type=button], -.sc-update-all-quantity input -{ - color: #4bd789 !important; -} - -.cr-lighthouse-terms -{ - max-height: 128px !important; -} - -.kCsidi -{ - background-color: #1c1f26 !important; - border-bottom: none !important; -} - -.knIkHH -{ - background-color: #1c1f26 !important; -} - -.ewXnMQ -{ - color: #fff !important; -} - -.kEqLgo -{ - background-color: #444a5a !important; -} - -* -{ - outline: none !important; -} - -.bnUXTj -{ - grid-gap: 0px !important; -} - -.fEDkRV -{ - background-color: #272b35 !important; - border: solid 1px #545b6b !important; - color: #fff !important; -} - -.fEDkRV:hover -{ - background: #3a3f4a !important; -} - -.swa-widget-list-header -{ - background-color: #272b35 !important; - border-bottom: 0px solid #ddd !important; -} - -.swa-widget-list -{ - border: 1px solid #545b6b !important; -} - -.a-global-nav-wrapper -{ - background: #272b35 !important; - border-bottom: 1px solid #545b6b !important; -} - -.swa-sub-nav-links span -{ - color: #fff !important; -} - -#customerNameWithGreetingSpan -{ - color: #fff !important; -} - -.autoRenewWarningMessage -{ - background-color: transparent !important; -} - -.kdiiZP -{ - background: #1c1f26 !important; - border: 1px #545b6b solid !important; -} - -.cWBNnw -{ - border-bottom: 1px #545b6b solid !important; - background-color: #1c1f26 !important; -} - -.fGnUCj -{ - border-bottom: 1px #545b6b solid !important; - border-top: 1px #545b6b solid !important; - background-color: #272b35 !important; -} - -.fGnUCj:hover -{ - background-color: #272b35 !important; - color: #fff !important; -} - -.cWBNnw:hover -{ - background-color: #272b35 !important; -} - -.jxKqUN -{ - color: #fff !important; -} - -.Jchjh -{ - color: #4bd789 !important; -} - -.acs-ln-widget .acs-ln-header -{ - border-bottom: 1px solid #545b6b !important; - color: #fff !important; -} - -.acs-ln-widget .acs-ln-header:hover -{ - background-color: #272b35 !important; -} - -.acs-ln-widget .acs-ln-expand-all -{ - background-color: #1c1f26 !important; -} - -.gKWotC -{ - color: #fff !important; -} - -.hfWugw -{ - color: #4bd789 !important; -} - -.digital-dash-c-header -{ - background: #272b35 !important; - padding-bottom: 5px !important; - border-bottom: 1px solid #545b6b !important; -} - -.digital-dash-dashboard-content, -.digital-dash-sticky-content -{ - background: #1c1f26 !important; -} - -.a-color-tertiary -{ - color: #ddd !important; -} - -.navHeader_alexa_myx -{ - border-bottom: 1px solid #545b6b !important; - background: #272b35 !important; - box-shadow: none !important; -} - -.myx-color-base -{ - color: #fff !important; -} - -#nav-subnav.spacious[data-category=dmusic] -{ - background-color: #272b35 !important; - box-shadow: none !important; -} - -a.a-link-section-expander -{ - background-color: #272b35 !important; -} - -.a-section-expander-container -{ - border: 1px solid #545b6b !important; -} - -.a-section-expander-inner -{ - border-top: 1px solid #545b6b !important; -} - -.dm-expander-header -{ - color: white !important; -} - -a.a-link-section-expander:hover, -a.a-link-section-expander:focus -{ - background-color: #3d4352 !important; -} - -.side-nav-wrapper, -.side-nav -{ - background: #272b35 !important; - border-right: 1px solid #545b6b !important; -} - -#primary-header -{ - border-bottom: 1px solid #545b6b !important; - background-image: none !important; - background-color: #272b35 !important; -} - -.side-nav a.active -{ - background: #353b48 !important; - border-left: 3px solid #4bd789 !important; -} - -.get-apps-promotion a -{ - background: #373c4a !important; -} - -.user-menu .toggle -{ - color: #fff !important; -} - -.file-list-item.header -{ - border-bottom: 1px solid #545b6b !important; - background: #2d323e !important; -} - -.file-list-item.header .detail.FileName, -.file-list-item.header .detail.DateModified, -.file-list-item.header .detail.DateCreated, -.file-list-item.header .detail.Extension, -.file-list-item.header .detail.Size -{ - border-left: 1px solid #545b6b !important; -} - -.file-list-item.header .detail -{ - border-bottom: 0px solid #545b6b !important; - border-top: 1px solid #545b6b !important; -} - -.file-list-item.header .detail .column-name -{ - color: #fff !important; -} - -.file-list-item.header .detail.swappable -{ - border-right: none !important; -} - -.file-list-item -{ - border-bottom: 1px solid #545b6b !important; - border-left: 1px solid #545b6b !important; - border-right: 1px solid #545b6b !important; - color: #fff !important; -} - -.file-list-item:hover -{ - background: #272b35 !important; -} - -.file-list-item .select-all, -.file-list-item .select-item -{ - color: #eee !important; -} - -.empty-state h1, -.empty-state h2 -{ - color: #fff !important; -} - -.dsv-whiteBox -{ - background: #272b35 !important; -} - -.dsv-whiteBoxTL, -.dsv-whiteBoxTR, -.dsv-whiteBoxBL, -.dsv-whiteBoxBR -{ - display: none !important; -} - -.breadcrumb-actions .visible-actions button -{ - border: 1px solid #545b6b !important; - background: #4bd789 !important; - text-shadow: 1px 1px 1px rgba(0, 0, 0, 1) !important; - color: #fff !important; -} - -.upload-button .toggle -{ - background: #4bd789 !important; - color: #fff !important; - text-shadow: 1px 1px 1px rgba(0, 0, 0, 1) !important; -} - -.breadcrumb-actions .visible-actions button:not(:disabled):not(.disabled):hover, -.breadcrumb-actions .visible-actions button:not(:disabled):not(.disabled):focus, -.breadcrumb-actions .visible-actions button:not(:disabled):not(.disabled):active, -.breadcrumb-actions .visible-actions button:not(:disabled):not(.disabled).active -{ - background: #418cf6 !important; - text-shadow: 1px 1px 1px rgba(0, 0, 0, 1) !important; - color: #fff !important; -} - -p:last-child -{ - color: #fff !important; - text-shadow: 1px 1px 1px rgba(0, 0, 0, 1) !important; -} - -.side-nav a.active:before -{ - color: #4bd789 !important; -} - -a:active, -a:visited -{ - color: #ddd !important; -} - -.search-field button -{ - background: #4bd789 !important; - color: #fff !important; -} - -.expandable-nav .expanded-nav -{ - background: #272b35 !important; - border: 1px solid #545b6b !important; -} - -.user-menu .expanded-nav a, -.user-menu .expanded-nav button -{ - color: #fff !important; -} - -.file-list-item .node-icon -{ - color: #4bd789 !important; -} - -.file-list-item:not(.header) .FileName, -.file-list-item:not(.header) .FileName a -{ - color: #fff !important; -} - -#kfs-container -{ - display: none !important; -} - -.GB-SUPPLE .filters -{ - background-color: #272b35 !important; - border-top: 1px solid #545b6b !important; -} - -.GB-SUPPLE .widgetBorder -{ - border-top: 1px solid #545b6b !important; -} - -div.gbh1-bold -{ - color: #fff !important; -} - -.GB-SUPPLE .firstRowDiv -{ - border-bottom: 1px solid #545b6b !important; - background-image: linear-gradient(to bottom, #545b6b 0, #545b6b 100%) !important; -} - -.GB-SUPPLE .rightMostDiv -{ - border-right: 1px solid #545b6b !important; -} - -div.gbox-section -{ - display: none !important; -} - -#asv-gclp-balance-widget-desktop -{ - background-color: #1c1f26 !important; -} - -.as .color-squidink -{ - color: #ddd !important; -} - -.ss-gradient-bg -{ - background: #1c1f26 !important; -} - -.csg-box -{ - border: 1px solid #545b6b !important; -} - -.csg-hover-box .csg-hover-box-categories -{ - background: none repeat scroll 0 0 #272b35 !important; - border-right: 1px solid #545b6b !important; -} - -.csg-hover-box .csg-hover-box-content -{ - border-left: 1px solid #545b6b !important; -} - -.a-ordered-list.a-list-link a, -.a-unordered-list.a-list-link a, -ol.a-list-link a, -ul.a-list-link a -{ - color: #ddd !important; -} - -.csg-hover-box .csg-hover-box-categories .active -{ - color: #4bd789 !important; -} - -.alertBrand -{ - background-color: #272b35 !important; - border-color: #545b6b !important; - border: 1px #545b6b solid !important; - box-shadow: none !important; - margin-bottom: 15px !important; -} - -#gw-asin-popover .imgblock -{ - background: #272b35 !important; -} - -.sims-img-link.selected .sims-img-border, -.sims-img-link.selected:hover .sims-img-border -{ - background: #4bd789 !important; -} - -#iv-tab-view-container .iv-box -{ - background-color: transparent !important; -} - -#ivThumbs -{ - padding: 10px !important; -} - -#iv-tab-view-container ul.iv-tab-views -{ - border-bottom: 2px solid #545b6b !important; -} - -#iv-tab-view-container ul.iv-tab-views .iv-tab-heading.iv-active a, -#iv-tab-view-container ul.iv-tab-views li.iv-active a -{ - border-color: #4bd789 !important; - background-color: transparent !important; -} - -.djlz .adFeedback -{ - display: none !important; -} - -#contextualIngressPtPin -{ - filter: invert(100%) !important; -} - -#twister .a-native-dropdown, -#buybox .a-native-dropdown -{ - border: 1px solid #545b6b !important; - background: #272b35 !important; -} - -.digital-dash-button-button -{ - background: #1c1f26 !important; - border: 5px solid #545b6b !important; - color: #ddd !important; -} - -.digital-dash-button-outer-wrapper -{ - border: solid #545b6b 2px !important; - background: #1c1f26 !important; -} - -.digital-dash-button-button:hover -{ - border-color: #4bd789 !important; - color: #4bd789 !important; -} - -.digital-dash-gateway-desktop.digital-dash-gateway-desktop--shoveler .digital-dash-learn-more-list-item__link .digital-dash-learn-more-list-item__wrapper -{ - border-color: #545b6b !important; -} - -.a-alert-inline-success .a-alert-container -{ - color: #4bd789 !important; -} - -#buybox_feature_div label.a-native-dropdown, -#buybox label.a-native-dropdown -{ - padding-right: 5px !important; - border: none !important; - background: transparent !important; -} - -.a-button-icon .a-icon-1click, -.a-button-icon .a-icon-buynow, -.a-button-icon .a-icon-cart, -.a-button-icon .a-icon-sns -{ - z-index: 99 !important; -} - -.olpOfferList -{ - border-left-color: #545b6b !important; -} - -.breadcrumbs > li -{ - color: #4bd789 !important; -} - -.file-list-item .sort:hover span, -.file-list-item .sort:active span -{ - color: #4bd789 !important; -} - -.gzeAD -{ - color: #ccc !important; -} - -div#pe-fallback-msgbox -{ - border: 1px solid #4bd789 !important; -} - -#prodDetails table td.label -{ - background-color: #323744 !important; -} - -#prodDetails .secHeader -{ - border-bottom: 1px solid #4bd789 !important; -} - -#prodDetails .col1 td, -#prodDetails .col2 td -{ - border-top: 1px dotted #545b6b !important; -} - -.a-popover-wrapper -{ - border: 10px solid #60656f !important; - border-radius: 8px !important; -} - -.sims-header -{ - padding-top: 3px !important; -} - -.sims-img-border -{ - height: 8px !important; -} - -.desktop-row -{ - margin-bottom: 0px !important; -} - -table.a-bordered -{ - border: 1px solid #545b6b !important; - border-top-color: #545b6b !important; -} - -table.a-bordered tr:last-child td -{ - border-color: #545b6b !important; -} - -.a-box .a-divider.a-divider-break:after, -.a-color-base-background .a-divider.a-divider-break:after, -.a-divider.a-divider-break:after -{ - border-top: 1px solid #545b6b !important; -} - -.a-box .a-divider.a-divider-break h5, -.a-color-base-background .a-divider.a-divider-break h5, -.a-divider.a-divider-break h5 -{ - color: #fff !important; -} - -.a-button .a-button-inner -{ - background: transparent !important; -} - -.a-button-primary -{ - background: none !important; - color: #fff !important; -} - -.a-button-dropdown .a-button-text -{ - border: none !important; -} - -.feed-carousel .feed-scrollbar-thumb:hover -{ - background-color: #4bd789 !important; -} - -.ac-badge-rectangle -{ - background-color: #3c516b !important; - border-color: #3c516b !important; -} - -.ac-badge-triangle -{ - color: #3c516b !important; -} - -.a-box -{ - margin-left: 0px !important; -} - -.bxc-grid__content--dark .a-button.bxc-button -{ - background: transparent !important; - border-color: transparent !important; -} - -.bxc-grid__content--dark .a-button.bxc-button:hover, -.bxc-grid__content--dark .a-button.bxc-button:hover .a-button-inner.bxc-button-inner -{ - background: transparent !important; -} - -#a-page div.left_nav.browseBox h3 -{ - color: #fff !important; -} - -.acs-private-brands-container-background .s-item-container -{ - background-color: #272b35 !important; -} - -.acs-product-card-for-container -{ - border: 1px solid #545b6b !important; - box-shadow: none !important; - background-image: linear-gradient(to top, #383e4c 0, #383e4c 20%, #383e4c 60%) !important; - background-color: #383e4c !important; -} - -.vpc_coupon_grid_more_coupons, -.vpc_coupon_grid_get_more_coupons -{ - border: 1px solid #545b6b !important; - color: #fff !important; -} - -.vpc_coupon_grid_more_coupons:hover, -.vpc_coupon_grid_get_more_coupons:hover -{ - cursor: pointer !important; - background-color: #4bd789 !important; -} - -.vpc_coupon_category_grid_tile_selected -{ - background-color: #272b35 !important; -} - -.vpc_coupon_category_grid_tile -{ - border: solid #545b6b 1px !important; -} - -.bxc-grid__content--light .a-button.bxc-button, -.bxc-grid__content--light .a-button.bxc-button .a-button-inner.bxc-button-inner -{ - background: transparent !important; -} - -#asNav .asSubhead, -#asNav .selected, -#asNav .asNavLink, -#asNav .asNavBottom -{ - border-right: 1px solid #545b6b !important; - border-bottom: 1px solid #545b6b !important; -} - -#asNav .asNavLink a:hover -{ - background: #272b35 !important; -} - -input, -select, -textarea -{ - background: #272b35 !important; - border: 1px solid #545b6b !important; -} - -.cs-help-sidebar-module -{ - border: 1px solid #545b6b !important; -} - -.cs-help-content p.lead -{ - border-bottom: 1px solid #545b6b !important; -} - -#oneBAv2-header-container -{ - background: #272b35 !important; - border-bottom: 1px solid #545b6b !important; -} - -.apl_m_font_message -{ - color: #ddd !important; -} - -.acs-wtfl-filtersort-wrap -{ - border-bottom: 1px solid #545b6b !important; - background-color: #1c1f26 !important; -} - -.acs-wtfl-filtersort-sortby -{ - border-left: 1px solid #545b6b !important; -} - -.acs-wtfl-filtersort-category-selected -{ - border-color: #4bd789 !important; - color: #fff !important; -} - -.acs-wtfl-card -{ - border: 1px solid #545b6b !important; - background-color: #272b35 !important; -} - -.acs-wtfl-filtersort-category:hover -{ - color: #ddd !important; - border-color: #4bd789 !important; -} - -.acs-wtfl-filtersort-sortby:hover -{ - background-color: #272b35 !important; -} - -.acs-wtfl-card-details -{ - background-color: #373c4a !important; - border-top: 1px solid #545b6b !important; -} - -.acs-wtfl-quickview-btn:hover -{ - background-color: #4bd789 !important; - text-shadow: 1px 1px 1px rgba(0, 0, 0, 1) !important; -} - -.acs-wtfl-quickview-btn -{ - background-color: #3b4150 !important; - border: 1px solid #545b6b !important; -} - -#a-page div.unified_widget.rcmBody h2 -{ - color: #4bd789 !important; -} - -div.left_nav.browseBox -{ - border: 1px solid #545b6b !important; - padding: 10px !important; -} - -#vas-ppd-fake-twister .vas-ppd-swatches .vas-ppd-swatch-select, -#vas-ppd-fake-twister .vas-ppd-swatches .vas-ppd-swatchselect -{ - border-color: #4bd789 !important; -} - -#ratings_id ul -{ - color: #ddd !important; -} - -#vas-ppd-fake-twister #vas-fake-twister-whatsincluded -{ - border-bottom: 1px solid #545b6b !important; -} - -.w-box -{ - border: 1px #545b6b solid !important; - background-color: #1c1f26 !important; -} - -.w-divider -{ - border-top: 1px solid #545b6b !important; -} - -.w-success-msg span -{ - color: #fff !important; -} - -.merchbarW .shoveler-title .span, -.merchbarW .shovHeader -{ - color: #fff !important; -} - -.w-uwl span -{ - color: #fff !important; -} - -.a-unordered-list.a-box-list li, -ul.a-box-list li -{ - border-bottom: 1px solid #545b6b !important; -} - -.default-section -{ - border-bottom: 1px solid #545b6b !important; -} - -#gc-vertical-tab-list .gc-vertical-tab-active -{ - border-top: 1px solid #545b6b !important; - border-left: 1px solid #545b6b !important; - border-bottom: 2px solid #4bd789 !important; - border-right: 1px solid #545b6b !important; -} - -#gc-vertical-tab-list .gc-vertical-tab-normal -{ - border-bottom: 1px solid #545b6b !important; - border-left: 1px solid #545b6b !important; -} - -#gc-vertical-tab-list -{ - border-right: 1px solid #545b6b !important; -} - -table.a-bordered tr:first-child th -{ - background: #272b35 !important; - border-color: #545b6b !important; - border-bottom: 1px solid #545b6b !important; -} - -.hrDiv -{ - border-bottom: 1px solid !important; - border-color: #545b6b !important; -} - -.pmts-link-button -{ - color: #4bd789 !important; -} - -.a-switch-control -{ - border: 1px solid #545b6b !important; - border-top-color: #545b6b !important; - border-bottom-color: #545b6b !important; - background: #f5f6f9 !important; - background: #272b35 !important; - box-shadow: none !important; -} - -.a-switch -{ - border: 1px solid #545b6b !important; - border-top-color: #545b6b !important; - background-color: #3a3f4e !important; - box-shadow: none !important; -} - -.a-active .a-switch -{ - background-color: #4bd789 !important; - border-color: #5ef3a0 #5ef3a0 #5ef3a0 !important; -} - -.a-active .a-switch-control -{ - border-color: #5ef3a0 #5ef3a0 #5ef3a0 !important; - left: 10px !important; -} - -.bxc-grid__text ul li -{ - color: #aaa !important; -} - -.desktop #itemImages-container-forMapTracking a .itemImages-multiple-item, -.tablet #itemImages-container-forMapTracking a .itemImages-multiple-item -{ - margin-bottom: 20px !important; - border: 5px solid #4bd789 !important; -} - -a.a-link-section-expander -{ - background-color: #404756 !important; -} - -.message-center-nav-path span -{ - color: #fff !important; -} - -.message-table-row -{ - border-bottom: 1px solid #545b6b !important; -} - -.message-table-row:hover -{ - background-color: #272b35 !important; -} - -.message-center-left-nav-selected -{ - color: #4bd789 !important; - background-color: #272b35 !important; -} - -.message-center-left-nav:hover -{ - background-color: #272b35 !important; -} - -.subscription-detail -{ - border: 1px solid #545b6b !important; -} - -.storage-plans .plan -{ - border: 1px solid #545b6b !important; -} - -.usage-chart .graph .available -{ - background-color: #272b35 !important; -} - -header.breadcrumb -{ - color: #fff !important; -} - -.avu-section-alt.avu-background-secondary -{ - background-color: #1c1f26 !important; -} - -.avu-content .avu-section-alt -{ - color: #fff !important; -} - -.avu-content .avu-section-alt .av-panel -{ - background-color: #272b35 !important; - border-color: #545b6b !important; -} - -.DigitalVideoWebNodeSettings_Shared__dvui .avu-section-alt div.DigitalVideoWebNodeSettings_Shared__borderbottom -{ - border-bottom: 1px solid #545b6b !important; -} - -.avu-section-alt .DigitalVideoUI_DVUI__base, -.DigitalVideoUI_DVUI__base .avu-section-alt -{ - background-color: #272b35 !important; -} - -.avu-content .avu-section-alt .av-panel-section -{ - border-bottom: 1px solid #545b6b !important; -} - -.avu-section-alt.avu-background-secondary .DigitalVideoUI_DVUI__base, -.DigitalVideoUI_DVUI__base .avu-section-alt.avu-background-secondary -{ - background-color: #272b35 !important; -} - -.avu-content .avu-section-alt .av-swipable-heading-block-container:before -{ - border-bottom: 1px solid #545b6b !important; -} - -.avu-section-alt.avu-section-alt.avu-section-alt .DigitalVideoUI_Button__button, -.avu-section-alt.avu-section-alt.avu-section-alt .DigitalVideoUI_Button__button:link, -.avu-section-alt.avu-section-alt.avu-section-alt .DigitalVideoUI_Button__button:visited -{ - background-color: #414858 !important; -} - -.avu-section-alt.avu-section-alt.avu-section-alt .DigitalVideoUI_Button__default -{ - box-shadow: none !important; -} - -.avu-section-alt.avu-section-alt.avu-section-alt .DigitalVideoUI_Button__button, -.avu-section-alt.avu-section-alt.avu-section-alt .DigitalVideoUI_Button__button:link, -.avu-section-alt.avu-section-alt.avu-section-alt .DigitalVideoUI_Button__button:visited -{ - background-color: #414858 !important; -} - -.a-switch-row:hover .a-switch-control -{ - border-color: #4bd789 !important; -} - -.hh-hero-sub-icons-remove -{ - border: 1px solid #545b6b !important; -} - -.hh-hero-sub-icons-remove .icons -{ - border-right: 1px solid #545b6b !important; -} - -.cnWcve -{ - background-color: #1c1f26 !important; -} - -.wl-invite-icon -{ - border: 1px solid #4bd789 !important; -} - -.wl-collab-list-user-icon img -{ - box-shadow: 0 0 0 1px #4bd789 !important; -} - -.a-button-toggle.a-button-selected -{ - background-color: #272b35 !important; -} - -#navbar.nav-bluebeacon #nav-tools .nav-line-1, -#navbar.nav-bluebeacon #nav-xshop .nav-line-1, -#navbar.nav-bluebeacon .nav-a-2 .nav-line-1 -{ - color: #4bd789 !important; -} - -.nav-packard-glow #nav-global-location-slot .nav-a:hover -{ - border: 1px solid #4bd789 !important; -} - -#siteDirectory h2, -#siteDirectory h2 a -{ - color: #4bd789 !important; -} - -#shopAllLinks .nav_cat_links a -{ - border-bottom: 1px solid #777 !important; -} - -#shopAllLinks .nav_cat_links a:hover -{ - border-bottom: 1px solid #4bd789 !important; -} - -.aplus-v2 .apm-rightthirdcol -{ - border-left: 1px solid #545b6b !important; -} - -.nav-subnav #nav-subnav.spacious .nav-a:hover .nav-a-content -{ - color: #fff !important; - border-bottom: none !important; -} - -#shortcutLinks strong -{ - color: #4BD789 !important; -} - -.lb-border-p -{ - border: 1px solid #545b6b !important; -} - -.lb-txt-black, -.lb-txt-black a, -.lb-txt-black a.lb-active, -.lb-txt-black a:active, -.lb-txt-black a:hover, -.lb-txt-black a:visited, -a.lb-txt-black, -a.lb-txt-black.lb-active, -a.lb-txt-black:active, -a.lb-txt-black:hover, -a.lb-txt-black:visited -{ - color: #fff !important; -} - -.lb-h1, -.lb-h1-large, -.lb-h1-xlarge, -.lb-h2, -.lb-h3, -.lb-h4, -.lb-h5, -.lb-h6 -{ - color: #aaa !important; -} - -.lb-item-expander-cortex .lb-trigger -{ - color: #4bd789 !important; -} - -.lb-item-expander-cortex .lb-item-expander-accordion -{ - border: 0 solid #272b35 !important; - background-color: #272b35 !important; -} - -.lb-item-expander-cortex .lb-item-expander-accordion:after -{ - border-bottom: 1px solid #545b6b !important; -} - -.lb-item-expander-cortex .lb-content-item a -{ - text-shadow: none !important; -} - -.lb-item-expander-cortex .lb-content-item a:visited -{ - color: #fff !important; -} - -.lb-item-expander-cortex .lb-triangle-inner -{ - border-bottom-color: #272b35 !important; -} - -.lb-item-expander-cortex .lb-triangle-inner -{ - top: 3px !important; - left: -8px !important; - border-bottom: 8px solid #272b35 !important; -} - -[class*=" lb-icon-ps-"]:before, -[class^=lb-icon-ps-]:before -{ - filter: invert(100%) !important; -} - -.aws-page-footer -{ - border-top: 1px solid #545b6b !important; - background: #272b35 !important; -} - -.aws-page-footer:before -{ - border-top: 1px solid #545b !important; -} - -.aws-page-footer-main -{ - border-top: 1px solid #545b6b !important; -} - -.aws-page-footer-main:before -{ - border-top: 1px solid #545b6b !important; -} - -.aws-page-footer-nav -{ - border-right: 1px solid #545b6b !important; -} - -.aws-page-footer-nav:before -{ - border-right: 1px solid #545b6b !important; -} - -.aws-page-footer-nav:after -{ - border-right: 1px solid #545b6b !important; -} - -.aws-page-footer .aws-language:before -{ - border-top: 1px solid #545b6b !important; -} - -.aws-page-footer .aws-language -{ - border-top: 1px solid #545b6b !important; -} - -.aws-page-footer .aws-meta -{ - border-top: 1px solid #545b6b !important; -} - -.aws-page-footer .aws-meta:before -{ - border-top: 1px solid #545b6b !important; -} - -.aws-page-footer .aws-page-footer-cta-button:visited -{ - color: #fff !important; -} - -.aws-page-footer a:visited -{ - color: #fff !important; -} - -.awsm a:visited -{ - color: #fff !important; -} - -.aws-page-footer .aws-page-footer-cta-button -{ - border-color: #95ffc4 !important; - text-shadow: 1px 1px 1px rgba(0, 0, 0, 1) !important; - color: #fff !important; - background: #4bd789 !important; - background-image: none !important; - box-shadow: none !important; -} - -.mo-sitePriv -{ - border-top: 2px solid #4bd789 !important; - background-color: #1c1f26 !important; - color: #aaa !important; -} - -.m-nav-header -{ - background-color: #272b35 !important; - color: #fff !important; - border-bottom: 1px solid #545b6b !important; -} - -.m-nav-panel-wrapper -{ - background-color: #272b35 !important; - border-top: 1px solid #545b6b !important; - color: #ddd !important; -} - -.m-nav-icon-group -{ - background-color: #272b35 !important; -} - -.oct-dls-background -{ - background-color: #1c1f26 !important; -} - -.oct-dls-container -{ - background-color: #1c1f26 !important; -} - -.oct-acs-asin-item-container -{ - border-left: 1px solid #545b6b !important; - border-bottom: 1px solid #545b6b !important; - border-right: 1px solid #545b6b !important; -} - -.oct-dls-asin-stream-container -{ - border-top: 1px solid #545b6b !important; -} - -.oct-dls-asin-stream-container:after -{ - border-right: none !important; -} - -.deals-shoveler .dealPrice .dealPPU -{ - color: #aaa !important; -} - -.cbsieD -{ - background-color: #1c1f26 !important; -} - -.gqLFqB, -.hMDWEd -{ - background-color: #1c1f26 !important; -} - -.GB-M-COMMON.GB-PC-FACEOUT -{ - border-bottom: 1px solid #545b6b !important; -} - -div[style$="background-color: white;"] -{ - background: #1c1f26 !important; -} - -.octopus-pc-category-card-v2 -{ - background-color: #1c1f26 !important; -} - -.octopus-pc-category-card-v2-item -{ - border-bottom: none !important; - border-right: 1px solid #545b6b !important; -} - -.octopus-pc-category-card-v2-content -{ - border: 1px solid #545b6b !important; -} - -.octopus-pc-card -{ - background-color: #1c1f26 !important; -} - -.octopus-pc-item-block -{ - background-color: #272b35 !important; -} - -.octopus-pc-item -{ - background: #272b35 !important; -} - -.octopus-pc-card-content -{ - background-color: #272b35 !important; - border: 1px solid #545b6b !important; -} - -.octopus-pc-category-card-v2-item-block -{ - background-color: #272b35 !important; -} - -#promise-background-container.background-normal -{ - background-color: #1c1f26 !important; -} - -.s-border-bottom -{ - border-bottom: 2px solid #545b6b !important; -} - -#s-refinements -{ - border-right: 2px solid #545b6b !important; -} - -.s-desktop-toolbar -{ - border-top: 1px solid #545b6b !important; - border-bottom: 1px solid #545b6b !important; - box-shadow: none !important; -} - -.wl-has-overlay -{ - background-color: #272b35 !important; -} - -.wl-grid-item -{ - border-right: 3px solid #1c1f26 !important; - border-bottom: 3px solid #1c1f26 !important; - background-color: #272b35 !important; -} - -.gw-card-layout .desktop-row>div -{ - background: #1c1f26 !important; - background-image: linear-gradient(#1c1f26, #272b35) !important; -} - -.gw-card-layout .a-cardui -{ - background: #1c1f26 !important; - background-image: linear-gradient(#1c1f26, #272b35) !important; -} - -.gw-card-layout .a-cardui -{ - border: 1px solid #545b6b !important; - margin-bottom: 0 !important; - margin-top: 5px !important; - padding-top: 20px !important; - border-radius: 5px !important; -} - -.fresh-shoveler .as-title-block -{ - border-bottom-left-radius: 5px !important; - border-left: 1px solid #545b6b !important; - border-top-left-radius: 0px !important; - margin-left: 0px !important; -} - -.wl-grid-item .wl-has-overlay -{ - background-color: #272b35 !important; -} - -.gw-card-layout .a-cardui .a-cardui-header -{ - text-align: center !important; - text-decoration: underline !important; -} - -.gw-card-layout .a-size-base -{ - text-align: center !important; -} - -.a-color-base-background -{ - background-color: #1c1f26 !important; - border: 1px solid #545b6b !important; -} - -.view-switcher-active -{ - border-bottom: 2px solid #43bd79 !important; -} - -ul.a-tabs .a-tab-heading.a-active a, ul.a-tabs li.a-active a -{ - background-color: #43bd79 !important; - color: #fff !important; - text-shadow: 1px 1px 1px rgba(0, 0, 0, 1) !important; - border-radius: 10px !important; -} - -ul.a-tabs -{ - border-top-left-radius: 10px !important; - border-top-right-radius: 10px !important; -} - -ul.a-tabs -{ - border-top-left-radius: 10px !important; - border-top-right-radius: 10px !important; -} - -.a-box -{ - margin-left: 0px !important; -} - -.wl-list.selected -{ - border-radius: 10px !important; -} - -.explore-top-nav, .finds-top-nav, .glimpse-fiona-top-nav -{ - background-color: #1c1f26 !important; - color: #fff !important; -} - -.finds-top-nav -{ - border-bottom: 1px solid #545b6b !important; -} - -.finds-top-nav .finds-top-nav-item.finds-top-nav-item-selected -{ - color: #fff !important; -} - -.wl-has-overlay -{ - background-color: transparent !important; -} - -ul.a-tabs .a-tab-heading.a-active a, -ul.a-tabs li.a-active a -{ - box-shadow: 0px 10px 14px -11px rgba(0, 0, 0, 0.75) !important; -} - -.sosp-container -{ - background-color: #272b35 !important; -} - -.pmts-selected -{ - border-color: transparent !important; - background-color: transparent !important; -} - -#hmenu-container #hmenu-canvas -{ - background-color: #272b35 !important; -} - -#hmenu-container #hmenu-canvas #hmenu-content ul.hmenu li a, -#hmenu-container #hmenu-canvas #hmenu-content ul.hmenu li a:hover, -#hmenu-container #hmenu-canvas #hmenu-content ul.hmenu li a:visited -{ - color: #fff !important; -} - -html:not(.a-touch) #hmenu-container #hmenu-canvas #hmenu-content ul.hmenu li a.hmenu-item:hover -{ - background-color: #1c1f26 !important; -} - -#hmenu-container #hmenu-canvas #hmenu-content ul.hmenu li.hmenu-separator:not(:last-child) -{ - border-bottom: 1px solid #1c1f26 !important; -} - -#hmenu-container #hmenu-canvas #hmenu-customer-profile -{ - background-color: #4bd789 !important; - border-bottom-right-radius: 10px !important; -} - -#hmenu-container #hmenu-canvas #hmenu-content ul.hmenu li.hmenu-link-separator -{ - border-bottom: 1px solid #1c1f26 !important; -} - -#hmenu-container #hmenu-canvas #hmenu-content ul.hmenu li a.hmenu-item.hmenu-back-button -{ - border-bottom: 1px solid #1c1f26 !important; -} - -#hmenu-container #hmenu-canvas #hmenu-customer-profile #hmenu-customer-profile-right #hmenu-customer-name -{ - text-shadow: 1px 1px 1px rgba(0, 0, 0, 1) !important; -} - -#hmenu-container #hmenu-canvas #hmenu-content ul.hmenu li .hmenu-item.hmenu-title -{ - color: #4bd789 !important; -} - -.a-popover.a-arrow-top .a-arrow -{ - border-top-color: #272b35 !important; -} - -.avu-content-aui -{ - background-color: #1c1f26 !important; -} - -.quotes-bubble-arrow -{ - display: none !important; -} - -#promise-container #secondaryStatus.black -{ - color: #45cc49 !important; -} - -#cardsContainer .cardContainer -{ - border-radius: 10px !important; -} - -.desktop #itemImages-container .imageRow-oneBoxLayout img, -.tablet #itemImages-container .imageRow-oneBoxLayout img -{ - border-radius: 10px !important; -} - -.mcx-nav -{ - background-color: #272b35 !important; - border-bottom: 1px solid #545b6b !important; -} - -.mcx-nav__title -{ - background-color: #272b35 !important; -} - -.mcx-nav__title -{ - border-color: #545b6b !important; -} - -.mcx-menu__list -{ - background-color: #272b35 !important; -} - -.mcx-menu-item__heading -{ - color: #fff !important; -} - -.mcx-menu__list-item -{ - border-right: 1px solid #545b6b !important; -} - -.mcx-menu-item__title -{ - color: #969696 !important; -} - -.mcx-widget -{ - background-color: #272b35 !important; - border: 1px solid #545b6b !important; -} - -.mcx-widget__title:after, .mcx-widget__title:before -{ - background-color: #545b6b !important; -} - -.mcx-help__item .mcx-help__radio:checked ~ .mcx-help__question, .mcx-help__question.is-active -{ - background-color: #1c1f26 !important; -} - -.mcx-help__question -{ - border: 1px solid #545b6b !important; - background-color: #272b35 !important; -} - -.mcx-help__answerContainer -{ - display: none !important; - background-color: #1c1f26 !important; -} - -#primeCentralHomepagePromotionSlotContentImportedFromMS3 a img, .widgetPrimeCentralHomePageCenterPromotionSlot a img -{ - display: none !important; -} - -#nav-flyout-accountList .nav-al-flyout-header -{ - color: #fff !important; -} - -#mako-subnav -{ - background-color: #272b35 !important; - border-bottom: 1px #545b6b solid !important; -} - -.dFZMgz -{ - color: #fff !important; -} - -#navbar[data-template=layoutSwapToolBar].layout2 #nav-pldn-msg-wrapper .nav-pldn-a:hover, -#navbar[data-template=layoutSwapToolBar].layout2 #nav-shop #nav-link-fresh:hover, -#navbar[data-template=layoutSwapToolBar].layout2 #nav-shop #nav-link-shopall:hover, -#navbar[data-template=layoutSwapToolBar].layout2 .nav-right #nav-tools .nav-a:hover, -#navbar[data-template=layoutSwapToolBar].layout2 a#nav-hamburger-menu:hover -{ - border-color: #545b6b !important; -} - -#navbar[data-template=layoutSwapToolBar].layout2 #nav-xshop-container #nav-xshop .nav-a:hover -{ - border-color: #545b6b !important; -} - -.swatchUnavailable .a-button-inner -{ - text-decoration: line-through !important; -} - -#navbar[data-template=layoutSwapToolBar].layout2.nav-packard-glow #nav-global-location-slot .nav-a:hover -{ - border-color: #545b6b !important; -} - -.transparentTwisterDropdownBorder -{ - border: 2px solid #545b6b !important; -} - -#twister .swatches li.swatchUnavailable, -#twister .swatches li.swatchUnavailableHover -{ - border-style: solid !important; - border-width: 1px !important; - border-color: #ff0000 !important; -} - -.background-gary-1 -{ - background-color: #1c1f26 !important; -} - -.background-white -{ - background-color: #1c1f26 !important; -} - -.color-black -{ - color: #ccc !important; +.s-border-right{ + border: none; + background-color: @gb-dm-bg0-hard; } diff --git a/NOSTOW/firefoxExtentions/browseroverrides/less/archwiki.less b/NOSTOW/firefoxExtentions/browseroverrides/less/archwiki.less index 45145cee..021f574c 100644 --- a/NOSTOW/firefoxExtentions/browseroverrides/less/archwiki.less +++ b/NOSTOW/firefoxExtentions/browseroverrides/less/archwiki.less @@ -1,11 +1,58 @@ @import "gruvbox-colours.less"; -body{ +html, body, .pun{ font-family: opendyslexic !important; background-color: @gb-dm-bg0 !important; color: @gb-dm-fg0 !important; } +.pun .punwrap{ + background: @gb-dm-bg0-soft; + border: none; +} + +#brdmenu{ + background: transparent; + a{ + &, &:visited, &:link{ + background: @gb-dm-bg0; + border: none; + } + } +} + +.pun .blockpost{ + color: @gb-dm-fg0; + background-color: @gb-dm-bg1; +} + +.pun .blockpost .postbody, .pun .blockpost .postfoot{ + background-color: @gb-dm-bg0-soft; + color: @gb-dm-fg0; +} + +.pun .postmsg{ + color: @gb-dm-fg0; +} + +.pun .blockpost h2{ + background: @gb-dm-bg2; +} + +.pun .blocktable th{ + background: @gb-dm-bg2; + color: @gb-dm-fg0; +} + +.pun .blocktable .box{ + background-color: @gb-dm-bg0-soft; +} + +div.box{ + background: @gb-dm-bg0-hard; + border: none; +} + code, pre, tt, .blob-code-inner{ font-family: Iosevka !important; color: @gb-dm-fg0 !important; @@ -16,6 +63,44 @@ h1, h2, h3, h4, h5, h6 g{ color: inherit !important; } +.pun a, .pun a:link, .pun a:visited, a:link, a:visited{ + color: @gb-dm-light-aqua; + &:hover{ + color: @gb-dm-dark-aqua; + } +} + +.pun .quotebox{ + background-color: @gb-dm-bg4; + color: @gb-dm-fg0; + border-color: @gb-dm-bg3; + cite{ + color: @gb-dm-fg0; + } +} + +dl dt{ + color: @gb-dm-fg2; +} + +.results tr:nth-child(2n+1), #article-list tr:nth-child(2n+1){ + background-color: @gb-dm-bg1; +} + +.results tr:nth-child(2n), #article-list tr:nth-child(2n){ + background-color: @gb-dm-bg3; +} + +.results th{ + background-color: @gb-dm-bg2; +} + +select[multiple], input[type="text"], input[type="password"], textarea, select{ + background-color: @gb-dm-bg2; + border-color: @gb-dm-bg1; + color: @gb-dm-fg0; +} + #content{ font-family: opendyslexic !important; background-color: @gb-dm-bg0 !important; diff --git a/NOSTOW/firefoxExtentions/browseroverrides/less/bbc.less b/NOSTOW/firefoxExtentions/browseroverrides/less/bbc.less new file mode 100644 index 00000000..714ddf5e --- /dev/null +++ b/NOSTOW/firefoxExtentions/browseroverrides/less/bbc.less @@ -0,0 +1,83 @@ +@import "gruvbox-colours.less"; + +body{ + background-color: @gb-dm-bg0; + color: @gb-dm-fg0; +} + +#orb-container, #page{ + background-color: @gb-dm-bg0; + h1,h2,h3,h4,h5,h6,p,ul,ol,li{ + color: @gb-dm-fg0 !important; + } + a, a:visited{ + color: @gb-dm-dark-aqua; + &:hover, &:active{ + color: @gb-dm-light-aqua; + } + } +} + +.top-stories-promo{ + background-color: @gb-dm-bg0-hard; +} +.top-stories-promo-story__title{ + color: @gb-dm-fg0; +} + +.features-and-analysis{ + background-color: @gb-dm-bg0-hard; +} + +.container-heron{ + background-color: @gb-dm-bg0-hard; +} + +.top-stories-container .hp-module__container, .local-news-container .hp-module__container, .uk-hero-promos-container .hp-module__container, .hero-promos-container .hp-module__container{ + background-color: @gb-dm-bg1 !important; +} + +.hp-module{ + background-color: @gb-dm-bg0; + color: @gb-dm-fg0; +} + +.hp-banner__text{ + color: @gb-dm-fg0; +} + +.top-story__wrapper{ + background-color: @gb-dm-bg0-hard; +} + +.top-story{ + color: @gb-dm-fg0; +} + +.top-stories__title{ + color: @gb-dm-fg2; +} + +.dismissible-nations-links-container{ + display: none !important; +} + +.hp-tv-radio__putty{ + display: none !important; +} + +.nw-o-link-split__text{ + color: @gb-dm-fg0; +} + +.nw-c-promo-summary, .nw-c-timestamp{ + color: @gb-dm-fg0; +} + +.nw-c-nav__secondary-menuitem-container a{ + color: @gb-dm-fg0; +} + +.share-tools--event-tag{ + display: none !important; +} diff --git a/NOSTOW/firefoxExtentions/browseroverrides/less/codemirror.less b/NOSTOW/firefoxExtentions/browseroverrides/less/codemirror.less new file mode 100644 index 00000000..f8ebd1c4 --- /dev/null +++ b/NOSTOW/firefoxExtentions/browseroverrides/less/codemirror.less @@ -0,0 +1,32 @@ +@import "gruvbox-colours.less"; + +// Came from here https://github.com/codemirror/CodeMirror/blob/master/theme/gruvbox-dark.css +.cm-s-gruvbox-dark.CodeMirror, .cm-s-gruvbox-dark .CodeMirror-gutters { background-color: @gb-dm-bg0; color: @gb-dm-fg3; } +.cm-s-gruvbox-dark .CodeMirror-gutters {background: @gb-dm-bg0; border-right: 0px;} +.cm-s-gruvbox-dark .CodeMirror-linenumber {color: @gb-dm-bg4;} +.cm-s-gruvbox-dark .CodeMirror-cursor { border-left: 1px solid @gb-dm-fg1; } +.cm-s-gruvbox-dark div.CodeMirror-selected { background: @gb-dm-dark-gray; } +.cm-s-gruvbox-dark span.cm-meta { color: @gb-dm-light-blue; } + +.cm-s-gruvbox-dark span.cm-comment { color: @gb-dm-dark-gray; } +.cm-s-gruvbox-dark span.cm-number, span.cm-atom { color: @gb-dm-light-purple; } +.cm-s-gruvbox-dark span.cm-keyword { color: #f84934; } + +.cm-s-gruvbox-dark span.cm-variable { color: @gb-dm-fg1; } +.cm-s-gruvbox-dark span.cm-variable-2 { color: @gb-dm-fg1; } +.cm-s-gruvbox-dark span.cm-variable-3, .cm-s-gruvbox-dark span.cm-type { color: #fabd2f; } +.cm-s-gruvbox-dark span.cm-operator { color: @gb-dm-fg1; } +.cm-s-gruvbox-dark span.cm-callee { color: @gb-dm-fg1; } +.cm-s-gruvbox-dark span.cm-def { color: @gb-dm-fg1; } +.cm-s-gruvbox-dark span.cm-property { color: @gb-dm-fg1; } +.cm-s-gruvbox-dark span.cm-string { color: @gb-dm-light-green; } +.cm-s-gruvbox-dark span.cm-string-2 { color: @gb-dm-light-aqua; } +.cm-s-gruvbox-dark span.cm-qualifier { color: @gb-dm-light-aqua; } +.cm-s-gruvbox-dark span.cm-attribute { color: @gb-dm-light-aqua; } + +.cm-s-gruvbox-dark .CodeMirror-activeline-background { background: @gb-lm-fg1; } +.cm-s-gruvbox-dark .CodeMirror-matchingbracket { background: @gb-dm-dark-gray; color:@gb-dm-bg0 !important; } + +.cm-s-gruvbox-dark span.cm-builtin { color: #fe8019; } +.cm-s-gruvbox-dark span.cm-tag { color: #fe8019; } + diff --git a/NOSTOW/firefoxExtentions/browseroverrides/less/github.less b/NOSTOW/firefoxExtentions/browseroverrides/less/github.less index 567c1653..2fd8307f 100644 --- a/NOSTOW/firefoxExtentions/browseroverrides/less/github.less +++ b/NOSTOW/firefoxExtentions/browseroverrides/less/github.less @@ -67,6 +67,10 @@ a{ } } +.bg-gray-light{ + background-color: @gb-dm-bg0-soft !important; +} + .gh-header{ background-color: @gb-dm-bg0; } diff --git a/NOSTOW/firefoxExtentions/browseroverrides/less/gitlab.less b/NOSTOW/firefoxExtentions/browseroverrides/less/gitlab.less new file mode 100644 index 00000000..50fb6a99 --- /dev/null +++ b/NOSTOW/firefoxExtentions/browseroverrides/less/gitlab.less @@ -0,0 +1,100 @@ +@import "gruvbox-colours.less"; + +body{ + background-color: @gb-dm-bg0-soft; +} + +.content-wrapper .container-fluid{ + background-color: @gb-dm-bg0-soft; +} + +.layout-nav{ + background-color: @gb-dm-bg0-soft; + li a{ + color: @gb-dm-fg0; + } + li.active a{ + color: @gb-dm-dark-aqua; + border-color: @gb-dm-dark-aqua; + } +} +.nav-links.sub-nav{ + &, .container-fluid{ + background-color: @gb-dm-bg0-soft; + a, a:visited{ + color: @gb-dm-fg0; + } + } +} +h1, h2, h3, h4, h5, h6, p{ + color: @gb-dm-fg0; +} + +.project-stats .nav > li > a{ + &, &:link, &:visited{ + color: @gb-dm-fg0; + &:hover{ + color: @gb-dm-fg0; + text-decoration: underline; + } + } + +} + +table.table tr th, .file-holder table tr th, .wiki table tr th, .md table tr th, ul.notes .note .note-body .note-text table tr th{ + background-color: @gb-dm-bg4; +} + +.tree-holder .tree-table tr{ + background-color: @gb-dm-bg1; + td{ + color: @gb-dm-fg0; + } + &:nth-of-type(2n){ + background-color: @gb-dm-bg2; + } + &:hover{ + td{ + background-color: @gb-dm-bg3; + } + } +} + +.tree-holder .tree-item .tree-item-file-name i, .tree-holder .tree-item .tree-item-file-name a{ + color: @gb-dm-fg0; +} + +.tree-holder .tree-commit .tree-commit-link{ + color: @gb-dm-light-aqua; +} + +.file-holder{ + border-color: @gb-dm-bg0-hard; + .file-title{ + background-color: @gb-dm-bg1; + color: @gb-dm-fg0; + a:not(.btn){ + color: @gb-dm-fg0; + } + } + .file-content{ + background-color: @gb-dm-bg0; + } +} + +.wiki{ + h1, h2, h3, h4, h5, h6, p, ul, ol, li{ + color: @gb-dm-fg0; + } + a, a:link, a:visited{ + color: @gb-dm-light-aqua; + &:hover{ + color: @gb-dm-dark-aqua; + } + } + p code, li code{ + background-color: @gb-dm-bg4; + color: @gb-dm-fg0; + border: 1px solid @gb-dm-bg3; + } +} diff --git a/NOSTOW/firefoxExtentions/browseroverrides/less/global.less b/NOSTOW/firefoxExtentions/browseroverrides/less/global.less index 23469984..f047ad8c 100644 --- a/NOSTOW/firefoxExtentions/browseroverrides/less/global.less +++ b/NOSTOW/firefoxExtentions/browseroverrides/less/global.less @@ -1,13 +1,351 @@ -@import "gruvbox-colours.less"; +@import "./gruvbox-colours.less"; +@import "codemirror.less"; -body, -.content{ - font-family: opendyslexic; - background-color: @gb-dm-bg0; - color: @gb-dm-fg0; +html{ + background: #fff - @gb-dm-bg0; + filter: invert(100%); } -h1, h2, h3, h4, h5, h6 -.h1, .h2, .h3, .h4, .h5, .h6{ - color: @gb-dm-fg0; +body{ + background: #fff - @gb-dm-bg0; } + +img,svg{ + filter: invert(100%); +} + +#vimvixen-console-frame{ + filter: invert(100%); +} + +//html +//{ +// background: @gb-dm-bg0; +//} +// +// +// /*----- DEFAULT TEXT, BORDER & BACKGROUND COLORS -----*/ +//* +//{ +// color: @gb-dm-fg0; +// //text-shadow: 0 0 3px #000; +// box-shadow: none; +// background-color: transparent; +// border-color: @gb-dm-fg4; +// border-top-color: @gb-dm-fg4; +// border-bottom-color: @gb-dm-fg4; +// border-left-color: @gb-dm-fg4; +// border-right-color: @gb-dm-fg4; +// //font-family: opendyslexic; +//} +// +//body, +//.content, +//#content, +//main, +//.main, +//#main, +//{ +// background: transparent !important; +//} +// +//*:before, *:after +//{ +// background-color: transparent; +// border-color: @gb-dm-fg4; +//} +// +//a, a * +//{ +// color: #409B9B; +// text-decoration: none; +// text-shadow: none; +// color: @gb-dm-dark-aqua; +//} +// +//a:hover, a:hover *, a:visited:hover, a:visited:hover *, span[onclick]:hover, div[onclick]:hover, [role="link"]:hover, [role="link"]:hover *, [role="button"]:hover *, [role="menuitem"]:hover, [role="menuitem"]:hover *, .link:hover, .link:hover * +//{ +// color: @gb-dm-light-aqua; +//} +// +//a:visited, a:visited * +//{ +// color: @gb-dm-light-purple; +//} +// +//a.highlight, a.highlight *, a.active, a.active *, .selected, .selected *, [href="#"] +//{ +// color: @gb-dm-fg0; +// font-weight: bold; +//} +// +//h1, h2, h3, h4, h5, h6, h1 *, h2 *, h3 *, strong, [id*="headline"], [class*="headline"], [id*="header"], [class*="header"], [class*="header"] td, .title +//{ +// color: @gb-dm-fg0; +//} +// +//a h1, a h2, a h3, a h4, a h5, a h6, h1 a, h2 a, h3 a, a strong, a[id*="headline"], a[class*="headline"], a[id*="header"], a[class*="header"] +//{ +// text-decoration: underline; +//} +// +//[class*="error"], [class*="alert"], code, span[onclick], div[onclick] +//{ +// color: @gb-dm-dark-red; +//} +// +// +//::selection +//{ +// background: @gb-lm-dark-orange; +// //color: #000; +//} +// +//:focus +//{ +// outline: none; +//} +// +// +//.card{ +// background-color: @gb-dm-bg0-soft; +//} +// +//.on-light{ +// background: transparent; +//} +// +///*----- MENU & CO BACKGROUND-COLORS -----*/ +//div[style="display: block;"], div[role="navigation"] +//{ +// background: fade(@gb-dm-bg0-hard, 50%); +//} +// +//table +//{ +// background: @gb-dm-bg2; +// border-radius: 6px; +//} +// +//table > tbody > tr:nth-child(even), table > tbody > tr > td:nth-child(even) +//{ +// background-color: rgba(0,0,0,.2); +//} +// +//iframe, embed, nav, label [onclick], nav ul, div[style*="position:"][style*="left:"][style*="visible"], div[style*="z-index:"][style*="left:"][style*="visible"], div[style*="-moz-user-select"], div[role="menu"], div[role="dialog"], span[class*="script"] div[class*=navigation], [id*="menu"], [id*="Menu"], [class*="dropdown"], [class*="popup"], [class="title"], ul[style*="display:"], ul[style*="visibility:"] ul, [id*="nav"] ul, [class*="nav"] ul, ul[class*="menu"], a[onclick][style*="display"], a[id*="ghosteryfirefox"], #ghostery-purple-bubble, #translator-popup, .menu, .tooltip, .hovercard, .vbmenu_popup +//{ +// background: @gb-dm-bg0-soft; +// border-radius: 5px; +// box-shadow: 1px 1px 5px @gb-dm-bg0-hard; +//} +// +//header, #header, footer, #footer +//{ +// background: fade( @gb-dm-bg0-hard, 90%); +// box-shadow: 0 0 5px #000; +//} +// +//body > #dialog, body > .xenOverlay +//{ +// background: rgba(19,19,19,.96); +// background-clip: padding-box; +// box-shadow: 0 0 15px #000, inset 0 0 0 1px rgba(200,200,200,.5), inset 0 0 5px #111; +// border: 10px solid rgba(99,99,99,.7); +// border-radius: 0; +//} +// +//[id*="overlay"], [id*="lightbox"], blockquote +//{ +// background-color: rgba(35,35,35,.9); +// border-radius: 5px; +//} +// +//pre, dl, .Message code +//{ +// background-color: rgba(5,5,5,.5); +//} +// +// +///*----- DEFAULT BUTTONS, SEARCHBOXES & CO -----*/ +//input, select, button, [role="button"], a.button, a.submit, a.BigButton, a.TabLink, .install[onclick] +//{ +// -moz-appearance: none; +// -webkit-appearance: none; +// transition: border-color 0.3s; +// background: @gb-lm-bg4; +// color: @gb-dm-fg0; +// text-shadow: 0 0px #000; +// border: 2px solid @gb-dm-fg4; +// border-radius: 4px; +// box-shadow: 0 0 2px fade(@gb-dm-bg0, 90%); +//} +// +//a[href="javascript:;"], a[class*="button"]:not(:empty), a[id*="button"]:not(:empty), a[id*="Button"]:not(:empty), div[class*="button"][onclick] +//{ +// transition: border-color 0.3s; +// background: @gb-dm-bg4; +// color: @gb-dm-fg0; +// text-shadow: 0 1px @gb-dm-bg0; +// border-color: #333; +// box-shadow: 0 0 2px fade(@gb-dm-bg0, 90%); +//} +// +//a[href="javascript:;"]:hover, a[class*="button"]:not(:empty):hover, a[id*="button"]:hover, a[id*="Button"]:not(:empty):hover, div[class*="button"][onclick]:hover +//{ +// background: #151515; +// color: #FFF; +//} +// +//input *, select *, button *, a.button *, a.submit * +//{ +// color: #BBB; +// text-shadow: none; +//} +// +//input:hover, input[type="button"]:hover, select:hover, button:hover, [role="button"]:hover, a.button:hover, a.submit:hover, a.BigButton:hover, a.TabLink:hover +//{ +// border: 2px solid #555; +// border-top-color: #555; +// border-bottom-color: #555; +// border-left-color: #555; +// border-right-color: #555; +//} +// +//input:focus, select:focus +//{ +// box-shadow: 0 0 5px #077; +//} +// +//input *:hover * +//{ +// color: #F0F0F0; +// text-shadow: 0 0 2px #FFF; +//} +// +//input[disabled], select[disabled], button[disabled], input[disabled]:hover, select[disabled]:hover, button[disabled]:hover, input[disabled]:focus, select[disabled]:focus, button[disabled]:focus +//{ +// opacity: 0.5; +// border-color: #333; +//} +// +///* +//input[type="checkbox"], input[type="radio"] { +//box-shadow: 0 0 0 2px #444, 0 0 2px 2px #000; +//opacity: 0.7; +//transition: box-shadow 0.2s, opacity 0.2s} +//input[type="checkbox"]:not([disabled]):hover, input[type="radio"]:not([disabled]):hover { +//opacity: 0.9} +//input[type="checkbox"]:not([disabled]):active, input[type="radio"]:not([disabled]):active { +//box-shadow: 0 0 0 2px #999, 0 0 2px 2px #000} +//input[type="checkbox"]:checked, input[type="radio"]:checked { +//box-shadow: 0 0 0 2px #077, 0 0 2px 2px #000} +//input[type="checkbox"][disabled], input[type="radio"][disabled] { +//opacity: 0.35} +//*/ +//input[type="checkbox"] +//{ +// border-radius: 1px; +//} +// +//input[type="radio"], input[type="radio"]:focus +//{ +// border-radius: 100%; +//} +// +//input[type="checkbox"], input[type="radio"] +//{ +// min-width: 12px; +// min-height: 12px; +//} +// +//input[type="checkbox"]:checked, input[type="radio"]:checked +//{ +// border-color: #077; +// box-shadow: 0 0 5px #077; +//} +// +//select +//{ +// padding-right: 15px; +// background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAeSURBVBhXY5g5c+Z/BiwALo6uAEMDTACXSWgSDAwA4jATh950E30AAAAASUVORK5CYII=) no-repeat right 4px center #060606; +// transition: border-color 0.3s, background-position 0.3s; +//} +// +//button:active, input[type="submit"]:active, input[type="button"]:active, a.button:active, a[class*="button"]:not(:empty):active, a.submit:active, a.BigButton:active, a.TabLink:active, .Active .TabLink +//{ +// background: #292929; +// color: #FFF; +//} +// +//textarea +//{ +// -moz-appearance: none; +// -webkit-appearance: none; +// background: rgba(0,0,0,.3); +// border-radius: 3px; +// border: 1px solid #000; +// box-shadow: inset 0 0 8px #000; +// transition: border-color, background, 0.3s; +//} +// +//textarea, textarea * +//{ +// color: #C8C8C8; +// text-shadow: 0 0 1px gray; +//} +// +//textarea:hover, textarea:focus:hover +//{ +// border-color: #333; +//} +// +//textarea:focus +//{ +// background: rgba(0,0,0,.5); +// border-color: #222; +//} +// +//textarea:focus, textarea:focus > * +//{ +// text-shadow: none; +// box-shadow: none; +//} +// +//option, optgroup +//{ +// -moz-appearance: none; +// -webkit-appearance: none; +// background: none; +// color: #666; +//} +// +//optgroup +//{ +// background: #222; +// color: #DDD; +//} +// +//option:not([disabled]):hover, option:focus, option:checked +//{ +// background: linear-gradient(#333, #292929); +// color: #DDD; +//} +// +// +///*----- IMAGE CHANGES -----*/ +//body, *:not(:empty):not(html):not(span):not(a):not(b):not(option):not(select):not(img):not([style="display: block;"]):not([onclick*="open"]):not([onclick*="s_objectID"]):not([class*="stars"]):not([id*="stars"]):not([id="rating"]):not([class="rating"]):not([class*="SPRITE"]):not([id*="SPRITE"]):not([class*="item"]):not([id*="item"]):not([class*="thumb"]):not([class*="icon"]):not([class*="photo"]):not(.view):not(.text):not([id*="lbImage"]):not([class*="cc-in"]):not([class*="gr-body"]):not([id*="watch"]):not(#globalsearch), +//.r3_hm, .gmbutton2 b, .gtab-i, .ph, .bstab-iLft, .csb, #pagination div, [style*="sprite2.png"], #mw-head-base, #mw-page-base +//{ +// background-image: none; +//} +// +//img +//{ +// opacity: .7; +// transition: opacity .2s; +//} +// +//img:hover, a:hover img, #mpiv-popup +//{ +// opacity: 1; +//} diff --git a/NOSTOW/firefoxExtentions/browseroverrides/less/wiki.less b/NOSTOW/firefoxExtentions/browseroverrides/less/wiki.less new file mode 100644 index 00000000..0bde1fdf --- /dev/null +++ b/NOSTOW/firefoxExtentions/browseroverrides/less/wiki.less @@ -0,0 +1,87 @@ +@import "gruvbox-colours.less"; +@import "codemirror.less"; + +body{ + font-family: opendyslexic; + background-color: @gb-dm-bg0; + color: @gb-dm-fg0; + min-height: 100vh; +} + +h1, h2, h3, h4, h5, h6{ + color: @gb-dm-fg0; +} + +.card{ + background-color: @gb-dm-bg0-soft; + .entity-list-item:not(.no-hover):hover{ + background-color: @gb-dm-bg0-hard; + } +} + +.primary-background{ + background: @gb-dm-dark-blue !important; +} + +a, a:visited, button.text-button{ + color: @gb-dm-light-aqua; + fill: @gb-dm-light-aqua; + &.active, &:hover{ + color: @gb-dm-dark-aqua; + fill: @gb-dm-dark-aqua; + } +} +.button.primary, .button.primary:hover, .button.primary:active, .button.primary:focus{ + background-color: @gb-dm-light-aqua; + border-color: @gb-dm-dark-aqua; + color: @gb-dm-fg0; + fill: @gb-dm-fg0; +} + +input[type="checkbox"]{ + //display: inline-block; + width: 1em; + height: 1em; + -webkit-appearance: none; + -moz-appearance: none; + -o-appearance: none; + appearance:none; + background-color: @gb-dm-bg0-hard; + vertical-align: middle; + text-align: center; + line-height: 1em; + color: @gb-dm-fg0; + &::before{ + content:""; + margin: 0; + padding: 0; + } + &:checked{ + background-color: @gb-dm-dark-aqua; + &::before{ + content:"✔"; + } + } +} + +.dropdown-menu{ + background-color: @gb-dm-bg0; + border-color: @gb-dm-bg0-hard; + a, button{ + color: @gb-dm-fg0; + &:hover{ + background-color: @gb-dm-bg0-soft; + } + } +} + +.list-sort-container .list-sort{ + border-color: @gb-dm-bg0-hard; +} +.list-sort-container .list-sort-dir{ + border-color: @gb-dm-bg0-hard; +} + +.Codemirror, pre, #markdown-editor-input, .editor-toolbar, .code-base, code, span.code{ + font-family: Iosevka; +} diff --git a/NOSTOW/firefoxExtentions/browseroverrides/manifest.json b/NOSTOW/firefoxExtentions/browseroverrides/manifest.json index aff1ed87..f1d51227 100644 --- a/NOSTOW/firefoxExtentions/browseroverrides/manifest.json +++ b/NOSTOW/firefoxExtentions/browseroverrides/manifest.json @@ -10,54 +10,88 @@ }, "content_scripts": [ { - "matches": ["*://wiki.archlinux.org/*"], - "css": [ "css/archwiki.css" ] + "matches": ["*://*.archlinux.org/*"], + "css": [ "css/archwiki.css" ], + "run_at": "document_start" }, { "matches": ["*://*.amazon.com/*","*://*.amazon.co.uk/*"], - "css": [ "css/amazon.css" ] + "css": [ "css/amazon.css" ], + "run_at": "document_start" + }, + { + "matches": ["*://*.bbc.com/*","*://*.bbc.co.uk/*"], + "css": [ "css/bbc.css" ], + "run_at": "document_start" }, { "matches": ["*://*.duckduckgo.com/*","*://*.duckduckgo.co.uk/*"], - "css": [ "css/duckduckgo.css" ] + "css": [ "css/duckduckgo.css" ], + "run_at": "document_start" }, { "matches": ["*://*.reddit.com/*"], - "css": [ "css/reddit.css" ] + "css": [ "css/reddit.css" ], + "run_at": "document_start" }, { "matches": ["*://*.wikipedia.org/*"], - "css": [ "css/wikipedia.css" ] + "css": [ "css/wikipedia.css" ], + "run_at": "document_start" }, { "matches": ["*://stackoverflow.com/*","*://*.stackoverflow.com/*"], - "css": [ "css/stackoverflow.css" ] + "css": [ "css/stackoverflow.css" ], + "run_at": "document_start" }, { "matches": ["*://youtube.com/*","*://*.youtube.com/*"], - "css": [ "css/youtube.css" ] + "css": [ "css/youtube.css" ], + "run_at": "document_start" + }, + { + "matches": ["*://wiki.local.irmplc.com/*"], + "css": [ "css/wiki.css" ], + "run_at": "document_start" }, { "matches": ["*://protonmail.com/*","*://*.protonmail.com/*"], - "css": [ "css/protonmail.css" ] + "css": [ "css/protonmail.css" ], + "run_at": "document_start" }, { "matches": ["*://github.com/*","*://*.github.com/*"], - "css": [ "css/github.css" ] + "css": [ "css/github.css" ], + "run_at": "document_start" + }, + { + "matches": ["*://gitlab.irmtechies.net/*"], + "css": [ "css/gitlab.css" ], + "run_at": "document_start" }, { "matches": ["*://*/*"], - "exclude_matches": ["*://wiki.archlinux.org/*", + "exclude_matches": ["*://*.archlinux.org/*", "*://*.amazon.com/*","*://*.amazon.co.uk/*", + "*://*.bbc.com/*","*://*.bbc.co.uk/*", "*://*.duckduckgo.com/*","*://*.duckduckgo.co.uk/*", "*://*.reddit.com/*", "*://*.wikipedia.org/*", "*://stackoverflow.com/*","*://*.stackoverflow.com/*", "*://youtube.com/*","*://*.youtube.com/*", + "*://wiki.local.irmplc.com/*", "*://protonmail.com/*","*://*.protonmail.com/*", - "*://github.com/*","*://*.github.com/*"], - "css": [ "css/global.css" ] + "*://github.com/*","*://*.github.com/*", + "*://gitlab.irmtechies.net/*" + ], + "css": [ "css/global.css" ], + "run_at": "document_start" + }, + { + "matches": ["*://*/*"], + "js": [ "js/codemirror.js" ], + "run_at": "document_start" } ] } diff --git a/browserOverides/Sites/dotcss/public_html/accounts.google.com.css b/browserOverides/Sites/dotcss/public_html/accounts.google.com.css deleted file mode 100644 index e69de29b..00000000 diff --git a/browserOverides/Sites/dotcss/public_html/amazon.co.uk.css b/browserOverides/Sites/dotcss/public_html/amazon.co.uk.css deleted file mode 100644 index 8a3196f7..00000000 --- a/browserOverides/Sites/dotcss/public_html/amazon.co.uk.css +++ /dev/null @@ -1,1477 +0,0 @@ -body { - font-size: 13px; - line-height: 19px; - color: #aaa !important; - font-family: 'Open Sans', Arial, sans-serif; - background-color: #1c1f26 !important; -} -/** adjust price colour here **/ - -.a-color-price { - color: #ff0000!important; -} -/** New top area nightmare **/ - -#pageContent #gw-dashboard-grid #gw-dashboard-ad { - display: none; -} -.hud-white-dashboard { - background-color: #272b35 !important; -} -.a-fixed-right-flipped-grid .a-col-left { - margin-top: 10px; -} -.hud-white-dashboard .hud-feed-carousel .feed-carousel-card { - border-radius: 5px; - background: #1c1f26 !important; - -webkit-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.75); - -moz-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.75); - box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.75); -} -.hud-profilecard-card { - background: #fff !important; - border-radius: 5px; -} -.hud-white-dashboard .hud-card-subtext-line1 { - color: #1695ab !important; -} -/** END New top nightmare **/ - -.profile-v5-desktop-vis-background, -.profile-v5-desktop-own-background { - background-color: #272b35 !important; - background-size: 10px 10px !important; - background-image: linear-gradient(45deg, rgba(100, 100, 100, .2) 25%, transparent 25%, transparent 50%, rgba(100, 100, 100, .2) 50%, rgba(100, 100, 100, .2) 75%, transparent 75%, transparent) !important; - min-height: 100% !important; - height: 100% !important; -} -.profile-v5-desktop-vis, -.profile-v5-desktop-own { - border-right: 10px solid #404552 !important; - border-left: 10px solid #404552 !important; - background-color: #404552 !important; - -webkit-box-shadow: 0px 0px 33px -5px rgba(0, 0, 0, 0.75); - -moz-box-shadow: 0px 0px 33px -5px rgba(0, 0, 0, 0.75); - box-shadow: 0px 0px 33px -5px rgba(0, 0, 0, 0.75); -} -.card.desktop.sub-card { - background: #272b35 !important; - box-shadow: none !important; -} -.card.desktop { - border: none !important; - background: #272b35 !important; -} -.product-box { - border: .1rem solid #404552 !important; - background-color: #1c1f26 !important; -} -.a-form-actions { - background: transparent !important; -} -td[style$="background-color: rgb(255, 255, 222);"] { - background-color: #2e3539 !important; -} -.askInlineWidget .vote input[type="submit"] { - background-color: transparent; -} -.a-expander-content-fade { - display: none !important; -} -.fadeGradient { - background: transparent !important; -} -p:last-child { - color: #aaa !important; -} -div[style$="background-color:#eff7fe;border:1px solid #0f3c6d;padding:10px;text-align:left;"] { - background-color: #404552 !important; - border: none !important; -} -div[class$="a-box-inner a-alert-container"], -div[class="a-box-inner a-alert-container"], -div[class$="ewc-scroll-area"], -div[class="ewc-scroll-area"], -.a-accordion .a-accordion-active .a-accordion-row, -.a-accordion .a-accordion-active .a-accordion-inner, -.a-accordion .a-accordion-row { - background-color: #404552 !important; -} -.nav-npm-text-detail, -a.nav-npm-text-detail-a, -a.nav-npm-text-detail-a:link, -a.nav-npm-text-detail-a:visited, -a.nav-npm-text-detail-a:hover, -a.nav-npm-text-detail-a:active { - color: #aaa !important; -} -#nav-flyout-accountList #nav-al-your-account { - border-left: 1px solid #404552 !important; -} -#nav-flyout-wl-alexa { - border-bottom: 1px solid #404552 !important; -} -#actionPanelWrapper.burj { - background: transparent !important; -} -#actionPanel #merchant-info { - color: #aaa; -} -#cbcc_banner { - display: none; -} -form-actions { - border-top: 1px solid #404552 !important; - background: #272b35 !important; -} -.custom-view-options a.item:active, -.custom-view-options a.item:link, -.custom-view-options a.item:visited { - color: #aaa !important; -} -#nav-programs #nav-link-prime .nav-line-2, -#nav-programs #nav-z-link-prime .nav-line-2, -#nav-programs #nav-z-link-tryprime .nav-line-2 { - color: #b05158 !important; -} -#nav-programs #nav-z-link-video .nav-line-2 { - color: #5a7694 !important; -} -#nav-programs #nav-z-link-music .nav-line-2 { - color: #5a7694 !important; -} -.cBoxTL, -.cBoxTR, -.cBoxBL, -.cBoxBR { - display: none !important; -} -#navbar .nav-flyout-sidePanel { - border: 1px solid #404552 !important; - background: #272b35 !important; -} -.s-result-card, -.s-result-card-for-container .s-item-container { - border: 1px solid #404552 !important; - box-shadow: none !important; - background-image: none !important; - background: #1c1f26 !important -} -.gcPagGradient, -.gcPagFooterGradient { - display: none !important; -} -.gcNewBalanceBox .autoReload { - background-color: transparent !important; - color: #ddd !important; -} -.gcNewTopBox h3 { - color: #ddd !important; -} -.gcYANavCurrent { - color: #888; -} -.gcYASubnav li.selected { - background-color: #272b35; - border-left: none !important; - border-right: none; -} -.gcYASubnav li { - background-color: #1c1f26 !important; - border-bottom: 1px solid #404552; - border-left: none !important; -} -.gcYASubnav li.first { - border-top: solid 1px #404552; -} -gcYASubnav li.first { - border-top: solid 1px #404552 !important; -} -.RBB1, -.RBB11, -.RBB12, -.RBB14, -.RBB2 { - border: 1px solid #404552 !important; -} -div.imageInformation { - background-color: transparent !important; -} -.a-expander-partial-collapse-header { - background-color: #272b35 !important; -} -.a-expander-content-fade { - background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #1c1f26)!important; -} -.stats-bar { - background-color: #1c1f26 !important; -} -.public-name-text { - color: #fff !important; -} -td[bgcolor="#ffffff"] { - background-color: #1c1f26 !important; -} -td[bgcolor="#DDDDCC"] { - background-color: #1c1f26 !important; -} -.grayborder { - border: 1px #404552 solid; - background: #272b35 !important; -} -.quotes-bubble-arrow { - border-color: #b05158 rgba(238, 238, 238, 0) !important; -} -.wl-list.selected { - background-color: #272b35; -} -.custom-view-options li.selected { - border-bottom-color: #b05158 !important; -} -.nav-flyout { - background: #1c1f26 !important; - border: 1px solid #404552 !important; -} -.nav-flyout .nav-arrow-inner { - border-bottom: 9px solid #1c1f26 !important; -} -.nav-tpl-itemList .nav-text { - color: #ccc !important; -} -.nav-catFlyout .nav-flyout-content .nav-hasPanel { - background-image: none !important; -} -#pet_your_prime .pet_your_prime_header { - color: #ccc; -} -.a-popover-inner { - background-color: #404552 !important; -} -.w-popover-header { - background-color: #404552 !important; -} -.w-box .w-box-inner { - padding: 0px !important; -} -.a-popover-header { - background: #272b35 !important; - box-shadow: none !important; -} -.w-success-msg span { - color: #b05158 !important; -} -.merchbarW .shoveler-title .span, -.merchbarW .shovHeader { - color: #b05158 !important; -} -.w-uwl span { - color: #b05158 !important; -} -ul.a-pagination li { - background-color: #404552 !important; -} -ul.a-pagination li.a-selected a { - background-color: #b05158 !important; - border: 0 !important; -} -ul.a-pagination li a:focus { - box-shadow: none !important; -} -ul.a-pagination li.a-selected { - background-color: #b05158 !important; -} -ul.a-pagination li a { - border-radius: 3px; - box-shadow: none !important; - background: #404552 !important; - border: 0 !important; - border-color: transparent; -} -.a-ordered-list.a-nostyle, -.a-unordered-list.a-nostyle, -ol.a-nostyle, -ul.a-nostyle { - color: #ececec !important; -} -.a-alert-error .a-alert-container { - background-color: #404552; - box-shadow: none !important; - padding-left: 63px; -} -.a-alert-warning .a-alert-container { - background-color: #404552; - box-shadow: none !important; - padding-left: 63px; -} -.banner-hidden-by-default { - display: none !important; -} -#pageContent #gw-hud-grid #gw-hud { - width: 100% !important; - border: 0 !important; - padding: 0 !important; -} -#pageContent #gw-hud-grid #gw-hud-sidekick { - display: none; -} -.smTabContentMain { - width: 100%; - background-color: #272b35 !important; -} -.smTabMnCenter { - border-top: none !important; - background-color: #1c1f26 !important; -} -.smTabMnBottom .smTabMnCenter { - border-top: none !important; - border-bottom: none !important; -} -.smTabCorner { - display: none !important; -} -.dsv-cBoxR { - background-color: #404552 !important; -} -.dsv-cBoxB { - border-bottom: 1px solid #404552; -} -.dsv-cBoxTL, -.dsv-cBoxTR, -.dsv-cBoxBL, -.dsv-cBoxBR { - display: none !important; -} -.dsv-cBoxB { - position: absolute; - display: block; - width: 100%; - height: 1px; - bottom: -1px; - background-color: #404552 !important; -} -/* Additions for Seller Central */ - -table, -table thead, -table tr { - background-color: #1C1f26 !important; -} -table td, -table tr { - border: 1px solid #1c1f26 !important; - padding: 6px !important; -} -h4 { - background-color: transparent !important; - color: white !important; -} -table a, -table td, -table div { - color: #E6E6E6 !important; -} -.a-alert-success .a-alert-container { - background-color: #404552; - box-shadow: 0 0 0 4px #545b6b inset; - padding-left: 60px; -} -.dsv-primary, -.dsv-secEyebrow h2 { - background-color: #272b35 !important; -} -.dsv-secondary, -.dsv-secEyebrow, -.dsv-primary { - border: 1px solid #404552 !important; -} -.reason-header { - text-align: left; - padding-bottom: 6px; - background-color: #151515 !important; -} -.info-data { - color: #ececec !important; -} -div[style="background-color: white;padding-bottom:20px;"] { - background: #272b35 !important; -} -#nav-upnav { - display: none !important; -} -.ys-center { - background: #272b35 none repeat scroll 0 0 !important; -} -.dv-ajax-page, -.dv-storefront-page { - margin: 0 0 18px 0; - padding: 0; - background-color: #272b35 !important; - color: #ccc !important; -} -.huc-v2-pinned-order-row-with-divider { - background-color: #1c1f26 !important; -} -#DP_IMAGE_GALLERY_BUTTON_CONTAINER .image-thumbnails { - width: 22.5%; - height: auto; - padding: 11.25%; - margin-right: 1.25%; - display: inline-block; - background-position: center; - background-size: cover; - cursor: pointer; - border: 1px solid #5a7694 !important; -} -:focus { - outline: none !important; - border: 0px solid #5a7694 !important; -} -a:link:hover { - color: #1695ab !important; -} -a:hover { - text-decoration: underline; - cursor: pointer; - color: #d4636b !important; -} -a.no-link, -a.no-link:active, -a.no-link:link, -a.no-link:visited { - color: #5a7694 !important; -} -#productTitle { - color: #1695ab !important; - font-size: 19px!important; -} -.GB-SUPPLE .tallCellView { - border-color: #404552 !important; -} -.a-alert-info .a-alert-container { - background-color: #404552; - padding-left: 60px; -} -.sc-list .sc-list-head { - border-bottom: 1px solid #545b6b; -} -#nav-subnav .nav-a:hover { - color: #aaa !important; - border-bottom: 2px solid #5a7694 !important; -} -.a-button-primary { - background: #697184 !important; - border: none !important; - color: #fff !important; -} -.a-button .a-button-text { - color: #fff !important; -} -#twister .swatches li.swatchSelect { - border-color: #a54c52 !important; -} -.banner-border { - border-color: #697184 !important; - border-style: solid !important; - border-width: 0 0 1px 0 !important; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABJCAIAAABEshTrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REJDRDE1MDI5QjkxMTFFNjhFNDY5QUZCMjA5NTE1MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REJDRDE1MDM5QjkxMTFFNjhFNDY5QUZCMjA5NTE1MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEQkNEMTUwMDlCOTExMUU2OEU0NjlBRkIyMDk1MTUxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEQkNEMTUwMTlCOTExMUU2OEU0NjlBRkIyMDk1MTUxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph3p0bwAAACBSURBVHja7NAxAQAwCACguWQ+FrB/GCv4CxGIrH7sfAWyZMmSJUuWAlmyZMmSJUuBLFmyZMmSpUCWLFmyZMlSIEuWLFmyZCmQJUuWLFmyFMiSJUuWLFkKZMmSJUuWLAWyZMmSJUuWAlmyZMmSJUuBLFmyZMmSpUCWLFmyZJ03AgwA6VUBaW9nHFAAAAAASUVORK5CYII=) !important; - height: 60px; - background-color: #404552 !important; -} -.a-button-text { - background-color: #545b6b !important; - border: 0; - display: block; - font-family: Arial, sans-serif; - font-size: 13px; - line-height: 29px; - margin: 0; - outline: 0; - padding: 0 10px 0 11px; - text-align: center; - white-space: nowrap; -} -#nav-subnav .nav-a { - position: relative; - float: left; - height: 31px; - line-height: 33px; - color: #ccc !important; - font-size: 12px; - padding: 0 11px; -} -.nav-tpl-discoveryPanelList .nav-title .nav-text, -.nav-tpl-discoveryPanelSummary .nav-title .nav-text, -.nav-tpl-itemList .nav-title .nav-text { - font-size: 18px; - line-height: 19px; - color: #a54c52; -} -#siteDirectory h2, -#siteDirectory h2 a { - font-family: Tahoma, sans-serif; - font-size: 14px; - font-weight: bold; - color: #a54c52; - text-decoration: none; -} -#thank-you-box-wrapper div.corner { - background-image: none !important; -} -#thank-you-header { - font-family: Arial; - font-size: 24px; - color: #b05158; -} -.comparison_baseitem_column { - background-color: #121212; - border: 1px dotted #ccc; - padding-left: 10px; -} -.comparison_attribute_name_column { - background-color: #121212; - border: 1px dotted #ccc; - padding-left: 10px; -} -h1, -h2, -h3, -h4 { - font-family: Arial, Verdana, Helvetica, sans-serif; - font-weight: bold; - color: #b05158; -} -.sc-list .sc-list-item-border { - border-bottom: 1px solid #545b6b !important; -} -.displayAddressDiv .displayAddressUL li { - list-style-type: none; - color: #5a7694 !important; -} -#navFooter.navLeftFooter .navFooterDescLine { - background-color: #272b35 !important; - padding: 30px 0; - margin: 30px 0 0; -} -.kmd-paragraph-title { - font-family: Arial, sans-serif; - font-weight: 700; - margin: 0 0 5px; - font-size: 17px; - color: #ccc !important; -} -.kmd-text-paragraph-body { - line-height: 19px; - color: #aaa !important; - margin: 0 0 20px; -} -.dv-fs .dv-fs-list-wrapper { - background-color: #404552 !important; - border-bottom: none !important; - padding: 0 25px; - font-weight: 400; -} -#thank-you-box-wrapper { - background-color: #404552 !important; - font-family: Verdana; - font-size: 11px; - color: #aaa; - text-align: left; - border: 1px solid #697184 !important; - position: relative; - height: 100%; -} -#pet_pmp_desktop { - color: black; - font-family: arial, sans-serif; - background-color: transparent !important; - min-width: 1000px; -} -#pet_pmp_desktop .pet_card { - background-color: #404552 !important; - box-shadow: none !important; - border: 1px solid #697184 !important; -} -.ONETHIRTYFIVE-HERO * { - box-sizing: content-box; - color: #b05158 !important; -} -.GB-M-COMMON { - zoom: 1; - overflow: hidden; - background-color: transparent !important; -} -.GB-SUPPLE .filters { - padding-top: 11px; - padding-left: 21px; - background-color: #545b6b !important; - display: inline-block; - vertical-align: top; - padding-bottom: 32768px; - margin-bottom: -32768px; -} -.GB-SUPPLE .tallCellView { - height: 500px !important; - min-width: 246px; - border-left: solid 1px; - border-bottom: solid 1px; - border-color: #697184; - float: left; - padding-left: 1px; - padding-bottom: 1px; - padding-right: 2px; - padding-top: 2px; -} -.vpc_coupon_bar { - padding-top: 15px; - border-bottom: 1px solid #5a7694; - min-width: 850px; - height: 95px; - width: 100%; - background-color: #404552; - position: relative; -} -.dv-carousel-heading { - background-color: #b0bcd7 !important; - float: left; - position: relative; - margin: 0 10px 0 0; - padding: 15px 20px; - height: 200px; - width: 200px; -} -.dv-carousel-heading.dv-facets-prime, -.dv-seed.dv-facets-prime { - background-color: #b0bcd7 !important; -} -#navFooter.navLeftFooter .navFooterCopyright { - background-color: #1c1f26 !important; - max-width: 100%; - border-top: 1px solid #545b6b !important; - margin: 0; - padding: 10px 0 30px; -} -.a-button-primary .a-button-inner { - background: none !important; -} -.a-button .a-button-inner { - background: #404552 !important; -} -.a-button-inner { - box-shadow: none !important; -} -.a-button-primary { - background: #697184 !important; - border: none !important; - color: #111 !important; -} -.package-status.on-time { - background: #d4636b !important; -} -.ship-track-large-horizontal-widget .tracker-container .latest-event-dot { - z-index: 10; - background: #a54c52 !important; - display: none; -} -.ship-track-large-horizontal-widget .bottom .original-estimate-status .marker, -.ship-track-large-horizontal-widget .bottom .shipped-status .marker { - position: absolute; - top: -14px; - left: 50%; - margin-left: -10px; - border: 10px solid transparent; - border-top-color: #d4636b !important; -} -.ship-track-large-horizontal-widget .tracker-container .delivery-dot { - background: 0 0; - border: 1px solid #a54c52 !important; - right: 0; -} -.ship-track-large-horizontal-widget .bottom .delivery-status { - max-width: 400px; - right: 0; - text-align: right; - color: #b05158 !important; -} -.a-color-success { - color: #b05158!important; -} -#s-result-info-bar.s-refinements-on-top { - box-shadow: none; - background: none !important; - margin-bottom: 0!important; -} -#refinementsOnTop { - background: #272b35 !important; - border-bottom: 1px solid #545b6b !important; - padding-left: 8px; -} -.smart-promo-inner, -.smart-promo-confirmation-inner { - display: none !important; -} -.cs-help-header { - zoom: 1; - background: #404552 !important; - min-width: 996px; - padding: 8px 0 4px 10px; -} -div.dv-superhero-carousel { - display: none !important; -} -#ysh-cards-container li.recs-grid-item { - float: left; - height: 370px; - line-height: 1; - width: 320px; - border: 5px solid #545b6b !important; - overflow: hidden; - background: #697184 !important; -} -#ys-card .welcome-msg { - display: table; - color: #b05158 !important; - font-family: Arial, Sans-Serif; - font-size: 27px; - padding: 25px; - margin: auto; -} -#ys-center #ysh-cards-container .recs-grid-container { - border-top: none !important; - overflow: auto; - width: 100%; -} -#ys-card #hud-dashboard { - background-color: #545b6b!important; -} -.s-border-right { - border-right: 1px solid #545b6b !important; -} -.acs-ln-widget .acs-ln-nav-section { - border: none !important; -} -.a-spacing-large, -.a-ws .a-ws-spacing-large { - margin-bottom: 22px!important; -} -#navbar.nav-bluebeacon #nav-belt { - background-color: #2d3039!important; -} -.fresh-shoveler .as-title-block-right a { - color: #b05158 !important; -} -a:link { - text-decoration: none; - color: #ccc !important; -} -.ys .horizontalNavBar { - background-color: #404552!important; - border-top: 1px solid #545b6b!important; - border-bottom: 1px solid #545b6b!important; - margin: 3px 0 3px 0; -} -.ys .horizontalNavBar div { - border-top: none !important; -} -.a-color-secondary { - color: #ccc!important; -} -.a-color-base { - color: #ccc!important; -} -.a-ordered-list .a-list-item, -.a-unordered-list .a-list-item, -ol .a-list-item, -ul .a-list-item { - color: #ccc !important; -} -#cbcc_banner_container { - display: none !important; -} -.a-button-toggle.a-button-thumbnail.a-button-selected { - border-color: #b05158!important; -} -.a-popover-wrapper { - overflow: hidden; - border: 1px solid #5a7694 !important; - height: 100%; - width: 100%; - border-radius: 4px; - box-shadow: none; - background-color: #404552!important; -} -#ivThumbs.noMediaSelection { - margin-top: 15px; - border-top: 1px solid #545b6b !important; -} -#ivThumbs { - border-radius: 6px !important; - border: 1px solid #545b6b!important; -} -.ivThumb.selected, -.ivThumb.selected:hover, -.ivThumbVideoListOuter.selected .ivThumbVideoList, -.ivThumbVideoListOuter.selected:hover .ivThumbVideoList { - border: 1px solid #b05158!important; - padding: 0; -} -.fullscreen { - border-radius: 10px !important; - max-width: none!important; - border: 5px solid #545b6b!important; - opacity: .7 !important; -} -.fullscreen:hover { - opacity: 1 !important; -} -hr { - background-color: transparent; - display: block; - height: 1px; - border-width: 0; - border-top: 1px solid #404552!important; - line-height: 19px; - margin-top: 0; - margin-bottom: 14px; -} -#hero-quick-promo { - margin-bottom: 0!important; - display: none !important; -} -#navbar.nav-bluebeacon #nav-main { - background-image: none; - background-color: #2d3039 !important; - border-bottom: 1px solid #545b6b!important; -} -#navbar.nav-bluebeacon { - background-color: #2d3039 !important; -} -#nav-search .nav-search-facade .nav-search-label { - color: #000!important; -} -#nav-search .nav-search-facade .nav-icon { - border-width: 4px; - border-color: transparent; - border-top: 4px solid #000!important; -} -#navbar.nav-bluebeacon #nav-cart-count, -#navbar.nav-bluebeacon #nav-ewc-cart-count { - color: #5a7694 !important; - top: 7px; -} -#nav-tools .nav-cart-count, -#navbar .nav-tools .nav-cart-count { - color: #5a7694!important; - font-weight: 700; - font-family: arial, sans-serif; - position: absolute; - line-height: 16px; - width: 20px; - text-align: center; -} -ul.a-tabs { - margin: 0; - list-style-type: none; - border: none !important; - padding: 0; - background-color: #5a7694 !important; -} -ul.a-tabs .a-tab-heading.a-active a, -ul.a-tabs li.a-active a { - background-color: #b05158 !important; - color: #ccc !important; - font-weight: 700; - border: none !important; -} -ul.a-tabs .a-tab-heading a, -ul.a-tabs li a { - line-height: 1; - padding: 15px 17px 15px 18px; - display: block; - border: none !important; - border-bottom: 0; - color: #ccc !important; -} -.ship-track-large-horizontal-widget .tracker-container { - border-radius: 12px; - height: 24px; - background: #2d3039!important; - overflow: hidden; - margin: 8.5px 0; -} -.gw-hud-t2 #hud-dashboard { - margin-bottom: 0px !important; - background-color: #404552 !important; - border-left: 1px solid #545b6b!important; - border-right: 1px solid #545b6b!important; - border-bottom: 0px solid #545b6b!important; -} -.a-fixed-right-flipped-grid .a-col-left { - background-color: #2d3039!important; - border: 1px solid #545b6b!important; - padding: 5px !important; -} -#nav-subnav { - position: relative; - display: none; - margin: 0; - padding: 0 9px 0 15px; - overflow: hidden; - border-bottom: 1px solid #545b6b!important; - border-top: 0px solid #545b6b!important; - white-space: nowrap; - height: 33px; - background: #1c1f26!important; -} -#automotiveStripe { - background-color: #404552!important; -} -#automotiveStripeMain { - position: relative; - padding: 13px 8px 11px 24px; - z-index: 100; - border-top: 1px solid #545b6b!important; - border-bottom: 1px solid #545b6b!important; -} -#tell-a-friend, -#sidebar, -.billboardRowWrapper, -#pageContent hr, -#rhf .rhf-frame, -#navSwmHoliday, -#gw-desktop-herotator .a-carousel-container, -#gw-desktop-herotator .a-carousel-viewport { - display: none !important; -} -.fresh-shoveler .feed-carousel .feed-carousel-card .product-image { - border: 1px solid #545b6b !important; - padding: 5px; - opacity: 1; - border-radius: 5px; - background: #1c1f26; -} -.a-dynamic-image.a-stretch-vertical, -.a-dynamic-image.a-stretch-horizontal { - border: 1px solid #5a7694 !important; - padding: 5px; - opacity: 0.7; -} -.fresh-shoveler .feed-carousel .feed-carousel-card .product-image:hover { - border: 1px solid #1695ab !important; - padding: 5px; - opacity: 1; -} -.a-dynamic-image.a-stretch-vertical:hover, -.a-dynamic-image.a-stretch-horizontal:hover { - border: 1px solid #5a7694 !important; - padding: 5px; - opacity: 1; -} -.feed-carousel .feed-scrollbar-track { - background-color: #474b59!important; -} -.feed-carousel .feed-scrollbar-thumb:hover, -.feed-carousel.scrolling .feed-scrollbar-thumb { - background-color: #b05158!important; -} -.feed-carousel .feed-carousel-control { - position: absolute; - top: 75px; - background-color: #ccc!important; - height: 40px; - border: 1px solid #545b6b!important; - line-height: 100px; - -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75); - -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75); - box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75); -} -.fresh-shoveler .as-title-block .a-color-base { - color: #ccc!important; -} -#navFooter.navLeftFooter { - margin-bottom: 0; - padding-bottom: 0; - background-color: #1c1f26!important; - min-width: 1000px; - position: relative; - border-top: 1px solid #545b6b!important; -} -#navFooter.navLeftFooter .navFooterBackToTop:focus, -#navFooter.navLeftFooter .navFooterBackToTop:hover { - background-color: #2d3039!important; - border-top: 1px solid #545b6b!important; - border-bottom: 1px solid #545b6b!important; -} -#navFooter.navLeftFooter .navFooterBackToTop { - margin-bottom: 40px; - background-color: #474b59!important; - border-top: 1px solid #545b6b!important; - border-bottom: 1px solid #545b6b!important; -} -#navFooter.navLeftFooter .nav-footer-line { - border-top: 1px solid #545b6b!important; - margin-top: 40px; - border-bottom: 0px solid #545b6b!important; -} -#navFooter.navLeftFooter .navFooterDescLine { - border-top: 1px solid #545b6b!important; -} -#nav-search .nav-search-field { - color: #ccc !important; - position: relative; - height: 35px; - background: #545b6b!important; - border-top: 1px solid #545b6b !important; - border-bottom: 1px solid #545b6b !important; -} -#nav-search .nav-search-field .nav-input { - color: #000 !important; -} -#navbar.nav-bluebeacon #nav-search .nav-search-scope.nav-focus, -#navbar.nav-bluebeacon #nav-search .nav-search-scope:focus, -#navbar.nav-bluebeacon #nav-search .nav-search-scope:hover { - background-color: #b05158!important; - border-left-color: #b05158!important; - border-top-color: #b05158!important; - border-bottom-color: #b05158!important; - color: #000 !important; -} -.a-color-state { - color: #5a7694!important; -} -.a-alert-inline-info .a-alert-container { - padding-left: 16px; - color: #aaa; -} -#navbar.nav-bluebeacon #nav-search .nav-search-scope { - background-color: #545b6b!important; - background-image: none; - border-left: 1px solid #545b6b!important; - border-top: 1px solid #545b6b!important; - border-bottom: 1px solid #545b6b!important; - color: #000 !important; -} -#nav-search .nav-search-scope { - border: none; -} -#navbar.nav-bluebeacon #nav-search .nav-searchbar.nav-active .nav-search-scope { - border: none !important; - border-radius: 0 !important; -} -.a-ordered-list .a-list-item, -.a-unordered-list .a-list-item, -ol .a-list-item, -ul .a-list-item { - color: #aaa !important; -} -#navbar.nav-bluebeacon #nav-search .nav-search-submit { - background: #545b6b !important; -} -#hud-dashboard .profile-image { - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAFN%2B%2BnkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167%2B3t%2B9f7vOec5%2FzOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP%2FwBr28AAgBw1S4kEsfh%2F4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv%2BCpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH%2BOD%2BQ5%2Bbk4eZm52zv9MWi%2FmvwbyI%2BIfHf%2FryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3%2FldM9sJoFoK0Hr5i3k4%2FEAenqFQyDwdHAoLC%2B0lYqG9MOOLPv8z4W%2Fgi372%2FEAe%2Ftt68ABxmkCZrcCjg%2F1xYW52rlKO58sEQjFu9%2Bcj%2FseFf%2F2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R%2BW%2FQmTdw0ArIZPwE62B7XLbMB%2B7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv%2FmPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5%2BASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1%2BTSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q%2B0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw%2BS3FDrFiOJMCaIkUqSUEko1ZT%2FlBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC%2FpdLoJ3YMeRZfQl9Jr6Afp5%2BmD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA%2BYb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV%2Bjvl%2F9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1%2BrTfaetq%2B2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z%2Bo%2B02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y%2FDMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS%2BKc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw%2BlXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r%2B00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle%2B70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l%2Bs7pAz7GPgKfep%2BHvqa%2BIt89viN%2B1n6Zfgf8nvs7%2Bsv9j%2Fi%2F4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww%2BFUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX%2BX0UKSoyqi7qUbRTdHF09yzWrORZ%2B2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY%2BybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP%2BWDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D%2BmiGT0Z1xjMJT1IreZEZkrkj801WRNberM%2FZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c%2FPbFWyFTNGjtFKuUA4WTC%2BoK3hbGFt4uEi9SFrUM99m%2Fur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl%2FVfPV5bdra3kq3yu3rSOuk626s91m%2Fr0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e%2B2Sba1r%2Fdd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q%2F5n7duEd3T8Wej3ulewf2Re%2FranRvbNyvv7%2ByCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9%2BmfHvjUOihzsPcw83fmX%2B39QjrSHkr0jq%2Fdawto22gPaG97%2BiMo50dXh1Hvrf%2Ffu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1%2F3yfPe549d8Lxw9CL3Ytslt0utPa49R35w%2FeFIr1tv62X3y%2B1XPK509E3rO9Hv03%2F6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r%2Fy%2B2v3qB%2FoP6n%2B0%2FrFlwG3g%2BGDAYM%2FDWQ%2FvDgmHnv6U%2F9OH4dJHzEfVI0YjjY%2BdHx8bDRq98mTOk%2BGnsqcTz8p%2BVv9563Or59%2F94vtLz1j82PAL%2BYvPv655qfNy76uprzrHI8cfvM55PfGm%2FK3O233vuO%2B638e9H5ko%2FED%2BUPPR%2BmPHp9BP9z7nfP78L%2FeE8%2Fsl0p8zAAAAIGNIUk0AAHolAACAgwAA%2Bf8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAeBSURBVHjaYvj%2F%2Fz%2FD%2F%2F%2F%2FGbb7eMAwHxKbgQFJwX8smAFF8tu3b%2F%2B%2Fffv2%2F8ayJTAFggzbfTxM0RV8%2B%2FYNbgrDdh%2BPvdt9PP6f6%2BrArgCbFcjuIKQAxRcvYAq%2Bfv36H%2BZNAAAAAP%2F%2FQg8DJYwwwOl%2FQl6jUBKbl%2BAOujh5Ik5JBjRj7bb7eDAAAAAA%2F%2F%2BCBwSSfz%2Fi8Nr%2F7T4eXkSlBWSb3j9%2BTDidYNOILRQwkggMf%2Fn4Eafmo0X5GJqN0E28MLGfoK0YSQsZ744Iwatxu48HD3po43Tyt2%2Ff%2Fn9%2B%2Fx4eWNt9PBgAAAAA%2F%2F9iwJI1YZh5u4%2BHDhZxhu0%2BHgz%2F%2F%2F9nQNfMhieO%2F%2BPTfJ%2BARhjmQNG83cdjF0pgRYURCmkUzQQTCbqa%2F%2F%2F%2FMzBs9%2FH4hSx4qqGWJM0ogifrqonSvN3H4xHR6RpX2qaeZmIDbLuPxwOG7T4eP9El7mxYh6Jxd0QI9gDDlTGwpGecmjfjc%2Fand29xJxKoATfR6wwc%2FmbFlTFY3ty8iVXjiapyjIwBAAAA%2F%2F9Cyc94sifrdh%2BPtURkmsfbfTyMcWVjYi3uIzKH4sPvibZ4u4%2FHc0IGHsxI%2FX9388b%2FL69c%2Fn99yaL%2FOwJ8iHEEG64ySBWfxl1hQXgTwLdv3%2F5%2F%2BfiRkOWn0YsgD7wa%2FLwIWkqoZkEOfrwZCqXa6uuhpsX%2Ft%2Ft4JDNs9%2FFoI6TwSEEutS3%2Bz7Ddx%2BMSPgWf378nyVIYPpSTQdDiFkKuw9fEwIavLZhH2MfExDEx9QC%2BAhYLjodZ7ESs5bh8f2%2FHNmItfY6ejxUJadoR4IPTt3e3bCLG0hP4Sq7H6HmY1Di%2BOm8ONkuZiS2rG%2B5t30pWikbqr7wip5JAxozbfTzmHCnI%2FX9%2F547%2Fn9%2B8QbHk%2Bbmz%2F891d%2F7f7uNxbbuPhzIxtRNAxFqMjsWgDXMlItRSZHHIdh%2BPr0QknonUsriKzHr4CrkWs2738fhHhYZAACkNATUqWIiM1xG0eLuPhwoxhl2ZNeP%2F05Mn%2Ft%2FdvBHWkCOE9%2BDrBTETMuDJ8WM48%2B2xkkJClqfisvgHPo2vb1wnWGgcryglZDkzetPHH5%2BGw3nZVGv24O32oeNPr14RbfGJmkpClvPAen2ilNbDyPjB7l2ELN4Ps3gnNS1%2BcvwYwVSOtZ9LqcX3d%2B4YGItvrVlFTL62wmvxrpBAsutjAhbnMVCzB0GCxVUM1AxmEhp%2B6QQtPlqUT23f%2Ft%2Fu42FNtTb1t2%2Ff%2Fr%2B%2BcZ0os2Cpegsxiu9u2UTQYmxDLfgsFqKGrz%2B9ekVs%2FXyQ6LIaho%2BVFVPUQ4RiTuI75gQqDGKDeLuPxxts9fFXSuKZyHEQZmwWM%2BL16bu3BBPXxckT8Vkaja%2FNJYOu4eq8OSTl4S8fP%2F7f7ueFbulGYlqZCpSOBnz79u3%2Fua4OmKWLSGlXM2%2F38fhDrqXfvn37f23h%2FP%2FbfTzcyO1J5CBP8RCDH%2B3fB%2B8HU6PvZLfdx%2BPt5RnT%2Fr%2B6ehXFog9Pn%2F6%2Fs2Hd%2F%2F2Jcf%2B3%2B3jUEtt3AjBvfiFNRXEcHxUlvQSSQYTv9VCP0Xs%2B%2FIgfA6VGCWMpZo2IwKgkKBooSfQShYhEJPTHpB7K4peL%2FbFwlTWnqQ9biM1kjmXibPWmv17OYs677d57zp0%2BfF%2FvuZ977j3n9%2F3%2BztUc2KSDzFUFIRwmhGsifJ0oUT4viKf0gBDOEcJ%2BMy60FKwq4EoBllRsufIj0FpC2LRewDWEELUQUI%2F%2FrLYaeDchfFhHSC2tiDbCZmXA4ntKbTBQLQUJYbtpYELYSQjfZG8k3NG%2BZoUtVK5N3r%2FHXkedLHiPYWBCaJUZ1Oes54V43HwCmslwuKNdBvovIRzQBZzfwzaq6YE3LFM55CqdTBopXbXkLgosln%2FTA%2BixN0a1lErxQK1dBtqjCSwqT9MXHjxzSjlsXr0oo4ZVwIRwVnZxity6aRnwbGhIFniZEKqzpnirzqy%2F5GpsFfCPd4Mqtq2HWWCnin2wmFGX1VT%2FC1V7dZWNEJ7KXGSiu4sXEwmeDQ1ZBvzr%2BzQvpVJ6W5bFdMJGCMMy%2B61VkIU0fP2qDHCrjRA%2ByTw1K2d2TQt%2Bfl4r1zCiCzZCeCL1mtiP6CodZZVJpznY1CD7SjtsIm6SXhA%2BXrnMsWd9nPw6phQ02vuYx7s6VS1alTZC2EIIGVWuxeuok0rDcqUQlAmhJ7fwOK3SqgWbGvhPJiM3s329KmGXCWFPfmn5XCX02%2BNHTTumnMxTlU4WMg9Dqo355zaP7tmeCQZkV2EtXSplD%2FtVDhj3%2B3TPbNzvUw3r1hsAnJcZKNDo4rmRsOnvd24kzIFGlwzob0LYazTi2VHqpOIqe%2Bhu5uRoRPn%2BmxyN8KC72QjsXdkQbx8hJApBlqPoyCo1OVkM%2FjUhbFMZ01YRgp8QeLy7q%2Bw1dL6%2B3GjLbjce0Qu0NIg%2FRAiRsTu3%2BWcsWjZIcXRmRSSTu9ar1VIhEpOp0MUWnnr10tDBo4JnCmLR7AHhFfEvU81G6S0V%2BsHoICG0EMIjQogQwuJArZ19znoONLrY56xn77H%2FGXSCEN4TQichuETT1pJm2r8BAJlJpQfGgRyqAAAAAElFTkSuQmCC) !important; -} -.nav-sprite-v1 .nav-sprite, -.nav-sprite-v1 .nav-icon { - background-image: url(data:image/png;base64,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) !important; - background-position: 0 1000px; - background-repeat: repeat-x; -} -#asVehicleIdentifierStripe .asVehicleIdenifierTextInput { - font-size: 20px; - font-weight: 700; - height: 24px; - margin: 0; - padding: 3px 7px; - text-align: center; - text-transform: uppercase; - zoom: 1; - background-color: #697184 !important; - width: 200px; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - font-family: Arial, sans-serif; - border: 1px solid #272b35!important; - outline: 0; - box-shadow: none !important; - outline-width: 0; -} -#leftNav .seeMore, -#leftNav li .boldRefinementLink { - color: #ccc!important; -} -#leftNav h2 { - color: #ccc!important; - font-size: 12px; - font-weight: 700; - padding-bottom: 6px; -} -#leftNav .expander { - font-size: 10px; - vertical-align: text-top; - color: #ccc; -} -#leftNavContainer { - border-right: 1px solid #545b6b!important; - margin-bottom: 20px; -} -.a-ws .s-result-list-hgrid.s-col-ws-1 li:nth-child(1n+2) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-10 li:nth-child(1n+11) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-11 li:nth-child(1n+12) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-12 li:nth-child(1n+13) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-2 li:nth-child(1n+3) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-3 li:nth-child(1n+4) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-4 li:nth-child(1n+5) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-5 li:nth-child(1n+6) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-6 li:nth-child(1n+7) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-7 li:nth-child(1n+8) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-8 li:nth-child(1n+9) .s-item-container, -.a-ws .s-result-list-hgrid.s-col-ws-9 li:nth-child(1n+10) .s-item-container { - border-top: 1px solid #545b6b!important; -} -#s-result-info-bar { - border-top: 1px solid #545b6b !important; - border-bottom: 1px solid #545b6b !important; - box-shadow: 0 0 10px #a54c52 !important; - -webkit-box-shadow: 0 0 10px #5a7694 !important; - -moz-box-shadow: 0 0 10px #a54c52 !important; -} -div.pagnHy { - background-color: transparent; - height: 36px; - line-height: 36px; - text-align: center; - font-size: 16px; -} -.a-box { - margin-left: 10px; - border-radius: 4px; - border: 1px #5a7694 solid !important; - background-color: #404552 !important; -} -div#poweredByEmpty { - display: none !important; -} -.reviews .drkgry { - color: #ccc !important; -} -hr { - border: none !important; - color: #545b6b !important; - margin: 3px 0px; - border-style: dashed none none none; - background-color: #545b6b !important; -} -.parseasinTitle { - color: #5a7694 !important; -} -.dp-main { - background: #272b35 !important; - position: relative; - margin-bottom: 20px; - -webkit-font-smoothing: antialiased; -} -.carousel-progress-bar-scrubber { - background: transparent !important; -} -table.a-keyvalue td, -table.a-keyvalue th { - border-top: 1px solid #545b6b !important; -} -table.a-keyvalue th { - background-color: #404552 !important; - font-weight: 400; - color: #ccc !important; -} -.carousel-progress-bar-track { - background: #545b6b !important; - height: 2px; - position: relative; - top: 17px; - overflow: hidden; -} -.carousel-progress-bar { - background-color: #5a7694 !important; -} -table.a-keyvalue { - margin-bottom: 22px; - border-bottom: 1px solid #545b6b !important; -} -.a-button-toggle .a-button-inner { - box-shadow: none; - border: 1px solid #b05158 !important; - background-color: #5a7694 !important; - background-image: none; - height: auto; -} -.a-box .a-divider.a-divider-section .a-divider-inner, -.a-color-base-background .a-divider.a-divider-section .a-divider-inner, -.a-divider.a-divider-section .a-divider-inner { - display: none !important; -} -.a-box .a-divider.a-divider-section .a-divider-inner:after, -.a-color-base-background .a-divider.a-divider-section .a-divider-inner:after, -.a-divider.a-divider-section .a-divider-inner:after { - display: none !important; -} -#dv-product-details #dv-customer-reviews h2, -#dv-product-details .carousel-header h2 { - color: #5a7694 !important; -} -#ivMediaSelection { - width: 235px; - border: 1px solid #272b35 !important; - background-color: #1c1f26 !important; - padding-top: 5px; - padding-bottom: 5px; - margin-top: 15px; - display: none; -} -#ivTitle { - cursor: pointer; - color: #ccc !important; - text-align: left; - margin-top: 10px; - font-family: verdana, arial, helvetica, sans-serif; - font-size: 14px; - font-weight: 700; - word-wrap: break-word; - width: 235px; -} -hr.bucketDivider, -hr.bucketDivider:after { - display: none !important; -} -#AUI_A9AdsMiddleBoxTop h2, -#CustomerDiscussions h2, -#customer-discussions_feature_div h2, -#customer-reviews_feature_div h2, -#customerReviewsHeader, -#detailpage-click2call-header, -#hmdFormDiv h2, -#need-help-deciding .secHeader, -#pf-fitment-wrapper h2, -#revMHLContainer h2, -#reviewBucketHeader, -#rhfMainHeading, -#sponsored-products-dp_feature_div h2, -.bucket h2, -.cdInlineAskBoxTitle, -.cdQuestionAnswerHeader, -.pa_componentTitleTest h2, -h2.amtcmp, -h2.featureHeading { - color: #5a7694 !important; - font-size: 16px!important; - font-family: verdana, arial, helvetica, sans-serif!important; -} -#prodDetails h2, -#product-details-old b.h1 { - margin: 3px 0 7px 0; - color: #5a7694!important; - font-size: 16px!important; - font-family: verdana, arial, helvetica, sans-serif!important; -} -#productDescription_feature_div > h2.default { - color: #5a7694 !important; - font-size: medium; - margin: 0 0 0.25em; - font-family: verdana, arial, helvetica, sans-serif; -} -#quickPromoBucketContent ul li { - color: #aaa !important; -} -#productDescription { - font-family: verdana, arial, helvetica, sans-serif; - color: #ccc !important; - word-wrap: break-word; - font-size: small; - margin: 0.5em 0px 0em 25px; -} -#productDescription h3 { - font-weight: normal; - color: #5a7694 !important; - font-size: 1.23em; - clear: left; - margin: 0.75em 0px 0.375em -15px; -} -.a-checkbox label, -.a-radio label { - position: relative; - font-weight: 400; - color: #ccc !important; -} -#addon { - border-color: #2d3039 !important; - border-style: solid none; - border-width: 1px; - margin: 21px 0 14px; - padding: 15px 0 10px; - position: relative; - width: 100%; -} -#prodDetails .col1 td, -#prodDetails .col2 td { - padding: 3px 1px 3px 10px; - border-top: 1px dotted #2d3039 !important; - line-height: 18px; -} -#prodDetails table td.label { - background-color: #404552 !important; - width: 35%; - color: #ccc !important; - vertical-align: top; -} -#prodDetails #SalesRank ul li span.zg_hrsr_ladder, -#prodDetails #SalesRank ul li span.zg_hrsr_rank, -#prodDetails .wrapper, -#prodDetails td { - color: #ccc !important; -} -#prodDetails .secHeader { - border-bottom: 1px solid #5a7694 !important; - padding: 0 0 7px 10px; - font-size: 16px; -} -#prodDetails .attrG { - clear: both; - border-top: 1px dotted #2d3039 !important; -} -#merchant-help-links table table { - border: 1px solid #2d3039 !important; - border-spacing: 5px; - border-collapse: separate; -} -.askInlineWidget .vote { - border-right: 1px solid #5a7694 !important; - text-align: center; - color: #5a7694 !important; - padding: 0; - margin: 0; - width: 65px; -} -#productDescription p { - color: #ccc !important; -} -div[id="merchant-help-links"] { - display: none !important; -} -div[style="text-align:center;width:100%;margin:22px 0;height:1px;border-top:1px solid #DDDDDD"] { - border-top: 1px solid #5a7694 !important; -} -div[name="goKindleStaticPopDiv"] { - display: none !important; -} -.dp-accordion .unselected .rbbHeader { - display: none !important; -} -#detail-bullets ul, -#detail_bullets_id ul, -#feature-bullets-btf ul, -#technical-data ul { - color: #888 !important; - font-size: 13px; - margin-bottom: 1px; - font-family: verdana, arial, helvetica, sans-serif; -} -.a-carousel-row .a-carousel-photo { - display: table; - border: 5px solid #697184 !important; - table-layout: fixed; - width: 100%; - margin-bottom: 6px; -} -.technicalData .h3color, -.technicalData font, -.technicalData ul { - color: #aaa!important; -} -.a-input-text, -input[type=text], -input[type=number], -input[type=tel], -input[type=password], -input[type=search] { - background: #aaa !important; - height: 31px; - padding: 3px 7px; - line-height: normal; -} -.a-search .a-icon-search { - display: none !important; -} -.a-input-text, -input[type=text], -input[type=number], -input[type=tel], -input[type=password], -input[type=search], -select.a-select-multiple, -textarea { - border: 1px solid #5a7694 !important; - border-top-color: transparent; - border-radius: 3px; - box-shadow: none !important; - outline: 0; -} -.sims-vtph-image { - border: 5px solid #697184 !important; - margin-left: auto; - margin-right: auto; - display: block; -} -.askTypicalExamples { - color: #5a7694 !important; - line-height: 19px; - font-size: 13px; - display: block; -} -#miniATFUDP { - background: #545b6b !important; - border-top: solid 1px #5a7694 !important; - border-bottom: solid 1px #5a7694 !important; -} -.input:focus { - outline: none !important; - border: 1px solid red; - box-shadow: 0 0 10px #719ECE !important; -} -.generic-subnav-flyout-item { - border: 4px solid #999 !important; -} -.nav-tpl-discoveryPanelList .nav-link:focus .nav-text, -.nav-tpl-discoveryPanelList .nav-link:hover .nav-text, -.nav-tpl-discoveryPanelSummary .nav-link:focus .nav-text, -.nav-tpl-discoveryPanelSummary .nav-link:hover .nav-text, -.nav-tpl-itemList .nav-link:focus .nav-text, -.nav-tpl-itemList .nav-link:hover .nav-text { - color: #b05158 !important; - text-decoration: underline; -} -#yourOrdersContent .a-color-offset-background { - background: transparent !important; - background-color: transparent !important; -} -.a-box-group>.a-box.a-first>.a-box-inner, -.a-box-group>.a-box:first-child>.a-box-inner { - border-radius: 4px 4px 0 0; - background: #272b35 !important; -} -#navbar.nav-bluebeacon #nav-programs .nav-a:hover, -#navbar.nav-bluebeacon #nav-shop .nav-a:hover, -#navbar.nav-bluebeacon #nav-tools .nav-a:hover, -#navbar.nav-bluebeacon #nav-xshop .nav-a:hover, -#navbar.nav-bluebeacon .nav-tools .nav-a:hover { - border-color: #4f5965; - background-color: #1c1f26; - border-top-left-radius: 5px; - border-top-right-radius: 5px; -} -.hud-white-dashboard .hud-feed-carousel .feed-carousel-card:hover { - transform: translate(0px, -10px); -} -#navbar.nav-bluebeacon #nav-cart-count, #navbar.nav-bluebeacon #nav-ewc-cart-count { - color: #1695ab !important; -} -#nav-npm-header { - color: #ddd; -} diff --git a/browserOverides/Sites/dotcss/public_html/beta.duckduckgo.com.css b/browserOverides/Sites/dotcss/public_html/beta.duckduckgo.com.css deleted file mode 100644 index e69de29b..00000000 diff --git a/browserOverides/Sites/dotcss/public_html/bitbucket.org.css b/browserOverides/Sites/dotcss/public_html/bitbucket.org.css deleted file mode 100644 index e5e6ccb8..00000000 --- a/browserOverides/Sites/dotcss/public_html/bitbucket.org.css +++ /dev/null @@ -1,3 +0,0 @@ -.view-lines{ - font-family: Iosevka !important; -} diff --git a/browserOverides/Sites/dotcss/public_html/bitbucket.org.css.old b/browserOverides/Sites/dotcss/public_html/bitbucket.org.css.old deleted file mode 100644 index c5bf4882..00000000 --- a/browserOverides/Sites/dotcss/public_html/bitbucket.org.css.old +++ /dev/null @@ -1,592 +0,0 @@ -/*bitbucket.org dark css theme*/ - -body, aside { - background: #222 !important; - background-color: #222 !important; - color: #bbb !important; -} -h1, h2, h3, h4, h5, span { - background-color: transparent !important; - color: #FFC963 !important; -} -ul, ol, li, tr, th, td, tbody, table { - background-color: transparent !important; - color: #bbb !important; -} -p { - background-color: transparent !important; - color: #bbb !important; -} -a { - background-color: transparent !important; - color: #50AFFC !important; -} -code { - background-color: #1E1E1E !important; -} -pre, .pre { - background-color: #1E1E1E !important; - color: #888 !important; -} -div { - background-color: #2B2B2B !important; - background: transparent !important; - color: #bbb !important; -} - -.aui-button { - background: -webkit-linear-gradient(top,rgb(111, 111, 111) 0,rgb(44, 44, 44) 100%) !important; -} - -body { - background: url("http://i.imgur.com/7Prf6.jpg") #222 - top left repeat-y fixed !important; - color: #8a8 !important; -} - -#footer { - background: rgba( 0,0,0, 0.5 ) !important; - border-top: 1px solid #444 !important; - position: relative; -} - -.hero, -.features, -.pricing .users, -header.subhead.row { - background: rgba( 0,0,0, 0.1 ) !important; -} - -nav#dashboard-tabs, -nav#repo-tabs, -.aui-navbar { - background-color: rgba( 80,80,80, 0.1 ) !important; - border-top: 1px solid #000 !important; - border-bottom: 1px solid #000 !important; -} - -.aui-lozenge, -.bb-list .branch, -.aui-badge { - color: #ccc !important; - background-color: #444 !important; -} - -.aui-lozenge.selected { - background: #aca !important; - color: #222 !important; -} - -.dialog-title, -.bb-list .branch a, -.aui-navbar a { - color: #888 !important; -} - -.aui-header { - background: rgba( 80,80,80, 0.2 ) !important; - border-bottom: 1px solid #000 !important; -} - -.aui-nav-vertical a, -.aui-dropdown2.aui-style-default a, -.aui-header a { - color: #8a8 !important; -} - -nav#dashboard-tabs a:hover, -nav#repo-tabs a:hover, -.aui-nav a:focus, -.aui-nav-vertical a:hover, -.aui-nav-vertical .active, -.aui-dropdown2.aui-style-default a:hover, -.aui-header a:hover, -.aui-dropdown2.aui-style-default .active, -.aui-header .active { - background: #242 !important; - background: -moz-linear-gradient( top, #242, #353 ) !important; -} - -.aui-dropdown2.aui-style-default { - background: rgba( 30,30,30, 0.96 ) !important; - border: 1px solid #000 !important; -} - -.aui-style-default .aui-dropdown2-section + .aui-dropdown2-section { - border-top: 1px solid #000 !important; -} - -.clone-url input, -.aui-header .aui-quicksearch input { - background: #444 !important; - color: #aaa !important; -} - -input.user-or-email, -.clone-url input { - border-color: #000 !important; -} - -.clone-url input::-moz-selection, -.aui-header .aui-quicksearch input::-moz-selection { - background-color: #000 !important; -} - -.filter-control a, -.aui-button, a.aui-button, -.aui-button:focus, a.aui-button:hover { - background: -moz-linear-gradient( - center top , - rgb(30, 30, 30) 0%, - rgb(40, 40, 40) 100% - ) repeat scroll 0% 0% transparent !important; - border-color: #000 !important; - color: #888 !important; - text-shadow: 0px 1px 0px #000 !important; -} - -.filter-control a:hover, -.filter-control li[aria-pressed="true"] a { - color: #444 !important; - background: #888 !important; -} - -.chzn-drop, -.chzn-container, -.chzn-single, -.aui-inline-dialog .contents { - background: rgba( 30,30,30, 0.9 ) !important; - border-color: #000 !important; -} - -input[type="url"], input[type="email"], input[type="password"], -input[type="text"], input[type="search"], textarea { - background: rgba( 0,0,0, 0.4 ) !important; -} - -form.aui .text, form.aui .password, form.aui .textarea, -form.aui .select, form.aui .multi-select { - box-shadow: 0px 1px 3px rgb( 80,80,80 ) inset !important; - border-color: #000 !important; - color: #8a8 !important; -} - -fieldset label { - color: #888 !important; -} - -a.repo .slug { - font-weight: bold !important; - color: #597 !important; -} - -a { - color: #486 !important; -} - -.stash, -.pricing, -.tourSection, -.login-box, -.workflow-box, -.toolbar, -.linenos, -.readme.file code, -.readme.file pre, -#wiki-content pre, -#wiki-content code, -.docutils.literal, -.literal-block, -.plaintext, -.markItUpHeader, -#user-actions, -.user-list ol, -.bb-list .form, -.bb-list > tbody > tr, -.repo-links-list tr, -#active-sessions tr, -#inactive-sessions tr, -#ssh-keys tr, -#group-access tr, -#user-access tr, -.clone-url, -#invite-repo-box, -.newsfeed-banner, -#share-dialog, -.dialog-page-body, -.invite-users-box { - background: rgba( 80,80,80, 0.4) !important; - border-color: #000 !important; - color: #8a8 !important; -} - -#share-dialog { - background: rgba( 40,40,40, 0.9) !important; -} - -#repo-content { - background: rgba( 80,80,80, 0.2) !important; - border-left: 1px solid #000 !important; - border-right: 1px solid #000 !important; - margin-left: -1px !important; - margin-right: -1px !important; -} - -.tabbed-filter-widget .tabbed-filter { - background: rgba( 80,80,80, 0.2 ) !important; - border-color: #000 !important; -} - -.iterable-item, -.tabbed-filter-widget.filter-list { - background: rgba( 80,80,80, 0.2 ) !important; -} - -.aui th { - border-bottom: 1px solid #000 !important; -} - -.bb-list > tbody > tr:first-child { - border-top: 1px solid #000 !important; -} - -#providers a, -.pricing .users, -#pricing-row, -.features, -.features ul li, -.features ul, -.questions, -.hero, -.cta, -.featuredItem, -.login-box .form-container, -.workflow-box .form-container, -.openSource, -.file-source, -#wiki-content, -.literal-block, -.issue-attrs, -#issue-main-content, -#id_new_comment, -#issues h1, -.main, -.markItUpEditor, -.markItUpButton.separator, -.textarea-preview, -#account-admin-header, -#notification-body, -#notification-header, -.profile-header, -.aui h2, -.bb-list.form, -.aui-item, -.aui-nav, -.chzn-single div, -.avatar-view, -#pjax-main, -#add-download, -#tag-downloads .empty, -.aui-lozenge, -.bb-list .branch, -.bb-list .branch-header, -#commits .filter-box input, -#commit-filter input, -#source-path h1, -.iterable-item, -.aui-badge, -#repo-activity, #invite-repo-box, -.clone-url, -.stats, -.dialog-title, -.dialog-button-panel, -.metadata, -.newsfeed, -.newsfeed .commit, -.newsfeed .commit .changeset, -.newsfeed .news-item, -.newsfeed .news-item p.additional-info, -.repo-filter-widget, -a.help-link, -.commit-metadata, -#general-comments h1, -#commit-summary h1, -.refract-container, -.aui-tabs.horizontal-tabs > .tabs-menu, -.fancybox-skin .diffract-sbsdiff, -.fancybox-skin .diffract .scrollable-file-pane-lines, -.tabbed-filter-widget .handle, -.tabbed-filter-widget input.filter-box { - border-color: #000 !important; -} - -.refract-container .line-numbers, -.refract-container .line-numbers-skipped, -.bb-udiff .heading { - background: rgba( 0,0,0, 0.5 ) !important; - border-color: #000 !important; -} - -.refract-container .line-numbers { - color: #080 !important; -} - -.fancybox-skin .diffract pre, -.refract-container pre.source { -/* font-family: Ubuntu Mono, Monospace, Courier New !important; */ - color: #666 !important; -} - -.commit-files-summary .lines-removed, -.commit-files-summary .lines-added, -.refract-container .deletion pre.source del, -.refract-container .addition pre.source ins { - border-radius: 4px !important; -} - -.fancybox-skin .diffract pre.addition, -.refract-container .addition pre.source { - color: #8a8 !important; - background: rgba( 44,66,44, 0.5 ) !important; -} - -.fancybox-skin .diffract pre.change ins, -.commit-files-summary .lines-added, -.refract-container .addition pre.source ins { - color: #bfb !important; - background-color: #484 !important; -} - -.fancybox-skin .diffract pre.deletion, -.refract-container .deletion pre.source { - color: #a88 !important; - background: rgba( 66,44,44, 0.5 ) !important; -} - -.fancybox-skin .diffract pre.change del, -.commit-files-summary .lines-removed, -.refract-container .deletion pre.source del { - color: #fbb !important; - background-color: #a66 !important; -} - -.skipped-container .ellipsis { - border: 1px solid #000 !important; - box-shadow: 0px 0px 0px 2px rgb(0,0,0) !important; - color: #aaa !important; - background: rgba( 0,0,0, 1.0 ) !important; -} - -.fancybox-skin .diffract pre.change { - color: #888 !important; - background: rgba( 66,66,66, 0.5 ) !important; -} - -.fancybox-skin { - background: rgba( 40,40,40, 0.9 ) !important; - color: #888 !important; -} - -.fancybox-skin .diffract .page { - border-color: #000 !important; - background: #222 !important; -} - -.fancybox-skin .diffract pre, -.fancybox-skin .diffract pre.change, -.fancybox-skin .diffract pre.change del, -.fancybox-skin .diffract pre.change ins, -.fancybox-skin .diffract pre.adddition { - border-top: 0px solid #000 !important; - padding-top: 1px !important; -} -ol.clearfix { - background: none !important; -} - -.changeset-hash { - border: 1px solid #000 !important; - padding: 1px 5px 1px 5px !important; - border-radius: 4px !important; -} - -.aui-tabs.tabs-menu.menu-item, -.aui-tabs.tabs-menu, -.aui-tabs a { - border-color: #000 !important; - background: #222 !important; -} - -.aui-tabs .menu-item:first-child a, -.aui-tabs .menu-item:last-child a { - border-radius: 0px !important; -} - -.chzn-single b { - background-color: rgba( 0,0,0, 0.9 ) !important; -} - -.aui-tabs .active-tab a, -.aui-tabs a:active, -.aui-tabs a:focus { - background: rgba( 0,0,0, 0.9 ) !important; -} - -#footer-logo, -#wiki-content, -.profile-header, -.bb-list thead, -.bb-list thead .branch-header, -.iterable-item:hover, -.aui-navbar a:hover, -a.help-link:hover { - background-color: rgba( 0,0,0, 0.3 ) !important; -} - -.iterable-item { - color: #8a8 !important; -} - -.bb-list .fade-left, -.bb-list .fade-left:before { - background: none !important; -} - -.bb-list thead a { - color: #444 !important; -} - -.newsfeed .news-item .icon -{ - background-color: #222 !important; - border-color: #000 !important; -} - -.newsfeed .news-item .icon:after -{ - background-color: rgba(0,0,0, 0) !important; - border-color: rgba(0,0,0, 0) !important; -} - -.news-item .icon:after { - background-image: url('data:image/png;base64,\ -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\ -ICJxQsbW/gFKZSJzOvvOIAAAAABJRU5ErkJggg==') !important; -} - -#repo-overview #repo-stats .stats > li.branches > a { - background-image: url('data:image/png;base64,\ -iVBORw0KGgoAAAANSUhEUgAAACgAAAAgCAYAAABgrToAAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A\ -/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAuVJREFUWMPtl0FIlEEUx/9v9tvdyNA8pOIK\ -GxKUIS0YaYTkYSkvVijWRekSBpUdgujaNZAwKLp0kVBEFDU8e5DWtd2lS5TkRWpbD0kUQZHutzOv\ -w7eupt+6862fdnGuM/PmN2/mvf97wP7YH/930B6dw8WeTTs8pJCt3J7DwRCE4Yc0V/Az+U6bgZzC\ -Nd0dgvB4AQAqk0bsWXc+ewwAgcYOBJu7IAxvdpoh0yuYe3LNNUAGgMZbA/AdKgcJz/oEM1hmMPu4\ -3RYw0NiBo+evQ3iMLUZl+g+i/VcLcgjd990MBwBEBPIYaOodtL1UsLnLFg4AhNePmrOdBc/VAmy6\ -8xIg+6VEBGH47I3ngbP2CdScaXcHECRA5H7Ab36RogGXEpNgVvYflBlKmrZzSma2tfv1/bQ7gKnY\ -GJSZtgdUErGnXbbBl4qP57+YklicfuEKIAFAtL9zi6dYSXyZG8m7MRkZQvrXD1u4VHzCVSXJ5cFQ\ -dx9KA3VgJRHpu6KVqJsfTOX+8PfFt/gw+lCbQTfN0Jqh5fkZMKuN/4u2O6ThxnMADGaF5fkZR3AA\ -YDiNPGWuAsxgJbW8bvgPAsxQMoOFqT7HEiscp4ZsbiMSBeGOXbwNX0k5mBmp+HhRBYoTQAYAX8lh\ -Ky+uJ2G2W1cb7kFVqBUgAksTychQUblSOA2SivqwpR4eA8cv3d88n4W7ieqGNoAEWCkkoyNFl3eG\ -LlxtuAfVpy//oyhH6loA0Nrfsp61tRdVpy5Y0sgKS4lJpGJjRauNdpBUN7RtkTsiQsXJFhwoq4Rc\ -/Y2yYMhaQwRWEkuJSXyaGdhRcawFWBvu2VY3SwMnsrKnrIg1V5GMjmz0HO2qByvrw4X/QbY2TMXH\ -8fn1oGtthRagRs7Dt4VZfHz1yPV+R69YSEzkFX2rajE3wpGbzZge4JsxS0HyeDcZGd61LtFRsXDu\ -3iiE159rflTGRHJ22JVgcK2a2ese26lR3iuw/eHW+Au3YRIaeXby5gAAAABJRU5ErkJggg==\ -') !important; -} - -#repo-overview #repo-stats .stats > li.forks > a { - background-image: url('data:image/png;base64,\ -iVBORw0KGgoAAAANSUhEUgAAACgAAAAgCAYAAABgrToAAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A\ -/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAxxJREFUWMPtlz1P21AUht97fe18FNsJcaQ6\ -X7QsJUOHDggoS8sfaAdSqazlP/Uf0AGG7h2roqBuXUIrdYCQBKlBJHHVEH/dDiFQJ3FiIIk6cEbr\ -Sve557znnNfAfdzHffxfQSnjobkEp5TxQOdnDSgqGjJrb6DmniIcezgWlM0aUBBEKKknmH/0DO1G\ -DeWDXRjVQ+7aNpkpIKWMi6oGgYqe7+GYDiEURSiWgqQmQZiI4y87vpBkWmBRVUd6+TUkWfNmkImQ\ -5CQo64K7joVWpdSDRD8kmRZYJKZ3M9SXQQAgfbe6joXm0Tf8/PQe7cYpBcAnWmJKGZfTS8isFRBV\ -r8FI0OfzKTZJD25hfQtyOg8ieMFc20KnVYfrWpfnRYQU7brEdrfE5YM9dH7XB3DZneEyS8itb0FO\ -5a8uBQDHMWE2z3DRrOLk60eYxhkAIKTqWNzYRnRev4I73v8Ao1rCsCZhN+lAT1UIQUjWkF3dhJLO\ -gwqiJ2tG5RDlg120z2uwjDpcx6aXmne4a8G1LLSqo+H8AIkka1h8sY1wXMcoIV2Vqw+uLyse0XMA\ -3DbRqo2H880gESWE4zqi2kJwoQ+HI4NnTBiV7/j14/PQsRIEkBPOb6XJjlG/3Ay+WeFWq45ycRdW\ -uwHXscc+fwq7mNx5tEwNsNc0cmoJlA03AV2zUICc9j8ztklc20L7vAYQMjIfRBAhKQkIgtR9LROh\ -pPPIrW/57VfSMwsPElkc7e+MNAq+9aCUcUnRQJg0spCSnEB2pQAllQcVRc/qalVKKBf30DHq6Gma\ -E4JITMfjl9sIK1p3zPjs4CCCGS9ggblyOo/c87eDkH0bZGA0MXGsUZiIWaAC43I6j+zqJsJqCpJ6\ -XfJAo2kWboYKjEuyhnA81d0sujebQSCn6mZcxyYXjVNiGnX32DGRXSkgEtc9vu+2I2fyhvWfbGaW\ -X0GSk74aDLJ9CKYThArMleTBSRCJ6VjceIfQXBIdo46LZhXl4t7N3MwEgvfKPlQR5h+0aiWUix63\ -M9ufJj91ubYJ48RjFmjwxTezH3eNU4H9P1B3ac6/LwO7m/G8z24AAAAASUVORK5CYII=\ -') !important; -} - -#repo-overview #repo-stats .stats > li.followers > a { - background-image: url('data:image/png;base64,\ -iVBORw0KGgoAAAANSUhEUgAAACgAAAAgCAYAAABgrToAAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A\ -/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAtVJREFUWMPtWL1y00AY3DvdSTZYdgxyEf+k\ -TcIMHQwJoeIFoEgKeDEa+hTJGzAwVJmkpcApAoU9kTNYGNsyGFnSicKxYyey45MEpMhX2vOd9r7d\ -21sJuOFFklyMUhbwnAGFcvjChduxIIQX6xksSXB6aQ3lzR1oGQNOp4Gv79+i3z4jAIL/DpBnDZQ3\ -d5ArPwRl6vnqavyNJwVQUTi0jAHKVBACUKZC0w1QxsSNAHi5NN1A+dELaBkjltZpUvobTotf/MY4\ -VN2ITTNNSn+lxy+h6QWQyVkRcjM0qCjDaRGFTy+u8Ng6ZItSOPK3sEotLU/RO6nDysY26gAG3Wao\ -1Vznl0TW30InyDhUvRAKUvguBt0mfM8N7R3YFupHe7DNYwjvKkgWyd/Cdjpjq1Th0JaKM/vS94b/\ -fXn3JtTUF6KYBAAhJLLm5/UFQUwNut0hBYRxZJfXQTlPxCeF58LpWvjdMVE/2oPTsxB2JS40E6oM\ -dVh5soN0fnmm3mTAdU+rqB/tof+jAde2IPyIh2QSpKobSOWLqGxsR5rm1NQO92GbVQjPo/PChKyq\ -CFWY0EtrWNl6LQVSZmpxjDoQvkfs02PUD/fh9JrXinys5V8dfKt+hG0ew2mf0UXARb5JhO8Rx7Yg\ -ZnhbqF3dyaGwugU1nfv7Vx2lLEhl7ksdFMo41Ix8eIgEcGY4uBakfEaMBHBWOBCei36rgZ9WDf1W\ -44oEomREFoXey9nv8il17O/joDB50qNkRFmARAuhdwSudrA79janbYqa72Ll6StkS+vjDY1odtqm\ -CAsH8SlmKtTzCfr+AP1WA536p0lwBEAgPI/Y56C7p1UI141Es/xbnTfAoGdByxbQOzuZa7zC94ht\ -VoPawS4qG9tI5Yrgd+VsRjqfjO7lwoPnaH7+MMpxc68rqrCA6wbS+SKM1WeTfYl+OJh6oJYxAqow\ -mRdyErHvn382Ibit27qoP2ZXVrn0aeDSAAAAAElFTkSuQmCC\ -') !important; -} - -#repo-overview #repo-stats .stats > li.tags > a { - background-image: url('data:image/png;base64,\ -iVBORw0KGgoAAAANSUhEUgAAACgAAAAgCAYAAABgrToAAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A\ -/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAA9dJREFUWMPtl79v20YUx788HkkpECVbZdrI\ -vwKkGeKhc21katGt6FRnyZylf0Xk/BNdMtdAkwIt0K1I0aVGnAIdArRWkzZAJFlUa0qRSMkij+Rd\ -B0mWZEkUaffH4i/AhXx37/PevXu8Ay51qUtFSjr7ghAqlJwBmShTxiH34bctcB5I/wsgIVToq7ew\ -tn0HWsaYMmaOhcrBIzi1EnjQh4wK6J8IjJ6Fu377LvTVTUjytMN0fgUA8Md3n6PXqkuEUB4V0FBe\ -28SrJw/Ra9UlAOJcgErWwNr2HeirmyB0djYkWYGqGwBVJ8bk1t4DGbybJVlRoC2vwOtYfJj5pIAS\ -oSq0jHEKF4YMzGlABAEkSqHqb0GWVUAazC8EyNXr0DIGZEWdGANgZA9AzVzF+tYOyiGDUyuJJJB0\ -MkWjccxu4NX3D+G260jlruHGh/eQWirMSGt/DA98OEclVA6+AgCsv/8psoPVIFRBdnUTG7fvovzj\ -F4kgybwPPPThtkycWGW4LRM89OdOIgTgDTaQXX4Ou/wclYNH8Bxr5EgeQeort0AoFRcCJLKC1HIB\ -aWMDqeUCiKzEawqS6D/THexckHTeB003cOODe+BhACJTaLoxXgFTq6zpBta3dlAZvFvf2oGmG5GQ\ -cZb7FFD4DMw5RjpXAFH6dZNeLkQkSwKMjZFjqiC7sombH33WDzBrzO0GSSCHSyxYx0L1p2/gjtVN\ -UhGqIJ0vIJ0vzIVLutxktCkC4jZrOLFeo9c0EYZs7sSaboBQyoXP0GvWIu0vCilP7FzfLTpmCbZZ\ -Qir7DtRMHhKRzzTdFFK5t+G2TLjtOuzqL5H2C7cVkaFm8kgtFeC2TPjdZlFwvjsTUAi+G7idB6xj\ -3XdbdaSWrk05HZ+w16yi1yjDax/3++UM+4tCzpxJcL7rd5vFOJBuywTrWGCOhXn2SSC1jAG7+isC\ -t/MgulEHgeTUDlHe34N9dAge+JH1AwBR9rE0Y5tEhpk4k875M8kDH/bRISpPv8RJowzBeXEh4H8F\ -OYQr7+/BqR1ivCfGCi8u5LB+/BOb+N3m/TiQUXCRNZi0JiUBSJJ8+g9eZB8HLhFgpFMRwn1Tgfnz\ -12Ddxmm5D+0r+3twzN/Ax5p5HLjEgBNOx45Toeug9fs+nPpLhL5HpuzNF6g9ewyvWQVEGBsu8jSz\ -AJK4TZN3j1+DBwys/Rf+fPEMAfM/GZy1Ji9Nvkec+kv+pvQDwne34XsnqDx9vBBu5rUz9n+UUKFm\ -DUhUhQgYmB19a5NV9WNFvfKtcmUJoe/BtY/Bw3//+iqNPbFULBbJRRJzqaT6G8x+nSey7hTtAAAA\ -AElFTkSuQmCC\ -') !important; -} diff --git a/browserOverides/Sites/dotcss/public_html/caniuse.com.css b/browserOverides/Sites/dotcss/public_html/caniuse.com.css deleted file mode 100644 index e69de29b..00000000 diff --git a/browserOverides/Sites/dotcss/public_html/cloud.jonathanh.co.uk.css b/browserOverides/Sites/dotcss/public_html/cloud.jonathanh.co.uk.css deleted file mode 100644 index e69de29b..00000000 diff --git a/browserOverides/Sites/dotcss/public_html/codepen.io.css b/browserOverides/Sites/dotcss/public_html/codepen.io.css deleted file mode 100644 index e69de29b..00000000 diff --git a/browserOverides/Sites/dotcss/public_html/default.css b/browserOverides/Sites/dotcss/public_html/default.css deleted file mode 100644 index e34e91e8..00000000 --- a/browserOverides/Sites/dotcss/public_html/default.css +++ /dev/null @@ -1,3 +0,0 @@ -body, p, li, h1, h2, h3, h4, h5, h6, .article-content, .article-content p{ - font-family: "open-dyslexic"; -} diff --git a/browserOverides/Sites/dotcss/public_html/default.css.old b/browserOverides/Sites/dotcss/public_html/default.css.old deleted file mode 100644 index 5f224f58..00000000 --- a/browserOverides/Sites/dotcss/public_html/default.css.old +++ /dev/null @@ -1,251 +0,0 @@ -html, #newtab-window {background: - - - /***** COPY AND PASTE THE URL OF YOUR BACKROUND-IMAGE INSIDE THE "": *****/ - - url("data:image/png;base64,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") - - /***** FOR A SIMPLE BLACK BACKGROUND JUST REMOVE THE URL LINE ABOVE *****/ - /***** Some background-images (you can also use your own url): - - default: http://abload.de/img/b1fgs11.png - old default: http://abload.de/img/ultra_x2vm9k.jpg - http://abload.de/img/b2w4shd.png - http://abload.de/img/b3qrs99.png - http://abload.de/img/b4zcse8.png - http://abload.de/img/b5b1s7x.png - http://abload.de/img/b6umsmy.png - http://abload.de/img/b7ars8c.png - http://abload.de/img/kubrickbgcolor2darkr8skc.png - http://abload.de/img/xpattern_darkq8s3i.png - http://abload.de/img/mainpatternolxcq.png - -*/ #222 /* fixed */ !important} - - -/*----- DEFAULT TEXT, BORDER & BACKGROUND COLORS -----*/ -* { - color: #999 !important; - text-shadow: 0 0 3px #000 !important; - box-shadow: none !important; - background-color: transparent !important; - border-color: #444 !important; - border-top-color: #444 !important; - border-bottom-color: #444 !important; - border-left-color: #444 !important; - border-right-color: #444 !important} -body {background: transparent !important} -*:before, *:after {background-color: transparent !important; border-color: #444 !important} - -a, a * { - color: #409B9B !important; - text-decoration: none !important} -a:hover, a:hover *, a:visited:hover, a:visited:hover *, span[onclick]:hover, div[onclick]:hover, [role="link"]:hover, [role="link"]:hover *, [role="button"]:hover *, [role="menuitem"]:hover, [role="menuitem"]:hover *, .link:hover, .link:hover * { - color: #F0F0F0 !important; - text-shadow: 0 0 5px rgba(255,255,200,0.9) !important} -a:visited, a:visited * { - color: #607069 !important} -a.highlight, a.highlight *, a.active, a.active *, .selected, .selected *, [href="#"] { - color: #DDD !important; - font-weight: bold !important} - -h1, h2, h3, h4, h5, h6, h1 *, h2 *, h3 *, strong, [id*="headline"], [class*="headline"], [id*="header"], [class*="header"], [class*="header"] td { - color: #DDD !important} -a h1, a h2, a h3, a h4, a h5, a h6, h1 a, h2 a, h3 a, a strong, a[id*="headline"], a[class*="headline"], a[id*="header"], a[class*="header"] { - text-decoration: underline !important} -[class*="error"], [class*="alert"], code, span[onclick], div[onclick] { - color: #900 !important} - -::-moz-selection {background: #377 !important; color: #000 !important} -::selection {background: #377 !important; color: #000 !important} -:focus {outline: none !important} - -/*----- MENU & CO BACKGROUND-COLORS -----*/ -div[style="display: block;"], div[role="navigation"] {background: rgba(0,0,0,.5) !important} - -table { - background: rgba(40,30,30,.6) !important; - border-radius: 6px !important} -table > tbody > tr:nth-child(even), table > tbody > tr > td:nth-child(even) { - background-color: rgba(0,0,0,.2) !important} - -iframe, embed, header, nav, footer, label [onclick], nav ul, div[style*="position:"][style*="left:"][style*="visible"], div[style*="z-index:"][style*="left:"][style*="visible"], div[style*="-moz-user-select"], div[role="menu"], div[role="dialog"], span[class*="script"] div, [id*="menu"], [class*="dropdown"], [class*="popup"], [class="title"], ul[style*="display:"], ul[style*="visibility:"] ul, [id*="nav"] ul, [class*="nav"] ul, ul[class*="menu"], a[onclick][style*="display"], a[id*="ghosteryfirefox"], #ghostery-purple-bubble, #translator-popup, .menu, .tooltip, .hovercard, .vbmenu_popup { - background: rgba(5,5,5,.9) !important; - border-radius: 5px; - box-shadow: 1px 1px 5px #000 !important} -[id*="overlay"], [id*="lightbox"], blockquote { - background-color: rgba(35,35,35,.9) !important; - border-radius: 5px} -pre, dl, .Message code { - background-color: rgba(5,5,5,.5) !important} - -/*----- CHANGE CURSORS -----*/ -* {cursor: url("data:image/x-icon;base64,AAACAAEAICAAAAAAAACoEAAAFgAAACgAAAAgAAAAQAAAAAEAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD39/eX9/f3w/f39yz///8A////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////APf397glJSXM9/f3w/f39yz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A9/f3uAoKCswlJSXM9/f3w/f39ywAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD39/e4BwcHzAoKCswlJSXM9/f3w/f39yz///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////APf397gEBATMBwcHzAoKCswlJSXM9/f3w/f395f39/eX9/f3l/f395f39/eX9/f3l////wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A9/f3uAICAswEBATMBwcHzAoKCswODg7MERERzBUVFcwZGRnMHR0dzDU1Ncz39/eX////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD39/e4AAAAzAICAswEBATMBwcHzAoKCswODg7MERERzBUVFcwvLy/M9/f3l/f39yz///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////APf397gAAADMAAAAzAICAswEBATMBwcHzAoKCswODg7MKCgozPf395f39/cs////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A9/f3uAAAAMwAAADMAAAAzAICAswEBATMBwcHzCIiIsz39/eX9/f3LP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD39/e4AAAAzAAAAMwAAADMAAAAzAICAswcHBzM9/f3l/f39yz///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////APf397gAAADMAAAAzAAAAMwAAADMGRkZzPf395f39/cs////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A9/f3uAAAAMwAAADMAAAAzBkZGcz39/eX9/f3LP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD39/e4AAAAzAAAAMwZGRnM9/f3l/f39yz///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////APf397gAAADMGRkZzPf395f39/cs////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A9/f3uBkZGcz39/eX9/f3LP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD39/e49/f3l/f39yz///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////APf397j39/cs////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////////////////////////////////////////////////////////////////////////////////P////x////8P////B////wAP//8AD///AB///wA///8Af///AP///wH///8D////B////w////8f////P////3////8="), default !important} -a, a * {cursor: url("data:image/x-icon;base64,AAACAAEAICAAAAUAAQCoEAAAFgAAACgAAAAgAAAAQAAAAAEAIAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A9/f3lPf398z39/fM9/f3zPf398z39/fM9/f3zPf398z39/fM9/f3lP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////APf39wT39/exFRUVzBkZGcwdHR3MICAgzCQkJMwnJyfMKioqzCwsLMz39/e0////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A9/f3T/f392wRERHMFRUVzBkZGcwdHR3MICAgzCQkJMwnJyfMKioqzPf397H39/cm////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////APf39wT39/exPDw8zA4ODswRERHMFRUVzBkZGcwdHR3MICAgzCQkJMwnJyfM9/f3bPf392z///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A9/f3T/f395AHBwfMCgoKzA4ODswRERHMFRUVzBkZGcwdHR3MICAgzCQkJMxSUlLM9/f3qv///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////APf39wT39/exNTU1zAQEBMwHBwfMCgoKzA4ODswRERHMFRUVzBkZGcwdHR3MICAgzCQkJMz39/ex9/f3Jv///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A9/f3T/f395AAAADMAgICzAQEBMwHBwfMCgoKzA4ODswRERHMFRUVzBkZGcwdHR3MICAgzPf392z39/ds////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD39/exNDQ0ywAAAMwAAADMAgICzAQEBMwHBwfMCgoKzA4ODswRERHMFRUVzBkZGcwdHR3MTU1NzPf396r///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A9/f3T/f395AAAADMNDQ0ywAAAMwAAADMAgICzAQEBMwHBwfMCgoKzA4ODswRERHMFRUVzBkZGcwdHR3M9/f3zP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////APf39yv39/eUGRkZzAAAAMyDg4PMAAAAzAAAAMwAAADMAgICzAQEBMwHBwfMCgoKzA4ODswRERHMFRUVzBkZGcz39/fM////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A9/f3lBkZGcwAAADMAAAAzPf398wAAADMAAAAzAAAAMwAAADMAgICzAQEBMwHBwfMCgoKzA4ODswRERHMFRUVzPf398z///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD39/fMGRkZzBkZGcz39/eU9/f3zAAAAMwAAADMAAAAzAAAAMwAAADMAgICzAQEBMwHBwfM9/f3zA4ODswRERHM9/f3zP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////APf395T39/fM9/f3lPf39yv39/fMAAAAzAAAAMz39/fMAAAAzAAAAMz39/fMAgICzAQEBMz39/fMCgoKzD8/P8z39/eU////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////APf398wAAADMAAAAzPf398wAAADMAAAAzPf398wAAADMAgICzPf398w5OTnM9/f3lPf39xT///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A9/f3zAAAAMwAAADM9/f3zAAAAMwAAADM9/f3zAAAAMw0NDTM9/f3zPf395T39/cU////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD39/fMAAAAzAAAAMz39/fMAAAAzDQ0NMz39/eU9/f3zPf395T39/cr////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////APf398wAAADMAAAAzPf398z39/fM9/f3lPf39yv///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A9/f3zAAAAMwAAADM9/f3zP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD39/fMAAAAzAAAAMz39/fM////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////APf398wAAADMAAAAzPf398z///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A9/f3lAAAAMwAAADM9/f3lP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD39/cr9/f3lPf395T39/cr////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A//////////////////////////////////////////////////////gB///4Af///AH///AD///wAP//4AD//+AB///AAH//wAB//4AAf/8AAH//AAB//xAAf//wAP//8AH///AH///wP///8P////D////w////8P////n///8="), pointer !important} - -/*----- DEFAULT BUTTONS, SEARCHBOXES & CO -----*/ -input, select, button, [role="button"], a.button, a.submit, a.BigButton, a.TabLink, .install[onclick] { - -moz-appearance: none !important; - -webkit-appearance: none !important; - transition: border-color 0.3s !important; - background: #060606 !important; - color: #BBB !important; - text-shadow: 0 1px #000 !important; - border: 2px solid #333 !important; - border-radius: 4px !important; - box-shadow: 0 0 2px rgba(0,0,0,.9) !important} -a[href="javascript:;"], a[class*="button"]:not(:empty), a[id*="button"]:not(:empty), a[id*="Button"]:not(:empty), div[class*="button"][onclick] { - transition: border-color 0.3s !important; - background: #060606 !important; - color: #BBB !important; - text-shadow: 0 1px #000 !important; - border-color: #333 !important; - box-shadow: 0 0 2px rgba(0,0,0,.9) !important} -a[href="javascript:;"]:hover, a[class*="button"]:not(:empty):hover, a[id*="button"]:hover, a[id*="Button"]:not(:empty):hover, div[class*="button"][onclick]:hover { - background: #151515 !important; - color: #FFF !important} -input *, select *, button *, a.button *, a.submit * { - color: #BBB !important; - text-shadow: none !important} -input:hover, input[type="button"]:hover, input[type="checkbox"]:hover, input[type="radio"]:hover, select:hover, button:hover, [role="button"]:hover, a.button:hover, a.submit:hover, a.BigButton:hover, a.TabLink:hover { - border: 2px solid #555 !important; - border-top-color: #555 !important; - border-bottom-color: #555 !important; - border-left-color: #555 !important; - border-right-color: #555 !important} -input:focus, select:focus { - box-shadow: 0 0 5px #077 !important} -input *:hover * { - color: #F0F0F0 !important; - text-shadow: 0 0 2px #FFF !important} -input[type="checkbox"], input[type="checkbox"]:focus { - border: 2px solid #333 !important; - background-color: #111 !important; - color: #DDD !important; - border-radius: 4px !important} -input[type="radio"], input[type="radio"]:focus { - border: 2px solid #333 !important; - background-color: #111 !important; - color: #DDD !important} -input[type="checkbox"], input[type="radio"] {min-width: 10px; min-height: 10px} - -select input[type="button"], select button {border: none !important} -select button {min-height: 8px !important} - -button:active, input[type="submit"]:active, input[type="button"]:active, a.button:active, a[class*="button"]:not(:empty):active, a.submit:active, a.BigButton:active, a.TabLink:active, .Active .TabLink { - background: #292929 !important; - color: #FFF !important} - -textarea { - -moz-appearance: none !important; - -webkit-appearance: none !important; - background: rgba(0,0,0,.3) !important; - border-radius: 3px !important; - border: 1px solid #000 !important; - box-shadow: inset 0 0 8px #000 !important; - transition: border-color, background, 0.3s !important} -textarea, textarea * { - color: #C8C8C8 !important; - text-shadow: 0 0 1px gray !important} -textarea:hover, textarea:focus:hover { - border-color: #333 !important} -textarea:focus { - background: rgba(0,0,0,.5) !important; - border-color: #222 !important} -textarea:focus, textarea:focus > * { - text-shadow: none !important; - box-shadow: none !important} - -option { - -moz-appearance: none !important; - -webkit-appearance: none !important; - background: none !important; - color: #666 !important} -option:not([disabled]):hover, option:focus, option:checked { - background: linear-gradient(#333, #292929) !important; - color: #DDD !important} - -/* webkit checkbox & select fix */ -@media screen and (-webkit-min-device-pixel-ratio:0) { -input[type="checkbox"]:checked, input[type="radio"]:checked {border-color: #DDD !important} -select { - padding-right: 12px !important; - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAApSURBVChTYxjiYObMmf+hTBSASxwDoCskWiMMwDSQrBEGyNY4FAADAwDdpBOHzViE2AAAAABJRU5ErkJggg==) #000 no-repeat !important; - background-position: right center !important} } - -/*----- SCROLLBAR CHANGES -----*/ -scrollbarbutton { - -moz-appearance: none !important; - background-color: transparent; - border: none !important} -thumb { - -moz-appearance: none !important; - border: 2px solid transparent !important; - background: #999 !important; - background-clip: padding-box !important; - border-radius: 3px !important; - box-shadow: inset 0 0 3px #000 !important} -scrollbar { - -moz-appearance: none !important; - background: transparent !important; - box-shadow: inset #000 0 0 8px !important} -scrollbarbutton:hover, thumb:active, thumb:hover { - opacity: 0.5 !important} - -scrollbar[orient="vertical"] thumb {min-width: 12px !important; max-width: 12px !important; min-height: 14px !important} -scrollbar[orient="horizontal"] thumb {min-height: 12px !important; max-height: 12px !important; min-width: 14px !important} -scrollbar[orient="vertical"] {min-width: 12px !important; max-width: 12px !important} -scrollbar[orient="horizontal"] {min-height: 12px !important; max-height: 12px !important} - - -/*----- IMAGE CHANGES -----*/ -body, *:not(:empty):not(html):not(span):not(a):not(b):not(option):not(img):not([style="display: block;"]):not([onclick*="open"]):not([onclick*="s_objectID"]):not([class*="stars"]):not([id*="stars"]):not([id="rating"]):not([class="rating"]):not([class*="SPRITE"]):not([id*="SPRITE"]):not([class*="item"]):not([id*="item"]):not([class*="thumb"]):not([class*="icon"]):not(.text):not([id*="lbImage"]):not([class*="cc-in"]):not([class*="gr-body"]):not([id*="watch"]):not(#globalsearch):not(.sp), -.r3_hm, .gmbutton2 b, .gtab-i, .ph, .bstab-iLft, .csb, #pagination div, [style*="sprite2.png"], #mw-head-base, #mw-page-base { - background-image: none !important} - -img {opacity: .7 !important; transition: opacity .2s} -img:hover, a:hover img {opacity: 1 !important} - - -/*----- RIGHT-CLICK MENUS & TOOLTIP STYLE -----*/ -#contentAreaContextMenu menuitem[disabled="true"], -#contentAreaContextMenu menuitem[disabled="true"] menuseparator { - display: none !important} - -menupopup, popup, -popup > menu > menupopup, -menupopup > menu > menupopup { - -moz-appearance: none !important; - background: rgba(15,15,15,.9) !important; - border: 1px solid #000 !important; - border-radius: 3px !important; - box-shadow: inset 0 0 1px #777, inset 0 0 10px #000 !important; - padding: 2px 0 !important} -menupopup * {box-shadow: none !important; color: #777 !important} -menupopup menuitem:hover * { - color: #F0F0F0 !important; - text-shadow: 0 0 5px rgba(255,255,200,0.9) !important} -menupopup menuseparator { - -moz-appearance: none !important; - background: transparent !important; - margin: 2px 0 2px -3px !important; - padding: 0 !important; - border-top: none !important; - border-color: transparent !important; - box-shadow: 0 0 3px #666 !important} -menupopup menuitem { - -moz-appearance: none !important; - background: transparent !important; - text-shadow: 0 1px #000 !important} -menupopup menuitem:hover, menuitem[_moz-menuactive="true"] { - background: #333 !important; -} -tooltip { - -moz-appearance: none !important; - color: #CCC !important; - background: rgba(0,0,0,.8) !important; - border: 1px solid #555 !important; - border-radius: 3px !important} - -/*----- FIX WHITE NEW TAB FLASH -----*/ -browser[type="content-primary"] {background: #151515 !important} diff --git a/browserOverides/Sites/dotcss/public_html/docs.google.com.css b/browserOverides/Sites/dotcss/public_html/docs.google.com.css deleted file mode 100644 index e69de29b..00000000 diff --git a/browserOverides/Sites/dotcss/public_html/duck.co.css b/browserOverides/Sites/dotcss/public_html/duck.co.css deleted file mode 100644 index e69de29b..00000000 diff --git a/browserOverides/Sites/dotcss/public_html/duckduckgo.com.css b/browserOverides/Sites/dotcss/public_html/duckduckgo.com.css deleted file mode 100644 index e69de29b..00000000 diff --git a/browserOverides/Sites/dotcss/public_html/fontie.pixelsvsbytes.com.css b/browserOverides/Sites/dotcss/public_html/fontie.pixelsvsbytes.com.css deleted file mode 100644 index e69de29b..00000000 diff --git a/browserOverides/Sites/dotcss/public_html/github.com.css b/browserOverides/Sites/dotcss/public_html/github.com.css deleted file mode 100644 index 415b9edb..00000000 --- a/browserOverides/Sites/dotcss/public_html/github.com.css +++ /dev/null @@ -1,3 +0,0 @@ -code, pre, tt, .blob-code-inner{ - font-family: Iosevka; -} diff --git a/browserOverides/Sites/dotcss/public_html/github.com.css.old b/browserOverides/Sites/dotcss/public_html/github.com.css.old deleted file mode 100644 index 9b5cdf2b..00000000 --- a/browserOverides/Sites/dotcss/public_html/github.com.css.old +++ /dev/null @@ -1,4195 +0,0 @@ -/* AGENT_SHEET */ - /* begin auto-generated rules - use tools/generate.js to generate them */ - /* auto-generated rule for "background-color: #2cbe4e" */ - .State--green, .block-diff-added, .block-diff-neutral, - .discussion-item-reopened .discussion-item-icon, - .discussion-item-review.is-approved.is-writer .discussion-item-icon, - .progress-bar .progress, .branch-action-state-clean .branch-action-icon, - .completeness-indicator-success - { - background: #163 !important; - } - /* auto-generated rule for "background-color: #d1d5da" */ - .block-diff-neutral - { - background: #444 !important; - } - /* auto-generated rule for "background-color: #6f42c1" */ - .bg-purple, .State--purple, .discussion-item-merged .discussion-item-icon, - .branch-action-state-merged .branch-action-icon, .btn-outline-purple:hover, - .btn-outline-purple:active, .btn-outline-purple.selected, - .btn-outline-purple:hover, .btn-outline-purple:active, - .btn-outline-purple.selected - { - background: #6e5494 !important; - } - /* auto-generated rule for "background-color: #cb2431" */ - .btn-danger:hover, .State--red, .block-diff-deleted, - .text-red .block-diff-neutral, .discussion-item-closed .discussion-item-icon, - .discussion-item-review.is-rejected.is-writer .discussion-item-icon, - .completeness-indicator-error, - .saml-settings-form .test-status-indicator-error, - .follow-list .flagged-banner - { - background: #911 !important; - } - /* auto-generated rule for "background-color: #fff5b1" */ - .bg-yellow-light, .selected-line.blob-num, .network .current-repository, - .diffbar-range-menu .is-last-in-range - { - background-color: #261d08 !important; - } - /* auto-generated rule for "background-color: #fffbdd" */ - .conflict-gutter-marker, .Box-row--yellow, .form-group.warn .warning, - .flash-warn, .warning, .boxed-group-warning, .blob-code-inner.highlighted, - .selected-line.blob-code, .RecentBranches, - .diffbar-range-menu .is-range-selected - { - background-color: #261d08 !important; - } - /* auto-generated rule for "background-color: #f6f8fa" */ - .Box-header, .Box-row.navigation-focus.sortable-ghost, - .Box-row--focus-gray.navigation-focus, .Box-row--hover-gray:hover, - .Box-row--gray, .menu-item:hover, .subnav-item:hover, .subnav-item:focus, - .bg-gray, .markdown-body table tr:nth-child(2n), - .markdown-body .highlight pre, .markdown-body pre, .table-list-header, - .boxed-group>h3, .boxed-group .heading, .commit-sha, .signed-commit-header, - .semantic-toc-symbol:not(.last-visible):after, - .select-menu-item+.semantic-toc-file:after, .copyable-terminal, - .timeline-comment-header, .facebox .facebox-staff-links, - .ajax-pagination-form .ajax-pagination-btn:hover, - .ajax-pagination-form .ajax-pagination-btn:focus, - .ajax-pagination-form.loading .ajax-pagination-btn, .protip code, - .render-notice, .select-menu-filters, .community-checklist .progress, - .layout-reorder-menu .dropdown-toggle:hover, - .layout-reorder-menu .dropdown-toggle.selected, - .layout-reorder-menu-list .is-hidden, - .layout-reorder-menu-list .is-hidden:hover, - .discussion-post .reply-comments-holder:before, .MarketplaceSideNav, - .ScreenshotCarousel-navitem.selected, - .profile-timeline.discussion-timeline .profile-timeline-month-heading:after, - .profile-timeline.discussion-timeline:before, .review-comment-contents:after, - .review-comment.is-comment-editing:after, .review-thread-reply - { - background-color: #141414 !important; - } - /* auto-generated rule for "border: 1px solid #e1e4e8" */ - .subnav-item, .blankslate, .table-list-header, .historical-banner, - .list-group-item, .pagination a, .pagination span, .pagination em, - .ajax-pagination-form .ajax-pagination-btn, .range-editor - { - border-color: #343434 !important; - } - /* auto-generated rule for "border: 1px #e1e4e8 solid" */ - .border, .code-list .file-box, .ScreenshotCarousel, - .conflict-resolver.loading, .review-thread, - .review-comment.is-comment-editing, .review-summary-form-wrapper, - .org-sso .org-sso-panel, .card, .data-table, .card, .data-table - { - border-color: #343434 !important; - } - /* auto-generated rule for "border: 1px solid rgba(27,31,35,0.15)" */ - .flash, .Label--outline, .boxed-group>h3, .boxed-group .heading, - .comment-form-error, .comment-form-stale, .full-commit, .dropdown-menu, - .select-menu-modal, .RecentBranches, .github-jobs-promotion p, - .project-updated-message, .shelf-dismiss .close-button - { - border-color: rgba(225, 225, 225, .2) !important; - } - /* auto-generated rule for "border: 2px solid #fff" */ - .discussion-item-icon, .pending-cards-status, - .release-timeline-tags .date:after, .release-timeline-tags .expander-dots - { - border-color: #222 !important; - } - /* auto-generated rule for "border-color: #e1e4e8" */ - .semantic-toc-symbol:not(.last-visible):after, - .select-menu-item+.semantic-toc-file:after, .tabnav-pr, - .tabnav-pr .tabnav-tab.selected, .gollum-editor-help-parent li a:hover, - .gollum-editor-help-list li a:hover, .pagination a:hover, - .pagination a:focus, .pagination span:hover, .pagination span:focus, - .pagination em:hover, .pagination em:focus, - .progress-bar-inline .progress-bar, .plans-card-btn, .plans-card-btn - { - border-color: #343434 !important; - } - /* auto-generated rule for "border-color: #dfe2e5" */ - .select-menu-tabs a.selected, - .select-menu-tabs .select-menu-tab-nav.selected - { - border-color: #484848 !important; - } - /* auto-generated rule for "border-bottom: 1px solid #e1e4e8" */ - .Box-body, .menu-item, .menu-heading, .table-list, .boxed-group-list>li, - .diff-table tr:not(:last-child) .line-comments, - .timeline-new-comment .previewable-comment-form .comment-body, - .new-discussion-timeline .previewable-comment-form .comment-body, - .discussion-item-review-comment, .facebox .facebox-staff-links, - .facebox-header, .pagehead, .select-menu-header, .select-menu-divider, - .merge-status-item, .file-header - { - border-bottom: 1px solid #343434 !important; - } - /* auto-generated rule for "border-bottom: 1px solid #dfe2e5" */ - hr, .rule, .suggester li, .conversation-list-heading, - .gollum-editor .collapsed, .gollum-editor .expanded, - .gollum-editor-function-bar, .gollum-dialog-dialog h4, - .select-menu-text-filter:first-child:last-child, .select-menu-tabs, - .branch-summary:last-child, table.capped-list th - { - border-bottom: 1px solid #484848 !important; - } - /* auto-generated rule for "border-left: 1px solid #e1e4e8" */ - .summary-stats li - { - border-left: 1px solid #343434 !important; - } - /* auto-generated rule for "border-right: 1px solid #e1e4e8" */ - .reaction-summary-item, .file-navigation .get-repo-btn:first-child - { - border-right: 1px solid #343434 !important; - } - /* auto-generated rule for "border-top: 1px solid #e1e4e8" */ - .Box-row, .Box-footer, .commits-list-item+.commits-list-item, - .diff-table .line-comments, .diff-table tr:not(:last-child) .line-comments, - .timeline-comment .comment+.comment, .facebox-footer, - .comment-reactions.has-reactions, .select-menu-divider, - .branch-action-body .merge-message, .branch-action-body .merge-branch-form, - .branch-action-item+.branch-action-item, - .branch-action-item+.mergeability-details, .last-review-thread, - .file-navigation .get-repo-btn, .user-list-item+.user-list-item - { - border-top: 1px solid #343434 !important; - } - /* auto-generated rule for "border-bottom: 0" */ - .menu-item:last-child, .menu-heading:last-child, .tabnav-tab, - .border-bottom-0, .suggester li:last-child, .boxed-group>h3, - .boxed-group .heading, .boxed-group-list>li:last-of-type, - .boxed-group-table tr:last-child td, - .commit-build-statuses .dropdown-menu .merge-status-list, - .gh-header.pull .gh-header-meta, .timeline-comment-header:only-child, - .discussion-item-review-comment:last-child, .dropdown-menu-ne:before, - .dropdown-menu-ne:after, .gollum-editor-title-field, - .prose-diff>.markdown-body .added, .prose-diff>.markdown-body ins+.added, - .prose-diff>.markdown-body ins, - .select-menu-list:last-child .select-menu-item:last-child, - .select-menu-item.last-visible, .intgrs-dir-intro, - .session-authentication .header-logged-out, .billing-addon-items td, - .billing-section:last-child, .merge-status-item:last-child, - .gh-header-new-pr .gh-header-meta, .branch-group-heading, .branch-summary, - .codesearch-results .repo-list-item, .file.open .file-header, - .delete-topic-button, .topic-tag-action .add-topic-button, - .topic-tag-action .remove-topic-button, .issue-keyword:hover, - .repository-lang-stats ol.repository-lang-stats-numbers li, - .news .alert .body, .member-row:last-child, - .org-migration-settings-section:last-child, - .manage-repo-access-list-item:last-child, - .discussion-item-body .outdated-comment .file-header, - .repo-file-upload-target.is-progress-bar, - .repo-file-upload-target.is-uploading, .overall-summary-bottomless, - .access-token .credential-authorization-status-item:last-child, - .protected-branch-authorized-pushers-table .table-list, .setup-org, - .tree-browser tbody tr:last-child td, #user-content-toctitle h2, - .page-responsive .header-sitemenu .header-navlink.selected, - .page-responsive .header-sitemenu .header-navlink.selected - { - border-bottom: 0 !important; - } - /* auto-generated rule for "border-left: 0" */ - .social-count, .border-left-0, .flash-banner, .steps li:first-child, - .session-authentication .flash.is-signed-in, - .session-authentication .flash.is-signed-out, - .golden-ticket-button:last-child, .select-menu-item, - .teams-nav .teamnav-item, .summary-stats li:first-child, - .url-box-clippy .zeroclipboard-button, .user-key-email-unverified, - .sso-modal.error .flash-error, .tree-browser - { - border-left: 0 !important; - } - /* auto-generated rule for "border-right: 0" */ - .border-right-0, .avatar-stack .avatar:last-child, .flash-banner, - .comment-reactions .add-reaction-btn, - .session-authentication .flash.is-signed-in, - .session-authentication .flash.is-signed-out, .select-menu-item, - .delete-topic-button, .topic-tag-action .add-topic-button, - .topic-tag-action .remove-topic-button, - .topic-tag-action .remove-topic-button, .teams-nav .teamnav-item, - .ScreenshotCarousel-navitem:last-child, .migrate-org-roles-item:last-child, - .file-navigation .get-repo-btn.btn-block, - .file-navigation .get-repo-btn:only-child, .sso-modal.error .flash-error, - .tree-browser - { - border-right: 0 !important; - } - /* auto-generated rule for "border-top: 0" */ - .drag-and-drop, .menu-item:first-child, .border-top-0, - .markdown-body .csv-data tr, .markdown-body .csv-data th, - .boxed-group .tabnav.heading .tabnav-tab.selected, .boxed-group .tabnav-tab, - .boxed-group.dangerzone .boxed-group-inner, - .boxed-group-list:first-child>li:first-child, - .boxed-group-list.standalone>li:first-child, - .boxed-group-warning:first-child, .simple-conversation-list>li:first-child, - .discussion-item-changes-marker+.discussion-commits, - .discussion-timeline-actions .merge-pr, - .discussion-item-merged.open .discussion-item-details-header:first-child, - .discussion-item+.timeline-progressive-disclosure-container, - .timeline-progressive-disclosure-container+.discussion-item, .flash-banner, - .progress-bar-inline .progress-bar, .prose-diff>.markdown-body .added, - .prose-diff>.markdown-body ins+.added, .prose-diff>.markdown-body ins, - .auth-form-body, .session-authentication .flash.is-signed-in, - .session-authentication .flash.is-signed-out, - .session-authentication .site-footer, .plan-choice-bottom, - .blame-commit+.blame-line, ul.comparison-list>li.title, .select-menu-item, - .logged-out.enter-coupon .site-footer, .delete-topic-button, - .topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button, - .teams-nav .teamnav-item, .discussion-post .comment .comment-reactions, - .repository-lang-stats-graph, .news .alert:first-child, - .org-profile .member-badge, - .org-repos-mini .org-repo-mini-item:first-child .org-repo-mini-cell, - .invite-team-member-list .team:first-child .table-list-cell, - .migrate-ability-list-item:first-child, - .confirm-removal-list-item:first-child, - .manage-repo-access-team-item:first-child, .member-badge+.member-badge, - .diffbar .table-of-contents li:first-child, - .review-comment .comment-reactions, - .uploaded-files.is-populated+.drop-target p, .uploaded-files>li:nth-child(2), - .mini-repo-list>:first-child .mini-repo-list-item, - .experiment-repo-nav .new-issue-form, .file-wrap, - table.files tbody tr:first-child td, .listgroup-header, - .typeahead-result:first-child, #user-content-toc tr - { - border-top: 0 !important; - } - /* auto-generated rule for "color: #444d56" */ - .hidden-text-expander a, .ellipsis-expander, .subnav-search-context .btn, - .markdown-body kbd, .email-format .email-hidden-toggle a, - .commit .commit-title, .commit .commit-title a, .commit-desc pre, - .commit-tease-sha, .timeline-commits .author, - .timeline-commits .commit-message>code a, .full-commit .branches-list li, - .full-commit .sha-block>.sha, .full-commit .sha-block>a, - .branches-tag-list li:first-child, .keyboard-mappings, kbd, - .pagehead-tabs-item .Counter, .reponav-item .Counter, .protip-callout, - .render-notice, .select-menu-header .close-button:hover, - .select-menu-header .octicon:hover, .select-menu-action, - .octofication .message p, .teams-nav .teamnav-item:hover:not(.selected), - table.capped-list .octicon, table.capped-list.mini-icons .mini-icon, - .illflow-item .illflow-item-heading, .illflow-item .illflow-item-heading - { - color: #ccc !important; - } - /* auto-generated rule for "color: #586069" */ - .pl-ba, .btn .Counter, .form-checkbox .note, .hfields .form-group dt label, - .note, .drag-and-drop, .drag-and-drop-error-info, h2.account, p.explain, - .menu-heading, .tabnav-tab, .tabnav-extra, - .filter-list.pjax-active .filter-item, .filter-item, .subnav-item, - .subnav-search-input, .text-gray, .link-gray, .muted-link, .lead, - .Label--gray, .Label--outline, .Counter, .table-list-header-meta, - .table-list-header-toggle .btn-link, .suggester li small, - .boxed-group>h3 a.boxed-group-breadcrumb, - .boxed-group .heading a.boxed-group-breadcrumb, .boxed-group-inner, - .boxed-group-inner .help, .breadcrumb, .btn-octicon, .capped-card>p, - .email-format .email-quoted-reply, .email-format .email-signature-reply, - .commit-tease, .commit-group-title, .commits-list-item .commit-meta, - .commits-list-item .commit-author, .commits-list-item .commit-desc pre, - .timeline-commits .commit-desc pre, .full-commit .sha-block, - .signed-commit-badge, .blob-num-expandable .diff-expander, .diffstat, - .discussion-sidebar-item, .discussion-sidebar-heading, .milestone-name, - .sidebar-assignee .assignee, .participation a, .lock-toggle-link, - .gh-header-meta, .gh-header-meta .author, .tabnav-pr .tabnav-tab, - .timeline-comment-header, .timeline-comment-header .author, - .timeline-comment-header-text code a, .discussion-item .author, - .discussion-item-icon, .discussion-item-header, .discussion-item-link, - .discussion-item-ref-title .issue-num, .discussion-item-help, - .discussion-item-integrations-callout .pull-request-integrations-dismiss, - .pull-request-integrations-body, .discussion-item-toggle, .environment-name, - .deployment-meta, .dropdown-header, .facebox .facebox-staff-links li, - .facebox-footer .help, .keyboard-mappings .keys, - .org-privileges-tour-dismiss, .site-footer, - .gollum-editor-function-bar .gollum-editor-format-selector label, - .gollum-dialog-dialog-body fieldset label, - .list-group-item .list-group-item-summary a, .pagehead-tabs-item, - .repohead h1, .reponav-item, .steps .complete, .select-menu-modal, - .select-menu-item.selected .description, .select-menu-no-results, - .select-menu-item-text .description, - .select-menu-item-text .description-inline, .Subhead-description, - .underline-nav-item, .marketing .pagehead p, .marketing-header .lead, - .hanging-icon-list .octicon, .intgrs-lstng-item-description, - .intgr-admin-link .octicon, .integration-settings-callout p, .bot-identifier, - .credit-card .cvv span, .billing-section .section-label, .lfs-data-icon, - .payment-history .currency, .payment-history .status, - .discounted-original-price, .billing-manager-banner-title, .line-age-legend, - .blob-interaction-bar .octicon-search, .blog-search .octicon-search, - .blog-home:hover, .blog-feedback-description, .status-meta, - .merge-pr-more-commits, .range-editor-icon, ul.comparison-list>li em, - .branch-group-name, .code-list .full-path .octicon-repo, - ul.simple-conversation-list a.meta, li.contribution .cmt, - li.contribution .num, .contributors-graph .capped-card .rank, - .contributors-graph .capped-card .cmt, .octofication .notice-dismiss:hover, - .dnext-sidebar-menu .menu-item, .dashboard-notice .dismiss:hover, - .ghe-license-status p, .repo-snipit .octicon, .repo-snipit-description, - .file .data.empty, .graph-filter .info, .header-search-scope, - .integration-meta-head, .issues-reset-query, - .table-list-milestones .stat-label, .task-progress, - .marketplace-product-callout .branch-action-item-icon, - .marketplace-product-callout-close .octicon:hover, .merge-branch-description, - .owner-reponame .slash, .news blockquote, .news .alert .simple .title, - .news .github-welcome .done, .news div.message, .news li blockquote, - .notifications .read .type-icon, - .notifications .read .list-group-item-name>a, - .notifications .read .notification-actions, .notifications-sso-prompt a, - .type-icon-state-none, .notifications-list .mark-all-as-read, - .notification-actions .age, .notification-actions .btn-link, - .thread-subscription-status, .oauth-permissions-details .octicon, - .oauth-permissions-details .permission-summary .access-details, - .oauth-no-description, .audit-log-search .member-info .ghost, - .member-fullname, .org .no-results, - .org-repos-mini .org-repo-name .octicon-repo, - .add-member-wrapper .available-seats, .add-member-team-list .team-meta, - .team-list-footer .show-all-link .octicon, .migration-feature-list, - .migration-feature-list .octicon, .org-migration-settings-info, - .delete-owners-button, .rename-owners-team-form .note, - .migrate-ability-not-possible, .migrate-org-roles-lead, - .migrate-org-roles-count, - .migrate-org-avatar-list .migrate-org-more-ellipsis, - .migrate-org-avatar-list .migrate-org-zero, - .migrate-org-avatar-list .migrate-org-zero, .default-permission-update-text, - .team-info-card .team-description .link, .stats-group-stat, - .stats-group-stat.no-link:hover, - .confirm-removal-container .private-fork-count, - .confirm-removal-team .octicon, .confirm-removal-repo .octicon, - .manage-user-role .role-info, .manage-member-meta-item, - .manage-member-meta-item .btn-link, .manage-member-meta-item>.octicon, - .org-user-notice-content .octicon, .manage-repo-access-lead, - .manage-memberships-tabs-item, .pages-composer p, .project-header-link, - .projects-reset-query, .pinned-repo-item .pinned-repository-handle, - .diffstat-summary, .summary-stats li, .summary-stats li a, - .releases-tag-list td.date a, .releases-tag-list p, .tag-references>li a, - .release-timeline-tags .date, .release-authorship, .uploaded-files>li.delete, - .uploaded-files .filesize, .uploaded-files .remove, .label-description, - .labels-list-action, .mini-repo-list .no-repo, - .mini-repo-list-item .repo-description, .timeout h3, .numbers-summary a, - .numbers-summary .nolink, .repository-meta, .branch-infobar, - .avatar-upload .upload-state p, .email-actions span.label, - .boxed-group .fork-flag, .oauth-app-info-container dl.keys dt, - .oauth-app-info-container .user-count, - .logo-upload-container .upload-state p, .logo-placeholder, - .security-history .security-history-timestamp, - .two-factor-toggle .two-factor-status, .session-device, - .session-device.session-current .sessions-more-info, - .session-device.session-current .octicon, - .collaborators .collab-remove .remove-link, .access-sub-heading, - .boxed-group-list .access-level, .listgroup-item, .setup-header .lead a, - .setup-secondary .info, .setup-info-module h2 .price, - .setup-creditcard-form .help-text, .shelf-lead, .orgs-help-lead, - .orgs-help-item-content, .orgs-help-dismiss, .team-label-ldap, - .team-member-ellipsis, .team-breadcrumb.is-loading .breadcrumb-link, - .tree-browser .octicon-file-text, .toolbar-item, .toolbar-item .menu-target, - .member-suggestion .member-name, .member-suggestion .already-member-note, - .member-suggestion .non-member-note, .member-suggestion .non-member-action, - .team-suggestion .team-size, .team-suggestion .team-description, - .repo-access-add-team .team-size, .repo-access-add-team .team-description, - .follow-list .follow-list-info, .wiki-wrapper .wiki-empty-box, - .wiki-wrapper .wiki-empty-box:hover, - .wiki-wrapper .wiki-auxiliary-content .wiki-edit-link, - .wiki-wrapper .wiki-custom-sidebar .octicon-pencil, .pullquote, - .casestudy-body>p, .casestudy-body blockquote, .casestudy-body ul, - .pullquote, .casestudy-body>p, .casestudy-body blockquote, - .casestudy-body ul - { - color: #bbb !important; - } - /* auto-generated rule for "color: #6a737d" */ - .pl-c, .cm-s-github-light .cm-comment, .text-gray-light, - .markdown-body blockquote, .markdown-body h6, .table-list, - .autocomplete-item .organization-member, - .full-commit .branches-list li.loading, - .full-commit .branches-list li.pull-request, .branches-tag-list li.loading, - .commit-branches, .table-of-contents .octicon-diff-renamed, - .toc-select .select-menu-item-icon.octicon-diff-renamed, - .conversation-list-heading, .simple-conversation-list, - .simple-conversation-list>li .num, .deployment-status-label, - .list-group-item .list-group-item-summary a.quiet, .select-menu-tabs a, - .select-menu-tabs .select-menu-tab-nav, .select-menu-item.disabled, - .select-menu-item.disabled.selected, .select-menu-item.disabled .description, - .select-menu-item.disabled.selected .description, .credit-card.amex .title, - .billing-addon-items .addon-cost, .payment-history .refunded .status, - .plan-choice-exp, .blame-container .blame-hunk:hover .reblame-link, - .blog-aside .rss, .blog-post-meta, .blog-post-meta a, - ul.comparison-list>li.title, .branch-search .clear-search, .branch-meta, - .code-list .full-path a, .layout-reorder-menu-list .is-hidden .module-title, - .context-filters .filter-label .filter-context-name, .graphs .dir, - .delete-topic-button, .topic-tag-action .add-topic-button, - .topic-tag-action .remove-topic-button, .teams-nav .teamnav-item, - .teams-nav .teamnav-item.selected .octicon, .hook-item .description, - .hook-item.pending .icon-for-pending, .hook-item.inactive .icon-for-inactive, - .hook-deliveries-list .item-status.pending, .hook-delivery-time, - .repository-lang-stats ol.repository-lang-stats-numbers li>a, - .repository-lang-stats ol.repository-lang-stats-numbers li>span, - .marketplace-plan-link-container .marketplace-plans-remaining, - .marketplace-product-callout-close .octicon, - .oauth-permissions-details.default:not(.delete) .access-details, - .oauth-permissions-details.default:not(.delete) .permission-title, - .oauth-permissions-details.none .access-details, - .oauth-permissions-details.none .permission-title, - .oauth-application-whitelist .edit-link, .oauth-application-info .app-info, - .developer-app-item .developer-app-list-meta, .export-actions a, - .owner-select-target.disabled, .owner-select-target.disabled .user-mention, - .pinned-repos-selection-list-item, - .card-filter-autocomplete-dropdown .autocomplete-text .autocomplete-text-qualifier, - .vcard-detail .octicon, .member-badge .octicon, .user-profile-bio, - .profile-timeline-card .issue-meta-section .octicon, .profile-rollup-toggle, - .release-label, .mini-repo-list-item .stars, .numbers-summary .octicon, - table.files td .simplified-path, table.files td.message, - table.files td.message a, table.files td.age, - .settings-email .email-actions .settings-remove-email.settings-disabled-remove-email, - .task-run.pending .icon-for-pending, .task-run.inactive .icon-for-inactive, - .team-listing .expand-nested-team, .home-hero-signup .form-control-note, - .icon-cta>.octicon, .home-hero-signup .form-control-note, .icon-cta>.octicon - { - color: #aaa !important; - } - /* auto-generated rule for "color: rgba(27,31,35,0.85)" */ - .boxed-group-warning, .intro-shelf - { - color: rgba(230, 230, 230, .85) !important; - } - /* end auto-generated rules */ - body - { - background-color: #222 !important; - background-image: /*[[bg-choice]]*/!important; - background-clip: border-box !important; - background-origin: padding-box !important; - background-attachment: /*[[bg-attachment]]*/!important; - /*[[bg-options]]*/; - } - /* custom code font */ - pre, code, tt, kbd:not(.badmono), pre, samp, .blob-code, .file-data pre, - .line-data, #gist-form .file .input textarea, .blob-code-inner - { - font-family: "/*[[font-choice]]*/", Consolas, "Liberation Mono", Menlo, Courier, monospace !important; - } - /* Base link/panel colors - text */ - a:not([href*="/labels/"]), input[type="text"]:focus + .header-search-scope, - .plans-row .plan, .filters li.selected, .vcard-stat, .zeroclipboard-button, - .creator a, button#logout:hover, #user-links .sign-out-button:hover, - .numbers-summary a:hover, .numbers-summary a:hover span, .tag-info a:hover, - .tag-info a:hover span, #forkqueue .instructions, .addon h4, - .api-status a:hover, .gist-item ul.meta > li > a:hover, - .sidebar-module h3 a:hover, a.browse-button:hover, a.browse-button:hover span, - .team-mention, .header-logo-invertocat:hover, .comment-header-actions li:hover, - .org-repo-stats a:hover, .muted-link:hover, a.muted-link:hover, - .org-module-link:hover, .org-module-link:hover .org-stats, - .org-module-link:hover .octicon, .org-header-info .name-link:hover, - .social-count:hover, .new-file-link span, .org-repo-name a:hover .repo-prefix, - .timeline-commits .commit-meta .octicon-comment-discussion:before, - .oauth-permissions-details .permission-title, .owner-name, - .timeline-comment-action:hover, .discussion-sidebar-toggle:hover, - .sidebar-assignee .assignee:hover, .timeline-commits .commit-message a:hover, - .timeline-commits .commit-id:hover, #markdown-toc li a:hover, - .sidebar-module ul ul li a:hover, .btn.btn-outline, - .org-teams-list .team:hover .team-name, .gh-header-back:hover span:before, - .org-header .edit-org:hover .octicon, .team-info-card .stats-group .stat:hover, - .team-info-card .stats-group .stat:hover .stat-number, .btn-octicon:hover, - a.discussion-item-entity:hover, .discussion-item-entity:hover, - .issues-listing .table-list-issues .issue-comments-link:hover, - .issues-listing .table-list-issues .issue-title-link:hover, - .issues-listing .table-list-issues .issue-meta-section a:hover, - .issues-reset-query:hover, .box-action:active, - .issues-listing .table-list-issues .milestone-link:hover .octicon, - .labels-list-action:hover, .commits-list-item .commits-comments-link:hover, - .discussion-item-ref-title .title-link:hover, .box-action:hover, - .repo-list-stats .repo-list-stat-item:hover, .branch-status-details, - .notification-actions .btn-link:hover, a.discussion-item-toggle-open:hover, - a.discussion-item-toggle-closed:hover, - button.discussion-item-toggle-open:hover, - button.discussion-item-toggle-closed:hover, .task-list a, - .full-commit .btn-outline:hover:not(:disabled), .zeroclipboard-link, - .stats-group-stat:hover, .stats-group-stat:hover .stat-number, - .tag-references > li a:hover, .two-factor-toggle .two-factor-status button, - .tree-browser tr.navigation-focus .octicon-chevron-right, - #header ul.top-nav > li > a:hover, #header ul.top-nav > li > button:hover, - .new-file-form, .date_selector td, .pagination a, .pagination span, - .pagination em, .timeline-comment-actions .octicon:hover, a.org-link:hover, - a.commit-link, .team-grid .team-name:focus, .team-grid .team-name:hover, - a.tabnav-extra:hover, .tabnav .tabnav-extras:hover, - .milestone-title-link a:hover, - .application-authorizations .oauth-app-owner:hover, .expand-more, - .participation a:hover, .commit .commit-title .issue-link, - .gist-snippet-meta .gist-count-links>li>a:hover, - .orgs-help-item-octicon .mega-octicon, - .release-timeline-tags .expander-text:hover, .ajax-pagination-btn, - .markdown-body a[href*="/labels/"], .select-menu-action:hover, - .wiki-wrapper .wiki-history .commit-id:hover, - .octotree_views .octotree_treeview .jstree-anchor .jstree-icon.tree:before, - .octotree_github_sidebar a.octotree_toggle:hover, - .octotree_github_sidebar a.octotree_opts:hover, - .octotree_github_sidebar a.octotree_opts.selected, - .octotree_github_sidebar .octotree_views .octotree_treeview .jstree-anchor, - .milestone-name:hover, .toolbar-item .menu-target:hover, .toolbar-item:hover, - .toolbar-commenting .dropdown-item:hover, .member-meta .member-meta-link:hover, - .octofication .broadcast-icon, .member-meta .btn-link:hover, .ghd-icon-active, - .oauth-application-info .meta-link:hover, .header-logo-wordmark:hover, - .octotree_github_sidebar a.octotree_toggle:not(.octotree_loading):hover, - .lock-toggle-link:hover, a.lock-toggle-link:hover, - .toolbar-item .menu-target:focus, .toolbar-item:focus, .sub-nav li a:hover, - .site-header-menu .nav-item:hover, - .scoped-search .form-control.focus .header-search-scope, .btn-link, a.btn-link, - .text-blue, a.text-blue, .orghead .edit-org:hover, - .Box-body-row--highlight .Box-row-link:hover, td.selectable-day, - .date-selector .date-button, .exploregrid-item:hover .exploregrid-item-title, - .stale-files-tab a, .intgrs-lstng-item-link:hover .intgrs-lstng-item-header, - .link-blue, a.link-blue, .profile-rollup-toggle:hover, - .site-header-nav a:hover, .link-gray-dark:hover, - .dashboard-notice .octicon-organization, .Box-row-link:hover, - .project-header-link:hover, a.project-header-link:hover, - td.icon .octicon-file-directory, td.icon .octicon-file-symlink-directory, - td.icon .octicon-file-submodule, .pl-corl, .header-nav-link:hover, - .header-nav-link:focus, .header-navlink:hover, .header-navlink:focus - { - color: /*[[base-color]]*/!important; - } - /* Base color panel */ - .btn:active, option:hover, .listings-layout .nav li a:hover, .state-merged, - #fork-select .target:not(.disabled):hover, .flash-notice, - table.upgrades tr:hover td, .email-format .email-hidden-toggle:hover a, - .dashboard-tabs a:hover, .dropdown-menu > li > a:hover, - .documentation-results a:hover, .hidden-text-expander a:hover, - .dropdown-item:hover, .dropdown-item.zeroclipboard-is-hover, - .subnav-item.selected, .subnav-item.selected:hover, - .subnav-item.selected:focus, .example-nav li a.selected, - .typeahead-result.navigation-focus, .typeahead-result:hover, - .issues-reset-query:hover .octicon-x, .segmented-nav li.active, - .diff-expander:hover, .pagination .current, .owner-select-target:hover, - .filter-item.selected, - .release-timeline-tags .expander-text:hover .expander-dots, - a.gollum-minibutton:hover, a.gollum-minibutton:visited:hover, - .search-result-item.navigation-focus, - .gist-quicksearch-result.navigation-focus, .gist-snippet .link-overlay .link, - .suggester li.navigation-focus, .btn.btn-outline:hover, - .btn.btn-outline:active, .btn.btn-outline.selected, - .btn.btn-outline.zeroclipboard-is-hover, - .btn.btn-outline.zeroclipboard-is-active, - .select-menu-item:not(.select-menu-item-parent).navigation-focus, - .reaction-sort-item:hover, .reaction-sort-item.selected, - .pull-request-link:hover, .issues-reset-query:hover .issues-reset-query-block, - #com .dropdown-menu a:hover, .date-selector td.selected, - .date-selector td.selectable-day:hover, .add-line-comment, - button.add-line-comment, .suggester .cur, .autocomplete-item.selected, - .autocomplete-item.navigation-focus, - .select-menu-item.navigation-focus.selected, .reblame-link:hover, - .result.selected, .result:hover - { - background: /*[[base-color]]*/!important; - } - - .context-button:after - { - border-color: /*[[base-color]]*/transparent transparent !important; - } - - .octofication .message, .panel-nav:not(.disabled):active, - .diagram-icon:not(.active), .btn.btn-outline, - .btn.btn-outline:hover:not(.ajax-pagination-btn), - .btn.btn-outline.zeroclipboard-is-hover, :checked + .radio-label, - .gist-snippet .file-box:hover .file, .octofication .message, - .reaction-sort-item.selected, .pull-request-link, - .timeline-progressive-disclosure-button:hover - { - border-color: /*[[base-color]]*/!important; - } - - #com #header .top-nav .dropdown-button:hover .dropdown-caret, - .header-nav-link:hover .dropdown-caret, .header-nav-link:focus .dropdown-caret, - .header-navlink:hover .dropdown-caret, .header-navlink:focus .dropdown-caret - { - border-top-color: /*[[base-color]]*/!important; - } - - .table-list .table-list-item.unread .table-list-cell-checkbox, - .Box-row--unread, .Box-row.unread - { - border-left-color: /*[[base-color]]*/!important; - box-shadow: 2px 0 0 /*[[base-color]]*/ inset !important; - } - /* notification icon */ - .notification-indicator .mail-status - { - background: /*[[base-color]]*/!important; - border-color: #1d1d1d !important; - } - /* text selection */ - ::selection - { - background-color: /*[[base-color]]*/!important; - color: #fff !important; - } - - ::-moz-selection - { - background-color: /*[[base-color]]*/!important; - color: #fff !important; - } - - .CodeMirror-selected - { - background: rgba(255, 255, 255, .12) !important; - } - - .CodeMirror ::selection - { - background: rgba(255, 255, 255, .12) !important; - } - - .CodeMirror ::-moz-selection - { - background: rgba(255, 255, 255, .12) !important; - } - /* placeholder */ - ::-webkit-input-placeholder - { - color: #666 !important; - opacity: 1 !important; - } - - ::-moz-placeholder - { - color: #666 !important; - opacity: 1 !important; - } - - ::placeholder - { - color: #666 !important; - opacity: 1 !important; - } - - .select-menu-text-filter input::-webkit-input-placeholder - { - color: #555 !important; - } - - .select-menu-text-filter input::-moz-placeholder - { - color: #555 !important; - } - - .select-menu-text-filter input:-ms-input-placeholder - { - color: #555 !important; - } - - .select-menu-text-filter input::placeholder - { - color: #555 !important; - } - /* focus hightlight */ - a:focus, button:focus, [tabindex] - { - outline-color: /*[[base-color]]*/!important; - } - - input.focus[type="text"], #adv_code_search .focus.search-page-label, - /* below selector has a ton of weight. Better to override it with - * class selectors that unset box-shadow and rules here. Testable - * on the repo tag editor */ - input[type="text"]:focus:not(.js-color-editor-input):not(.tree-finder-input):not(.js-site-search-focus):not(.tag-input-inner), - .focused .drag-and-drop, #adv_code_search .search-page-label:focus, - input.focus[type="password"], input[type="password"]:focus, - input.focus[type="email"], input[type="email"]:focus, - input.focus[type="number"], input[type="number"]:focus, - input.focus[type="tel"], input[type="tel"]:focus, input.focus[type="url"], - input[type="url"]:focus, textarea.focus, textarea:focus, #q:focus ~ button, - input.color-editor-input:focus, #ghd-settings select:focus, - #ghd-settings input:focus, .intgrs-lstng-item:hover, - .ajax-pagination-btn:focus, .select-menu-item:focus, .form-control.focus, - .form-select.focus, .form-select:focus, input[type="checkbox"]:focus, - .upload-enabled.focused - { - border-color: /*[[base-color]]*/!important; - box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 2px /*[[base-color]]*/ !important; - outline-color: /*[[base-color]]*/!important; - } - /* inputs */ - select, input:not(.btn-link), textarea - { - -moz-appearance: none !important; - background-color: #181818 !important; - border-color: #343434 !important; - color: #eee !important; - } - /* custom checkbox and radio styles. We need a full set of styles here as - * WebKit removes all of them when -webkit-appearance: none is set. */ - input[type="checkbox"], input[type="checkbox"]:focus, input[type="radio"], - input[type="radio"]:focus, input[type="checkbox"]:hover:active, - input[type="radio"]:hover:active, input[type="checkbox"]:disabled, - input[type="checkbox"]:hover:disabled, - input[type="checkbox"]:hover:active:disabled - { - -webkit-appearance: none !important; - background-color: #181818 !important; - border: 1px solid #484848 !important; - color: #eee !important; - height: 1em !important; - width: 1em !important; - } - - input[type=radio] - { - border-radius: 100% !important; - } - - input[type="checkbox"]:checked - { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxwYXRoIGQ9Im05OC43OTk5ODggMjEzbC0wLjc5OTk4OCA4OWMwIDAgMTAzIDEwMiAxMDQgMTAyYzEgMCAyMDUgLTIwMSAyMDUgLTIwMWMwIDAgMCAtOTAgMCAtOTFjLTAuNzk5OTg4IDAgLTIwNCAyMDMgLTIwNCAyMDNsLTEwNCAtMTAyeiIgZmlsbD0iI2RkZGRkZCIvPjwvZz48L3N2Zz4KCg==") !important; - background-size: cover !important; - } - - input[type="checkbox"]:indeterminate - { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxyZWN0IGhlaWdodD0iMTI4IiB3aWR0aD0iMzg0IiB5PSIxOTIiIHg9IjY0IiBmaWxsPSIjZGRkZGRkIi8+PC9nPjwvc3ZnPg==") !important; - background-size: cover !important; - } - - input[type=radio]:checked - { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxjaXJjbGUgY3g9IjI1NiIgY3k9IjI1NiIgcj0iMTI4IiBmaWxsPSIjZGRkZGRkIi8+PC9nPjwvc3ZnPg==") !important; - background-size: cover !important; - } - - code - { - overflow: visible !important; - } - - pre, .highlight, .diff-table, .tab-size - { - tab-size: /*[[tab-size]]*/!important; - -moz-tab-size: /*[[tab-size]]*/!important; - } - @ supports (position: sticky) - { - .blog-aside { - position: sticky !important; - top: 8px !important; - } -} - /* User time line firsts */ -div[id^="contribution-joined-github"] img -{ - padding-bottom: 20px !important; -} - /* PR toolbar tweaks */ -.pr-toolbar.is-stuck -{ - pointer-events: none !important; -} - -.pr-toolbar.is-stuck+.pr-toolbar-shadow -{ - background: #181818 !important; - top: 0 !important; - height: 40px !important; - border-bottom: 1px solid #343434 !important; -} - -.diffbar -{ - padding-top: 10px !important; - padding-bottom: 10px !important; -} - -.is-stuck .diffbar -{ - background: #181818 !important; - height: 2.5em; - pointer-events: all !important; -} - /* User profile: Make the border not cross into the years buttons */ -.profile-timeline-month-heading:after -{ - width: calc(100% - 94px) !important; -} - -.comment-reactions .user-has-reacted -{ - background-color: rgba(65, 131, 196, .2) !important; - background-color: rgba(/*[[base-color-rgb]]*/, .2) !important; -} - /* HACK: Label colors */ -a.label[href*="/issues?"][style*=" color: #f"], - a.label[href*="/pulls?"][style*=" color: #f"] -{ - color: #e8e8e8 !important; -} - -a.label[href*="/issues?"][style*=" color: #e"], - a.label[href*="/pulls?"][style*=" color: #e"] -{ - color: #e8e8e8 !important; -} - -a.label[href*="/issues?"][style*=" color: #d"], - a.label[href*="/pulls?"][style*=" color: #d"] -{ - color: #e8e8e8 !important; -} - -a.label[href*="/issues?"][style*=" color: #c"], - a.label[href*="/pulls?"][style*=" color: #c"] -{ - color: #e8e8e8 !important; -} - -a.label[href*="/issues?"][style*=" color: #3"], - a.label[href*="/pulls?"][style*=" color: #3"] -{ - color: #181818 !important; -} - -a.label[href*="/issues?"][style*=" color: #2"], - a.label[href*="/pulls?"][style*=" color: #2"] -{ - color: #181818 !important; -} - -a.label[href*="/issues?"][style*=" color: #1"], - a.label[href*="/pulls?"][style*=" color: #1"] -{ - color: #181818 !important; -} - -a.label[href*="/issues?"][style*=" color: #0"], - a.label[href*="/pulls?"][style*=" color: #0"] -{ - color: #181818 !important; -} - -.markdown-body pre code, .markdown-body pre tt -{ - padding: .2em 0 !important; - border: none !important; -} - -.markdown-body code:before, .markdown-body code:after, - .markdown-body tt:before, .markdown-body tt:after, - .markdown-body pre code:before, .markdown-body pre code:after, - .markdown-body pre tt:before, .markdown-body pre tt:after, - img[src$="/notices/context_button.png"] -{ - display: none !important; -} - -.intgrs-lstng-item-description:after -{ - background-image: linear-gradient(to right, rgba(24, 24, 24, 0), #181818 80%) !important; -} - -.marketplace-product-callout-bg -{ - background-image: linear-gradient(to right, rgba(24, 24, 24, 0), #181818) !important; -} - -.markdown-body a:hover * -{ - text-decoration: inherit !important; -} - -#message-list .pagination a:hover, .link-mono:hover, .text-mono:hover -{ - text-decoration: underline !important; -} - -.branch-infobar -{ - font-weight: normal !important; -} - -.merge-pr-more-commits, .profile-timeline-month-heading -{ - padding: 2px 5px !important; -} - -input.tree-finder-input, input.tree-finder-input:focus, - input.js-site-search-focus -{ - background: transparent !important; - border: none !important; - box-shadow: none !important; -} - -.markdown-body a:not([href]), .markdown-body a code -{ - color: inherit !important; - text-decoration: none !important; -} - -.markdown-body strike code, .markdown-body strike tt -{ - text-decoration: line-through !important; -} - -.blame-commit + .blame-line -{ - border-top: 1px solid #484848 !important; - box-shadow: none !important; -} - -.dropdown-menu, .word-upload-callout, .select-menu-modal -{ - box-shadow: 0 3px 12px rgba(0, 0, 0, .4) !important; -} - -.exploregrid-item -{ - border-color: rgba(255, 255, 255, .075) !important; - box-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 5px 10px rgba(0, 0, 0, .05) !important; -} - -.exploregrid-item:hover -{ - border-color: rgba(255, 255, 255, .15) !important; - box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 8px 15px rgba(0, 0, 0, .3) !important; -} - /* remove shadow */ -h1, h2, h3, h4, pre, pre *, code, tt, li, p, input, a, th, kbd, .news, .btn, - .metabox em.placeholder, table.notifications, #download_button, .comment-count, - em.date, input.search, #user-links, .upper_footer, .switcher > span:after, - .upgrades td, .blog-feedback, .description, .nav-bar-tabs, .pagination span, - .mini-icon-advanced-search, .count, .select-menu-title, - .select-menu-button:after, #repo-message, .usage-bar dt, #user-links .name img, - #common-issues, .upload-progress, .svg-tip, .meta, .flash, .flash-global, - #files .file .meta .info span, .file-box .meta .info span, body#com #header, - .search-filters, .usage-bar dd, - .avatar-stack.multiple-avatars .avatar:last-child, - .avatar-stack.multiple-avatars:before, .box-action, .file-diff-line, - .file-code-lines, #adv_code_search .search-page-input, - li.ssh-key .ssh-key-state-indicator.not-recent, #gist-form .gist-name-textbox, - .labels .label, .octotree_views .octotree_view .octotree_view_header, - .fullscreen-overlay textarea, .avatar-child, .discussion-item .label-color, - .coupons .coupon-form-body, .label-private, .repo-file-upload-progress, - .more-repos, .header .header-search-wrapper.focus, - .blame-commit .blame-commit-info, .label, .Label -{ - box-shadow: none !important; -} - -a, button, p, ul, li, dl.form label, .formbody label, .js-context-button, - .footer-text, .octicon-mark-github, .minibutton span, span.name, - .diff-line-code, .num, .user-list em, .diff-expander .octicon-unfold:hover, - .select-menu-loading-overlay:before, .select-menu-item a, .minibutton, - .mini-icon, .mini-icon:before, .list-tip:before, .line-num-content, - .diff-expander .octicon-unfold, .minibutton i, .comment-header-author, .header, - .gist .gist-file .gist-meta, .logo-placeholder, .branch-group-heading, - .render-bar, .auth-form-header .octicon, .render-info .symbol, .article-meta, - .select-menu-title, .text-shadow-light, .text-shadow-dark, ul#bootcamp li a h4 -{ - text-shadow: none !important; -} - /* transparent background only */ -body > pre, .textographic a.repo, .stars-browser .filter-bar, - .highlight .file-diff-line:hover pre, .gravatar, .topsearch span.search-input, - p.meta, .sidebar .milestone, .commit-desc pre, #facebox, - .profilecols .filter-bar, .btn-group, div.content-header .search-form, - .file-code, .org-header .edit-org:hover, - .gist-advanced-options .select-menu-button:after, #wrapper, li.commit, - li.public, .gravatar img, .commit-comments-header-sha, pre.headers code, - .audit-search-form, .columns.equacols.bordered, .gist-item ul.meta>li>a:hover, - .commits li img, a.minibutton code, .milestone, .keyboard-mappings th, - .api #header-wrapper .nav, .marketing-nav a.selected, #graph_data .tabs, - .org-nav-item.selected, .edit-team-member:hover, tr.commit, - .release-timeline .js-details-container, - .section-heading-title a.js-selected-navigation-item, - .featured-callout .screenshot, .timeline-commits .commit-meta .status, - .theme-picker-spinner, .timeline-commits .commit-meta .octicon, - .file .meta-divider, .avatar-stack.multiple-avatars:before, #feedHandler, - .discussion-sidebar-item .thread-subscription-status, - .boxed-group.application-show-group .logo-upload, .diagram-icon-small, - .commits-listing .commit-group-title .octicon-git-commit, #readme .highlight, - .ace-github, .add-member-team-list.table-list, .theme-picker, - .avatar-stack .avatar, .boxed-group, .full-commit .btn.btn-outline, - .prose-diff > .markdown-body ins, .header .divider-vertical, - .ace-github-base16, .markdown-body pre code, .markdown-body pre tt, - #readme .plain pre, .uploaded-files, .merge-pr-more-commits code, - .two-factor-toggle .two-factor-status button, .input_area, - #notebook .highlight, #notebook .highlight pre, .output_area pre, - .gist-snippet-meta .gist-count-links>li>a:hover, .markdown-body img, - .delete-owners-button:hover, .btn-link, .avatar-child, - .session-authentication .header-logged-out, - .session-authentication .auth-form-header, - .timeline-progressive-disclosure-items, #com #footer, .pr-toolbar, .diffbar, - .shade-gradient, #categories .list, .gist-banner, .select-menu-item-parent, - .main-content, .showcase-page-header, .showcase-page-pattern:after, - .description-inline, .result-group a, .border-wrap, .select-menu-item, - a.feed-icon, .session-device, .boxed-group-list > li.session-device:hover, - #message-list .pagination a, #message-list .pagination .disabled, - .merge-status-item .merge-status-icon, - .js-release-form .comment-form-head.tabnav, .project-columns, .project-header, - .user-profile-nav, .profile-timeline-year-list.bg-white, - .discussion-item-review .timeline-comment, .libraries-jumbotron, - .sidebar-module h3 a:hover, .menu-item.selected, .bg-shade-gradient, .dev-hero, - .render-container.is-render-ready.is-render-requested:not(.is-render-failed), - .user-list li em, .toolbar-commenting .dropdown-item, - .toolbar-commenting .dropdown-item:hover, .CodeMirror-lines, .api table, - .dashboard-notice .coupon, .release-label, - .oauth-org-access-details .oauth-org-item.on, .MarketplaceSideNav -{ - background: none !important; -} - /* remove background gradient */ -.big-notice, .clean td, .legend .clean, .avatar .overlay.size-48, - .listing.closed, .gist .gist-file .gist-data, .gist-syntax, - .gist .gist-file .gist-data .line-numbers, .listing .repo, - .render-shell .leaflet-marker-pane img, .showcase-page-pattern, - .showcase-page-pattern:after, #notebook .output_png img, .signup-prompt-bg -{ - background-color: transparent !important; - background-image: none !important; -} - /* border-radius */ -#wrapper, #your-repos-filter, .topsearch ul.nav, .merge-pr-more-commits, - .oauth-org-access-details .boxed-group-list > li.on, - .gist-snippet .file-box .highlight -{ - border-radius: 3px !important; -} - /* add rounded borders on bottom - issue caused by GitHub bugs */ -body[data-render-url], .render-viewer, .comment-content, - .gist .gist-file .gist-meta, .more-repos -{ - border-radius: 0 0 3px 3px !important; -} - -.dashboard-tabs a, .search-filters -{ - border-radius: 0 !important; -} - -.discussion-topic-header, .previewable-comment-form .tabnav -{ - border-radius: 3px 3px 0 0 !important; -} - /* repo labels, private repo lists */ -.repo-label span, .private .repo-list-item, .hook-delivery-guid -{ - background: #222 !important; - color: #777 !important; -} - -.private .mini-repo-list-item .repo-icon -{ - color: #777 !important; -} - -.private .mini-repo-list-item -{ - background: #221 !important; -} - /* previously orange border bottom */ -.pagehead ul.tabs li a.selected, .pagehead > ul.tabs li a:hover, - .filter-selected, div.listing.navigation-focus, div.issues.navigation-focus, - .repo-filter:hover, .dashboard-tabs a.selected, .marketing-nav a.selected, - .orgs-nav .org-nav-item.selected, a.pagehead-nav-item.selected, - .underline-nav-item.selected -{ - border-radius: 0 !important; - border-bottom: 2px solid #eee !important; -} - -.section-nav .active a, .js-current .standalone a, .sidebar-module .disable>a -{ - border-radius: 0 !important; - border-left: 2px solid #eee !important; -} - -.tabs > a.selected -{ - border-color: transparent !important; - border-top: 2px solid #eee !important; -} - -.menu-item.selected:before -{ - background-color: #eee !important; -} - -.dropdown-arrow -{ - border-top-color: #eee !important; - transition: none !important; -} - -#com #header .top-nav .dropdown-caret -{ - border-top-color: #ccc !important; -} - -.js-menu-target:hover .dropdown-arrow -{ - border-top-color: /*[[base-color]]*/!important; -} - /* normalize.css bug: Make
disclosure triangle visible in Firefox */ - /* https://github.com/necolas/normalize.css/issues/604 */ -details summary -{ - display: list-item !important; -} - /* Make it more apparent that
is clickable */ -details summary:hover -{ - background: #282828; - box-shadow: 0 0 0 2px #282828; - cursor: pointer; -} - /* GitHub Bug: Center discussion close icon vertically */ -.discussion-item-closed .octicon -{ - position: relative !important; - top: -1px; -} - /* GitHub Bug: Center counters vertically on the line */ -.boxed-group .counter, .reponav-item .counter, .boxed-group .Counter, - .reponav-item .Counter -{ - position: relative !important; - top: -1px !important; -} - /* GitHub Bug: Fix image swipe handle misalignment */ -.swipe .swipe-frame .swipe-bar .top-handle, - .swipe .swipe-frame .swipe-bar .bottom-handle -{ - left: -6px !important; -} - /* GitHub Bug: Fix text selection not working on inline bug in Firefox */ -.markdown-body code, .markdown-body tt -{ - padding: 0 .3em !important; - display: inline-block !important; - max-width: 100% !important; -} - /* GitHub Bug: Stop commit message field from resizing horizontally */ -#commit-description-textarea -{ - resize: vertical !important; -} - /* GitHub Bug: Fix broken position:sticky emulation in Firefox */ -@supports (position: sticky) -{ - .discussion-sidebar - { - position: sticky !important; - top: 0 !important; - } - - .discussion-sidebar-sticky - { - position: static !important; - width: auto !important; - } - - .discussion-sidebar .is-placeholder - { - display: none !important; - } -} - /* GitHub Bug: Fix org layout issue */ - /* https://github.com/isaacs/github/issues/934 */ -.user-profile-repo-filter -{ - width: 100% !important; -} - /* Tweak: Square counters, add 1px padding on bottom to counter uneven font size */ -#conversation_tab_counter, #commits_tab_counter, #files_tab_counter, - .reponav-item .counter, .reponav-item .Counter -{ - border-radius: 2px !important; - padding: 2px 5px 3px !important; -} - -.topic-tag -{ - padding: .2em .9em !important; -} - /* invisible border */ -.gisttabs a:not(.selected), .gisttabs a:not(.selected):hover, - .timeline-comment-wrapper, .avatar-stack .avatar, .full-commit .commit-meta, - .list-group-item, .breadcrumb, .tabs > a, .header .divider-vertical, - .about-menu-link -{ - border-color: transparent !important; -} - /* darken border */ -.wiki-wrapper .wiki-empty-box:hover, .render-shell .slider .slider-track, - .render-shell .slider-bar, .about-menu-link:hover, .about-menu-link.selected, - .pricing-table -{ - border-color: #777 !important; -} - -img, #browser table, #browser table th, #issues .menu ul li, - .branches .more-branches, .issues td, ul.main_nav li.selected, .browser_header, - .issue-head, .bootcamp-help .image, ul.hook-list, .clone-url-button, - .list-tip li, .section-nav a, .search-menu-container, .repo_list li a, - .graphs .axis, .switcher > span:after, a.assignee-bit, .menu li, - .notifications td, .filter-tab, ul.hook-list li, .repo .border, .box-action, - ul.repo-stats li a, .footer_nav h4, .footer-divider, .chromed-list-browser, - .js-activate-link, .chromed-list-browser div, .filter-bar, .columns.sidebar, - .title, .lbl, #contributors .person, .tabnav, #commit-activity-master, - #services, .top-rule, .blog-post, #services .service, ul.stats, - .select-menu-filters, .select-menu-item, .select-menu-tabs, .release-list > li, - .url-box, .context-body, .api li:before, .library-list .feature, .lower_footer, - .cheatsheet, .pagehead.settings-area, .release-body, .suggester, .pull-state, - .pull-number, .merge-pr, .gist-file, #graph-shots li, .sidebar, - .release-timeline, .explore h2, #head, .leaderboard-list-item, - .release-timeline-tags .main, .search-result-item, .details, .jobs-list, - .content-header, .user-list-item, .markdown-body, ul#categories li h5, - .render-view-modes li, .gobutton.with-comments .sha, - #gollum-editor-function-bar, .capped-box, .steps li, #common-issues, .steps, - #graphs, .previewable-comment-form .comment, .org-module, .org-repo, - .table-list, .org-add-footer, .auto-search-group .search-filter, - #notification-center li, .branch-status, .comment + .comment, - .discussion-bubble-inner, .member-row, .press-info, .timeline-comment, - .timeline-comment-header, .timeline-commits .timeline-commits-header, - .marketing-section, .featured-callout .screenshot, - .page-new-repo .license-container, .sidebar-module, .collapsed, .expanded, - .discussion-topic, .bubble-inner, .team-org-group, - div.article div.helper div.content, .boxed-group-inner .help, - dl.new-email-form, .file .meta-divider, .avatar-stack.multiple-avatars:before, - .file-box, .file-actions .btn-group li, .gist .gist-file .gist-data, - .calendar-graph .contrib-details div, .branch-action-body, - .setup-form .tos-info, .setup-form .setup-organization-next, - .collection-page .other-content, .bubble-wrap, .release-show, .file-wrap, - .branches .branch-summary, .branches .no-results-message, - .branch-a-b-count .count-half:last-child, .tabnav-tab.selected, .panel-nav, - .file, .full-commit .sha-block > a, .theme-selector-thumbnail, - .segmented-nav li, .overall-summary, .boxed-group-inner, .search-form button, - .branches .branch-group-heading, .boxed-group > h3, .boxed-group .heading, - .issues-list-actions, p code, code, .wiki-wrapper .wiki-empty-box, - #adv_code_search .search-page-label, pre.headers, .inline-comment-form, - .history-link, .oauth-permissions-details, - .setup-info-module .features-list .list-divider, - .setup-wrapper .oauth-permissions, .swipe .swipe-frame .swipe-shell, - ul.search-results, .orgs-help-shelf-content .orgs-help-divider, - .repository-lang-stats-graph, .gist-quicksearch-results, - .gist-quicksearch-result, .gist-quicksearch-result-group, .listgroup, - .listgroup-item + .listgroup-item, .user-key-badge, .newsfeed-placeholder, - .progress-bar-inline .progress-bar, .menu-heading, body .border-gray-dark, - .discussion-item-review .blob-wrapper, .bot-identifier, .blame-commit, - .counter, .Counter, div.marketplace-product-callout -{ - border-color: #484848 !important; -} - -pre, h1, h2, h3, .header, table, table tr, table td, table th, blockquote, - .pulse-graph, .btn:not(img), .minibutton, .social-count, - .discusion-topic-infobar, .box-body, .timeline-comment-label, .logo-box, - .developer-program-badge, .vcard-details, .vcard-stats, .auth-form-header, - .nav-bar-tabs .section-title, .pagination a:last-child, - .pagination span:first-child, .boxed-group-list > li, .toolbar-bordered, - .new-issue-form, .pagination span:last-child, .dashboard-tabs, .graphs, .graph, - .sub-nav, .audit-search-clear, .repo-list-item, .email-signature-reply, footer, - .bubble .bubble-expand, .grid .col, .composer-infobar, .email-quoted-reply, - .summary-stats li, .columns.equacols.bordered, .file-diffstat, ul.filter-list, - .news .alert, table.files td, .explore-section, .repolist > li, - .featured-grid-outer, .gh-header-meta, .theme-picker-thumbs, .team, - .billing-section, .sidebar-module ul h3, .headlines li, - .discussion-sidebar-item + .discussion-sidebar-item, .markdown-format img, - div#common-issues ul li, .about-facts, .starred-repo, .markdown-example, - .traffic-graph-stats, .discussion-item + .discussion-item, .bubble, - .tree-browser, .simple-box-footer, .team-grid .team-members, - .org-list .list-item, .stats-group .stat, .team-info-card .team-stats, - .table-of-contents li, .commit-group, - .table-list-bordered .table-list-cell:first-child, - .table-list-bordered .table-list-cell:last-child, .table-list-cell, - .table-list, .table-list-header, .blankslate, .labels-list-item, - .subnav-divider-right, .subnav-bordered, .content table tr th, - #search-results li, .subhead, #pages-composer, .render-bar, - #gollum-editor-help, #gollum-editor-help-parent, #gollum-editor-help-list, - .auth-section, .commit-sha, .comment-body, .mini-repo-list-item, - .advanced-search-form fieldset, .contrib-column, .org-header .edit-org, - .pulse-summary .summary-box, .pulse-summary .summary-box li:first-child, - .list-item + .list-item, .list-item + .list-heading, - .list-heading + .list-item, .issue-list-item, .collection-card, .setup-header, - body.api pre, .stats-group-stat:first-child, .build-statuses-list, - #gollum-dialog-dialog-buttons, #gollum-dialog-dialog h4, a.gollum-minibutton, - a.gollum-minibutton:visited, .two-factor-toggle .two-factor-status, - .two-factor-settings-group, .member-badge, ul.comparison-list > li, - .markdown-format ol > li:before, .release-downloads, .release-downloads li, - .blob-interaction-bar, input.subnav-search-input, .select-menu-header, - .search-results, .select-menu-modal, #gist-form .file .meta, .file .meta, - .file-box .meta, .capped-card, .audit-results-header, .pagination a, - .pagination span, .pagination em, .input_area, - .output_area .rendered_html table, .render-info .message, - .subnav .btn + .issues-search, - .branch-action-body .branch-action-item + .branch-action-item, - .discussion-item-merged.open .discussion-item-details-header, - .discussion-item-merged.open .build-statuses-list, .build-status-item, - .pagehead-tabs-item.selected, .org-header, .pagehead, - .branch-action-item + .mergeability-details, .migration-section, - .migrate-org-roles, .migrate-org-roles-header, .migrate-org-roles-item, - .migrate-org-roles-count, .migration-footer, .migration-feature-list:before, - .migration-org-avatar, .org-migration-settings-section, - .word-upload-callout .note, .commit-tease .commit-meta, .manage-user-info, - .manage-repo-access-title, .manage-access-remove-footer, - .org-settings-team-item:first-child, .label-generic, .plan-notice, - .merge-branch-manually, .intgr-header, .code-list-item, .sort-bar, - #com #footer, .repo-file-upload-outline, .comment-reactions.has-reactions, - .reaction-summary-item, .select-menu-divider, .featurette.border-top, - .tile-block, .tile-bordered:not(:last-child), .showcase-page-header, - .showcase-page-repo-list, .header-search-scope, .result-group a, - .signed-commit-badge, .signed-commit-header, .user-key-email, .border-top, - .pricing-card-cta, .shelf, .access-token, .about-menu, .oauth-border, - .reponav-item.selected, .file-header, - .reorderable-task-lists .markdown-body .task-list-item.hovered, - .next-charge-box, .setup-info-module h2, .radio-label, .border, .border-top, - .border-right, .border-bottom, .border-left, .border-y, .pinned-repo-list-item, - .pinned-repo-filters, .orghead, .orghead .edit-org, .Box-body-row, - .discussion-item-deployed, .branch-action-body .merge-message, - .profile-timeline-card-wrapper, - .profile-rollup-wrapper + .profile-rollup-wrapper, .new-project-column, - .confirm-removal-list-container, .confirm-removal-list-item, .user-profile-nav, - .border-gray-light, .ajax-pagination-form .ajax-pagination-btn, - .review-thread-reply, .feature-callout-octicon, .feature-callout, - .discussion-item + .discussion-item, - .discussion-item-review + .discussion-item, .libraries-jumbotron, - .last-review-thread, .menu-item, .review-comment.is-comment-editing, .Box, - .team-list-footer, .Box-header, - .profile-rollup-summarized + .profile-rollup-summarized, .Subhead, - .dashboard-notice .coupon, .Box-body, .listgroup-header, .merge-status-item, - .pending-team-invitations-link, .discussion-item + .discussion-item-review -{ - border-color: #343434 !important; -} - -.discussion-item-icon, .date:after, ul.color-label-list .color, - .facebox-header -{ - border-color: #222 !important; -} - -.filter-tab.selected -{ - border: 1px solid #444 !important; - border-bottom: 1px solid #343434 !important; -} - -.header, .summary-stats, .follow-list .follow-list-item -{ - border-bottom: 1px solid #343434 !important; -} - -.simple-conversation-list > li, .site-footer, .blame .section-first td, - .wiki-list .wiki-list-item + .wiki-list-item -{ - border-top: 1px solid #343434 !important; -} - /* discussion timeline tweaks */ -.closed-banner -{ - border-top: 2px solid #444 !important; - border-bottom-color: transparent !important; - height: 2px !important; -} - -.discussion-timeline-actions, .closed-banner -{ - background: transparent !important; - border-top: 2px solid #444 !important; -} - -.discussion-timeline:before -{ - margin-top: 2px !important; - background: #383838 !important; - height: calc(100% - 259px) !important; -} - -.profile-timeline.discussion-timeline:before -{ - height: 100% !important; -} - -.listings div.listing -{ - border-left: 2px solid #333 !important; - border-right: 2px solid #333 !important; -} - -#org-members .member-listing -{ - border-left: 1px solid #333 !important; - border-right: 1px solid #333 !important; -} - -.timeline-comment:after, .commit-form:after, .branch-action-body:after, - .timeline-comment-wrapper > .timeline-comment:after, - .timeline-new-comment .timeline-comment:after -{ - border-right-color: #1d1d1d !important; -} - -.timeline-comment:before, .branch-action-body:before, .MarketplaceSideNav, - .plans-card-text:first-child -{ - border-right-color: #484848 !important; -} - -.review-summary:after -{ - border-bottom-color: #181818 !important; -} - -.word-upload-callout:before, .word-upload-callout:after, - .select-menu-modal-arrow:after, .dropdown-menu-s:before -{ - border-bottom-color: #343434 !important; -} - -.repo-filterer .repo-filter:hover, .review-summary:before -{ - border-bottom-color: #484848 !important; -} - -.issue-head -{ - border-bottom-width: 1px !important; -} - -.context-button:hover:after, .switcher > span:before -{ - border-color: #eee transparent transparent !important; -} - /* developer sidebar indicator arrows */ -.sidebar-module .arrow-btn:hover -{ - width: 0 !important; - height: 0 !important; - padding: 0 !important; - border-color: transparent !important; - border-style: solid !important; -} - -.sidebar-module .arrow-btn.collapsed:hover -{ - border-width: 5px 8px !important; - border-left-color: /*[[base-color]]*/!important; - margin: 12px 0 0 12px !important; -} - -.sidebar-module .arrow-btn.expanded:hover -{ - border-width: 8px 6px 0 5px !important; - border-top-color: /*[[base-color]]*/!important; - margin: 14px 0 0 9px !important; -} - /* branch selector button - uses borders to make select button */ -.select-menu-button:before -{ - border-top-color: #eee !important; -} - -.pagehead-tabs-item.selected, .reponav-item.selected -{ - border-bottom-color: #222 !important; - border-top-width: 1px !important; -} - -.pagehead-tabs -{ - margin-bottom: -23px !important; -} - -.branches .branch-summary + .branch-summary -{ - border-top-color: #333 !important; -} - /* code */ -.linkable-line-number -{ - border-right: 1px solid #484848 !important; -} - -.gist .gist-file .gist-data .line-number -{ - line-height: 19px !important; -} - /* File listings - fix date truncation */ -table.files td.age .css-truncate -{ - max-width: none !important; -} - /* tooltip */ -.octotip -{ - background-color: #003 !important; - border-color: #006 !important; -} - -.commitinfo, .gc .diff-line-code, .gc .diff-line-num, .gc .diff-line-pre, - .featured-commit-activity-graph, .featured-repo-logo, .outline-box, - .gobutton>.sha .octicon, .markdown-body .csv-data .blob-num, #feedBody, - .search-result-header, .accessibility-aid:focus, .file-data, .signup-plans th, - .signup-plans td, .signup-plans-orgs th, .signup-plans-orgs td, .commits td, - .featured-callout, .sidebar-module ul ul li, .native-download, - .setup-info-module, div#common-issues ul, #gist-form .name, .subnav-item, - .render-notice, - .label-edit.edit-color-label-form .color-editor .color-editor-input, - .date_selector td, .new-label, .range-editor .range, .range-editor .flag, - .octotree_sidebar, .auth-form-body, div.border-wrap, .profile-header, - .btn.btn-outline, .highlight .gc, .uploaded-files.is-populated, .range-editor, - #gollum-editor-help-parent li a.selected, - #gollum-editor-help-list li a.selected, #gollum-editor-help-parent li a:hover, - #gollum-editor-help-list li a:hover, .github-access-banner, .protip-callout, - ul.comparison-list, .wiki-custom-sidebar, .invitation-container, - .orgs-help-shelf, .orgs-help-item-octicon, input[type="password"], - input[type="email"], input[type="number"], input[type="tel"], - input[type="url"], textarea, .dropdown-menu, .thread-subscription-status, - .branch-action-body .merge-branch-form, .pull-info, .branch-link, - .discussion-item-merged.open .discussion-item-details, .word-upload-callout, - .commit-tease-contributors, .ajax-pagination-form .ajax-pagination-btn, - .access-form-wrapper, .session-authentication .create-account-callout, - .intgrs-lstng-item, .intgr-install-callout, - .is-failed .repo-file-upload-errors, .is-bad-file .repo-file-upload-errors, - .is-too-big .repo-file-upload-errors, .is-too-many .repo-file-upload-errors, - .is-empty .repo-file-upload-errors, .site-header, .site-subheader, - .pricing-card, .explore-signup-entice, .price-box, .cvv-hint-tooltip, - .plan-choice, .date-selector td, .user-profile-sticky-bar:after, - .review-thread, .card, .tutorial, .overview .card > div[style*="background"], - .Box:not([style*="background"]), .Box-footer, .Box-row, .ScreenshotCarousel -{ - background: #181818 !important; - border-color: #343434 !important; -} - -#readme .plain, .readme .markdown-body, .readme .plain, .pull-request-composer, - .drag-and-drop, .octofication .broadcast-icon-mask, .file .image, - .merge-pr-more-commits, .release-timeline-tags .expander-dots, - .coupons .coupon-form-body, .manage-repo-access-group, .saved-reply-form, - .timeline-progressive-disclosure-button, .orghead .edit-org:hover, - .octotree_views, .simple-box -{ - background: #181818 !important; - border-color: #484848 !important; -} - -.header, .headers, #readme .markdown-body, .social-count, .file, .box-body, - .markdown-body table tr:nth-child(2n), .steps li, - .explore-section:nth-child(2n), .markdown-format table, .list-group-item, - .chromed-list-browser .none p, .chromed-list-browser .error p, - .list-browser-footer, .commandbar .choice:hover, #gollum-editor-help, - .search-filter:hover, #wiki-history table tr:nth-child(2n) td, - .display tr:hover, .octofication .message, .commandbar .loading:hover, - .comment-content, .commandbar .message, .boxed-group-inner, - #adv_code_search .search-page-label, .timeline-comment, - #contributors-master svg.viz, .diff-table .line-comments, .menu, svg.spark, - svg.capped-card-content, body.api .content tbody, - .markdown-format img:not(.emoji), .mini-repo-list, #common-issues, - .full-commit .commit-meta, .setup-wrapper .oauth-permissions-details, - .milestone-list, .setup-form .setup-plans, .prose-diff > .markdown-body, - .revision .gu, .tree-browser td, .tree-browser .alt td, - .branches .branch-summary, .branches .no-results-message, .simple-box-footer, - .commit-group, .blankslate, .content table tr, #search-results, table.files, - .mergeable, .org-module, .org-add-footer, .branch-infobar, - table.capped-list tr:nth-child(2n), .team-org-group, - #gollum-editor-help-wrapper, .integrations-quality, - .showcase-featured .mo-info .featured-grid-outer, .render-shell, .list, - .latest-commit .commit-author, .bubble, .tabs > a.selected, - .comment-form-head .tabnav-tab.selected, - .oauth-org-access-details .boxed-group-list > li.on, #fullscreen_overlay, - .timeline-new-comment .discussion-topic-header, .branch-action-body, - .inline-comment-form, .file-history-tease .participation, - .gist-quicksearch-result-header, .label-generic, .migrate-org-roles, - .commit-tease .commit-meta, .manage-repo-access-icon, - .table-list:not(.team-member-list), .repo-file-upload-progress, - .gcr-ext-editor-dialog, .shade-gray, .exploregrid-item, - .signed-commit-badge-small, .facebox-popup, .explore-signup-entice-wrapper, - .billing-addon-items tr.total-row, .billing-addon-items tr.dark-row, .Box-body, - li.pinned-repo-item, .js-contribution-graph h2 + div:last-child, - .project-triage-pane, .user-profile-nav.is-stuck, body .bg-white, - [data-filterable-for="projects-filter"] .container-lg, - .review-summary-form-wrapper, #projects-results, .listgroup, - .protected-branch-orgs-and-repo-admins, .listgroup-overflow -{ - background: #181818 !important; -} - -.sidebar-module, .form-control, - input[type="text"]:not(.tree-finder-input):not(.js-site-search-focus) -{ - background-color: #181818 !important; - border-color: #343434 !important; -} - -.markdown-body table tr, .blob-num-context, #user-content-toc td -{ - background: #141414 !important; -} - -.blame .blob-num, .blame-blob-num, .overall-summary, .repository-lang-stats, - .collection-card, .team-grid .team, .blob-num-hunk, .blob-code-hunk, - .blob-code-expandable, .code-list .divider .blob-num, - .code-list .divider .blob-code, .blob-num-expandable, - .expandable-line-num .diff-expander:hover, .select-menu-filters, - .select-menu-modal, .pagination a, .blob-num[colspan], .build-status-item, - .more-branches, .plan-choice.open, .uploaded-files>li.delete, .bg-gray-light, - .more-repos, .billing-per-seat-callout:after -{ - background: #1c1c1c !important; -} - /* headers */ -.table-list-header, .timeline-comment-header, .boxed-group > h3, - .boxed-group .heading, .file-header, .capped-card h3, .select-menu-header, - #gist-form .file .meta, .file .meta, .file-box .meta, .menu-heading, - .audit-results-header, .branches .branch-group-heading, .auth-form-header, - .commit-form, .comment-form-head.tabnav, .migration-jumbotron, - .migration-sub-header, .commit-tease, .manage-repo-access-title, - .select-menu-divider, .signed-commit-header, - .reorderable-task-lists .markdown-body .task-list-item.hovered, - .next-charge-box, .credit-card, .branch-action-body .merge-message, - .review-thread-reply, .bg-gray:not(body), a.card.bg-gray-light:hover, - .add-member-team-list .team-row-header, .Box-header, .pagination .gap, - .pagination .disabled, .pagination .gap:hover, .pagination .disabled:hover, - .listgroup-header, .merge-status-item -{ - background: #202020 !important; -} - /* Navigation focus */ -.list-group-item.navigation-focus, .list-browser-item.navigation-focus, - .headlines li:hover, .js-details-container.navigation-focus, - .js-details-container.navigation-focus:nth-child(2n), .team-grid .team-members, - .tree-browser tr.navigation-focus td, - .issues-listing .table-list-issues .selectable:hover, - .issues-listing .table-list-issues .navigation-focus, .setup-plans tr.selected, - .notifications .navigation-focus, .sidebar-module ul ul li a:hover, - .typeahead-result, .no-results, .link-overlay .link, #gollum-editor-help-list, - .owner-select-target, .divider .blob-code div.highlight, - .oauth-org-access-details .boxed-group-list > li.on:hover, pre div:hover, - table.files tr.navigation-focus td, .summary-stats li a:hover, - .select-menu-item-parent.navigation-focus, - .select-menu-item-parent.navigation-focus.selected, - .pinned-repos-selection-list-item.selected, - .Box-body-row--highlight.navigation-focus, .Box-body-row--highlight:hover, - div.label-select-menu .select-menu-item.navigation-focus, - div.label-select-menu .select-menu-item.navigation-focus.selected, - .js-current .standalone a, .menu-item:hover, - .Box-row--focus-gray.navigation-focus, .team-listing .is-open.root-team, - .Box-row--hover-gray:hover -{ - background: #242424 !important; -} - -#main, .capped-box, .unread_count, #browser table th, - .markdown-format table th, table.upgrades tr.current td, .definitions, - .discussion-topic-header, .timeline-commits-minimal .commit-icon .octicon, - .timeline-commits .commit-icon .octicon, .upload-progress, - .search-results-listing em, .discussion-bubble-inner, #wiki-history table td, - .gist .gist-file .gist-data, .logo-box, .markdown-example .rendered, - .team-grid .team-members, .diagram-icon:not(.active), table.capped-list th, - .filter-bar, .audit-search-clear, .country-info, .tabnav-tab.selected, - .file-diff-split .empty-cell, .composer-infobar, .completeness-indicator-blank, - .leaflet-control-zoom, .pagehead-tabs-item.selected, .reponav-item.selected, - .ajax-pagination-form .ajax-pagination-btn:hover, - .ajax-pagination-form .ajax-pagination-btn:focus, - .manage-repo-access-not-active, .header-search-scope, .reverse-progress-bar, - .featurette.py-5, .payment-history .refunded, .payment-history .failed, - .profile-timeline-month-heading.bg-white -{ - background: #222 !important; -} - -#browser, .repos, .options-group, .pagehead ul.tabs li a.selected, .subnav-bar, - .options-content, span.gravatar, .browsered, .browsered .inner, - .subnav-bar > ul > li > ul, .comment-form ul.tabs a.selected, - .issue.open.read .summary, .unselected_month, .commits th, #MathJax_Message, - .chzn-single, .user-commits, .user-commits th, .metabox, - .ranked-repositories > li, .pagehead ul.actions, #issues_search .comment, - #header-wrapper, ul.feature-tabs li.highlight, .pagination, - .filterbar .filters li, .starting-comment .body, .list-tip, .commit_oneline, - .filterbox, .conversation-list-heading .inner, .autocomplete-results, - .new-comments .body, .display tr, .render-container, .boxed-group-table th, - .features-highlight, .outline-box-highlighted, .nav-bar-tabs, #watchers li, - .browser .listing, .item, .context-pane, .context-loader, .sidebar .module, - .tip-body, #assignee, .commit_oneline td, .notifications th, .content table th, - .repo-collection>ul, #graph_data .tab.selected, .full-width-divider, - .markdown-body .csv-data th, h3.conversation-list-heading strong, - .file-commit-form .commit-form, .blog-feedback, .facebox-footer, - .invited-banner, .gcr-ext-editor-close, .gcr-ext-editor-header, - .logos-download-link -{ - background: #222 !important; - border-color: #343434 !important; -} - -.btn:disabled, .btn:disabled:hover, .btn.disabled, .btn.disabled:hover, - button.button:disabled, button.button:disabled:hover, button.button.disabled, - button.button.disabled:hover, button.minibutton:disabled, - button.minibutton:disabled:hover, button.minibutton.disabled, - span.minibutton.disabled, a.minibutton.disabled, - button.minibutton.disabled:hover, a.minibutton:disabled:hover, - a.minibutton.disabled:hover, span.minibutton:disabled:hover, - span.minibutton.disabled:hover, .search-result-group, - .gist-quicksearch-result-group -{ - background: #222 !important; - border-color: #282828 !important; - color: #444 !important; -} - -.btn-outline:disabled, .btn-outline:disabled:hover, .btn-outline.disabled, - .btn-outline.disabled:hover, .btn.btn-outline:disabled, - .btn.btn-outline:disabled:hover, .btn.btn-outline.disabled, - .btn.btn-outline.disabled:hover -{ - background: #222 !important; - border-color: #343434 !important; - color: #444 !important; -} - -.list-browser-item.closed, .content .verseblock-content, - .content .verseblock-content, .simple-stacked-bar, - .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover, - .pagination a:hover, .pagination a:focus, .pagination span:hover, - .pagination span:focus, .pagination em:not(.current):hover, - .pagination em:not(.current):focus, .dropdown-divider, - .js-current .standalone a, .sidebar-module .disable>a, - .label-select-menu div.labelstyle-000000.selected, - .ScreenshotCarousel-navitem.selected, .CircleBadge -{ - background: #282828 !important; -} - -div#common-issues ul li a:hover, .rss-subscribe:hover -{ - background-color: #282828 !important; -} - /* hr to match border color */ -.markdown-body hr -{ - background: #343434 !important; -} - -#network .current-repository -{ - background: #343434 !important; - box-shadow: 0 0 0 2px #343434 !important; -} - -.blame-commit-next .blame-commit-info, .blame-commit-next + .blame-line, - .ScreenshotCarousel-nav -{ - box-shadow: inset 0 1px 0 #343434 !important; -} - /* semi-transparent */ -.pagehead, .context-loader.large-format-loader, #graphs .loader, .org-header, - .render-shell .slider, .illflow-item:not(.selected):hover, - .leaflet-control-attribution, .orghead -{ - background: rgba(24, 24, 24, .4) !important; -} - -.explore-signup-entice-inner -{ - background: rgba(24, 24, 24, .9) !important; -} - -.starred-repo.navigation-focus, .marketing-section-stripe, - .blob-expanded .blob-num, .blob-expanded .blob-code, .migration-section-grey -{ - background: rgba(50, 50, 50, .5) !important; -} - -.svg-tip -{ - background: rgba(12, 12, 12, .8) !important; -} - -.svg-tip:after -{ - border-top-color: rgba(12, 12, 12, .9) !important; -} - -.shelf -{ - background-color: rgba(0, 0, 0, .2) !important; - background-image: none !important; -} - /* page overlay */ -.select-menu-loading-overlay, .slow-loading-overlay, - .branches .loading-overlay -{ - background-color: rgba(24, 24, 24, .6) !important; -} - /* #333 */ -.pagehead ul.actions a.feed, .explore h2 .feed, #code_search_instructions h2, - td.inst, .metabox-loader, .pull-flag, .browser-content, - .filterbar ul.filters li, .pagehead ul.tabs li.contextswitch, - #wiki-header > div, .pagehead ul.tabs li.contextswitch:hover, .bigbutton a, - #new_message, #issues_next ul.sorts li, ul.sorts li.asc, ul.sorts li.desc, - .listings-layout .columns.main .content, .fieldswrap, .filterbar li.selected, - #issues_next ul.filters li, table.instruction tr:nth-child(2n), - .email-hidden-toggle a, #commit-activity-master-head, .action-indicator, - .pull-head .diffstat, ul.suggestions, .discusion-topic-infobar, - .commits-listing:before, .discussion-item-icon, .jstree-wholerow-hovered, - .bubble-contents, .ellipsis-button, .filter-list li span.bar, - .selectable_day.today, .billing-plans .current, .commits-listing:before, - .billing-section .usage-bar, .issue-list em, .file-info-divider, - .pagehead ul.tabs li a:hover, .repos .bottom-bar, #languages .popular, - .tip-box h4, table.upgrades td, .commit-preview .message, - .commit-preview p.error, .pagehead ul.tabs li.contextswitch, #browser tr th, - .status-box h4, .line_numbers, #files span.icon, #issues_list .actions, - #repos .public, .inset-callout, #repo-message, .repo-private-label, - .label-admin, a.team-member-ellipsis, .code-list em, .user-list em, - .credit-card.normal .signature, .credit-card.amex .gladiator, - .subnav-item:hover, .subnav-item:focus, .wiki-list em, - .progress-bar:not(.anim-grow-x), .header-search-scope:hover -{ - background: #333 !important; -} - -.comment-form, #issues .labels, .listings .odd, .feed, #files .description, - #message .envelope .header .info .title.unread, li.contextswitch ul li.current, - .watcher-widget, ul.main_nav li.selected a, ul.states li, .add_file, .inset, - li.label, .filterbar, .divider-vertical, .user-commits td, - .starting-comment .infobar, #issues_next .infobar, .formbody, - .commandbar .display, .none p, .display div.choice, ul.fieldpills li, - .documentation-results a, .plans-pricing-callout, - .auto-search-group .search-filters, .editbox, .editbox .body, .commentstyle, - #issues .display, #issues .display .admin, #issues .labels .list li, - .issue .summary, .hidden-text-expander a, .view-modes, .standard_form, - #reply_body, #commit div, #commit td, #commit tr, #commit .envelope, - .file-minibutton, .context-pane .title, .browser .listing:hover, - #dashboard .repos, .date_selector .btn, .list-module .list-body, - .list-module a, .label-permissions, .tree-browser th, .browser .listing.closed, - .starting-comment, .section-nav a:hover, .chzn-drop, .module .inner, - .team-repositories-blankslate, - .discussion-event-status-head_ref_deleted .discussion-item-icon, .pull-head, - .tabs, #browser td, #issues_next li.selected, .avatarname img, #readme .name, - #wiki-history .author img, .options-content h3, - .display div.choice:nth-child(2n+1), #issues-dashboard .actions, - .list-tip a:hover, .select-menu-tabs .select-menu-tab.selected, - .select-menu-tab .selected -{ - background-color: #333 !important; - border-color: #484848 !important; -} - /* contribution calendar and blame heats */ -.calendar-graph rect[fill="#c6e48b"], .calendar-graph rect[fill="#7bc96f"], - .calendar-graph rect[fill="#239a3b"], .calendar-graph rect[fill="#196127"], - .heat, .contrib-legend li -{ - background-color: /*[[base-color]]*/!important; - fill: /*[[base-color]]*/!important; -} - -.calendar-graph .days-selected rect.day.active -{ - stroke: #ddd !important; -} - -.calendar-graph rect.day:hover -{ - stroke: #fff !important; -} - /* contribution calendar - regular colors */ -.calendar-graph rect[fill="#ebedf0"], .contrib-legend li[style*="#eee"] -{ - background-color: #222 !important; - fill: #222 !important; -} - -.heat[data-heat="1"], .heat[data-heat="2"], - .calendar-graph rect[fill="#c6e48b"], .contrib-legend li[style*="#c6e48b"] -{ - opacity: .25 !important; -} - -.heat[data-heat="3"], .heat[data-heat="4"], - .calendar-graph rect[fill="#7bc96f"], .contrib-legend li[style*="#7bc96f"] -{ - opacity: .5 !important; -} - -.heat[data-heat="5"], .heat[data-heat="6"], - .calendar-graph rect[fill="#239a3b"], .contrib-legend li[style*="#239a3b"] -{ - opacity: .75 !important; -} - -.heat[data-heat="7"], .heat[data-heat="8"], - .calendar-graph rect[fill="#196127"], .contrib-legend li[style*="#196127"] -{ - opacity: 1 !important; -} - /* contribution calendar - halloween colors */ -.calendar-graph rect[fill="#FFEE4A"], .calendar-graph rect[fill="#FFC501"], - .calendar-graph rect[fill="#FE9600"], .contrib-legend li[style*="#FFEE4A"], - .contrib-legend li[style*="#FFC501"], .contrib-legend li[style*="#FE9600"] -{ - background-color: #fe9600 !important; - fill: #fe9600 !important; -} - -.calendar-graph rect[fill="#FFEE4A"], .contrib-legend li[style*="#FFEE4A"] -{ - opacity: .2 !important; -} - -.calendar-graph rect[fill="#FFC501"], .contrib-legend li[style*="#FFC501"] -{ - opacity: .4 !important; -} - -.calendar-graph rect[fill="#FE9600"], .contrib-legend li[style*="#FE9600"] -{ - opacity: .8 !important; -} - -.calendar-graph rect[fill="#03001C"], .contrib-legend li[style*="#03001C"] -{ - background-color: #fc3 !important; - fill: #fc3 !important; -} - -.progress-bar.anim-grow-x, .dev-hero -{ - filter: brightness(75%) !important; -} - /* invert (rgb) */ -#network .repo img:not(.gravatar), #header .logo, - img[src="/images/logo@2x.png"], .site-logo a, - .github-jobs-promotion a.jobs-logo strong, iframe[src*="polldaddy.com"], - .jstree-node:not(.jstree-leaf) > .jstree-icon.jstree-ocl, - .octotree_toggle .loader, .swipe .swipe-frame .swipe-bar .top-handle, - .swipe .swipe-frame .swipe-bar .bottom-handle, - .onion-skin .controls .transparent, .onion-skin .controls .opaque, - .onion-skin .controls .slider .slider-track, - .onion-skin .controls .slider .slider-track .dragger, .leaflet-control-zoom a, - .leaflet-control-attribution.leaflet-compact-attribution:after, - img[src$="favicons.githubusercontent.com/github.com"], - img[src$="invertocat.png"], .ghd-invert, .render-shell img.math, - #footer .github img -{ - filter: invert(100%) hue-rotate(180deg) !important; -} - /* invert network graph; gh-polls (https://github.com/tj/gh-polls) */ -div#network.network > div > canvas, a[href*="prod/poll/"] img, - img[data-canonical-src*="prod/timeseries/"] -{ - filter: invert(90%) hue-rotate(180deg) !important; -} - /* invert problematic emoji */ - /* images */ -[alt=":soon:"], [alt=":on:"], [alt=":end:"], [alt=":heavy_dollar_sign:"], - [alt=":registered:"], [alt=":tm:"], [alt=":heavy_multiplication_x:"], - [alt=":heavy_plus_sign:"], [alt=":heavy_minus_sign:"], - [alt=":heavy_division_sign:"], [alt=":heavy_check_mark:"], - [alt=":arrows_clockwise:"], [alt=":wavy_dash:"], [alt=":curly_loop:"], - [alt=":copyright:"], [alt=":currency_exchange:"], [alt=":top:"], - [alt=":back:"], [alt=":zzz:"], [alt=":notes:"], [alt=":musical_score:"], - [alt=":black_large_square:"], [alt=":black_medium_small_square:"], - [alt=":ant:"], [alt=":musical_note:"], [alt=":loop:"], [alt=":feet:"], - [alt=":paw_prints:"], - /* unicode */ - /* some emoji don't need to be inverted on Windows */ - /* from https://github.com/Dunedan/mbp-2016-linux on Windows*/ - /* ✔️ */ - [alias="soon"], [alias="on"], - [alias="end"], [alias="heavy_dollar_sign"], [alias="registered"], [alias="tm"], - [alias="heavy_multiplication_x"], [alias="heavy_plus_sign"], - [alias="heavy_minus_sign"], [alias="heavy_division_sign"], - [alias="arrows_clockwise"], [alias="wavy_dash"], - [alias="curly_loop"], [alias="copyright"], [alias="currency_exchange"], - [alias="top"], [alias="back"], [alias="zzz"], [alias="notes"], - [alias="musical_score"], [alias="black_large_square"], - [alias="black_medium_small_square"], [alias="ant"], [alias="musical_note"], - [alias="loop"], [alias="feet"], [alias="paw_prints"] { - filter: invert(100%) hue-rotate(180deg) brightness(80%) !important; - background: transparent !important; - } - /* Invert problematic emoji fallback images used on Windows */ - /* use tools/unicode-gen.js to generate */ - g-emoji[fallback-src$="2795.png"], g-emoji[fallback-src$="2796.png"], - g-emoji[fallback-src$="2797.png"], g-emoji[fallback-src$="27b0.png"], - g-emoji[fallback-src$="2b1b.png"], g-emoji[fallback-src$="25fe.png"], - g-emoji[fallback-src$="1f3b6.png"], g-emoji[fallback-src$="1f3bc.png"], - g-emoji[fallback-src$="1f4b1.png"], g-emoji[fallback-src$="1f4b2.png"], - g-emoji[fallback-src$="1f503.png"], g-emoji[fallback-src$="1f519.png"], - g-emoji[fallback-src$="1f51a.png"], g-emoji[fallback-src$="1f51b.png"], - g-emoji[fallback-src$="1f51c.png"], g-emoji[fallback-src$="1f51d.png"], - g-emoji[fallback-src$="1f3b5.png"], g-emoji[fallback-src$="27bf.png"], - g-emoji[fallback-src$="1f43e.png"], g-emoji[fallback-src$="1f43e.png"] { - filter: invert(83%) !important; - } - /* Exclude problematic non-emojis from Apple's emoji font on macOS */ - /* use tools/unicode-gen.js to generate. */ - @font-face -{ - font-family: "Apple Color Emoji"; - src: local("Apple Color Emoji"); - unicode-range: U+00000-000A8, U+000AA-000AD, U+000AF-02121, U+02123-025A9, U+025AB-025FB, U+025FD-025FD, U+025FF-0265F, U+02661-02662, U+02664-02713, U+02715-02715, U+02717-0302F, U+03031-10FFFF; -} - /* GeoJSON maps */ - /* https://github.com/benbalter/dc-maps/blob/master/maps/embassies.geojson */ -.leaflet-tile-container img -{ - filter: invert(100%) hue-rotate(180deg) brightness(150%) !important; -} - -.leaflet-marker-pane img, .gundamcat -{ - filter: brightness(.8) !important; -} - /* invert #fff to #181818 */ - /* https://github.com/sujitpal/statlearning-notebooks/blob/master/src/chapter2.ipynb */ -.output_area img, table.pricing-table, div[id^="contribution-first"] img, - div[id^="contribution-joined-github"] img, div[id^="contribution-created"] img, - .project-preview-img img, img[src$="bg-callout.svg"], - img[data-canonical-src*="saucelabs.com/browser-matrix"] -{ - filter: invert(90.5%) hue-rotate(180deg) saturate(200%) !important; -} - /* workaround filter creating a stacking context */ -.contribution-first-issue, .contribution-first-pull-request, - .contribution-first-repository -{ - opacity: .999 !important; -} - /* brighten language colors */ -.language-color -{ - filter: brightness(150%) !important; -} - /* soft badges */ -.box-title-count -{ - background-color: #484848 !important; - color: #ccc !important; -} - /* svg styling */ -line, rect, path -{ - shape-rendering: geometricPrecision !important; -} - -.js-graph-punchcard svg.viz -{ - background: transparent !important; - border: none !important; -} - -.octicon, svg.octicon -{ - fill: currentColor !important; -} - -.reorderable-task-lists .markdown-body .task-list-item .drag-handle -{ - fill: #c0c0c0 !important; -} - /* Firefox: Exclude text inside an svg loaded through an img, as seen in svg badges */ -*:not(img) text, circle.day -{ - fill: #ccc !important; -} - -circle.day:hover -{ - fill: #fff !important; -} - -path.js-diff-placeholder -{ - fill: #282828 !important; -} - -#contributors-master svg.viz -{ - display: block !important; -} - -g.dots circle -{ - stroke: #222 !important; -} - -.traffic-graph g.axis:not(.views):not(.unique) g.tick:not(:nth-child(14)):not(:first-child) line, - g.axis path, line.axis, svg:not(.vis) g.axis line -{ - stroke: #444 !important; -} - -svg .path:not(.total):not(.unique):not(.views) -{ - stroke: #aaa !important; -} - -#commit-activity-detail path.path, - .traffic-graph g.x.axis g.tick:first-child line -{ - stroke: #1db34f !important; -} - -.traffic-graph g.x.axis g.tick:nth-child(14) line -{ - stroke: #1d7fb3 !important; -} - -svg.tick -{ - fill: #444 !important; -} - -.features-branch-diagram path[stroke="#c6d9ed"], - .features-branch-diagram path[stroke="#4182C4"] -{ - stroke: /*[[base-color]]*/!important; -} - -.features-branch-diagram circle[fill="#4183c4"], - .repo-list-stats a.issues:hover svg -{ - fill: /*[[base-color]]*/!important; -} - -.features-branch-diagram circle[stroke="#ffffff"] -{ - stroke: #222 !important; -} - -rect.map-background, .audit-log-map -{ - fill: #1e4062 !important; - background: #1e4062 !important; -} - -path.land -{ - stroke: #17334f !important; -} - -circle.audit-point -{ - fill: #742d14 !important; - stroke: #57210f !important; -} - -.graphs .selection rect -{ - fill: #888 !important; - stroke: #888 !important; -} - -ul.sidetabs li a:hover, .editbox h1, #issues .labels .admin, - #issues .display .sortbar, #facebox .close, #issues_search .wrapper, - .ranked-repositories .meta a, .actor, ul.nav.logged_out, .tip-box a.next, - #inbox .list .unread, .main .filterbar, .browser-content .footerbar, - ul.smalltabs, .snippet, .supportstaffer, .discussion-form, .chooser-box, - .chooser-box h3, #forkqueue .instructions, .selector-item.clear:hover, - #contributors-master svg, .inset-callout h2, .documentation ul.nav, - .date_selector td.selected, #contributors-master, .context-title, - .list-module h2, .bootcamp-help h1, table.files tr.up-tree a:hover, - .ellipsis-button:hover, .codesearch-results .repo-list-name em, - .codesearch-results .repo-list-description em, .blog-search-results em, - .codesearch-cols em, ul.bignav li a:hover, ul.smallnav li a:hover, - .comments-wrapper, .rackspace, .subnav-bar > ul > li > ul > li > a:hover, - .issue.active, .orgs-nav .count, .filter-item:not(.selected):hover, - .task-progress .progress-bar .progress, - .oauth-connection-illustration .oauth-image, - .manage-repo-access-wrapper:before, .counter, .Counter -{ - background: #444 !important; -} - -.hidden-text-expander a, .ellipsis-expander, - .profile-timeline-month-heading:after, .review-comment-contents:after, - .review-comment.is-comment-editing:after -{ - background: #383838 !important; -} - -.switcher > span:after, .list-module a:hover, .section-nav .active a, - #dashboard .filter-bar li a.filter_selected:after -{ - background-color: #555 !important; -} - -.state-widget .behind .bar, .settings-email .label:not(.default), .key, - .date:after, .branch-a-b-count .bar, .branch-a-b-count .meter, - .branch-action-state-dirty .branch-action-icon, - .branch-action-state-closed-dirty .branch-action-icon, - .completeness-indicator-problem, .hidden-text-expander a:hover, - .ellipsis-expander:hover -{ - background: #555 !important; -} - -.labels .label-neutral, li.ssh-key .ssh-key-state-indicator.not-recent, - .render-shell > .slider .dragger -{ - background: #666 !important; -} - -.diverge-widget .separator -{ - background: #ccc !important; -} - -#network canvas -{ - background: #fff !important; -} - -.state-widget .ahead .bar, .render-shell > .slider .dragger:hover, - .render-shell > .slider .dragger:active -{ - background: #999 !important; -} - /* actions in issues - this style needs to be after .bubble */ -.action-bubble .bubble, .suggester -{ - background: transparent !important; -} - /* blue box */ -.timeline-comment.current-user .timeline-comment-header, - .github-jobs-promotion p, .octotip, .markdown-format .alert:not(.warning), - .full-commit.commit, .flash, .bootcamp h1, .bootcamp-body, .owners-notice, - .full-commit .browse-button, .blob-history, a.branch-name, .branch-name, - .new-user-avatar-cta, .jstree-wholerow-clicked, .commit-ref, .api .alert, - .file-history-tease, .flash, .flash-global, .feature-banner, - .recently-touched-branches, .pr-toolbar .subset-files-tab, article.full .alert, - .project-updated-message, .btn.btn-blue, .hook-delivery-guid, .topic-tag, - .topic-tag-action, .delete-topic-button, .topic-tag-action .add-topic-button, - .topic-tag-action .remove-topic-button, .RecentBranches, .signup-prompt-bg -{ - background: #182030 !important; -} - -.repo-file-upload-progress .repo-file-upload-meter, .btn.btn-blue:hover, - .topic-tag-link:hover, .delete-topic-button:hover -{ - background: #273045 !important; -} - -.bg-blue, .discussion-item-changes-marker.is-unread .discussion-item-icon -{ - background: #4183c4 !important; -} - -.timeline-comment.current-user .timeline-comment-header, .new-user-avatar-cta, - .full-commit .browse-button, .markdown-format .alert p, .blob-history, .flash, - .flash-global, .feature-banner, .recently-touched-branches, - .recently-touched-branches li, .pr-toolbar .subset-files-tab, .alert.tip, - article.full .alert a, .commit-ref, .project-updated-message, - .timeline-comment-label.collaborator-comment, .hook-delivery-guid .octicon, - .hook-delivery-guid a, a.topic-tag, .RecentBranches, .RecentBranches-item-link -{ - color: #9daccc !important; -} - -.RecentBranches-item, .commit-ref .user -{ - color: #6d7c9c !important; -} - -.timeline-comment.current-user, .github-jobs-promotion p, .octotip, - .markdown-format .alert:not(.warning), .full-commit.commit, - .bootcamp .bootcamp-body, .bootcamp h1, .owners-notice, .new-user-avatar-cta, - .full-commit .browse-button, .commit-ref, a.branch-name, .branch-name, - .timeline-comment.current-user .timeline-comment-header .timeline-comment-label, - .file-history-tease, .flash, .flash-global, .feature-banner, - .recently-touched-branches, .timeline-progressive-disclosure-items button, - .pr-toolbar .subset-files-tab, article.full .alert, .btn.btn-blue, .topic-tag, - .RecentBranches, .js-tag-input-tag -{ - border: 1px solid #246 !important; -} - -.repo-file-upload-progress, .project-updated-message, .delete-topic-button, - .topic-tag-action .add-topic-button, .topic-tag-action .remove-topic-button, - .commit-desc + .commit-branches, .full-commit .btn-outline -{ - border-color: #246 !important; -} - -.timeline-comment.current-user .timeline-comment-header, .blob-history, - .recently-touched-branches li -{ - border-bottom-color: #246 !important; -} - -.blob-history, .file-history-tease .participation -{ - border-top: 1px solid #246 !important; -} - -.timeline-comment.current-user:before -{ - border-right-color: #246 !important; -} - -.timeline-comment.current-user:after -{ - border-right-color: #182030 !important; -} - -.flash, .markdown-format .alert a, .api .alert, a.branch-name, .branch-name, - article.full .alert -{ - border-color: #264c72 !important; - color: #c8d0e1 !important; -} - -.social-count:before -{ - border-right-color: #333 !important; - border-width: 5px !important; - margin-top: -4px !important; -} - -.social-count:after, #new_hook .fields -{ - border-width: 0 !important; -} - -.commit-icon .octicon -{ - border-radius: 100% !important; -} - /* original colors */ -.discussion-item-integrations-callout .discussion-item-icon -{ - background: #4095c6 !important; -} - /* notebooks */ -.input_prompt -{ - color: hsla(234, 100%, 65%, 1) !important; -} - -.output_prompt -{ - color: hsla(0, 100%, 65%, 1) !important; -} - /* gradient */ - /* file drag&drop overlay */ -.repo-file-upload-tree-target -{ - background: radial-gradient(ellipse at center, #000 0%, rgba(0, 0, 0, .6) 65%, rgba(0, 0, 0, .6) 100%) !important; -} - /* light grey gradient */ -.btn:hover, .btn:active, .btn.zeroclipboard-is-hover, - .btn.zeroclipboard-is-active, .minibutton:hover, .minibutton:active, - .minibutton.zeroclipboard-is-hover, .minibutton.zeroclipboard-is-active.kbd, - .signup-button:hover, a.signin:hover, .hero .textographic, - .hero .screenographic, .pagination span.current, .box-action:active, - .btn:active, .btn.selected, .btn.selected:hover, .btn.zeroclipboard-is-active, - .minibutton:active, .minibutton.selected, .minibutton.selected:hover, - .minibutton.zeroclipboard-is-active, .octotree_toggle:hover, - button.button:hover, a.button:hover, span.button:hover, - button.minibutton:hover, a.minibutton:hover, span.minibutton:hover, - .clone-url-button.selected > .clone-url-link, - .clone-url-button.selected > .clone-url-link:hover, ul#bootcamp li a:hover h4 -{ - background: linear-gradient(#303030, #282828) !important; - border-color: #484848 !important; -} - /* dark grey gradient */ -.btn, input.btn, header.nav-bar, .bubble .bubble-title, kbd, a.feed, - .list-browser-filterbar, .gobutton, .comment-header, .pagehead ul.tabs li a, - .login_form input[type="submit"], .top-bar, ul#bootcamp li a h4, - #gists .context-menu-container, body#com #header, .white-nav .selected span, - .filter-tab, #header-wrapper, #header-wrapper .nav, .pagination span, - .cheatsheet h2, .section a.section-head, .octotree_view_header, .list-heading, - .dashboard-tabs li a, a.function-button, .add-pill-form, - .gist .gist-file .gist-meta, .octotree_toggle, ul.comparison-list > li.title, - button.button, a.button, span.button, button.minibutton, a.minibutton, - span.minibutton, .clone-url-button > .clone-url-link -{ - background: linear-gradient(#202020, #181818) !important; - border-color: #383838 !important; -} - -.search-form button, .issues-list-actions, a.gollum-minibutton, - a.gollum-minibutton:visited -{ - background: linear-gradient(#202020, #181818) !important; -} - /* inverted dark grey gradient */ -.asc .sort-type, .desc .sort-type, .mini-bar-graph, .issues-list>ul>li.unread, - .timeline-commits-header, .usage-bar dd, .render-bar -{ - background: linear-gradient(#181818, #202020) !important; - border-color: #383838 !important; -} - -.bg-custom-gradient -{ - background-image: linear-gradient(180deg, #1c1c1c, rgba(0, 0, 0, 0)) !important; -} - -.billing-per-seat-callout:after -{ - box-shadow: 1px -1px 0 0 #343434 !important; -} - -.clone-url-button + .clone-url-button > .clone-url-link -{ - box-shadow: 1px 0 0 #333 !important; -} - -.clone-url-button.selected > .clone-url-link -{ - box-shadow: 0 2px 3px rgba(0, 0, 0, .3) inset !important; -} - -.blankslate, .ScreenshotCarousel-navitem.selected -{ - box-shadow: inset 0 0 10px rgba(255, 255, 255, .05) !important; -} - /* commits page - committer icon */ -.commits-list-item .committer-avatar -{ - box-shadow: -2px -2px 0 rgba(0, 0, 0, .4) !important; -} - /* text color */ - /* Bright text */ -.dropdown-item:hover, .dropdown-item.zeroclipboard-is-hover, - .gist-snippet .link-overlay .link, - .select-menu-item.navigation-focus .text-danger, - .select-menu-item.navigation-focus .description, - .select-menu-item.navigation-focus.selected .text-danger, - .select-menu-item.navigation-focus.selected .description, - .select-menu-item.navigation-focus.select-menu-action .text-danger, - .select-menu-item.navigation-focus.select-menu-action .description, - .select-menu-item.navigation-focus .description-inline .text-danger, - .select-menu-item.navigation-focus .description-inline .description, - .select-menu-item.navigation-focus, - .select-menu-item.navigation-focus.selected, - .select-menu-item.navigation-focus.select-menu-action, - .select-menu-item.navigation-focus .description-inline, - .gist-snippet-meta .gist-count-links > li > a:hover, - .team-member-list .manage-team-member .navigation-focus .btn-link, - .dangerzone > h3, .gcr-ext-editor-close .select-menu-title, - .btn.btn-outline:hover, .btn.btn-outline:active, .btn.btn-outline.selected, - .btn.btn-outline.zeroclipboard-is-hover, - .btn.btn-outline.zeroclipboard-is-active, a.filter-item.selected, - .date-selector td.selected, .date-selector td.selectable-day:hover, - .subnav-item:hover, .subnav-item:focus, .owner-select-target:hover, - .owner-select-target:focus, .suggester li.navigation-focus, - .suggester li.navigation-focus small, .intgrs-lstng-categories a:hover, - .text-white, a.text-white, .blame-next-container .reblame-link:hover, - .reblame-link:hover, .topic-tag-action .add-topic-button:hover, - .topic-tag-action .remove-topic-button:hover, - .discussion-item-changes-marker.is-unread .discussion-item-icon, - .toc-select .navigation-focus * -{ - color: #efefef !important; -} - -.btn, a.btn, .btn.btn-primary, .button.primary, .minibutton.primary, - .btn-danger:hover, ul.repo-stats li a:hover, .text-emphasized, - .minibutton.danger:hover, #gist-form label, .subnav li a:hover, - .filters li.selected a, .filters li a:hover, .code-list em, a.header-anchor, - .commandbar .choice .command, .search-term, .codesearch-cols em, .image, - .selector-item:hover .mini-icon:before, - .selector-item.selected .mini-icon:before, .new-repo .octicon, #header .nav a, - .minibutton i, .minibutton, .commit .mini-icon:before, .featured-callout, - .sidebar-milestone-widget .title, .numbers-summary .num, #network .explain b, - .dashboard-tabs a.selected, .dropdown-menu > li > a:hover, .message .time, - #graph_data .tab.selected a, .explore-collection .see-more-link, - ul.color-label-list .count, a.filter-tab.selected, .orgs-nav .count, - .facebox-user-list-item a, a.org-module-link, .org-header-info .name-link, - .calendar-graph .contrib-details div .num, - .commandbar .display table td:first-child, .file-history-tease .author a, - .overall-summary .graphs .num, ul.summary-stats li .num, - .pull-head-meta .pull-number a, - .mini-discussion-bubble .mini-discussion-bubble-action, .sub-nav h2, - .sub-nav h2 a, .accordion .section a.section-head, - .orgs-nav .org-nav-item.selected, .sub-nav li a.active, a.org-link, - .infobar-widget .text a, .view-modes-menu li.active, a.signin:hover, - .highlight-module .mega-icon:before, .headlines li a, #wiki-rightbar li, - .i-am-error p, .markdown-body .octicon-link, .gist-item ul.meta > li > a:hover, - .native-download .mega-icon:before, #article-platform-nav ul li.selected a, - .section-heading-title a.selected, .marketing-nav a.selected, - .dashboard-tabs a:hover, .hidden-text-expander a:hover, .codesearch-cols em, - .branch-action-state-clean .branch-action-icon:before, - .hook-list li.selected a, .oauth-permissions-details .permission-title, - p.read-it, .branch-action-state-dirty .branch-action-icon:before, - .branch-action-state-closed-dirty.branch-action-icon:before, - .branch-action-state-merged .branch-action-icon:before, - .full-commit .authorship a, #fork-select .target:hover:not(.disabled), - .full-commit .authorship .author-name, .showcase-featured .featured-grid-link, - .collection-card-title, .collection-card-image:hover, - .explore-page .see-more-link, .mute, .pull-request-link:hover, - .expandable:hover:before, .follow-list .follow-list-name a, - a.comment-header-author, .wiki-edit-link:hover, .infotip p, .form-actions .tip, - dl.form.warn dd.warning, .page-notice, .subnav-item.selected, - .subnav-item.selected:hover, .subnav-item.selected:focus, ol.toc > li a.active, - .example-nav li a.selected, .facebox-alert, .typeahead-result, .no-results, - #user-links > li * button, .timeline-commits .hidden-text-expander a:hover, - .color-editor-input, #user-links .sign-out-button, .table-list-item label, - .audit-action-info .context, .token-scope, .segmented-nav li.active a, - .tabs > a.selected, .member-username, .invited-banner p, kbd, .kbd, - .boxed-profile .profile-preview .vcard-fullname, .btn.btn-primary:hover, - .minibutton.btn-primary:hover, .integrations .site-footer a, .add-line-comment, - ul.filter-list .filter-item.selected, - .blob-num-expandable .diff-expander:hover, - .email-format .email-hidden-toggle a:hover, - #gollum-editor-help-parent li a.selected, - #gollum-editor-help-list li a.selected, a.gollum-minibutton, - a.gollum-minibutton:visited, a.token-warning, a.lightertooltipped, - .org-team-sidebar .team-note .note-emphasis, .select-menu-tabs a.selected, - #com .dropdown-menu a:hover, #com h1 span, #com h2 span, - .breadcrumb .final-path, button.button, a.button, span.button, - button.minibutton, a.minibutton, .button.primary:hover, .pagination .current, - .pagination .current:hover, .repo-private-label, - a.repo_filter.js-repo-filter-tab.filter-selected, .keyboard-mappings th, - .rendered_html, .render-health:hover .symbol, .radio-label, - .select-menu-item.selected, .gist-snippet-meta .description, - a.select-menu-item-text, .clone-url-button > .clone-url-link, a.user-mention, - .user-mention, a.team-mention, .team-mention, .boxed-group-inner h4, - .octotree_github_sidebar a.octotree_toggle, .reponav-item:hover, - .pagehead-tabs-item.selected, .pagehead-tabs-item:hover, - a.pagehead-tabs-item:hover, .tabnav-tab.selected, .leaflet-control-attribution, - .leaflet-control-attribution a, .integrations-breadcrumb-link, - a.integrations-breadcrumb-link, .link-gray-dark, a.link-gray-dark, - #message .title, .exploregrid-item-title, .explore-collection h2, #com h1, - #com h2, #com h3, ul.filter-list .filter-item:hover, - .underline-nav-item.selected, .underline-nav-item:hover, - .underline-nav-item:focus, .content > h2, .content > h3, - .audit-results-header-title, .session-authentication .auth-form-header, - .org-settings-team-type, .org-settings-team-count, .intgrs-lstng-item-header, - .api h1, .api h2, .octokit-language span, .blog .text-alpha, .blog .text-beta, - .blog .text-delta, .blog .text-gamma, .blog h1, .blog h2, .blog h3, .blog h4, - .blog h5, .site-header-nav a, .menu-item.selected, .overview .text-beta, - article h2, #message-list h1, #message-list h3, .graph-page h1, .graph-page h3, - .dashboard-notice h2, - .prose-diff.collapsed .rich-diff-level-zero.expandable:hover .octicon, - .counter, .Counter, .state, .State, a.state, a.State, - .site-header-dark .site-header .site-header-link -{ - color: #e2e2e2 !important; -} - -pre, body, a.social-count, span.social-count, #languages a.bar, .lineoption p, - a.blog-title, table.notifications th, .usagestats dl dt.numbers, - .commit-preview p.name .date, .download-list h4, - .fieldgroup p.explain.planusage, ol.repository-lang-stats-numbers li .lang, - .explore h2, .tabnav .active a, .vcard-username, #markdown-toc li a, - .tag-info .tag-name, .language, .featured-callout h2, .commit-title .message, - .files .message, .revision .creator, .mini-icon.search-input, .lines-changed, - .lines-changed:hover, .discussion-topic-author a, .boxed-group-table td, - .graph .data .number, .content, .box-title, a.box-action, - #blog-main .pagehead h1 a.title, .octofication .message p, - .repolist .description, .addon p, .keyboard-mappings, .accessibility-aid:focus, - .list-group-item .list-group-item-name a, - .list-group-item .list-group-item-meta a, .list-browser-sorts .sort-type, - .select-menu-header .select-menu-title, #commits_tab_counter, - .auto-search-group .search-filter, .usage-bar dt, .github-jobs-promotion p a, - .select-menu-item .description, .file-info .file-name, .file-box .meta, - .gh-header-meta .author, .timeline-comment-header .author, - .timeline-commits .author, .sidebar-assignee .assignee, .rss-subscribe, - .sidebar-module h3 a, .sidebar-module h3.disable span, .octotip, - .graph-canvas .activity, .billing-section .section-content, #readme span.name, - .steps li.current, .discussion-item-entity, .blog-post-body, - .subnav-search-context .btn, .context-loader, .box-title a, - .merge-pr-more-commits a, .branch-infobar .lightweight-actions > li a:hover, - .discussion-item-ref-title .title-link, .org-teams-list .team, - .subnav-search-context .select-menu-item-icon, .ace-github, - a.pagehead-nav-item.selected, a.pagehead-nav-item:hover, - .repo-collection .collection-stat, a.subscribe-feed, header ul.links a:hover, - div.container > p, .commits-list-item .commit-author, - .full-commit .sha-block > .sha, .discussion-item .renamed-was, - .discussion-item .renamed-is, a.discussion-item-entity, - span.discussion-item-entity, .table-list-header-toggle .btn-link.selected, - .table-list-header-toggle .btn-link.selected:hover, - .table-list-header-toggle .btn-link:hover, a.issue-title-link, - .milestone-title-link a, .org-header .edit-org, .org-name, .blob-code, - .blob-code-inner, .diff-line-code, .contrib-number, - .pulse-summary .summary-box .count, .list-options .selected .list-item-title, - .nav-bar-inner .brand-logo-invertocat .octicon-mark-github, .menu a .octicon, - .issue-list-meta a, .stat-number, div.search-form button span, - .fullscreen-overlay .octicon:hover:before, - .fullscreen-overlay .mega-octicon:hover:before, .protip-callout, - .fullscreen-overlay textarea:focus, .fullscreen-overlay textarea:hover, - #header ul.top-nav > li > a, #header ul.top-nav > li > button, - a.team-member-ellipsis:hover, .rendered_html pre, .rendered_html code, - .team-grid .team-name, .commit .commit-title, .commit .commit-title a, - .completeness-indicator-success, .completeness-indicator-error, - .completeness-indicator-problem, .article-meta, a.article-meta, - .timeline-comment-header-text code a, .commit-tease-sha, a.commit-tease-sha, - .reponav-item.selected, .stats-group-stat.no-link:hover .stat-number, - .octotree_github_sidebar a.octotree_opts, .octotree_help > span, - .application-authorizations .oauth-app-access-name, .dropdown-item, - a.dropdown-item, .header-logo-invertocat, a.header-logo-invertocat, - a.header-logo-wordmark, .pull-request-integrations-title, - .intgrs-dir-intro .directory-header-back, - .intgrs-dir-intro .directory-header-back .header-link, - .oauth-application-info .application-title, - .session-authentication .header-logo, .repo-file-upload-progress, - a .mega-octicon, .anchor, a.anchor, - .gcr-ext-editor-close .delete-button:hover svg, - .repo-filterer .repo-filter.filter-selected, .select-menu-divider, - .label-select-menu .select-menu-item.selected, - .dropdown-signed-commit .dropdown-menu, .signed-commit-signer-name .signer, - .signed-commit-signer-name a.signer, .text-gray-dark, a.text-gray-dark, - .display-heading-1, .display-heading-2, .display-heading-3, .display-heading-4, - .pinned-repos-selection-list-item.selected, - .Box-body-row--highlight .Box-row-link, .text-pending, a.text-pending, - .compare-pr-placeholder p, .compare-pr-placeholder .help-link, #message.good, - #message.major, .boxed-group-success, .suggester li, .alert.warning p, - ul#bootcamp li a h4, .menu-heading, .text-black, .diffstat-summary strong, - .markdown-format h4, .access-token .token-description, - .oauth-org-access-details .boxed-group-list > li.on strong, .text-gamma, - .content h1, .api .text-alpha, .api .text-beta, .api .text-delta, - .api .text-gamma, .api h1, .api h2, .api h3, .api h4, .api h5, - .octokit-language span, .lead, .merge-branch-heading, - .org-user-notice-content strong, .timeline-comment-label.owner-comment, - .Box-row-link, a.Box-row-link, .form-control, .form-select, - .header .header-search-scope, .discussion-item-private, - .label-select-menu div.labelstyle-000000.selected, .marketplace-plan-emphasis, - .header-nav-link, a.header-nav-link, .header-navlink, a.header-navlink, - span.text-gray-dark -{ - color: #c0c0c0 !important; -} - -button, .edit-repository-meta, .field label, .boxed-group-list li, .capped-box, - .marketing-nav a, .repository-meta, .gist-item .description, p.explain, - .news .alert .simple .title, #network .graph-date, .tabnav-widget.text, - .feature .intro, span.diffstat, span.diffstat a, .commit .commit-branches a, - #readme .plain, .news blockquote, .news blockquote p, .collection-stat, - .overall-summary .graphs .desc, .flash-global a, - .calendar-graph .contrib-details div .lbl, .tag-info a, a.browse-button, - .ghead .dir, .repository-lang-stats .percent, .comment-header-action-text a, - .comment-header-right a, .gist-item .creator, .dashboard-tabs a, - #graph_data .tab a, .pull-info, .list-group-item .list-group-item-summary a, - #contributors .capped-card .cmt, .boxed-group-list .access-level, - h3.conversation-list-heading, a.filter-tab, .starred-repo p.description, - .commit-desc pre, .org-repo-stats a, .org-repo-updated a, - .org-repo-description, .org-repo-forked a, .commandbar .display table td span, - .clone-options, .pulse-section, .discussion-sidebar p, - .discussion-topic-header .discussion-topic-author, .gist-description, .explain, - p.subtext, .team-grid .team-description, .orgs-nav .org-nav-item, - .form-actions-protip .protip, .discussion-item .author, - .inline-comments .comment-count, .sidebar-heading, .clear-issue-filters a, - .render-view-modes li.active:before, ul.comparison-list > li em, - .marketing-benefits .column p, .sub-nav li a, .headlines a .date, - .sidebar-module ul ul li span, .merge-branch-description, - .gist-item ul.meta > li > a, ul#categories li h5 a, - .render-view-modes li.active, .user-leaderboard-list .repo-list-item .repo, - .repo-stats li a, .about p, dl.form > dd p.note, p.subdued, - .team-header .team-description, .hfields dl.form > dt label, - .boxed-group > h3 a.boxed-group-breadcrumb, - .boxed-group .heading a.boxed-group-breadcrumb, .subscriptions-sidebar .note, - .thread-subscription-status, a.ellipsis-button, .ellipsis-button, - .follow-list .follow-list-info, form.btn .count, .blame .commitinfo .date, - .gist .gist-file .gist-meta a, .merge-pr-more-commits, .hidden-text-expander a, - .news div.message, .news li blockquote, .news .alert .pull-info, - .news .alert .branch-link, .release .release-authorship a, - .wiki-wrapper .wiki-empty-box:hover, - .select-menu.is-showing-clear-item .select-menu-clear-item .octicon, - .diffstat-summary a, a.subnav-item, - .branches .branch-group-heading .branch-group-name, .render-notice, - .table-list-milestones .stat, - .commits-listing .commit-group-title .octicon-git-commit, - .select-menu-header .octicon:hover, .repo-list-description, .file .meta, - .email-format .email-hidden-toggle a, .file-diffstat, - .program-info-column .mega-octicon, .octofication .notice-dismiss:hover, - .timeline-commits .commit-message a, .markdown-format .intro, .label-admin, - .program-info-column p, .file-history-tease, .blob-num:hover, - .gist-snippet-meta .gist-count-links > li > a, .commit-tease .message, - .commit-author-section, .manage-repo-access-not-active, .milestone-name, - a.milestone-name, .select-menu-modal, .select-menu-action, - a.select-menu-action, .feature-callout, - .repo-file-upload-file-wrap .remove-file:hover, button.tabnav-tab, - .rss-subscribe, a.rss-subscribe, table.capped-list .octicon, - .site-header-menu .nav-item, .discussion-item-icon, .exploregrid-item, - a.exploregrid-item, .markdown-body blockquote, .link-gray, a.link-gray -{ - color: #b5b5b5 !important; -} - -.calendar-graph .contrib-details div, .tabnav-tabs a, .time, - .gist-item .metadata .datetime, .list-group-item-meta, a.keyboard-shortcuts, - button.keyboard-shortcuts, .simple-conversation-list, - .simple-conversation-list > li .title .num, .drag-and-drop, - .starred-repo .sort-info, .org-stats, .commandbar .choice, - .commandbar .loading, .commandbar .description, ul.summary-stats li a, - .authorship, .sha-block, .gh-header-meta, #last-edit, .setup-header .lead a, - .repository-meta .edit-link a, .api-status a, .meta li, .who_when a, - .numbers-summary a, .mini-icon-remove-close:hover, - .section-heading-title .separator, .blog-aside .rss, .hook-list a, - .github-jobs-promotion a.jobs-logo, .org-teams-list .team-meta, - .repo-list-item .repo-description, .branch-infobar .lightweight-actions > li a, - .repo-leaderboard-list .repo-leaderboard-meta-item a, - .changed .moved-up:before, .changed .moved-down:before, - .comment-header .octicon, a.section-heading-back, - .list-group-item-meta .octicon, .repo-leaderboard-title .title-meta, - a.pagehead-nav-item, .wiki-wrapper .wiki-empty-box, - .commits-list-item .commits-comments-link, .timeline-comment-header, - .commits-list-item .commit-meta, - .issues-listing .table-list-issues .issue-comments-link, - .issues-listing .table-list-issues .issue-meta-section a, a.issues-reset-query, - .labels-list-action, table.tag-list p a, table.tag-list td.date a, .muted-link, - a.muted-link, .render-view-modes li, .site-footer, - .site-footer .octicon-mark-github:hover, .repo-list-stats .repo-list-stat-item, - .range-editor span.flag .octicon, .commit-info .commit-meta a, - .notifications .issue-notification.read .type-icon, .notifications .read a, - .auth-form-header .octicon, .releases-tag-list p a, .history-link a, - a.issue-nwo-link, ul.filter-list .filter-item, .member-meta .teams-link, - .member-meta .btn-link, ul.comparison-list > li em, - ul.comparison-list > li.title, .diffstat-summary, a.team-member-ellipsis, - a.discussion-item-toggle-open, a.discussion-item-toggle-closed, - button.discussion-item-toggle-open, button.discussion-item-toggle-closed, - .dropdown-header, .participation a, .completeness-indicator-info, - .type-icon-state-none, a.type-icon-state-none, .pagehead-tabs-item, - a.pagehead-tabs-item, .commit-tease, .reponav-item, a.reponav-item, - .delete-owners-button, .stats-group-stat, a.stats-group-stat, - .stats-group-stat.no-link:hover, .wiki-edit-link, a.wiki-edit-link, - .toolbar-item .menu-target, .member-meta .member-meta-link, .lock-toggle-link, - a.lock-toggle-link, .hidden-text-expander a, .ellipsis-expander, .text-muted, - .listgroup-item, .discussion-item-header, .discussion-sidebar-heading, - .org-header-meta .meta-item .meta-link, .underline-nav-item, - a.underline-nav-item, .boxed-group-inner, .lead, .form-checkbox .note, - .bot-identifier, .dashboard-notice .dismiss:hover, .text-gray, a.text-gray, - .project-header .project-header-link, td.icon .octicon-file-text, - td.icon .octicon-file-symlink-file -{ - color: #949494 !important; -} - -.vcard-detail .octicon, .member-badge .octicon, - .command-bar .octicon-question:before, .news .alert .time, - ul.color-label-list .color-label.zeroed, - ul.color-label-list .color-label.zeroed .count, .gh-header-title .issue-number, - a.leaderboard-list-rank, .bootcamp ul li a, .ssh-key-fingerprint, - .tag-references > li a, .release .release-authorship, - .branches .branch-summary, .branches .no-results-message, - header ul.links > li a, .team-info-card .stats-group .stat, - .team-info-card .stats-group .stat.no-link:hover, .discussion-sidebar-item, - .issues-listing .table-list-issues .issue-meta, .task-progress, - .table-list-milestones .stat-label, .table-list, #blog-home, .blog-post-meta, - .blog-post-meta a, .blog-post-meta .octicon, .diff-line-num, - .file-data .line-numbers span, .discussion-item .timestamp, - .branch-status .divider, .news .alert .octicon, .news .alert .mega-octicon, - .blankslate > .mega-octicon, .repo-list-meta, a.discussion-item-help, - .page-new-repo .license-info, .notification-actions .btn-link, - .commit-info .commit-meta, .notifications .read .type-icon, - .notification-actions .age, .list-item .byline, .issue-list-meta, - .blob-num-expandable .diff-expander, .file-type-icon, .uploaded-files .remove, - .releases-tag-list td.date a, .collaborators .collab-remove .remove-link, - .octofication .notice-dismiss, ul.comparison-list > li .octicon, - div.content-header h6, .fullscreen-overlay textarea, - .blob-num.non-expandable:hover, .breadcrumb, - .application-authorizations .oauth-app-list-meta, - .application-authorizations .oauth-app-owner, .boxed-group-inner .help, - .thread-subscription-status .reason, .toc-diff-stats .octicon, .blob-num, - .recent-gists .description .blank, .recent-gists .metadata, - .member-meta .access-link, .gist-quicksearch-no-results, - #user-content-toc ul ul li:before, .btn-octicon, a.btn-octicon, - button.btn-octicon, .user-list li em, .reponav-item .octicon, - .pagehead-tabs-item .octicon, .table-list-header-toggle .btn-link, - #graph_data h2, #message-list .message .time, a.tabnav-extra, - .tabnav .tabnav-extras, - .discussion-item-integrations-callout .pull-request-integrations-dismiss, - .oauth-application-info .meta-link, .oauth-application-info .app-info, - .repo-file-upload-file-wrap .remove-file, #footer .mega-octicon, - .gcr-ext-editor-close svg, .commit-id, a.commit-id, .orghead .edit-org, - .signed-commit-badge, .manage-member-meta-item .btn-link, .note, - .delete-topic-button, .topic-tag-action .add-topic-button, - .topic-tag-action .remove-topic-button, .text-gray-light, a.text-gray-light, - .js-notice .octicon-x -{ - color: #7b7b7b !important; -} - -.branch-infobar .lightweight-actions > li .octicon, - .manage-repo-access-icon .octicon, .wiki-wrapper .wiki-history .date, - .issue-meta-section .octicon, .thread-subscription-status .mega-octicon, - .subnav-search-icon, .discussion-sidebar-toggle .octicon, - .auto-search-group > .octicon, .page-gist-edit .octicon-gist, - .unselected-month, .pagination .disabled, .repohead h1 .octicon, - .profile-rollup-toggle, .select-menu-item.disabled, - .select-menu-item.disabled.selected, .select-menu-item.disabled .description, - .dashboard-notice .dismiss, .blame-next-container .reblame-link -{ - color: #606060 !important; -} - -.context-pane .selector-item:hover a, .mega-icon:before, - .mini-icon-public-repo:before, .mini-icon-pull-request, - .mini-icon-remove-close, .mini-icon-link, .task-progress .octicon, - .milestone-link .octicon, .site-footer .octicon-mark-github, - .select-menu-header .octicon, .steps li, .pagination .gap, - .octicon-btn.disabled, .octicon-btn.disabled:hover, .branch-delete.disabled, - .date_selector td.unselected_month, .bootcamp .desc h2, - .issues-listing .table-list-issues .issue-comments-link.no-comment, - .diffstat-bar, .issue-comments-no-comment, a.issue-comments-no-comment, - .prose-diff.collapsed .rich-diff-level-zero.expandable .octicon -{ - color: #4d4d4d !important; -} - -.list-tip:before, .selector-item .mini-icon:before, - .browser .mini-icon-arr-right, .selected .select-menu-checkmark, - .octicon-person-team:before, .issues-reset-query .octicon-x, - a.darkertooltipped, #subscribeButton -{ - color: #373737 !important; -} - -.timeline-comment-header .timestamp, .vcard-stat:hover .text-muted, - .boxed-group > h3 a, .boxed-group .heading a, .list-heading a, .close-button, - .timeline-comment-action, a.timeline-comment-action, a.comment-type-icon, - .timeline-comment-actions .octicon, .commit-title .commit-link tt, - .btn-block-user, .pagehead-tabs-item.selected > .octicon, - .reponav-item.selected > .octicon, .select-menu-action > .octicon, - .select-menu-item, a.select-menu-item, - .discussion-sidebar-toggle:hover .octicon, - .feature-callout .feature-dismiss-link, .pagehead-heading, a.pagehead-heading, - .text-inherit, a.text-inherit, .table-list-milestones .stat a, - .review-comment-contents .timestamp, - .discussion-item-ref-title .title-link:hover .issue-num -{ - color: inherit !important; -} - /* Alerts and activity, remove background gradient */ -.metabox .editable-text:hover, #inbox .list .item .title span -{ - background-color: transparent !important; - border: 0 !important; -} - /* Panels */ -#posts #rss, .signup-button, .hero h1, .plan.personal, .caption, - .centered-graphic, .login_form h1 -{ - background-color: /*[[base-color]]*/!important; - border-color: /*[[base-color]]*/!important; -} - /* red */ - /* Red panel */ -#forkqueue .legend .unclean, .unclean td, .chzn-results .no-results, - .majorproblem .pageheader_wrap, .error_box, .btn-close-issue, .closed-issues, - .state-indicator.closed, .state-closed, - .discussion-item-closed .discussion-item-icon, - .discussion-item-review.is-rejected.is-writer .discussion-item-icon, - .topic-tag-action .remove-topic-button:hover -{ - background: #911 !important; - border-color: #383838 !important; -} - -.btn-close-issue:hover, .btn-danger:hover, .minibutton.danger:hover, - .remove-topic-button:hover -{ - background: #911 !important; - border-color: #b00 !important; -} - -.mergeable-dirty .bubble, .mergeable-dirty .merge-status-icon, - .completeness-indicator-error, .dangerzone > h3 -{ - background: #911 !important; -} - -.block-diff-deleted, .text-diff-deleted .block-diff-neutral -{ - background: #b22 !important; -} - /* red border */ -.mergeable-dirty .bubble .mergeable, #message.major, .comment-form-error, - .comment-form-stale, .deprecation-notice, .flash-error, .error -{ - border-color: #f44 !important; - background: #300 !important; -} - -.release-label.draft -{ - border-color: #f44 !important; -} - -.error:after -{ - border-bottom-color: #f44 !important; -} - -.mergeable-dirty .bubble:after -{ - border-right-color: #911 !important; -} - /* bright red text */ -.btn-danger, a.btn-danger, .text-failure, a.text-failure, .text-error, - a.text-error, a:not(.octicon-btn).danger, .closed.mega-octicon, .deletions, - .closed.octicon, .cdel, .gd .diff-line-num, .authors-and-code .deletions, - .diffstat .diffstat-bar.diff-deleted, span.diffstat .diffstat-bar i.minus, - .icon-for-failure, ul.summary-stats li .octicon-issue-closed, .branch-delete, - #toc .octicon-diff-removed, .pagehead-actions .octicon-mute, .highlight .gd, - .settings-email .email-actions .settings-remove-email, - .uploaded-files .remove:hover, - .collaborators .collab-remove .remove-link:hover, .minibutton.danger, - .closed.mini-icon, .octicon-btn-danger:hover, .text-danger, a.text-danger, - .type-icon-state-closed, a.type-icon-state-closed, .reverted.octicon, - .delete-owners-button:hover, .dangerzone-module h4, .btn-octicon-danger:hover, - .deprecation-notice a, .billing-addon-items tr.total-row *, - .comment-form-error, .comment-form-stale, .markdown-body .absent, .text-red, - a.text-red, .flash-error, .error, .release-label.draft -{ - color: #f44 !important; -} - /* purple */ -.illflow-item.selected -{ - background: #30182b !important; -} - -.illflow-item.selected:after -{ - border-bottom-color: #30182b !important; -} - /* brown */ -#feedHeaderContainer, .feedBackground, .infotip, .form-actions .tip, - .mini-callout, .snippet em, #message .sent, .notification, .callout, .ejector, - #issues_search .results em, .bootcamp-help ul li, .btn-download, - .feature-tabs .tab-button, .plan.free, #message.minor, .chzn-results li em, - #missing-readme, .page-notice, .facebox-alert, - .form-checkbox label em.highlight, .deprecation-warning, - .branch-status.status-pending .discussion-item-icon, - .discussion-event-status-renamed .discussion-item-icon, - .state-indicator.renamed, .discussion-topic .branch-status.status-pending, - .discussion-item-review.is-pending .file-header, - .discussion-item-review.is-pending .comment-form-head.tabnav -{ - background-color: #261d08 !important; - border-color: #542 !important; - color: #ddd !important; -} - -.review-summary-form-wrapper, .discussion-item-review.is-pending .file, - .discussion-item-review.is-pending .file-header, - .discussion-item-review.is-pending .tabnav-tab.selected, - .discussion-item-review.is-pending .comment-form-head.tabnav -{ - border-color: #542 !important; -} - -#toc .octicon-diff-modified, .secret .repo-label span, .api .s2 -{ - color: #b74 !important; -} - -.deprecation-warning a -{ - color: #c97 !important; -} - /* semi-transparent brown */ -.compare-pr-placeholder, .compare-cutoff, .diff-cutoff, .flash.flash-warn, - .flash-global.flash-warn, .markdown-body li.added.moved, .repo-private-label, - .gist-secret-label, .label-private, .stale-files-tab, .signed-out-comment, - .warning, .commits-list-item em, .unsupported-browser -{ - background: rgba(51, 34, 17, .4) !important; - border: 1px solid #542 !important; - color: #ddd !important; -} - -.warning -{ - background: #321 !important; -} - -.warning:after -{ - border-bottom-color: #321 !important; -} - -.warning:before -{ - border-bottom-color: #542 !important; -} - -.btn.btn-secret -{ - background: linear-gradient(#321, #210) !important; - border-color: #542 !important; -} - -.btn.btn-secret:hover -{ - background: linear-gradient(#432, #321) !important; -} - -.btn.btn-secret[disabled], .btn.btn-secret[disabled]:hover -{ - background: #210 !important; - border-color: #542 !important; -} - /* yellow text */ - /* .bg-pending might be a GitHub bug as it sets the fg */ -.text-pending, a.text-pending, .text-renamed, a.text-renamed, .bg-pending, - a.bg-pending -{ - color: #cb4 !important; -} - /* yellow border (travis) */ -.branch-action-state-unknown .branch-action-body, - .branch-action-state-unknown .branch-status, - .branch-action-state-unstable .branch-action-body, - .branch-action-state-unstable .branch-status -{ - border-color: #884 !important; -} - -.branch-action-state-unknown .branch-action-body:before, - .branch-action-state-unstable .branch-action-body:before -{ - border-right-color: #884 !important; -} - /* green */ - /* labels */ -#forkqueue .legend .clean, #revisions ul li.current, .excerpt, .plan.business, - .popout, #statusbar, .clean td, #download_button, .status-box.good a, - .discussion-item-reopened .discussion-item-icon, .progress-bar .progress, - .new-issues, .new-pulls, .mergeable-clean .merge-status-icon, - .settings-email .default, .repo-owner-comment .comment-header-tag, - .mergeable-clean .bubble, .gh-header-status.open, - .branch-status.status-success .discussion-item-icon, .state-open, - .state-proposed, .big-notice, .state-indicator.open, .state-indicator.proposed, - .state-indicator.reopened, .boxed-group-success, - .branch-action-state-clean .branch-action-icon, - .user-list li .actions .status-modified, #message.good, .bg-green, - .discussion-item-reopened .discussion-item-icon, - .discussion-item-review.is-approved.is-writer .discussion-item-icon, - .add-topic-button:hover, .topic-tag-action .add-topic-button:hover -{ - background: #163 !important; - border-color: #041 !important; -} - /* Green border */ -.mergeable-clean .bubble .mergeable, - .branch-action-state-clean .branch-action-body -{ - border-color: #041 !important; -} - -.mergeable-clean .bubble:after, - .branch-action-state-clean .branch-action-body:before -{ - border-right-color: #041 !important; -} - -.completeness-indicator-success -{ - background: #152 !important; -} - -.billing-confirmation-box -{ - border-color: #083 !important; -} - /* original color */ -.signed-commit-badge.verified:hover -{ - border-color: #6cc644 !important; -} - -.signed-commit-verified-label, .signed-commit-badge.verified -{ - color: #55a532 !important; -} - /* Green text */ -.text-open, a.text-open, .text-success, a.text-success, .insertions, - .open.mini-icon, .open.mega-octicon, .open.octicon, .cadd, .gi .diff-line-num, - .authors-and-code .insertions, span.diffstat .diffstat-bar.diff-added, - span.diffstat .diffstat-bar i.plus, - ul.summary-stats li .octicon-git-branch-create, - ul.summary-stats li .octicon-issue-opened, #toc .octicon-diff-added, - .setup-info-module .features-list .octicon, .setup-form-container .secure, - .highlight .gi, .type-icon-state-open, a.type-icon-state-open, .text-green, - a.text-green, .release-label.latest a -{ - color: #6cc644 !important; -} - /* bright green background */ -.block-diff-added, .text-diff-added .block-diff-neutral -{ - background: #6cc644 !important; -} - -.release-label.latest -{ - border-color: #6cc644 !important; -} - /* interactive button - bright border */ -.btn-primary:not(.compare-button), .button.primary, .btn-theme-green -{ - background: linear-gradient(#407045, #305530) !important; - border-color: #083 !important; -} - -.button.primary:disabled, .button.primary:disabled:hover, - .button.primary.disabled, .button.primary.disabled:hover, - .btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary.disabled, - .btn-primary.disabled:hover, .btn-theme-green:disabled, - .btn-theme-green:disabled:hover -{ - background: linear-gradient(#203522, #152715) !important; - border-color: #041 !important; -} - /* New additions */ -.repo-owner-tag .tag, .gist-owner-tag .tag -{ - background: #070 !important; - color: #ddd !important; -} - /* Green hovered */ -.noproblems .pageheader_wrap, a.new-repo:hover -{ - background: #373 !important; -} - -.btn-primary:not(:disabled):not(.compare-button):hover, - .button.primary:not(:disabled):hover, .btn-theme-green:hover -{ - background: linear-gradient(#508055, #407045) !important; -} - /* orange */ -#user-links .unread_count, .minorproblem .pageheader_wrap -{ - background: rgba(203, 108, 0, .8) !important; -} - -.text-orange, a.text-orange, .release-label.prerelease -{ - color: #f3582c !important; -} - -.release-label.prerelease -{ - border-color: #f66a0a !important; -} - /* purple merge status icon, seen in merged issues with an existing branch */ -.merge-status-icon, .merged-pulls, .state-indicator.merged, .state-merged, - .discussion-item-merged .discussion-item-icon -{ - background: #6e5494 !important; -} - /* purple text */ -ul.summary-stats li .octicon-git-pull-request, .type-icon-state-merged, - a.type-icon-state-merged -{ - color: #8368aa !important; -} - -.text-purple, a.text-purple -{ - color: #943fb8 !important; -} - /* pjax loading */ -.pjax-loader-bar .progress -{ - background: /*[[base-color]]*/!important; - box-shadow: 0 0 10px /*[[base-color]]*/ !important; -} - -ul.view-modes-menu -{ - background-image: url("data:image/gif;base64,R0lGODlhBwAEAIAAACIiIv///yH5BAEAAAEALAAAAAAHAAQAAAIIhA+BGWoNWSgAOw==") !important; -} - -.mini-icon-windows:before -{ - background-position: -18px 0 !important; -} - /* Repo list (https://github.com/{user}?tab=repositories) */ -.repo-list-item p, .repo-list-item .repo-list-stats -{ - position: relative !important; - z-index: 1 !important; -} - /* HACK: Fix review comment timeline */ - /* https://github.com/nodejs/node/pull/8519#r78637092 */ -.review-comment-contents:after, .review-comment.is-comment-editing:after -{ - z-index: 0 !important; -} - -.review-comment .avatar -{ - position: relative !important; - z-index: 1 !important; - background: #181818 !important; - box-shadow: 0 0 0 4px #181818 !important; -} - -.reponav-item, .pagehead-tabs-item -{ - position: relative !important; - top: 2px !important; -} - -.participation-graph svg -{ - background: transparent !important; - opacity: .1 !important; - z-index: 0 !important; -} - -.inbox-zero-octocat, .network-graph-container -{ - opacity: .6 !important; -} - -.search .minibutton span -{ - background-position: center -95px !important; -} - -.upload-enabled textarea -{ - border-bottom: 1px dashed #444 !important; -} - /* history expand buttons */ -.commit .minibutton.expander-minibutton span -{ - background-position: 50% -45px !important; -} - -.commit.open .minibutton.expander-minibutton span -{ - background-position: 50% -145px !important; -} - /* pull request avatar bubble */ -.avatar-bubble:before, .discussion-bubble-content:before -{ - border-color: transparent #333 transparent transparent !important; -} - /* octocat spinners */ -img[src*="octocat-spinner"], img[src="/images/spinner.gif"], - .profile-picture-spinner -{ - width: 0 !important; - height: 0 !important; -} - -img[src*="octocat-spinner"], img[src="/images/spinner.gif"], .facebox-loading, - .branch-action-body .spinner, .status-indicator-loading, - .ajax-pagination-form.loading .ajax-pagination-btn:after, - .profile-picture-spinner, .more-repos-link.is-loading -{ - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTM2NCAyOC42QzQyMC43IDU3IDQ1OS42IDk0LjQgNDg1IDE1MWwtMzEuNCAxNWMtMjAtNDEtNjMtODQtMTA0LjYtMTA0LjUiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0iIzMzMzsjZWVlOyMzMzM7IzMzMyIgYmVnaW49IjBzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvcGF0aD48cGF0aCBmaWxsPSIjMzMzIiBkPSJNNDk0IDE2OWMyMCA2MCAyMSAxMTQtMSAxNzJsLTMyLjgtMTEuNGMxNS00My4zIDE1LTEwNCAwLTE0OCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iZmlsbCIgdmFsdWVzPSIjMzMzOyNlZWU7IzMzMzsjMzMzIiBiZWdpbj0iMC4xMjVzIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvcGF0aD48cGF0aCBmaWxsPSIjMzMzIiBkPSJNNDg1LjQgMzU5LjJjLTI4LjMgNTYuNi02NS44IDk1LjUtMTIyLjQgMTIxbC0xNS4yLTMxLjRjNDEuMy0yMCA4NC4yLTYzIDEwNC43LTEwNC42Ij48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsIiB2YWx1ZXM9IiMzMzM7I2VlZTsjMzMzOyMzMzMiIGJlZ2luPSIwLjI1MHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik0zNDQuNSA0ODguNWMtNjAgMjAtMTE0IDIxLTE3Mi0xbDExLjQtMzNjNDMuMiAxNSAxMDQgMTUgMTQ4IDAiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0iIzMzMzsjZWVlOyMzMzM7IzMzMyIgYmVnaW49IjAuMzc1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTE1NC4zIDQ4Mi44Yy01Ni42LTI4LjQtOTUuNS02NS44LTEyMS0xMjIuNGwzMS40LTE1LjJjMjAgNDEuMyA2MyA4NC4yIDEwNC42IDEwNC43Ij48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsIiB2YWx1ZXM9IiMzMzM7I2VlZTsjMzMzOyMzMzMiIGJlZ2luPSIwLjUwMHMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik0yMy43IDM0Mi43Yy0yMC02MC0yMS0xMTQgMS0xNzJsMzMgMTEuNGMtMTUgNDMuNS0xNSAxMDQgMCAxNDgiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0iIzMzMzsjZWVlOyMzMzM7IzMzMyIgYmVnaW49IjAuNjI1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTMxLjggMTUxQzYwIDk0LjIgOTcuNSA1NS4zIDE1NCAzMGwxNS4zIDMxLjNjLTQxLjIgMjAtODQgNjMtMTA0LjYgMTA0LjYiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0iIzMzMzsjZWVlOyMzMzM7IzMzMyIgYmVnaW49IjAuNzUwcyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTE3MyAyMWM2MC0yMCAxMTQtMjEgMTcyIDFsLTExLjUgMzIuOGMtNDMuMy0xNS0xMDQtMTUtMTQ4IDAiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwiIHZhbHVlcz0iIzMzMzsjZWVlOyMzMzM7IzMzMyIgYmVnaW49IjAuODc1cyIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PHBhdGggZmlsbD0iI2VlZSIgZD0iTTE5NyA0NTl2LTQ4cy00LTQtMzMtMWMtMjggMy02Mi02Ni02NS02OSAyNC0xMCA0MyAyNiA2NSAzOGgzMXMzLTQ0IDIwLTM3YzE3IDYtNzIgMS05Ny02MXMxOS0xMjYgMjAtMTE1YzAgOS0xNy0zNS0xMC00NiAyMC0yNCA1MCAxMSA2OSAxNSA1IDAgMTgtOCA1OS03IDQxIDAgNTUgOCA2MCA2IDIyLTEwIDUxLTMyIDY1LTE3IDEwIDEyLTEgNjEtMSA0OXM0MyA4MSA2IDEzMmMtMjkgNDYtOTUgNDMtODQgNDYgMjEgMTUgMTQgOTEgMTQgMTE1bC0yMiA0di03NGMwLTktOS0xMC05LTl2ODVsLTIxIDF2LTg2aC0xMHY4NmwtMjAtMXYtODNzLTgtMS04IDEwdjcyIi8+PC9zdmc+") !important; - background-size: contain !important; -} - -.more-repos-link.is-loading -{ - background-repeat: no-repeat !important; - background-position: 50% 50% !important; - background-size: 16px 16px !important; -} - -.timeline-progressive-disclosure-container -{ - background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NHB4IiBoZWlnaHQ9IjM0cHgiIHZpZXdCb3g9IjAgMCA0NCAzNCI+PHBvbHlsaW5lIGZpbGw9IiM0NDQiIHBvaW50cz0iMCwyMSAyMiw4IDQ0LDIxIDQ0LDI2IDIyLDEzIDAsMjYiLz48L3N2Zz4NCg==") repeat-x left center/22px 17px !important; -} - -img[src*="octocat-spinner"][width="128"] -{ - padding: 64px !important; -} - -img[src*="octocat-spinner"][width="64"], .profile-picture-spinner -{ - padding: 32px !important; -} - -img[src*="octocat-spinner"][width="32"] -{ - padding: 16px !important; -} - -img[src*="octocat-spinner"][width="16"] -{ - padding: 8px !important; -} - -img[src="/images/spinner.gif"] -{ - padding: 32px !important; -} - /* network members */ -.network-tree -{ - width: 26px !important; - height: 0 !important; - padding-top: 22px !important; - background-repeat: no-repeat !important; -} - -.network-tree[src$="t.png"] -{ - background-image: url("data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIkjI+pG8APY5O0uorfzRzt3n1g5pSTOTJiSq1s5L6ajMW0YgcFADs=") !important; -} - -.network-tree[src$="i.png"] -{ - background-image: url("data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIhjI+pG8APY5O0uorfzRzt3n1gJo6WGaJcqUJsy7ywIgcFADs=") !important; -} - -.network-tree[src$="l.png"] -{ - background-image: url("data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIejI+pG8APY5O0uorfzRzt3n1g5pSTOabqyrbuC68FADs=") !important; -} - -#searchfield -{ - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAM1BMVEUAAABKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkrmvr7+AAAAEXRSTlMAmEgOJpKQimpgRHVzVk8fFp8jXkwAAABRSURBVAjXVY1JDsAwCAMxhGxNl/+/toVEKpmLNcLCRJRqKTXRhOGwS4KyCCv8eoBnY1hkiIUgb6ah2THWly7SFS0uAKfZWm+mP59eUfNNgYdehjcBh7PIFcgAAAAASUVORK5CYII=") !important; - background-repeat: no-repeat !important; - background-position: 8px center !important; -} - /* octotree icons */ -a.octotree_toggle:not(.octotree_loading) > span:after, - .octotree_github_sidebar a.octotree_opts, .octotree_help > span -{ - filter: invert(100%) !important; -} - -a.octotree_toggle:not(.octotree_loading):hover > span:after, - .octotree_github_sidebar a.octotree_opts:hover, - .octotree_treeview .jstree-icon.tree -{ - filter: grayscale(100%) !important; -} - /* front page: 'more' spinner */ -.ajax-pagination-form.loading .ajax-pagination-btn -{ - position: relative !important; - border-color: #343434 !important; - background: #181818 !important; -} - -.ajax-pagination-form.loading .ajax-pagination-btn:after -{ - content: "" !important; - position: absolute !important; - width: 16px !important; - height: 16px !important; - left: 50% !important; - top: 50% !important; - transform: translate(-50%, -50%) !important; -} - -.branch-action-body .spinner, div.facebox-loading, .status-indicator-loading -{ - background-position: center center !important; - width: 100% !important; - background-repeat: no-repeat !important; -} - /* image preview background */ -.render-shell .img-view img, .file .image img, .file .image canvas, img.asset, - .render-shell img:not(.math) -{ - background-image: url("data:image/gif;base64,R0lGODlhCgAKAIAAABoaGgAAACwAAAAACgAKAAACEYQdmYcaDNxjEspKndVZbc8UADs=") !important; -} - -.render-shell:hover .img-view img, .file:hover .image img, - .file:hover .image canvas, img.asset:hover, .render-shell:hover img:not(.math) -{ - background-image: url("data:image/gif;base64,R0lGODlhCgAKAIAAAOXl5f///yH5BAAAAAAALAAAAAAKAAoAAAIRhB2ZhxoM3GMSykqd1VltzxQAOw==") !important; -} - /*