View difference between Paste ID: ZZKGHnsR and Xezdwjhi
SHOW: | | - or go back to the newest paste.
1-
/*
1+
/*
2-
	Copy to:
2+
	Copy to:
3-
	%LocalAppData%\Google\Chrome\User Data\Default\User StyleSheets\Custom.css
3+
	%LocalAppData%\Google\Chrome\User Data\Default\User StyleSheets\Custom.css
4-
*/
4+
*/
5-
5+
6-
6+
7-
7+
8-
/*
8+
/*
9-
	twitter.com/
9+
	twitter.com/
10-
*/
10+
*/
11-
11+
12-
.user-style-ikElwin  div[data-component-term="user_recommendations"],
12+
.user-style-ikElwin  div[data-component-term="user_recommendations"],
13-
.user-style-ikElwin  div[data-component-term="trends"],
13+
.user-style-ikElwin  div[data-component-term="trends"],
14-
.user-style-ikElwin  div[data-component-term="footer"],
14+
.user-style-ikElwin  div[data-component-term="footer"],
15-
.user-style-ikElwin .definition {
15+
.user-style-ikElwin .definition {
16-
	opacity: 0 !important;
16+
	opacity: 0 !important;
17-
	-webkit-transition: opacity 0.8s !important;
17+
	-webkit-transition: opacity 0.8s !important;
18-
	transition: opacity 0.8s !important;
18+
	transition: opacity 0.8s !important;
19
}
20-
.user-style-ikElwin  div[data-component-term="user_recommendations"]:hover,
20+
.user-style-ikElwin  div[data-component-term="user_recommendations"]:hover,
21-
.user-style-ikElwin  div[data-component-term="trends"]:hover,
21+
.user-style-ikElwin  div[data-component-term="trends"]:hover,
22-
.user-style-ikElwin  div[data-component-term="footer"]:hover,
22+
.user-style-ikElwin  div[data-component-term="footer"]:hover,
23-
.user-style-ikElwin .definition:hover {
23+
.user-style-ikElwin .definition:hover {
24-
	opacity: 1 !important;
24+
	opacity: 1 !important;
25
}
26-
.user-style-ikElwin .action-expand-container,
26+
.user-style-ikElwin .action-expand-container,
27-
.user-style-ikElwin .trends-inner .promoted-trend,
27+
.user-style-ikElwin .trends-inner .promoted-trend,
28-
.user-style-ikElwin .stream-items .promoted-tweet {
28+
.user-style-ikElwin .stream-items .promoted-tweet {
29-
	display: none !important;
29+
	display: none !important;
30
}
31-
31+
32-
.user-style-ikElwin .stream-item-footer {
32+
.user-style-ikElwin .stream-item-footer {
33-
	min-height: 18px !important;
33+
	min-height: 18px !important;
34
}
35-
.user-style-ikElwin .stream-item-footer .details {
35+
.user-style-ikElwin .stream-item-footer .details {
36-
  float: right !important;
36+
  float: right !important;
37
}
38-
.user-style-ikElwin .dashboard .component .footer ul li a {
38+
.user-style-ikElwin .dashboard .component .footer ul li a {
39-
	color: #999 !important;
39+
	color: #999 !important;
40
}
41-
41+
42-
/*
42+
/*
43-
	facebook.com
43+
	facebook.com
44-
*/
44+
*/
45-
45+
46-
#facebook #rightCol .ego_section {
46+
#facebook #rightCol .ego_section {
47-
	opacity: 0;
47+
	opacity: 0;
48-
	-webkit-transition: opacity 0.8s;
48+
	-webkit-transition: opacity 0.8s;
49-
	transition: opacity 0.8s;
49+
	transition: opacity 0.8s;
50
}
51-
#facebook #rightCol .ego_section:hover {
51+
#facebook #rightCol .ego_section:hover {
52-
	opacity: 1;
52+
	opacity: 1;
53
}