This repository has been archived by the owner on Oct 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuserContent.css
102 lines (85 loc) · 2.77 KB
/
userContent.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
/*
I need to comment, but not right now.
Open Firefox and press Alt to show the top menu, then click on Help → Troubleshooting Information
Click the Show Folder button beside the Profile Folder entry
Create a folder named chrome in the directory that opens
In the chrome folder paste the .css file with the name userContent.css
*/
/* The new tab of firefox */
@-moz-document url(about:newtab) {
.activity-stream {
background-color: #333333 !important;
}
.top-sites-list .top-site-outer > a {
color: #dddddd !important;
}
/*
.tile {
filter: grayscale(0%) !important;
opacity: .9 !important;
}
*/
.top-site-inner {
color: #ddd;
}
@media (min-width: 1280px) {
.activity-stream main {
width: : 989px !important;
}
}
}
/* Google page and search page */
@-moz-document domain(google.com.br), domain(google.com) {
body a {
color: #5c99d6 !important;
}
body a:visited {
color: #a679d2 !important;
}
.g-blk, .knowledge-panel, .vk_arc, .mod table, .mod table span, .mod, .vk_c, .rllh__header-container div, .mnr-c, g-scrolling-carousel, #am-b1, .ab_button, .action-menu.ab_ctl {
background: #2b2b2b !important;
}
.vk_c .rllt__link:hover, .mod a div:hover {
background-color: #333333 !important;
}
ul[role=listbox] li[role=presentation]:hover {
background-color: #2b2b2b !important;
}
/*
.g {AEprdc vk_c kp-blk knowledge-panel Wnoohf OJXvsb
background: #2b2b2b !important;
}, .mod .dw-siw border: 1px solid #333 !important;
*/
#gsr, #topabar, g-inner-card, .mod .dw-sb-cont {
background: #333333 !important;
}
.gstl_0.sbib_a, #lst-ib, #sfibbbc, #sfdiv, .mod input, ul[role=listbox] {
background: #333333 !important;
color: #ddd !important;
}
.mod input, .mod .dw-sb-btn {
background: #333333 !important;
border-color: #333 !important;
}
#hdtbSum, .sfbgg, #fbar, .mod, .related-question-pair {
background: #2b2b2b !important;
}
.related-question-pair, .mod span, .mod, .e2BEnf h3, .st, div[role=heading], .mnr-c div {
color: #ddd !important;
}
#hdtb-msb {
color: #fff;
}
.r a, .s a, .card-section a, .match-mod-horizontal-padding a, ul[role=listbox] li[role=presentation] a, g-more-link a span {
color: #5c99d6 !important;
}
.r a:visited, .s a:visited, .card-section a:visited, .match-mod-horizontal-padding a:visited, ul[role=listbox] li[role=presentation] .sbpqs_a, g-more-link a span:visited {
color: #a679d2 !important;
}
.st em {
color: #fff !important;
}
cite {
color: #09a53c !important;
}
}