@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("http://www.orkut.com.br/Main#Home.aspx") {

}
// ==UserScript==
// @name          Cachorrinho- Graciene
// @namespace     http://userstyles.org
// @description	  Muito lindinho...o fundo eh preto e os detalhes foram feitos em rosa e verde.
// @author        Dilela
// @homepage      http://userstyles.org/styles/6205
// @include       http://orkut.com/*
// @include       https://orkut.com/*
// @include       http://*.orkut.com/*
// @include       https://*.orkut.com/*
// ==/UserScript==
(function() {
var css = "@namespace url(http://www.w3.org/1999/xhtml); body{ background:url(http://i279.photobucket.com/albums/kk140/milongueta/022.jpg) !important; font-family: ript !important; font-size: 100% !important; } a{ color: #FF0099 !important; font-family: ript !important; font-size: 130% !important; } a:hover{ color: #FFF !important; text-decoration: None !important; } #header,#header li.logobg{background-color: #000000 !important } #header li.logobg .logo{background:url(http://lh6.google.com/__KDnAZZqAJs/R_ZV1o0V_hI/AAAAAAAAADg/eFAkZu139-E/s400/orkuta2.jpg ) !important} #header{height:30px !important;} #header li a{color: #FF00CC !important;font-size: 100% !important;} #header li a:hover{color: #99FF66!important;} #header li{color:#FFCC99 !important;} .module .boxmid,.module .boxmidsml,.module .boxmidlrg,.module .boxmidlock,.module box_top_lh.png{background-color:#FF99CC !important} .module .topl_lrg h1{font-family: Ript !important;} .module h2{color:#000 !important;font-family: Ript !important;} .module h2:first-letter{text-transform: uppercase !important;color: #CC33FF !important;font-size: 200% !important;} .userratings .lf{margin-right:30px !important;color:#CC99FF!important;font-size:20px !important;line-height:16px !important;text-transform:lowercase !important;padding:10px 0 !important;font-family: ript !important;} .boxgrid{background-color:#CCFF66 !important;} .thumbbox{background-color:#FFF !important;} #footer .logosml{margin-right: 10px !important;} #footer .foottxt{font-size:0px !important; letter-spacing: 0px !important;line-height:32px !important;color:#000!important;position:relative !important;z-index:69 !important} #footer .foottxt a{padding: 10px 10px 10px 10px !important;font-size: 12px !important;} #footer .foottxt a:hover{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); 
	}
}
})();
