Post Reply 
Google Light Theme - fixed 2010-05-06
Dec. 08, 2010, 09:02 AM
Post: #52
RE: Google Light Theme - fixed 2010-05-06
Recently Google search results page started to add lines at the bottom of groups of same domains. They look like this:
[+] Show more results from ...
They're mixed with common search blocks, which is quite annoying, and I have decided to move them a bit to the right (just to separate them from the common results).
See the resulting picture: [+] lines shifted to the right

To move them to the right I've added this simple code to the old "Google Light Theme" filter:
Code:
"div.bl{margin-left: 2em;}/*shift [+] to right*/\r\n"

In case, if you want to see it the same way, here is the new full code of the filter:
Code:
Name = "Google Light Theme     10.12.08 [ozo] ADD"
Active = TRUE
URL = "$TYPE(htm)www.google.(^$TST(hOrigUA=mozilla/4.[1-9](^*opera)*))[^:/]+/(intl/[^/]+/(^?)|search\?(^q\=cache:)|webhp|(^?))"
Limit = 15000
Match = "(</style><noscript><style>)\1"
Replace = "\r\n/* Google New Theme: */\r\n"
          "a{text-decoration:none;}\r\n"
          "a:link,.q a:link,a.toplink:visited{color:#00A!important;}\r\n"
          "a:visited{color: #A0D;}a:active,.q a:active,a.fl:active{color:#D00!important;}\r\n"
          "a:hover,.q a:hover,a.fl:hover{text-decoration:underline;color:#000!important;}\r\n"
          "li.g{background:#F8F8F8;margin-bottom:0.5em;padding:0 .5em;}\r\n"
          "#center_col,#cnt,.s{margin:0px;max-width:none;}div.med{padding:4px!important;}\r\n"
          "div.tsf-p,#foot{max-width:none;margin:0 1em;}/*make query window wider*/\r\n"
          "div.rshdr div form div div{visibility:hidden;}div.rshdr div.tsf-p,div.rshdr div.tsf-p div{visibility:inherit;}\r\n"
          "div.bl{margin-left: 2em;}/*shift [+] to right*/\r\n"
          "\1$STOP()"
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Google Light Theme - fixed 2010-05-06 - OZO - May. 07, 2010, 06:06 AM
RE: Google Light Theme - fixed 2010-05-06 - OZO - Dec. 08, 2010 09:02 AM

Forum Jump: