-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGSearchDotBe.CSS
50 lines (43 loc) · 1.52 KB
/
GSearchDotBe.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 regexp(".*:\\/\\/(?!(.*google.*search.+|.*google.*#q=.+)).*(google.*tbm=lcl.*|google.*/maps/.*)") {
/*FIRST LINE ADDED NEW EXCEPTIONS FOR OCCASION*/
/*NEW LINE@-moz-document regexp(".*:\\/\\/(?!(.*google.*search.+|.*google.*#q=.+)).*") {*/
/*WAS THE OLD LINE@-moz-document regexp("https?://www\\.google\\.be/search.+"), regexp("https?://www\\.google\\.be/.*#q=.+") {*/
/*cnt found in elements of dev tools and center_col not as css found in the tab source*/
#cnt #center_col {
width: 1850px !important;/*1750 fine for zoom80 at great width in a 1080 resolution,1650 better at 100%, butwith liner chrome plugin we could need until 1950*/
left:-180px !important;
}
/*#cnt #center_col:has(+div){
width: 1950px !important;
color:red;
}*/
#rso {
-webkit-column-count: 3 !important;
-webkit-column-gap: 20px;
-moz-column-count: 3 !important;
-moz-column-gap: 10px;
column-count: 3 !important;
column-gap: 20px;
}
/*NOT FOUND IN 2021*/
/*#rso .rgsep {
display: none;
}*/
li.g,.liner-filter-component {
display: inline-block;
}
.g,.liner-filter-component{
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
/*This was in 217 not 2021, it make appears double scrollbar with my script and decal 1 px after footer then page is unscrollable*/
/* #rhs_block, #footcnt {
display: none !important;
} */
#extrares {
margin-top: 16px;
padding-top: 16px !important;
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
}