多普达C720短信阅读界面美化,平滑字体与非平滑字体方案

浏览:4日期:2023-06-03

先把你的 windows 目录下的read_style.0804.css 文件拷贝出到pc一份,右键-属性,去掉只读。 1,不使用平滑字体方案

我很讨厌微软的所谓平滑字体,即慢又不清楚,所以我首先要关掉它,具体方法如下:把 注册表 中HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionInternet SettingsClearTypeText 的值改为0即可。同时也关了ie的平滑字体。改大读短信字体右键单机去掉只读的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 此数字越大字越大,但13和11很清晰,再大了字体就会很难看。

2,使用平滑字体方案 由于平滑字体的11号字很不清晰所以我们不但要改短信内容框还要改发件人,边际等等。。。。。 所以我做好了个read_style.0804.css,诸位直接在编辑read_style.0804.css的时候删除所有内容,再把我的复制过去就好。本次使用的事15号字,短信内容每行15个汉字,共五行(正好一条短信多一点)

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;}

为了鼓励diy公布些read_style.0804.css中的代码含义padding: 2px;边际四周富裕2像素ReadBody, Subject.SMS sms内容Attachments 发信人td.content 收信人,还有发件 时间 ,一体的。td.header 标题栏文字

相关文章: