部落格名稱文字字體顏色設定:
/*部落格名稱文字字體顏色設定Blog title*/
#yblogtitle h1{color:#00ccff; font-family:標楷體; font-weight:bold; }
#yblogtitle .mbd, #yblogtitle .mft{ background-color:#D0D0D0; zoom:1; filter:alpha(opacity=0); font-family:標楷體; color:#FFFFBF; font-size:110%; }
紅色 #00ccff 為字體色碼 修改可參考 色碼表查詢
110% 為字體放大比例
註:
有時發生無法修改顏色情形時 可能是CSS中有其它語法重複了..
讓版面框線消失:
/*shared rounded corner for all modules無框線語法*/
.ycntmod {width:100%;position:relative;margin-bottom:10px;overflow:hidden;}
.ycntmod .rctop {zoom:1;background:url() left top no-repeat;margin-right:5px;}
.ycntmod .rctop div {background:url() right top no-repeat;height:5px;font-size:0;position:relative;right:-5px;}
.ycntmod .rcbtm {zoom:1;background:url() left bottom no-repeat;margin-right:5px;}
.ycntmod .rcbtm div {background:url() right bottom no-repeat;height:5px;font-size:0;position:relative;right:-5px;}
.ycntmod .rcl {padding-left:5px;background:url() repeat-y;}
.ycntmod .rcr {zoom:1;padding-right:5px;background:url() right repeat-y;}
.ycntmod .text {position:relative;word-break:break-all;}
.yc3pribd .ycntmod{overflow:visible;}
.yc3pribd .ycntmod .yblogcnt{overflow:hidden;}
註:
如想修改中央及兩側攔位透明度 則修改自己版面CSS中各段落語法內(filter:alpha(opacity:0)
opacity:0~100 數字越小透明度越大
留言列表