Delete userContent-about_pages.css
This commit is contained in:
parent
adf32a754f
commit
bbbfe35510
|
@ -1,294 +0,0 @@
|
|||
@-moz-document url-prefix(about:about), url-prefix(about:crashes), url(about:debugging), url-prefix(about:downloads), url-prefix(about:privatebrowsing), url-prefix(about:buildconfig), url-prefix(about:networking),url-prefix(about:license), url(about:studies), url(about:telemetry) {
|
||||
:root {
|
||||
--in-content-page-color: #A6A6A6 !important;
|
||||
--in-content-page-background: #323234 !important;
|
||||
--in-content-text-color: #A6A6A6 !important;
|
||||
--in-content-selected-text: #A6A6A6 !important;
|
||||
--in-content-box-background: #323234 !important;
|
||||
--in-content-box-background-odd: #9c9d9f !important;
|
||||
--in-content-box-background-hover: #3C3C3C !important;
|
||||
--in-content-box-background-active: #292929 !important;
|
||||
--in-content-box-border-color: #464646 !important;
|
||||
--in-content-item-hover: #323232 !important;
|
||||
--in-content-item-selected: #3C3C3C !important;
|
||||
--in-content-border-highlight: #3C3C3C !important;
|
||||
--in-content-border-focus: #3C3C3C !important;
|
||||
--in-content-border-color: #464646 !important;
|
||||
--in-content-category-outline-focus: 1px dotted #3C3C3C !important;
|
||||
--in-content-category-text: #ccc !important;
|
||||
--in-content-category-text-active: #A6A6A6 !important;
|
||||
--in-content-category-text-selected: darkcyan !important;
|
||||
--in-content-category-text-selected-active: #007878 !important;
|
||||
--in-content-category-background-hover: rgba(12,12,13,0.1) !important;
|
||||
--in-content-category-background-active: rgba(12,12,13,0.15) !important;
|
||||
--in-content-category-background-selected-hover: #323234 !important;
|
||||
--in-content-category-background-selected-active: #323234 !important;
|
||||
--in-content-tab-color: #424f5a !important;
|
||||
--in-content-link-color: darkcyan !important;
|
||||
--in-content-link-color-hover: #007878 !important;
|
||||
--in-content-link-color-active: #004949 !important;
|
||||
--in-content-link-color-visited: #3C3C3C !important;
|
||||
--in-content-primary-button-background: #3C3C3C !important;
|
||||
--in-content-primary-button-background-hover: #007878 !important;
|
||||
--in-content-primary-button-background-active: #003EAA !important;
|
||||
--in-content-table-border-dark-color: #d1d1d1 !important;
|
||||
--in-content-table-header-background: #3C3C3C !important;
|
||||
--in-content-category-background: #323234 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-document url(about:blank), url(about:newtab), url(about:buildconfig), url(about:), url(about:accounts), url(about:cache), url(about:memory), url(about:mozilla), url(about:performance), url(about:plugins), url(about:profiles), url(about:rights), url(about:robots), url(about:serviceworkers), url(about:studies), url(about:sync-log), url(about:url-classifier), url(about:webrtc) {
|
||||
|
||||
html:not(#ublock0-epicker), html:not(#ublock0-epicker) body, #newtab-customize-overlay {
|
||||
background: #323234 !important;
|
||||
color: #A6A6A6 !important;
|
||||
}
|
||||
|
||||
a:hover, .text-link:hover {
|
||||
color: #007878 !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color: darkcyan !important;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #A6A6A6 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-document url(about:debugging) {
|
||||
.addon-target-container {
|
||||
background: #3C3C3C !important;
|
||||
}
|
||||
|
||||
.addon-target-button:enabled:focus, .addon-target-button:enabled:hover {
|
||||
color: #007878 !important;
|
||||
}
|
||||
.addon-target-button:enabled:focus, .addon-target-button:enabled {
|
||||
color: darkcyan !important;
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-document url(about:memory) {
|
||||
div.opsRow {
|
||||
background-color: #292929 !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@-moz-document url(about:accounts) {
|
||||
#stage {
|
||||
background: #292929 !important;
|
||||
}
|
||||
|
||||
.button-row button, .button-row a.button {
|
||||
background: darkcyan !important;
|
||||
}
|
||||
|
||||
.button-row a.button:active, .button-row a.button:hover, .button-row a.button:focus, .button-row button:active, .button-row button:hover, .button-row button:focus {
|
||||
background: #007878 !important;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@-moz-document url(about:performance) {
|
||||
|
||||
#subprocess-reports th {
|
||||
background-color: darkcyan !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
#subprocess-reports td {
|
||||
background-color: #A6A6A6 !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@-moz-document url(about:profiles), url(about:url-classifier), url(about:plugins) {
|
||||
|
||||
#action-box {
|
||||
background-color: #292929 !important;
|
||||
color: #A6A6A6 !important;
|
||||
}
|
||||
|
||||
button, html|select, xul|colorpicker[type="button"], xul|menulist {
|
||||
background-color: #3C3C3C !important;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: darkcyan !important;
|
||||
}
|
||||
|
||||
td {
|
||||
color: #A6A6A6 !important;
|
||||
background-color: #696969 !important;
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: #3C3C3C !important;
|
||||
border: 1px solid #A6A6A6 !important;
|
||||
color: #A6A6A6 !important;
|
||||
}
|
||||
|
||||
.notice {
|
||||
background: #292929 !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@-moz-document url(about:robots) {
|
||||
|
||||
#errorPageContainer {
|
||||
background-color: #292929 !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@-moz-document url(about:studies) {
|
||||
|
||||
.info-box-content {
|
||||
background-color: #292929 !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@-moz-document url(about:webrtc) {
|
||||
|
||||
#content > div {
|
||||
background: #292929 !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@-moz-document url(about:config) {
|
||||
|
||||
#configDeck {
|
||||
background: #323234 !important;
|
||||
color: darkcyan !important;
|
||||
}
|
||||
|
||||
scrollbar {
|
||||
-moz-appearance: none !important;
|
||||
background: white !important;
|
||||
}
|
||||
|
||||
thumb {
|
||||
-moz-appearance: scalethumb-vertical !important;
|
||||
}
|
||||
|
||||
#textbox, tree#configTree {
|
||||
filter: invert(80%) hue-rotate(150deg);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@-moz-document url(about:addons) {
|
||||
|
||||
page#addons-page, page.greasemonkey #greasemonkey-sort-bar, #list-view[type="userstyle"] #addon-list-empty[hidden] ~ #userstyle-sorting, #addons-page .global-info-container, .alert, #nav-header, #categories, #header-utils-btn, textbox#header-search {
|
||||
background: #323234 !important;
|
||||
color: #ccc !important;
|
||||
}
|
||||
|
||||
richlistitem.category:not([selected]), #detail-contrib-description, page.greasemonkey #greasemonkey-sort-bar .text-link {
|
||||
color: #d2d2d2 !important;
|
||||
}
|
||||
|
||||
.name-container {
|
||||
color: #d2d2d2 !important;
|
||||
font-weight: unset !important;
|
||||
}
|
||||
|
||||
.addon[selected], .category[selected] {
|
||||
background: #565656 !important;
|
||||
-moz-border-start: 4px solid #A9A9A9 !important;
|
||||
}
|
||||
|
||||
#header-utils-btn:hover {
|
||||
color: white !important;
|
||||
background: #222 !important;
|
||||
}
|
||||
|
||||
.addon {
|
||||
color: gray !important;
|
||||
}
|
||||
|
||||
richlistitem.category[selected], #main #promos.js, #featured-addons, #addons {
|
||||
background: #323234 !important;
|
||||
color: #d2d2d2 !important;
|
||||
}
|
||||
|
||||
richlistitem.category:hover:not([selected]) {
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
#view-port-container #detail-view, #view-port-container #list-view {
|
||||
filter: unset !important;
|
||||
background-color: black !important;
|
||||
color: #d2d2d2 !important;
|
||||
}
|
||||
|
||||
.icon, #view-port-container #detail-view image, #view-port-container #list-view image, deck.view-pane, #detail-contributions {
|
||||
background-color: #d2d2d2 !important;
|
||||
}
|
||||
|
||||
*|button, menulist {
|
||||
-moz-appearance: none !important;
|
||||
background: linear-gradient(#2D2D2D, #2D2D2D) !important;
|
||||
border: 1px #444 solid !important;
|
||||
color: #999 !important;
|
||||
box-shadow: unset !important;
|
||||
text-decoration: unset !important;
|
||||
}
|
||||
|
||||
*|button:hover {
|
||||
color: white !important;
|
||||
background: #222 !important;
|
||||
}
|
||||
|
||||
#category-discover {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.addon-view[notification="warning"] {
|
||||
--view-highlight-color: transparent !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@-moz-document url-prefix(about:preferences) {
|
||||
|
||||
page {
|
||||
filter: invert(80%) hue-rotate(150deg);
|
||||
background-color: #323234 !important;
|
||||
}
|
||||
|
||||
#categories, .search-container {
|
||||
background-color: white !important;
|
||||
}
|
||||
|
||||
.category[selected], .category:hover {
|
||||
background-color: #E9E9E9 !important;
|
||||
color: #323234 !important;
|
||||
-moz-border-start: unset !important;
|
||||
}
|
||||
|
||||
#tabsElement tab[selected] {
|
||||
-moz-border-bottom-colors: #323234 !important;
|
||||
}
|
||||
|
||||
.help-button {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue