Post Reply 
Google Light Blue Theme
Feb. 25, 2009, 05:27 AM
Post: #4
RE: Google Light Blue Theme
I've decided to use a DIV instead of BR; seems to work well in Chrome/IE7/Firefox/Opera. If there is a better solution, feel free to post it =]

The div is <div class=mainspace></div> (replacing <br class=mainspace><br class=mainspace>)

Code:
[Patterns]
Name = "Google Search: Alternate Display     9.02.09 (multi) [sd ku] (d.s) test-2009022"
Active = TRUE
Multi = TRUE
URL = "$TYPE(htm)www.google.[^:/]+/(intl/[^/]+/(^?)|search\?(^q\=cache:)|webhp|(^?))$SET(keyword=$TST(keyword=\1.(i_layout:[#*:0].)+\2)\1.i_layout:2.\2)"
Limit = 2048
Match = "(^?)$SET(a=)$SET(b=)$STOP()"
        "|"
        "<br>((\r|)\n$SET(1= )| <br>( <table)\2$SET(1=</p><br class=mainspace>\2))"
        "|"
        "<("
        "/b> of (about )+<b>[0-9,]+</b> ((from|over the) $NEST(<b>,</b >) )+for <b>( <b>)+[^<]+"
        "&&((<*>|?)+{95})\2???$SET(1=<\2...\3\4\5)*|$SET(1=<\2\3\4\5)\2"
        ")(*</table > )\3(<div(^ id=)$INEST(<div,>)$SET(5=<div)|)$SET(4=<div id="topspace">&nbsp;</div>\r\n)"
        "|"
        "<style(^$TST(b=s))$SET(b=s)$SET(1="
        "<script>"
        "var prxSpics=["http://local.ptron/sidki_h_$GET(cfg)/Google/google-","
        "new Image(),new Image(),new Image()];"
        "prxSpics[1].src=prxSpics[0]+"bug.png";prxSpics[2].src=prxSpics[0]+"top.png";"
        "prxSpics[3].src=prxSpics[0]+"new.png";"
        "</script>"
        "<style id="themed""
        ")"
        "|"
        "<div ("
        "id=("
        "$AV(ie6tb)>$INEST(<div,</div)</div >( $NEST(<script,</script >))+"
        "|$AV(exp_msgs)$INEST(<div,</div)</div >"
        ")"
        "|style=$AV(margin : -5px 0 5px)$INEST(<div,</div)</div >"
        ")"
        "|"
        "<(div|li)\2 class="
        "$AV(g(\s*|))("
        "((^ style=$AV(margin-(left|right)*))($TST(a=odd)$SET(a=even)|$SET(a=odd))|)$SET(#=$GET(a))"
        ")(*<a)\#"
        "(*( href=$AV(/interstitial\?url\=h\9|([^/]+//[^/]+/)\9?*|*))\5*</a >)\4\6( <br>|( <table)\7)"
        "($TST(\9=t$SET(0="
        "<a href="h\9"><img src="http://local.ptron/sidki_h_$GET(cfg)/Google/google-bug.png""
        " width=16 height=10 border=0 title="Malware warning!"></a>&nbsp;&nbsp;"
        ")*|$SET(0="
        "<a href="\9"><img src="http://local.ptron/sidki_h_$GET(cfg)/Google/google-top.png""
        " width=10 height=10 border=0 title="Go to top domain"></a>&nbsp;&nbsp;"
        ")*)|)"
        "$SET(1="
        "<\2 class=g&#x20;\#\#\4&nbsp;&nbsp;\0"
        "<a\5 target=_blank><img src="http://local.ptron/sidki_h_$GET(cfg)/Google/google-new.png""
        " width=14 height=10 border=0 title="Open in new window"></a>&nbsp;&nbsp;"
        "\6<div class=mainspace></div>\7"
        ")"
Replace = "\1"

