1. a{ blr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除…
::-webkit-scrollbar { width: 9px; height: 9px; } ::-webkit-scrollbar-track-piece { backgro…
/*one example */ :root { --main-color: #c06; --accent-background: linear-gradient(to top, …
/*按下面内容修改 jsmind.css 里的内容*/ /* 16行 */ jmnodes{position:absolute;z-index:2;background-color…
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> …
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); filter:Gray; /* IE 6-9 *…
body { background-color: #ECECEC; font-family: 'Open Sans', sans-serif; font-size: 14px; c…
::selection{background:#f27b2e;color:#fff} ::-moz-selection{....} ::-webkit-selection{....…
/*选择div下的除了第一个p外的所有子元素p*/ div>p:not(:first-child)
<!doctype html> <html lang="en-US"> <head> <meta http-equiv="Content-…