查看“Widget:视觉模糊”的源代码
←
Widget:视觉模糊
跳转至:
导航
,
搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于这些用户组的用户使用:
用户
,
管理员
,Editor
您没有权限编辑
Widget
名字空间内的页面。
您可以查看与复制此页面的源代码。
<includeonly><style> body { transition: all linear 1s; } body.blur { -webkit-filter: blur(.7px); -moz-filter: blur(.7px); -o-filter: blur(.7px); -ms-filter: blur(.7px); filter: blur(.7px); transform: translate3d(0, 0, 0); /* Force Hardware Acceleration*/ } .toggleBlur { transition: all linear .37s; -webkit-user-select: none; width: 20px; padding: 5px 0; background-color: #000; color: #fff; font-size: 12px; text-align: center; position: fixed; _position: absolute; right: 0; _bottom: "auto"; cursor: pointer; opacity: .6; filter: Alpha(opacity=60); } </style> <div title="切换模糊" class="toggleBlur">切换模糊</div> <script> window.RLQ.push(function() { $(function() { $(".toggleBlur").appendTo('body').on("click", function() { $("body").toggleClass("blur"); }); $("body").addClass("blur"); $(window).on({ scroll: function() { if ($('body.blur')[0]) $(".toggleBlur").removeAttr('style').css({ position: 'absolute', top: $(window).height() - 7 - $(".toggleBlur").height() + $(document).scrollTop() + "px" }); else $(".toggleBlur").removeAttr('style').css('bottom', "7px"); }, resize: function() { $(window).scroll(); } }).resize(); }); }); </script> </includeonly> <noinclude>{{#widget:视觉模糊}}{{doc|content=仅用于[[模板:视觉模糊]]。}}</noinclude>
该页面使用的模板:
模板:Doc
(
查看源代码
)
模板:Documentation
(
查看源代码
)
模板:Ns:module
(
查看源代码
)
返回至
Widget:视觉模糊
。
导航菜单
个人工具
创建账户
登录
命名空间
Widget
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
最近更改
随机页面
讨论版
提问求助区
帮助
帮助
沙盒
编辑教程
创建新条目
工具
链入页面
相关更改
特殊页面
页面信息