LLWiki正在建设中,欢迎加入我们

MediaWiki:Gadget-pxruler.css

来自LLWiki
跳转到导航 跳转到搜索

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件
#pxrulerpoint {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2147483647; /* 保证浮于一切元素上方 */
}
#pxruler_toggle {
	position: fixed;
	left: 0;
	top: 130px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 20px;
	padding: 5px 0;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	opacity: 0.6;
	z-index: 2147483647; /* 保证浮于一切元素上方 */
}
#pxrulertable {
	position: fixed;
	bottom: 10px;
	left: 10px;
	padding: 0 10px;
	background: #f6f6f6;
	opacity: 0.8;
}
.pxpoint {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
#point1 {
	background-color: #e00;
}
#point2 {
	background-color: #6cf;
}
#point3 {
	background-color: #e00;
	opacity: 0.6;
}
/* [[category:CSS小工具]] [[category:编辑工具]] [[category:桌面版小工具]] [[category:需要用户权限的小工具]]*/
/* {{DEFAULTSORT:pxruler.css}} */