[quote=tunkybassist]mo nanya nih? gimana siy caranya kalo mo buat warna di commentbox sama dengan warna text utama?
gue pake css editornya friendster punya tapi gak bisa ngerubah warna text comment box nya
thanks,
tunky[/quote]
Selamat bergabung ke FTI Funky
Untuk merubah warna font text utama :
[quote]/* GLOBAL FONTS, PROFILE TEXT AND CONTENTS */
body, td, tr, div, p {
color: #HEX VALUE;
font: '10 to 16'px 'Verdana, Arial, Comic Sans MS, etc...';
text-align: center;
}
/* GLOBAL LINKS */
a:link, a:visited, a:active, a:hover {
font-size: '10 to 16'px;
font-weight: normal;
color: #HEX VALUE;
text-decoration: none;
}
a:hover {
font-size: '10 to 16'px;
font-weight: bold;
color: #HEX VALUE;
text-decoration: underline;
}
a.action:link, a.action:visited, a.action:hover, a.action:active {
color: #HEX VALUE;
}
a:hover {
color: #HEX VALUE;
text-decoration: underline;
}[/quote]
Edit saja seusai keinganan OK dan save as .CSS extension
Untuk merubah font di Commentbox :
[quote]/* BOX: MY TESTIMONIALS */
.testimonials {
color: #HEX VALUE;
font: '10 to 16'px 'Verdana, Arial, Comic Sans MS, etc...';
border-width: '1 to 10'px;
border-color: #HEX VALUE;
border-style: 'solid, groove, ridge, etc...';
background-color: transparent;
background-image: url(YOUR IMAGE URL HERE);
background-position: center center;
background-repeat: repeat;
}
/* BOX: MY PUBLICCOMMENTS */
.publiccomments {
color: #HEX VALUE;
font: '10 to 16'px 'Verdana, Arial, Comic Sans MS, etc...';
border-width: '1 to 10'px;
border-color: #HEX VALUE;
border-style: 'solid, groove, ridge, etc...';
background-color: transparent;
background-image: url(YOUR IMAGE URL HERE);
background-position: center center;
background-repeat: repeat;
}[/quote]
Ini save as .CSS exctension juga OK dan selamat mencoba
Last edited by KaNaLiTnUk (2007-09-16 12:58:08)