English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
所有分類
0

這是我相簿的CSS 我想把照片描述的字 改為白色
超連結改為白色 滑鼠移動到字體上面時 變為 黑色

噗 希望各位大大 多幫忙!



body {
margin:0px 0px 10px 0px;
background:#000;
}

A{ color:#99CCFF; text-decoration:none; }
A:link{ color:#99CCFF; text-decoration:none; }
A:visited{ color:#99CCFF; text-decoration:none; }
A:active{ color:#99CC66; }
A:hover{ color:#99CC66; }
#banner {
font-family:verdana, arial, sans-serif;
color:#FFF;
font-size:x-large;
font-weight:normal;
border-bottom:1px dotted #999;
border-top:3px dotted #999;
background:#000;
padding:15px;
letter-spacing:.2em;
}

#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
font-family:verdana, arial, sans-serif;
font-size: x-large;
color: #FFF;
text-decoration: none;
}

.description {
font-family:verdana, arial, sans-serif;
color:#999;
font-size:x-small;
font-weight:bold;
background:#000;
text-transform:none;
letter-spacing:normal;
}
.side {
font-family:verdana, arial, sans-serif;
color:#FFFFFF;
font-size:x-small;
font-weight:normal;
background:#000;
line-height:140%;
border-top:1px dotted #999;
border-bottom:1px dotted #999;
border-left:1px dotted #999;
border-right:1px dotted #999;
padding:2px;
}

.sidetitle {
font-family:verdana, arial, sans-serif;
color:#999;
font-size:x-small;
font-weight:bold;
line-height:140%;
padding:2px;
margin-top:10px;
text-align:left;
letter-spacing:.2em;
}
.powered {
font-family:verdana, arial, sans-serif;
color:#CCC;
font-size:xx-small;
font-weight:bold;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
line-height:140%;
padding:2px;
margin-top:10px;
text-align:center;
letter-spacing:.2em;
}

2007-06-21 02:04:20 · 1 個解答 · 發問者 ∥無敵憨憨小豬豬∥ 2 in 電腦與網際網路 程式設計

幫我把照片描述的字 改為白色就好了 ><

順便附上我的相簿網址

http://www.wretch.cc/album/janicedennis

2007-06-21 02:23:51 · update #1

1 個解答

搜尋併取代:

A:link { color:#fff; text-decoration:none; }
A:hover { color:#444; }

2007-06-21 09:26:10 · answer #1 · answered by mh 7 · 0 0

fedest.com, questions and answers