Questo è il mio attuale css:
img {
border: 1px;
}
/* Normal link ---*/
a {
color: #ff9900;
text-decoration: none;
outline: none;
font-weight: normal;
margin: 5px;
}
a:link, a:hover, a:active, a:focus, a: visited{
color: #ccc;
text-decoration: none;
outline: none;
font-weight: normal;
margin: 5px;
}
.float {
float: left;
}
.clear {
clear: both;
}
body {
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.3em;
margin: 0;
padding: 0;
font-size: 12px;
color: #ffffff;
}
#container {
height: 600px;
width: 800px;
margin-right: auto;
margin-left: auto;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-color: #FF9900;
border-right-color: #FF9900;
border-bottom-color: #FF9900;
border-left-color: #FF9900;
border-style: dashed;
margin-top: 25px;
}
#header {
height: 120px;
width: 800px;
float: left;
}
#header_sx {
height: 120px;
width: 250px;
float: left;
}
#header_dx {
height: 120px;
width: 550px;
float: left;
}
#news {
float: left;
height: 30px;
width: 800px;
}
#body {
float: left;
height: 390px;
width: 790px;
letter-spacing: normal;
text-align: justify;
word-spacing: normal;
white-space: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #FFFFFF;
padding: 5px;
}
#sub_menu {
float: left;
height: 30px;
width: 800px;
}
#footer {
float: left;
height: 30px;
width: 800px;
}
#sub_header_dx {
float: left;
height: 30px;
width: 550px;
}
Mi aiutereste a:
- impostare il colore del testo degli articoli ( sito )
- assegnare un colore diverso ai links del menù superiore ed inferiore
Grazie,
Francesco

Rispondi quotando