ShadowFox/userContent.css

232 lines
4.3 KiB
CSS
Raw Normal View History

2017-12-09 01:08:22 +00:00
/* Import base color variables
* Required for everyone */
@import "color_variables.css";
/* Import about page files
* Recomended for everyone using the dark theme */
@import "userContent-files/about_pages/accounts.css";
@import "userContent-files/about_pages/about.css";
@import "userContent-files/about_pages/config.css";
@import "userContent-files/about_pages/memory.css";
@import "userContent-files/about_pages/performance.css";
@import "userContent-files/about_pages/neterror.css";
@import "userContent-files/about_pages/webrtc.css";
@import "userContent-files/about_pages/addons.css";
/* Import Relevant webextension tweaks here
* IMPORTANT: If used, change the Internal UUID in the corresponding css file */
2017-11-30 22:34:27 +00:00
@import "webextension-tweaks/tree_style_tabs.css";
@import "webextension-tweaks/stylus.css";
2017-12-09 01:08:22 +00:00
/* Import relevent website dark themes */
2017-12-08 08:03:28 +00:00
@import "amo_store.css";
2017-11-29 01:50:17 +00:00
2017-12-09 01:08:22 +00:00
/* Basic changes fundamental to all pages */
@-moz-document url-prefix(about:), url(https://www.mozilla.org/credits/) {
2017-11-29 01:50:17 +00:00
html:not(#ublock0-epicker), html:not(#ublock0-epicker) body, #newtab-customize-overlay {
background: var(--primary-dark-color) !important;
color: var(--primary-light-color) !important;
2017-12-09 01:08:22 +00:00
}
a:link {
color: var(--primary-accent-color) !important;
2017-11-29 01:50:17 +00:00
}
2017-12-09 01:08:22 +00:00
}
2017-11-29 01:50:17 +00:00
2017-12-09 01:08:22 +00:00
@-moz-document url-prefix(about:preferences) {
2017-11-29 01:50:17 +00:00
2017-12-09 01:08:22 +00:00
::-moz-selection {
background: var(--primary-accent-color) !important;
}
2017-11-29 01:50:17 +00:00
2017-12-09 01:08:22 +00:00
.checkbox-check,
.radio-check {
background: var(--grey-50) !important;
2017-11-29 01:50:17 +00:00
}
2017-12-09 01:08:22 +00:00
*.checkbox-check[checked],
*.radio-check[selected] {
fill: var(--primary-accent-color) !important;
}
2017-11-29 01:50:17 +00:00
2017-12-09 01:08:22 +00:00
#categories,
.main-content,
.search-container {
background: var(--primary-dark-color) !important;
2017-12-06 16:49:42 +00:00
}
2017-12-09 01:08:22 +00:00
.category[selected], .category.selected {
-moz-border-start: 4px solid var(--primary-accent-color) !important;
2017-12-07 17:24:07 +00:00
}
2017-12-09 01:08:22 +00:00
#searchInput {
background: var(--grey-60) !important;
}
#handlersView {
background: var(--grey-60) !important;
}
listheader {
background: var(--grey-80) !important;
2017-12-07 17:24:07 +00:00
}
2017-12-09 01:08:22 +00:00
#handlersView richlistitem[selected="true"] {
background: var(--primary-accent-color) !important;
color: var(--primary-light-color) !important;;
}
#handlersView richlistitem:hover {
background: var(--grey-70) !important;
color: var(--primary-light-color) !important;;
}
.dialogBox {
filter: invert(80%) !important;
2017-12-07 17:24:07 +00:00
}
2017-12-09 01:08:22 +00:00
/* Search Engines */
#engineChildren::-moz-tree-row() {
background: var(--grey-60) !important;
2017-12-06 16:49:42 +00:00
}
2017-12-09 01:08:22 +00:00
2017-12-06 16:49:42 +00:00
}
2017-12-09 01:08:22 +00:00
@-moz-document url(about:plugins) {
2017-12-09 01:08:22 +00:00
th {
background-color: var(--primary-accent-color-dark) !important;
2017-11-29 01:50:17 +00:00
}
2017-12-09 01:08:22 +00:00
td {
color: var(--primary-light-color) !important;
2017-11-29 01:50:17 +00:00
background-color: var(--dark-accent) !important;
}
2017-12-09 01:08:22 +00:00
.notice {
2017-11-29 01:50:17 +00:00
background: var(--dark-accent) !important;
}
2017-12-09 01:08:22 +00:00
h2 {
color: var(--primary-accent-color) !important;
2017-11-29 01:50:17 +00:00
}
}
2017-12-09 01:08:22 +00:00
@-moz-document url(about:profiles) {
2017-11-29 01:50:17 +00:00
2017-12-09 01:08:22 +00:00
/* Upper right box */
2017-11-29 01:50:17 +00:00
#action-box {
background-color: var(--dark-accent) !important;
color: var(--primary-light-color) !important;
}
th {
background-color: var(--primary-accent-color-dark) !important;
}
td {
color: var(--primary-light-color) !important;
background-color: var(--dark-accent) !important;
}
button {
border: 1px solid var(--primary-light-color) !important;
2017-12-09 01:08:22 +00:00
color: var(--primary-light-color) !important;
2017-11-29 01:50:17 +00:00
}
2017-12-09 01:08:22 +00:00
2017-11-29 01:50:17 +00:00
}
2017-12-09 01:08:22 +00:00
@-moz-document url(about:support) {
2017-11-29 01:50:17 +00:00
2017-12-09 01:08:22 +00:00
/* Upper right box */
#action-box {
2017-11-29 01:50:17 +00:00
background-color: var(--dark-accent) !important;
2017-12-09 01:08:22 +00:00
color: var(--primary-light-color) !important;
2017-11-29 01:50:17 +00:00
}
2017-12-09 01:08:22 +00:00
th {
background-color: var(--primary-accent-color-dark) !important;
2017-11-29 01:50:17 +00:00
}
2017-12-09 01:08:22 +00:00
td {
color: var(--primary-light-color) !important;
background-color: var(--dark-accent) !important;
2017-11-29 01:50:17 +00:00
}
button {
border: 1px solid var(--primary-light-color) !important;
2017-12-09 01:08:22 +00:00
color: var(--primary-light-color) !important;
2017-11-29 01:50:17 +00:00
}
2017-12-09 01:08:22 +00:00
}
2017-11-29 01:50:17 +00:00
2017-12-09 01:08:22 +00:00
@-moz-document url(about:url-classifier) {
2017-11-30 22:34:27 +00:00
2017-12-09 01:08:22 +00:00
/* Upper right box */
#action-box {
background-color: var(--dark-accent) !important;
color: var(--primary-light-color) !important;
2017-11-30 22:34:27 +00:00
}
2017-12-09 01:08:22 +00:00
th {
background-color: var(--primary-accent-color-dark) !important;
2017-11-29 01:50:17 +00:00
}
2017-12-09 01:08:22 +00:00
td {
color: var(--primary-light-color) !important;
background-color: var(--dark-accent) !important;
2017-11-29 01:50:17 +00:00
}
2017-12-09 01:08:22 +00:00
button {
border: 1px solid var(--primary-light-color) !important;
color: var(--primary-light-color) !important;
2017-11-30 22:34:27 +00:00
}
2017-12-09 01:08:22 +00:00
2017-11-29 01:50:17 +00:00
}
2017-11-30 22:34:27 +00:00
2017-12-02 22:50:35 +00:00
2017-12-03 08:04:00 +00:00
2017-11-29 01:50:17 +00:00
2017-12-09 01:08:22 +00:00
2017-11-29 01:50:17 +00:00
2017-12-09 01:08:22 +00:00
2017-11-29 01:50:17 +00:00