Oggi ho cambiato il layout del mio sito e di conseguenza anche il foglio di stile ma, non me lo importa più nell'homepage.
Questo è il codice del foglio di stile.
/* CSS Document */
<style>
BODY
{
font-family: Tahoma,Verdana,Helvetica;
font-size:9px;
color: #8c4801;
SCROLLBAR-FACE-COLOR: #e8d6b7;
SCROLLBAR-HIGHLIGHT-COLOR: #e8d6b7;
SCROLLBAR-SHADOW-COLOR: #e8d6b7;
SCROLLBAR-3DLIGHT-COLOR: #e8d6b7;
SCROLLBAR-ARROW-COLOR: #8c4801;
SCROLLBAR-TRACK-COLOR: #8c4801;
SCROLLBAR-DARKSHADOW-COLOR: #e8d6b7;
background-repeat: repeat;
background-image: url(http://www.seriouslygreylovers.com/sito/lay2.jpg);
}
a:link, a:active, a:visited {
color: #8c4801;
text-decoration : none;
border-bottom : 0px solid #;
text-transform: uppercase;
font-weight : bold;
cursor : default;
cursor : default;
}
a:hover {
color: #eebc75;
}
a img {
border: 0px solid #e5c694;
}
a:hover img {
border: 2px solid #8c4801;
}
b {
color: #8c4801;
}
h1 {
background-color: #e5c694;
font-weight:bold;
font-size: 11px;
font-family: arial;
color: #8c4801;
text-align: center;
text-transform:uppercase;
margin-top: 0px;
margin-bottom: 0px;
letter-spacing: 1px;
line-height: 12px;
padding: 2px;}
.newstitle {
background-color: #dcb16d;
font-weight:bold;
font-size: 11px;
font-family: arial;
color: #796d5d;
text-align: center;
text-transform:uppercase;
margin-top: 0px;
margin-bottom: 0px;
letter-spacing: 1px;
line-height: 10px;
padding: 1px;}
.newstitle a {
color: #796d5d;
text-decoration: none;}
.newstitle a:link, .newstitle a:visited {
color: #796d5d;
text-decoration: none;}
.newstitle a:hover {
color: #796d5d;
text-decoration: none;}
.newsdate {
background-color: #796d5d;
padding: 2px;
font-family:Trebuchet MS;
font-size:10px;
text-align: center;
letter-spacing:0px;
line-height:9pt;
color: #f7e3bb;
text-transform: uppercase;
}
a.BORDO
{
padding: 1px;
border: Solid 2px #7a7a7a;
}
</style>
E questo è il codice che inserisco nell'index per richiamare lo stile:
<html>
<head>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<title>Seriously Grey Lovers : la tua risorsa italiana su Grey's Anatomy » Only 4 Grey's Anatomy Addicted</title>
<style type="text/css" title="currentStyle" media="screen">
@import "stile.css";
</style>
</head>
<body>
<?php include("left.php"); ?>
Stessa cosa nella pagina che si chiama Left:
<style type="text/css" title="currentStyle" media="screen">
@import "stile.css";
</style>
Prima del cambio di grafica di oggi funzioava, non capisco cos'ho combinato!![]()