-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.user.css
111 lines (94 loc) · 2.65 KB
/
styles.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
/* ==UserStyle==
@name ivanaugustobd's Improved Web
@namespace https://github.com/ivanaugustobd/improved-web
@homepageURL https://github.com/ivanaugustobd/improved-web
@version 1.8.1
@updateURL https://raw.githubusercontent.com/ivanaugustobd/improved-web/master/styles.user.css
@description Usertyles compatible CSS to "improve" some websites I use
@author ivanaugustobd
@license MIT
@preprocessor stylus
==/UserStyle== */
/** LinkedIn **/
@-moz-document url-prefix("https://www.linkedin.com/feed/") {
.scaffold-layout__sidebar {
display: none !important;
}
}
@-moz-document domain("linkedin.com") {
.pv-content__right-rail .pv-deferred-area.ember-view {
display: none !important;
}
.scaffold-layout--reflow .scaffold-layout__content--sidebar-main-aside {
display: block !important;
margin: 30px auto !important;
max-width: 800px;
}
.artdeco-notification-badge .notification-badge, .artdeco-notification-badge .notification-badge.notification-badge--border {
background-color: var(--color-icon-nav) !important;
}
}
/** Game8 **/
@-moz-document domain("game8.co") {
.l-3col > .l-3colSide {
display: none !important;
}
.l-3colMain__center.l-3colMain__center--shadow {
width: calc(100% - 250px) !important;
}
.l-3colMain {
width: auto !important;
}
}
/** MangaLivre **/
@-moz-document domain("mangalivre.net") {
.manga-top-ad,
.comments > .clear-fix {
display: none !important;
}
}
/** EmojiPedia **/
@-moz-document domain("emojipedia.org") {
.emoji-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
}
/** Outlook **/
@-moz-document domain("outlook.live.com") {
._1fti_QgAzqGWPGlqh_FSvI {
display: none !important;
}
}
/** Gamer Guides **/
@-moz-document domain("gamerguides.com"), domain("www.gamerguides.com") {
body {
padding-top: 0 !important;
}
#navbar-wrap {
position: relative !important;
}
}
/** MailTrack */
@-moz-document domain("mail.google.com") {
div[id^="mt-micro-modal"] {
display: none !important;
}
}
/** Fandom wikis */
@-moz-document domain("fandom.com") {
.main-container > .resizable-container {
max-width: initial !important;
width: 95% !important;
}
.page__right-rail,
#content > div[itemprop="video"] {
display: none !important;
}
}
/** Codepen */
@-moz-document regexp("https://codepen.io/.*/full/.*") {
#main-header {
display: none !important;
}
}