Name = ". + Google Light Blue Theme     9.01.05 (!nn) [jd sd] (o.s) test-20090225"
Active = TRUE
URL = "$TYPE(htm)www.google.(^$TST(hOrigUA=mozilla/4.[1-9](^*opera)*))[^:/]+/(intl/[^/]+/(^?)|search\?(^q\=cache:)|webhp|(^?))"
Limit = 5000
Match = "<style( id=\"themed\"*>$INEST(<style,//-->|-->|</style))\2(*</style >)\3"
Replace = "<style\2\r\n"
          "/* Proxomitron light blue Google theme */\r\n"
          ".g {margin-top: 10px; margin-bottom: 10px;}\r\n"
          "div.g, p.g {line-height: 16px; padding: 2px 5px 4px 5px;}\r\n"
          ".odd {background: #EFF6FF;}\r\n"
          ".even {background: #DFEFFF;}\r\n"
          "div#topspace {padding-top: 6px; line-height: 0;}\r\n"
          "br.mainspace {line-height: 3px;}\r\n"
          "div.mainspace {height: 3px;}\r\n"
          "a {text-decoration: none;}\r\n"
          "a:link, .q a:link, a.toplink:visited {color: #0C5AA9;}\r\n"
          "a:visited {color: #087D7E;}\r\n"
          "a:hover {text-decoration: underline;}\r\n"
          "a:hover, .q a:hover, a.fl:hover {color: #1689FF;}\r\n"
          "a#topthumb, a.mainlink {font-size: 15px;}\r\n"
          "a.mainlink:hover, a.toplink:hover"
          " {color: #1689FF; text-decoration: none; border-bottom: 1px solid #1689FF;}\r\n"
          "a.ProXPref:hover {color: #379CCD;}\r\n"
          "a.ProXPrefJs:hover {color: #968AFF;}\r\n"
          "a.ProXPref.mainlink {padding-right: 20px; background:"
          " url(http://local.ptron/sidki_h_$GET(cfg)/Google/google-bug.png) no-repeat right center;}\r\n"
          "a.ProXPrefJs {padding-right: 0; background: none;}\r\n"
          ".j {width: 100%;}\r\n"
          ".s {max-width: none;}\r\n"
          "\3"


Attached File(s)
.css  google-dark.css (Size: 3.62 KB / Downloads: 765)
Visit this user's website
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Google Light Blue Theme - OZO - Feb. 25, 2009, 12:17 AM
RE: Google Light Blue Theme - Kye-U - Feb. 25, 2009, 01:29 AM
RE: Google Light Blue Theme - OZO - Feb. 25, 2009, 04:18 AM
RE: Google Light Blue Theme - Kye-U - Feb. 25, 2009 05:27 AM
RE: Google Light Blue Theme - OZO - Feb. 25, 2009, 06:29 AM
RE: Google Light Blue Theme - OZO - Feb. 26, 2009, 06:03 AM
RE: Google Light Blue Theme - Kye-U - Feb. 25, 2009, 06:42 AM
RE: Google Light Blue Theme - ProxRocks - Feb. 25, 2009, 10:40 AM
RE: Google Light Blue Theme - OZO - Feb. 25, 2009, 08:04 PM
RE: Google Light Blue Theme - ProxRocks - Feb. 25, 2009, 09:55 PM
RE: Google Light Blue Theme - sidki3003 - Feb. 25, 2009, 11:16 AM
RE: Google Light Blue Theme - sidki3003 - Mar. 02, 2009, 07:09 PM
RE: Google Light Blue Theme - Kye-U - Mar. 02, 2009, 08:40 PM
RE: Google Light Blue Theme - sidki3003 - Mar. 02, 2009, 08:48 PM
RE: Google Light Blue Theme - ProxRocks - Mar. 02, 2009, 08:58 PM
RE: Google Light Blue Theme - Kye-U - Mar. 02, 2009, 10:10 PM
RE: Google Light Blue Theme - Kye-U - Mar. 03, 2009, 06:08 AM
RE: Google Light Blue Theme - OZO - Mar. 03, 2009, 07:26 PM
RE: Google Light Blue Theme - sidki3003 - Mar. 03, 2009, 12:12 PM
RE: Google Light Blue Theme - sidki3003 - Mar. 03, 2009, 07:42 PM
RE: Google Light Blue Theme - OZO - Mar. 03, 2009, 08:22 PM
RE: Google Light Blue Theme - sidki3003 - Mar. 03, 2009, 08:30 PM
RE: Google Light Blue Theme - OZO - Mar. 03, 2009, 09:19 PM
RE: Google Light Blue Theme - OZO - Mar. 03, 2009, 11:10 PM
RE: Google Light Blue Theme - sidki3003 - Mar. 03, 2009, 11:15 PM
RE: Google Light Blue Theme - OZO - Mar. 04, 2009, 12:30 AM
RE: Google Light Blue Theme - sidki3003 - Mar. 04, 2009, 01:02 AM

Forum Jump: