D****r 发帖数: 309 | 1 【 以下文字转载自 Programming 讨论区 】
发信人: Donier (仙童), 信区: Programming
标 题: Safari stylesheet zoom
发信站: BBS 未名空间站 (Wed Aug 6 07:53:20 2014, 美东)
mitbbs webpages' fonts are too small in Safari@Mavericks, I put this in
Advancedstylesheet
----------
body {
zoom: 108%;
}
-------
But I wonder if css can check the domain( e.g. only mitbbs etc.) to use such
stylesheet?
thanks in advance. |
D****r 发帖数: 309 | 2 Still not reply.
Are there any advanced users here? |
T****O 发帖数: 407 | 3 试一试ZoomBySite。
style sheet是一种粗暴的缩放方法,经常打乱网页版式。
【在 D****r 的大作中提到】 : Still not reply. : Are there any advanced users here?
|
D****r 发帖数: 309 | 4 多谢!
不过不想加extension, 影响浏览网速。
其实只有MITBBS有这个字体小的问题,其他网页都还好。
想来也许就两三行代码就可以了。。。
不过好像,css不支持 if , domain 命令。。。
【在 T****O 的大作中提到】 : 试一试ZoomBySite。 : style sheet是一种粗暴的缩放方法,经常打乱网页版式。
|