CÓDIGO CSS DE LINDA CASTRO, NÃO COPIE, SEJA EDUCADO, FALE COMIGO! ENCONTRE-ME EM FLOGVIP/POPARAZZI



/* -- Formatacao de Estilos -- */
	b {	cursor: crosshair;  color: #a9a995; TEXT-DECORATION: none; border-bottom: 1px solid none; }
	i{      cursor: crosshair; color: #a9a995; TEXT-DECORATION: none;}
	s{	cursor: crosshair;  color: #a9a995; TEXT-DECORATION: none;}
	u {      cursor: crosshair;  color:#a9a995; TEXT-DECORATION: none;  }
	k {	cursor: crosshair;  color: #a9a995; TEXT-DECORATION: none;}
	l {	cursor: crosshair;  color: #a9a995; TEXT-DECORATION: none; border-bottom: none;}
	m {	cursor: crosshair;  color: #a9a995; TEXT-DECORATION: none; }
	n {	cursor: crosshair;  color: #a9a995; TEXT-DECORATION: none;}
	o {	cursor: crosshair;  color: #a9a995; TEXT-DECORATION: none;}
	r {	cursor: crosshair;  color: #a9a995; font-size: 8px; font-family: PF Tempesta Five condensed; text-transform: uppercase;}
	ul {	cursor: crosshair;  line-height: 70%; color: #9d93a7;  margin: 0 18; letter-spacing: 1px;}
	HR{   border: 1px solid  #ffffff;} 



/*-- Links --*/

a, a:link{
font-family: courier new;
font-size: 11px;
text-transform:uppercase;
letter-spacing: -1px;
color: #799c82;
cursor: crosshair;
TEXT-DECORATION: none; 
}
a:hover {
font-family: courier new;
font-size: 11px;
text-transform:uppercase;
letter-spacing: -1px;
color: #a9a995;
cursor: crosshair;
TEXT-DECORATION: none; 
}




/*-- Título --*/

.titulo {font-family: tahoma; 
	color: :#E9F2FF;
	background-color: transparent;
	padding: 11px 9px 9px 9px;
	-moz-border-radius: 0px 0px 0px 0px;
	letter-spacing: -2px;
	font-size: 20px;
	text-shadow: 0px 0px #BDD0B8;
	text-align: center;
	font-weight: bold;
	font-style: normal;}

.titulo_post {
	letter-spacing: -2px; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 16px; 
	font-family: georgia;}


/*-- Subtítulos --*/

.subtitulo {  
color: #f9f9e4; 
text-transform:uppercase;  
background: #90b199; 
font-weight: bold; 
font-family: COurier New;
padding: 2px;  
width: 110px; 
letter-spacing:2px; ;
} 


/* ------------ IMAGEM ------------ */

a img {
filter:alpha(opacity=65);
-moz-opacity:0.90;
opacity:0.80;
}

a:hover img {
filter:alpha(opacity=100);
-moz-opacity:0.90;
opacity:0.90;
} 

a img {
border-left: 3px solid  #e2e2cc;
border-right: 3px solid  #e2e2cc;
border-top: 3px solid  #e2e2cc; 
border-bottom: 3px solid  #e2e2cc;
border-radius: 3px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-box-shadow:0 0 1em #1D1D1D;
padding: 0px;
margin: 0px;
}

a:hover img {
border-left: 3px solid #d9d9c1;
border-right: 3px solid #d9d9c1;
border-top: 3px solid #d9d9c1; 
border-bottom: 3px solid #d9d9c1;
border-radius: 0px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-box-shadow:0 0 1em #1D1D1D;
padding: 0px;
margin: 0px;
}

/*-- Post Tabelas --*/

.espaco1 {
	text-align: justify;
	padding: 2px;
	width: 450px;
	line-height: 13px;
	font-family: verdana;}

.fundopost {
	color: #a9a995;
	background-color: #e2e2cc;
	text-align: justify;
	padding: 12px;
	-moz-border-radius: 0px;
	line-height: 13px;
	font-family: tahoma;
	width: 400px;
           }          

.tab1 {
        color: #fffffa;
        background-color: #a9a995;
        text-align: center;
        padding: -1px;
        -moz-border-radius: 0px;
        letter-spacing: 0px;
        font-size: 8px;
        line-height: 11px;
        text-transform: uppercase;
        font-family: tahoma;
        width: 350px;	
       }
       
.tab2 {
        color: #a9a995;
        background-color: #e2e2cc;
        border-top: 0px solid #899aa5;
        border-bottom: 0px solid #899aa5;
        border-left: 0px solid #899aa5;
        border-right: 0px solid #899aa5;
        text-align: center;
        padding: 0px;
        -moz-border-radius: 0px;
        font-size: 8px;
        line-height: 11px;
        font-family: PF Tempesta Five condensed;
        text-transform: uppercase;
        letter-spacing: 2px;
        width: 300px;	
       }



/* -- Caixas de comentários -- */

.comentarios {
 	font-family: verdana;
	font-size: 10px;
        text-align: center; 
	padding: 2px;
	color: #a9a995;
	border: 0px solid #fd6884;
	-moz-border-radius: 5px 5px 5px 5px;
	background-color: #d9d9c1;
	width: 330px;
	border-left: 7px solid #a9a995;
	border-right: 7px solid #a9a995;
}

input, textarea, select 
	{font-family: tahoma; 
	font-size: 11px;
	color: #a9a995;              
	border-top: 0px solid #fd6882;
	border-left: 0px solid #fd6882;
	border-right: 0px solid #fd6882;
	border-bottom: 0px solid #fd6882;
	background-color: #e2e2cc;
	-moz-border-radius: 0px 0px 0px 0px;}



/*-- Barra --*/

#barra {
	height: 45px;
border-top: 0px solid #f9f9e4;
	border-bottom: 7px solid #90b199;
	background: #799c82;}

#barra .tubo {
	text-align:center;
	background:#799c82;         
	border-top: 0px solid #700d2d;         
	border-left: 0px solid #700d2d;         
	border-right: 0px solid #700d2d;
         border-bottom: 0px solid #700d2d;
	margin: 0 auto; padding:16px;
	height: 10px;
	width: 800px;}

#barra .fvbarraf {
	width: 100px;
	height: 09px;        
	font-family: Courier New;        
	font-size: 12px; color:#f9f9e4;          
	border-top: 0px solid #7a0e31;
	text-decoration: bold;text-transform: Uppercase;          
	border-left: 0px solid #7a0e31;
         border-right: 0px solid #7a0e31;         
	border-bottom: 0px solid #7a0e31;        
	-moz-border-radius: 0px 0px 0px 0px;        
	background-color: #90b199; 
}

#barra .fvbarra a:link, 

#barra .fvbarra a:visited , 


#barra .fvbarra a:active  {
	color: #f9f9e4;        
	font-family: Courier New;
        font-size: 12px;
	line-height: 45px;
	text-align:center;
	text-transform: Uppercase; 
	text-decoration: none; 
         text-transform: uppercase;
background-color: #D59FAE;
-moz-transition: 0.2s linear;
-webkit-transition: 0.2s linear;
letter-spacing: -1px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
	border-top: 0px solid #322020;         
	border-left: 0px solid #322020;         
	border-right: 0px solid #322020;         
	border-bottom: 0px solid #8A5954;        
	-moz-border-radius: 0px 0px 0px 0px;        
	background-color: #90b199;
}

#barra .fvbarra a:hover {
	color: #f9f9e4;	
	cursor: crosshair;
	font-family: Courier New;
	font-size: 12px;
	line-height: 45px;
	text-align:left;
	padding: 16px;
	text-transform: uppercase; 
	text-decoration: none;          
	border-top: 0px solid #322020;         
	border-left: 0px solid #322020;         
	border-right: 0px solid #8A5954;         
	border-bottom: 3px solid #85a68e;        
	-moz-border-radius: 0px 0px 0px 0px;        
	background-color: #90b199;
}


#barra .fvbarra {
	font: bold 12px Courier New;
	text-decoration: bold; 
	text-transform: Uppercase;
	color: #f9f9e4;
}
#barra .barraimg {
opacity:.0;}



#footer {
	height: 30px;
	color: #f9f9e4;
	background-color: #799c82;
	border-top: 6px solid #90b199;
border-bottom: 0px solid #f9f9e4;
	font-size: 12px;
font-family: Courier New; 
padding: 16px;
text-align: right; 

	}



body { width: 800px;  line-height:17px; padding:5px; border-radius:5px; margin-left:250px; margin-bottom:18px; -webkit-box-shadow:0 0 1em #1D1D1D; body-align: center; body-position:center;
}


html  	{background: #ececd3 url('http://i50.tinypic.com/677doy.png');} -moz-border-radius: 0px; }

					