請問如何更改顯示程式代碼的背景色?
3Q
[問題]如何更改顯示程式代碼的背景色
版主: 版主管理群
*.css * overall_header.tpl
修改紅色部分
~Mac
修改紅色部分
代碼: 選擇全部
.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
[color=red]background-color: #FAFAFA[/color]; border: #D1D7DC; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


