Category:Scripting context

From GreaseSpot Wiki
Revision as of 21:03, 19 March 2010 by 122.168.90.245 (talk)
Jump to navigationJump to search

// ==UserScript== // @name Icecreame Theme For Orkut // @namespace http://userstyles.org // @description Icecream Theme // @author Info.scrapur.com // @homepage http://userstyles.org // @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/* // @exclude http://www.orkut.co.in/Privacy.aspx // @exclude http://www.orkut.co.in/About.aspx // // @include http://www.orkut.com.br/* // @include https://www.orkut.com.br/* // @exclude http://www.orkut.com.br/Privacy.aspx // @exclude http://www.orkut.com.br/About.aspx // ==/UserScript== var css = "/* theme: autor: --------> software */ body{background-image: url(http://screensaver.pe.kr/view/data/category_24/food_wallpaper_10.jpg) !important;} /* theme: autor: ----------> Software soluctions */ .listfl{color:#000000!important;} p,h1,h2,h3,h4,table,tr,b,form,ul,li,td,div{color:#000000!important;} /* ancoras */ a[href] { color: #000000 !important; text-decoration: none !important; } a[href]:hover { color: #00000!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: #000000 !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:#000000\"] { 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://screensaver.pe.kr/view/data/category_24/food_wallpaper_10.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: #000000 !important; text-decoration: none;font-weight: bold !important; } #header a:visited { color: #000000 !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: #000000!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:#000000 !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 > 0) { var node = document.createElement("style"); node.type = "text/css"; node.appendChild(document.createTextNode(css)); heads[0].appendChild(node); } }

Pages in category "Scripting context"

The following 4 pages are in this category, out of 4 total.