-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbourgy.user.css
153 lines (152 loc) · 4.21 KB
/
bourgy.user.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
/* ==UserStyle==
@name Dark BourgeyMan
@namespace https://github.com/RiedleroD/userstyles-riedler
@version 0.1.0
@description Dark mode for bourgy.net
@author Riedler
@preprocessor uso
@var color bg0 "Background 0" #000
@var color bg1 "Background 1" #151515
@var color bg2 "Background 2" #222
@var color bg3 "Background 3" #333
@var color brd "Border" #888
@var color txt "Text" #CCC
@var color htxt "Light Text" #EEE
@var color clh "Main Color Lighter"#E79
@var color cl "Main Color" #C57
@var color cld "Main Color Darker" #A34
@var select EICC "General Image filter"{
"Dim":"brightness(0.8)",
"Recommended Inversion":"invert(0.86) hue-rotate(180deg)",
"Hue-corrected Inversion":"invert(1) hue-rotate(180deg)",
"Inversion":"invert(1)",
"Debug":"invert(1) hue-rotate(180deg) saturate(100)",
"Off":"none"}
@var text LPIF "Landing Page Image Filter" "brightness(0.6) contrast(1.25) saturate(1.25)"
==/UserStyle== */
@-moz-document domain("bourgy.net"){
/*Webkit based browsers*/
::-webkit-scrollbar,
::-webkit-scrollbar-track-piece{
background-color:/*[[bg1]]*/ !important;}
::-webkit-scrollbar-corner,
::-webkit-scrollbar-thumb{
background-color:/*[[bg3]]*/ !important;
border-radius:0.4em;}
/*Firefox*/
:root{
scrollbar-width:thin;
scrollbar-color:/*[[bg3]]*/ /*[[bg1]]*/;}
}
@-moz-document url-prefix("http://bourgy.net"), url-prefix("https://bourgy.net"){
body{
background-color:/*[[bg0]]*/;
color:/*[[txt]]*/;}
#Yves\ Bourgelas,/*bruh an id with space*/
img[src="images/b_contact.jpg"],
img[name="Supercrash"],
img[name="The 3 Little Princesses"],
img[name="DJ Bourg"],
img[src="images/b_socials.jpg"]{
filter:/*[[LPIF]]*/;}
#photo{
filter:/*[[EICC]]*/;}
a:link{
color:/*[[cl]]*/;}
a:link:hover{
color:/*[[clh]]*/;}
}
@-moz-document regexp("https?\\:\\/\\/t3lp\\.bourgy\\.net\\/en\\/.*"){
body.custom-background{
background-color:/*[[bg0]]*/;
color:/*[[txt]]*/ !important;}
h1, h2, h3, h4, h5, h6, a:link{
color:/*[[cl]]*/;}
a:visited{
color:/*[[cld]]*/;}
#blogheader{
border-color:/*[[brd]]*/;}
/*main content*/
#comic{
filter:/*[[EICC]]*/;
/*no idea why I have to specify this, possibly a bug with the firefox renderer I use*/
position:relative;
z-index:-1;}
/*menu*/
.menu ul li ul li a{
background-color:/*[[bg0]]*/ !important;
color:/*[[cl]]*/ !important;}
.menu ul li a:hover,
.menu ul li a.selected{
background-color:/*[[bg0]]*/ !important;}
#menubar-wrapper a{
color:/*[[cl]]*/;}
#menubar-wrapper a:hover{
color:/*[[htxt]]*/ !important;}
/*various image corrections*/
#header,
.navi{
filter:invert(1) hue-rotate(180deg) brightness(0.8);}
.comment-avatar,
.archivecomicframe{
filter:/*[[EICC]]*/;}
/*a whole lot of shit I'm not gonna sort because what the hell
input stuff I guess though*/
#comment:focus,
#comment:hover,
#author:hover,
#email:hover,
#url:hover,
#author:focus,
#email:focus,
#url:focus,
.comicpress_control_panel_widget #sname:focus,
.comicpress_control_panel_widget #sname:hover,
.comicpress_control_panel_widget #spassword:focus,
.comicpress_control_panel_widget #spassword:hover,
.s-search:focus{
background-color:/*[[bg0]]*/;}
#comment,
#author,
#email,
#url,
.s-search,
.comicpress_control_panel_widget input{
background-color:/*[[bg2]]*/;
border-color:/*[[brd]]*/;
color:/*[[txt]]*/;}
#submit,
.searchform button,
#comic button,
.comicpress_control_panel_widget .button-primary{
background:linear-gradient(to bottom,/*[[bg3]]*/ 0%,/*[[bg2]]*/ 50%,/*[[bg1]]*/ 100%);
border:solid 1px /*[[bg3]]*/;
cursor:pointer;}
#submit:hover,
.searchform button:hover{
color:/*[[htxt]]*/;}
#submit,
.searchform button,
#comic button,
.comicpress_control_panel_widget .button-primary{
color:/*[[txt]]*/;}
}
@-moz-document regexp("https?\\:\\/\\/t3lp\\.bourgy\\.net\\/fr\\/.*"){
body{
background-color:/*[[bg0]]*/;
color:/*[[txt]]*/;}
h1,h2,h3,h4{
color:/*[[cl]]*/;}
a:link{
color:/*[[cl]]*/;}
a:link:hover{
color:/*[[clh]]*/;}
a:visited{
color:/*[[cld]]*/;}
a:visited:hover{
color:/*[[cl]]*/;}
img[src*="https://t3lp.bourgy.net/fr/images/p."]{
filter:/*[[EICC]]*/;}
}
/*supercrash.net is a hellhole to style and technically not even on bourgy.net so fuck it*/
/*dj.bourgy.net is already dark*/