-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathy.css
50 lines (35 loc) · 1.91 KB
/
y.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
@-moz-document domain('www.yahoo.com') {
/* All of the code is still in a terrible pre-alpha state.
For this reason alone, I've cmmented out atomic rulesets, as they all apply to a very large number of elements, which makes it tricky in applying them to specific elements. */
/* Top story [comment block] */
/* HTML#atomic DIV.Px\(20px\) {padding:0px; padding-top:1px; padding-left:1px;} */
HTML#atomic LI.ntk-item DIV.H\(32px\) {height:52px;}
/* Top story COMMENTER user picture */
HTML#atomic A.js-content-viewer IMG.Va\(m\) {padding-top:1px;}
/* Top story COMMENTER COMMENT */
/* HTML#atomic SPAN.Pstart\(12px\) {padding-left:4px;} */
/* mostly main container of news itmes. */
/* @keyframes show-user-intent-toggle-right {0% {transform:none !important;} 45%, 75% {transform:none !important;} 100% {transform:none !important;} } */
/* This also applies. */
DIV.fp-item-card {padding-left:6px;}
/* .user-intent.stream-item-card-sel {max-height:auto !important;} */
.user-intent.stream-item-card-sel {transition:none !important;}
LI.user-intent.stream-item {max-height:unset; transition:none; margin-top:10px; margin-bottom:0px;}
HTML#atomic LI.Mend\(-20px\) {margin-right:-18px;}
.Ell, .Hidden {overflow:visible !important;}
HTML#atomic LI.Ov\(h\) {overflow:visible; clear:both;}
DIV.user-intent-discoverability {animation:none; will-change:none;}
HTML#atomic .Trsdu\(\.3s\) {transition:none;}
HTML#atomic .Trstf\(eo\) {transition:none;}
/* HTML#atomic DIV.Mih\(103px\) {} */
/* Remove animations from animated placeholders */
.ntktdv2 .ntk-item-placeholder {animation:none !important;}
DIV.fp-pholder-bg {animation:none;}
/* Show full titles: */
HTML#atomic .Ov\(h\), .Ell, .Hidden, [class*="LineClamp"] {overflow:visible !important;}
H3[class*="LineClamp"] {overflow:visible;}
/* Prevent title overflowing intot news source */
H3.LineClamp\(3\,4em\) {max-height:auto;} /* was: 4em;*/
/* news source */
P.Ell {text-overflow:unset}
}