先把你的 windows 目錄下的read_style.0804.CSS 文件拷貝出到pc一份,右鍵-屬性,去掉只讀。
1,不使用平滑字體方案
我很討厭微軟的所謂平滑字體,即慢又不清楚,所以我首先要關(guān)掉它,具體方法如下:
把 注冊(cè)表 中HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Internet Settings/ClearTypeText 的值改為0即可。同時(shí)也關(guān)了ie的平滑字體。改大讀短信字體
右鍵單機(jī)去掉只讀的read_style.0804.css選編輯找到
ReadBody, Subject.SMS, DiscreteLink {
font: 11pt Segoe condensed;
margin-left: 4px;
margin-right: 4px;
margin-top: 4px;
wrap-option: emergency;
}
然后把font: 11pt Segoe condensed改為font: 13pt Segoe condensed
此數(shù)字越大字越大,但13和11很清晰,再大了字體就會(huì)很難看。
2,使用平滑字體方案
由于平滑字體的11號(hào)字很不清晰所以我們不但要改短信內(nèi)容框還要改發(fā)件人,邊際等等。。。。。
所以我做好了個(gè)read_style.0804.css,諸位直接在編輯read_style.0804.css的時(shí)候刪除所有內(nèi)容,再把我的復(fù)制過去就好。
本次使用的事15號(hào)字,短信內(nèi)容每行15個(gè)漢字,共五行(正好一條短信多一點(diǎn))
a:link, a:visited {
color: menutext;
}
a:link.header, a:visited.header {
color: menutext;
}
body {
margin: 0px;
}
div.header {
background-color: buttonface;
width: 100%;
}
div.header2 {
background-color: buttonface;
width: 100%;
}
table.header {
width: 100%;
border: 1px;
}
td.header {
font: 15pt Segoe condensed;
color: menutext;
width: 75px;
text-align: left;
vertical-align: top;
}
td.content {
text-align: left;
vertical-align: top;
font: 15pt Segoe condensed;
color: menutext;
wrap-option: emergency;
}
InfoBar {
width: 100%;
padding-top: 4px;
padding-bottom: 2px;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
margin-top: 4px;
margin-left: 2px;
margin-bottom: 2px;
}
div.infobar {
font: 11pt Segoe condensed;
}
Table.More {
width: 100%;
font: 11pt Segoe condensed;
margin-top: 40px;
border-top: solid 41px black;
}
td.More {
vertical-align: top;
padding-top: 6px;
}
img.sender {
margin-top: 4px;
margin-left: 4px;
float: right;
border: 1px solid black;
}
Subject, VcardSubject {
font: 13pt Segoe condensed;
font-weight: normal;
color: menutext;
margin-top: 1px;
margin-bottom: 1px;
wrap-option: emergency;
}
div.attachment {
margin-top: 4px;
}
Attachments, A.attachment, From {
font: 15pt Segoe condensed;
wrap-option: emergency;
}
span.attachimg {
text-decoration: none;
width: 15px;
}
ReadBody, Subject.SMS, VcardSubject.SMS, DiscreteLink {
font: 15pt Segoe condensed;
margin-left: 5px;
margin-right: 5px;
margin-top: 1px;
wrap-option: emergency;
}
table.mainvis {
border: 1px;
width: 100%;
}
tr.mainvis {
vertical-align: top;
}
為了鼓勵(lì)diy公布些read_style.0804.css中的代碼含義
padding: 2px;邊際四周富裕2像素
ReadBody, Subject.SMS sms內(nèi)容
Attachments 發(fā)信人
td.content 收信人,還有發(fā)件 時(shí)間 ,一體的。
td.header 標(biāo)題欄文字
新聞熱點(diǎn)
疑難解答
圖片精選