|
阅读:1405回复:1
slimx的greader字体放大css不兼容chrome了?【已解决】
解决见:
gReader bigger font for chrome - userstyles.org http://userstyles.org/styles/69962/grea ... for-chrome gReader bigger font for firefox - userstyles.org http://userstyles.org/styles/60561/grea ... or-firefox ----------------------------------------------------------------------------- GoogleReader bigger font http://userstyles.org/styles/60561/goog ... igger-font 来源于 https://g.mozest.com/viewthread.php?tid ... #pid281060 目前在firefox下依旧用的很好,与倦客的css搭配非常爽。 记得原来是通用的,今天配置chrome,咋无效了呢? 要如何修改? @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp("https?://www\\.google\\..*/reader/.*") {
#viewer-entries-container .samedir
{
-moz-transform: scale(1.5);/*放大比率,根据需要调节*/
-moz-transform-origin: 0 0;
width: 760px;/*宽度,根据情况调节*/
}
} |
|
|
1楼#
发布于:2012-07-24 16:39
其实我倒是希望能够有脚本实现类似于Google自己的按加号键放大后的那种效果
|
|