-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwikipedia.css
85 lines (68 loc) · 1.43 KB
/
wikipedia.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
@-moz-document domain('wikipedia.org') {
* {
color: aliceblue !important;
background-color: #252550 !important;
background-image: unset !important;
line-height: unset !important;
}
body {
zoom: 220%;
/* scale: 200%; */
}
.mw-page-container-inner {
grid-template-columns: unset !important;
}
#mw-panel-toc {
zoom: 50% !important;
width: 150 !important;
}
.mw-content-container {
width: 600px !important;
}
#content {
/* width: 1000px !important; */
}
/****************************************/
/* This crap is all for youtube videos. */
/****************************************/
#movie_player {
zoom: 50% !important;
}
#movie_player > div.ytp-pause-overlay-container > div {
visibility: hidden !important;
}
body > div.ytp-popup.ytp-contextmenu {
zoom: 50%;
}
#movie_player > div,
#movie_player > * > div,
#movie_player > * > * > div,
#movie_player > * > * > * > div,
#movie_player > * > * > * > * > div,
#movie_player > * > * > * > * > * > div,
#movie_player > * > * > * > * > * > * > div {
background-color: unset !important;
}
/*
video {
background-color: unset !important;
tabindex: 1 !important;
}
*/
/****************************************/
a {
color: #99FFFF !important;
}
a:visited {
color: #FF99FF !important;
}
::selection {
background-color: #ffa000;
}
::highlight() {
color: #ffa000;
}
::-webkit-selection {
background-color: #ff0000;
}
}