我使用artisteer 制作joomla 模板,我使用以下代码:
.newsdate {
background: #f0f0f0;
color: #737373;
padding: 10px;
width: 40px;
height: 40px;
float: left;
margin-right: 10px;
margin-bottom: 25px;
text-align:center;
}
.art-blockheader .t, .art-vmenublockheader .t {white-space: nowrap;}
#art-licence-links
{
display:none;
}
::selection
{
color:#FF4300;
}
::-moz-selection
{
color:#FF4300;
}
我的高光颜色变化是这样的
但我希望它像这样改变