quarta-feira, 14 de abril de 2010

<pre>// ==UserScript==

// @name Green Dotted Orkut Theme
// @namespace http://userstyles.org
// @description Green Orkut Theme Via Info.scrapur.com
// @author Info.scrapur.com
// @homepage http://userstyles.org/styles/28655
// @include http://www.orkut.com/*
// @include https://www.orkut.com/*
// @exclude http://www.orkut.com/Privacy.aspx
// @exclude http://www.orkut.com/About.aspx
//
// @include http://www.orkut.co.in/*
// @include https://www.orkut.co.in/*
// @include http://www.orkut.com.br/*
// @include https://www.orkut.com.br/*
// @exclude http://www.orkut.co.in/Privacy.aspx
// @exclude http://www.orkut.co.in/About.aspx
// ==/UserScript==
var css = "/* theme: autor: --------&gt; software */ body{background-image: url(http://www.westfield.k12.wi.us/pwhs/tech_dep/DOTCOM_files/WEBPAGES_files/2006-2007/Semester%201/Rotation%206/Student%202/images/camouflage-texture.jpg) !important;} /* theme: autor: ----------&gt; Software soluctions */ .listfl{color:#999999!important;} p,h1,h2,h3,h4,table,tr,b,form,ul,li,td,div{color:#FFFFFF!important;} /* ancoras */ a[href] { color: #C0C0C0 !important; text-decoration: none !important; } a[href]:hover { color: #FFFFFF!important; text-decoration: none !important; } /* cool edit ;] */ div[class=\"newsItem\"] { background: transparent !important; border: 1px transparent !important; } table[id=\"textPanel\"] { background: transparent !important; } textarea[id=\"messageBody\"], textarea, input, option, select { background: transparent repeat-x fixed !important; color: #FFFFFF !important; } /* text */ li, span, body, table, td[class*=panel], td[id*=tab], td[class*=cat], td[id=\"headerMenu\"], td[class=navInfo], table.karmatable td, table.friendtable td, td[class=\"row0\"], tr[class=\"row0\"], td[class*=\"tab\"], tr[bgcolor=\"#e5ecf4\"], tr[bgcolor=\"#bfd0ea\"], a[class=\"category_link\"], div[class=\"row1\"], td[align=\"right\"], tr[class=\"panelHeader\"], tr[bgcolor=\"#c9d6eb\"], td[class=rowLabel], tr[class=\"row1\"], td[class=\"row1\"], tr[class=\"messageBody\"], tr[bgcolor=\"#d4dded\"] { color: #FFFFFF !important; } td[bgcolor=\"#FFFFFF\"] { background: transparent url() !important; } div[style=\"background:#ffffff\"] { background: transparent !important; padding: 10px 0px 10px 0px; font-size: 110%; color: #ccc !important; } /* bg */ li, table, td[class*=panel], span, td[id*=tab], td[class*=cat], td[id=\"headerMenu\"], td[class=navInfo], table.karmatable td, table.friendtable td, td[class=\"row0\"], tr[class=\"row0\"], td[class*=\"tab\"], tr[bgcolor=\"#e5ecf4\"], tr[bgcolor=\"#bfd0ea\"], a[class=\"category_link\"], tr[class=\"panelHeader\"], tr[bgcolor=\"#c9d6eb\"], td[background*=\"tr8.gif\"][align=\"right\"] { background: transparent !important; } body { background: transparent url(\"http://www.westfield.k12.wi.us/pwhs/tech_dep/DOTCOM_files/WEBPAGES_files/2006-2007/Semester%201/Rotation%206/Student%202/images/camouflage-texture.jpg\") !important; } /* bg 2 */ /* input, option, select, textarea,*/ div[class=\"row1\"], tr[class=\"row1\"], td[class=\"row1\"], tr[bgcolor=\"#d4dded\"] { background-color: transparent !important; } /*SM*/ #header { background-color: transparent !important; font-size: 12px !important;background-repeat: repeat-x !important;height: 31px !important;} #header a:link { color: #FFFFFF !important; text-decoration: none;font-weight: bold !important; } #header a:visited { color: #FFFFFF !important; text-decoration: none;font-weight: bold !important; } #header a:hover { color: #000000 !important; text-decoration: none; font-weight: bold !important; } #headerMenu{background: transparent !important;background-color: transparent !important;background-repeat: repeat-x !important;font-family: \"Trebuchet Ms\" !important;} #header li{color: #FFFFFF !important;font-size:11px;height:31px;line-height:31px;text-align:left;} /*WARNING*/ .newsitem, .promobg, .promo, .warning{background: transparent !important; font-style:italic;text-align:left !important; } /*IM*/ .footer_l{background-image: url() !important; background-color: transparent !important; margin: 0px !important; color: #FFFFFF !important;background-repeat: repeat-x !important;} .footer_r{Display: none!important;} #footer { background: transparent !important; font-size: 12px !important;height: 31px !important; margin: 0px 0px 0px} #footer a:link { color: #000000 !important; text-decoration: none;font-weight: bold !important; } #footer a:visited { color:#33FF33 !important; text-decoration: none;font-weight: bold !important; } #footer a:hover { color:#FFFFFF !important; text-decoration: none; font-weight: bold !important; } #footer .logogoogle{display: none !important;} /*CLASS R*/ .botl{Display: none !important;} .botr{Display: none !important;} .lbox{Display: none !important;} .topl{Display: none !important;} .topr{Display: none !important;} .listdivi ln{Display: none !important;} .boxmidr{Display: none !important;} .topr_g{Display: none !important;} .uname{background: transparent !important;} .topr_lrg{Display: none !important;} .rbox{Display: none !important;} boxmidsmlr{Display: none !important;} .thumbbox{background-color: transparent !important;} .divihor{background-color: transparent !important;} .boxgrid{background: transparent !important;} .boxmidlock{background: transparent !important;} .boxmidlrg{background-image:none !important;} .module .topl,.module .topl_lrg,.module .topl_g{background-image:none!important;} .userinfodivi,.ln{background: transparent !important;} .tabdivi{background:transparent !important;} .listlight,.listitemlight,.listitem,.listitemchk{background: transparent !important;} .listdark,.listitemdark,.listitemsel{background: transparent !important;} .thumbbox{background-color: transparent !important;} .divihor{background-color: transparent !important;} .boxgrid{background: transparent !important;} .module .boxmid,.module .boxmidsml,.module .boxmidlrg,.module .boxmidlock{background:none!important;} a.userbutton{background: transparent !important;}";
if (typeof GM_addStyle != "undefined") {
GM_addStyle(css);
} else if (typeof addStyle != "undefined") {
addStyle(css);
} else {
var heads = document.getElementsByTagName("head");
if (heads.length &gt; 0) {
var node = document.createElement("style");
node.type = "text/css";
node.appendChild(document.createTextNode(css));
heads[0].appendChild(node);
}
}pre>

quarta-feira, 17 de março de 2010