bharper76
12-07-2003, 17:24
Ragazzi, ho bisogno di un piccolo aiuto per chi conosce il linguaggio html.
Vi posto questo codice. Il mio problema è modificare i colori della pagina.
vorrei usare questi colori al posto di quelli presenti:
marrone: 996666
giallo: FFFFCC
verde: 6A5A41
---------
BODY { background-image:url(<!-- Sfondo -->); background-color:#F4F1EC;}
TABLE, TR, TD { font-family:Verdana, Tahoma, Arial;font-size: 7.5pt; color:#000000}
a:link, a:visited, a:active { text-decoration:underline; color:#000000 }
a:hover { color:#333333 }
a:link.info, a:visited.info, a:active.info { text-decoration:none; color:#000000 }
a:hover.info { text-decoration:underline; color:#333333 }
a:link.msh, a:visited.msh, a:active.msh { text-decoration:none; color:#F4F1EC }
a:hover.msh { text-decoration:underline; color:#F4F1EC }
/* COLORI LISTA UTENTI ATTIVI */
#amministratore { color: #ff5555; font-weight : bold; }
#moderatore { color: #6666FF; font-weight : bold; }
#utente { }
#daconvalidare { }
/*---------------------------------------------------------*/
#logo { color:#F4F1EC }
#mainbg { background-color: #f4f1ec }
#mainfoot { background-color: #c0c0c0 }
#alt1 { background-color: #F4f1ec }
#userbar { background-color: #C0C0C0 }
#forum1 { background-color: #f7f7ef }
#forum2 { background-color: #f7f7ef }
#post1 { background-color: #f7f7ef }
#post2 { background-color: #f7f7ef }
#posthead { background-color: #ded6c6 }
#postfoot { background-color: #ded6c6 }
#buttback { background-color: #ded6c6 }
#postbak { background-color: #f7f7ef }
#title { background-color: #DEDEDE }
#row1 { background-color: #f4f1ec }
#message1 { background-color: #F4F1EC }
#row2 { background-color: #f7f7ef }
#postsep { background-color: #c0c0c0; height: 1px }
#catrow {
font-size:10px;
font-weight:bold;
line-height:150%;
color:#333333;
background-color:#DEDEDE;
}
#catrow a:link, #catrow a:visited, #catrow a:active { text-decoration: none; color : #333333 }
/*---------------------------------------------------------*/
#alert { color:#990000 }
#info { color:#000099 }
#signature { font-size:7.5pt; color:#333333 }
#postdetails { font-size:7.5pt; }
#postcolor { font-size:10pt; line-height : 150%; }
#membertitle { font-size:10px; line-height:150%; color:#000000 }
#normalname { font-size:11px; font-weight : bold; color:#000033; padding-bottom:2px }
#normalname a:link, #normalname a:visited, #normalname a:active { text-decoration:underline; color:#000033; padding-bottom:2px }
#unreg { font-size:11px; font-weight:bold; color:#990000 }
#highlight { color : #333333 }
#highlight a:link, #highlight a:visited, #highlight a:active { text-decoration: underline; color:#333333 }
#highlight a:hover{ text-decoration: underline }
#desc { font-size:7.5pt; color : #333333 }
#copyright { font-family: Verdana, Tahoma, Arial; font-size : 7.5pt; line-height : 12px; }
/*---------------------------------------------------------*/
#category {
font-size:10px;
font-weight:bold;
line-height:150%;
color:#999933;
background-color:#ded6c6;
}
#category a:link, #category a:visited, #category a:active { text-decoration: none; color : #333333 }
/*---------------------------------------------------------*/
#subtitle {
font-weight:bold;
color:#333333;
height: 24px;
background-color: #ded6c6;
}
#titlefoot {
font-weight:bold;
color:#996633;
height: 24px;
background-color: #c0c0c0;
}
#titlemedium {
font-weight:bold;
color:#996633;
height: 24px;
background-color: #DEDEDE;
}
#titlemedium a:link, #subtitle a:link, #titlefoot a:link, #titlemedium a:visited, #subtitle a:visited, #titlefoot a:visited, #titlemedium a:active, #subtitle a:active, #titlefoot a:active { text-decoration: underline; color : #333333 }
#titlemedium a:hover, #subtitle a:hover, #titlefoot a:hover { text-decoration: underline; color : #333333 }
#maintitleback {
height: 26px;
}
#maintitle {
color:#333333;
font-size: 8pt;
font-weight:bold;
}
#edit { font-size:9px }
#fancyborder { border:1px dashed #000000; }
#solidborder { border:1px solid #000000; }
#maintitle a:link, #maintitle a:visited, #maintitle a:active { text-decoration: none; color : #333333 }
#maintitle a:hover { text-decoration: underline }
#nav {
font-weight:bold;
color:#000000;
font-size: 9pt;
}
#pagetitle { color:#333333;font-size:18px;font-weight:bold; letter-spacing:-1px; line-height:120% }
/*---------------------------------------------------------*/
#useroptions {
background-color: #EFEFEF;
height:25px;
font-weight:bold;
color:#FFFFFF;
}
#useroptions a:link, #useroptions a:visited,#useroptions a:active { text-decoration: none; color : #FFFFFF; }
/*---------------------------------------------------------*/
#bottomborder { border-bottom:1px dashed #777777; }
#linkthru { font-size:10pt; color : #333333 }
#linkthru a:link, #linkthru a:active { text-decoration: underline; color : #333333 }
#linkthru a:visited, { text-decoration: underline; color : #333333 }
#linkthru a:hover { text-decoration: underline; color : #333333 }
/*---------------------------------------------------------*/
#QUOTE { font-family:Verdana, Arial; font-size:8pt; color: #333333; background-color: #FAFCFE; border : 1px solid Black;padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; text-indent: 2pt; }
#CODE { font-family:Verdana, Arial; font-size:8pt; color: #333333; background-color: #FAFCFE; border : 1px solid Black; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; text-indent: 2pt; }
/*---------------------------------------------------------*/
.codebuttons { font-size: 8pt; font-family: verdana, helvetica, sans-serif; vertical-align:middle }
.forminput { font-size: 8pt; font-family: verdana, helvetica, sans-serif; vertical-align:middle }
.textinput { font-size: 9pt; font-family: verdana, helvetica, sans-serif;vertical-align:middle }
.input { font-size: 8pt; font-family: verdana, helvetica, sans-serif; vertical-align:middle }
Grazie mille a chi mi darà una mano...
Vi posto questo codice. Il mio problema è modificare i colori della pagina.
vorrei usare questi colori al posto di quelli presenti:
marrone: 996666
giallo: FFFFCC
verde: 6A5A41
---------
BODY { background-image:url(<!-- Sfondo -->); background-color:#F4F1EC;}
TABLE, TR, TD { font-family:Verdana, Tahoma, Arial;font-size: 7.5pt; color:#000000}
a:link, a:visited, a:active { text-decoration:underline; color:#000000 }
a:hover { color:#333333 }
a:link.info, a:visited.info, a:active.info { text-decoration:none; color:#000000 }
a:hover.info { text-decoration:underline; color:#333333 }
a:link.msh, a:visited.msh, a:active.msh { text-decoration:none; color:#F4F1EC }
a:hover.msh { text-decoration:underline; color:#F4F1EC }
/* COLORI LISTA UTENTI ATTIVI */
#amministratore { color: #ff5555; font-weight : bold; }
#moderatore { color: #6666FF; font-weight : bold; }
#utente { }
#daconvalidare { }
/*---------------------------------------------------------*/
#logo { color:#F4F1EC }
#mainbg { background-color: #f4f1ec }
#mainfoot { background-color: #c0c0c0 }
#alt1 { background-color: #F4f1ec }
#userbar { background-color: #C0C0C0 }
#forum1 { background-color: #f7f7ef }
#forum2 { background-color: #f7f7ef }
#post1 { background-color: #f7f7ef }
#post2 { background-color: #f7f7ef }
#posthead { background-color: #ded6c6 }
#postfoot { background-color: #ded6c6 }
#buttback { background-color: #ded6c6 }
#postbak { background-color: #f7f7ef }
#title { background-color: #DEDEDE }
#row1 { background-color: #f4f1ec }
#message1 { background-color: #F4F1EC }
#row2 { background-color: #f7f7ef }
#postsep { background-color: #c0c0c0; height: 1px }
#catrow {
font-size:10px;
font-weight:bold;
line-height:150%;
color:#333333;
background-color:#DEDEDE;
}
#catrow a:link, #catrow a:visited, #catrow a:active { text-decoration: none; color : #333333 }
/*---------------------------------------------------------*/
#alert { color:#990000 }
#info { color:#000099 }
#signature { font-size:7.5pt; color:#333333 }
#postdetails { font-size:7.5pt; }
#postcolor { font-size:10pt; line-height : 150%; }
#membertitle { font-size:10px; line-height:150%; color:#000000 }
#normalname { font-size:11px; font-weight : bold; color:#000033; padding-bottom:2px }
#normalname a:link, #normalname a:visited, #normalname a:active { text-decoration:underline; color:#000033; padding-bottom:2px }
#unreg { font-size:11px; font-weight:bold; color:#990000 }
#highlight { color : #333333 }
#highlight a:link, #highlight a:visited, #highlight a:active { text-decoration: underline; color:#333333 }
#highlight a:hover{ text-decoration: underline }
#desc { font-size:7.5pt; color : #333333 }
#copyright { font-family: Verdana, Tahoma, Arial; font-size : 7.5pt; line-height : 12px; }
/*---------------------------------------------------------*/
#category {
font-size:10px;
font-weight:bold;
line-height:150%;
color:#999933;
background-color:#ded6c6;
}
#category a:link, #category a:visited, #category a:active { text-decoration: none; color : #333333 }
/*---------------------------------------------------------*/
#subtitle {
font-weight:bold;
color:#333333;
height: 24px;
background-color: #ded6c6;
}
#titlefoot {
font-weight:bold;
color:#996633;
height: 24px;
background-color: #c0c0c0;
}
#titlemedium {
font-weight:bold;
color:#996633;
height: 24px;
background-color: #DEDEDE;
}
#titlemedium a:link, #subtitle a:link, #titlefoot a:link, #titlemedium a:visited, #subtitle a:visited, #titlefoot a:visited, #titlemedium a:active, #subtitle a:active, #titlefoot a:active { text-decoration: underline; color : #333333 }
#titlemedium a:hover, #subtitle a:hover, #titlefoot a:hover { text-decoration: underline; color : #333333 }
#maintitleback {
height: 26px;
}
#maintitle {
color:#333333;
font-size: 8pt;
font-weight:bold;
}
#edit { font-size:9px }
#fancyborder { border:1px dashed #000000; }
#solidborder { border:1px solid #000000; }
#maintitle a:link, #maintitle a:visited, #maintitle a:active { text-decoration: none; color : #333333 }
#maintitle a:hover { text-decoration: underline }
#nav {
font-weight:bold;
color:#000000;
font-size: 9pt;
}
#pagetitle { color:#333333;font-size:18px;font-weight:bold; letter-spacing:-1px; line-height:120% }
/*---------------------------------------------------------*/
#useroptions {
background-color: #EFEFEF;
height:25px;
font-weight:bold;
color:#FFFFFF;
}
#useroptions a:link, #useroptions a:visited,#useroptions a:active { text-decoration: none; color : #FFFFFF; }
/*---------------------------------------------------------*/
#bottomborder { border-bottom:1px dashed #777777; }
#linkthru { font-size:10pt; color : #333333 }
#linkthru a:link, #linkthru a:active { text-decoration: underline; color : #333333 }
#linkthru a:visited, { text-decoration: underline; color : #333333 }
#linkthru a:hover { text-decoration: underline; color : #333333 }
/*---------------------------------------------------------*/
#QUOTE { font-family:Verdana, Arial; font-size:8pt; color: #333333; background-color: #FAFCFE; border : 1px solid Black;padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; text-indent: 2pt; }
#CODE { font-family:Verdana, Arial; font-size:8pt; color: #333333; background-color: #FAFCFE; border : 1px solid Black; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; text-indent: 2pt; }
/*---------------------------------------------------------*/
.codebuttons { font-size: 8pt; font-family: verdana, helvetica, sans-serif; vertical-align:middle }
.forminput { font-size: 8pt; font-family: verdana, helvetica, sans-serif; vertical-align:middle }
.textinput { font-size: 9pt; font-family: verdana, helvetica, sans-serif;vertical-align:middle }
.input { font-size: 8pt; font-family: verdana, helvetica, sans-serif; vertical-align:middle }
Grazie mille a chi mi darà una mano...