从Chrome中提取出来的WebUI样式

所属分类: 网页制作 / CSS 阅读数: 1812
收藏 0 赞 0 分享

这套UI样式是从chrome浏览器中提取出来的,是不是很眼熟?


  我稍微对样式进行了点修改,button按钮增加了reset按钮的支持,当ui设置为disabled,修改鼠标默认样式为禁止点击,最后对样式进行了压缩,完整代码如下:

复制代码
代码如下:

/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
button:not(.custom-appearance),input[type='button']:not(.custom-appearance),input[type='submit']:not(.custom-appearance),input[type='reset']:not(.custom-appearance){-webkit-border-radius:3px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-user-select:none;background:-webkit-linear-gradient(#fafafa,#f4f4f4 40%,#e5e5e5);border:1px solid #aaa;color:#444;font-size:inherit;margin-bottom:0;min-width:4em;padding:3px 12px}button:not(.custom-appearance):hover,input[type='button']:not(.custom-appearance):hover,input[type='submit']:not(.custom-appearance):hover,input[type='reset']:not(.custom-appearance):hover{-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.2);background:#ebebeb -webkit-linear-gradient(#fefefe,#f8f8f8 40%,#e9e9e9);border-color:#999;color:#222}button:not(.custom-appearance):active,input[type='button']:not(.custom-appearance):active,input[type='submit']:not(.custom-appearance):active,input[type='reset']:not(.custom-appearance):active{-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);background:#ebebeb -webkit-linear-gradient(#f4f4f4,#efefef 40%,#dcdcdc);color:#333}button[disabled]:not(.custom-appearance),input[type='button'][disabled]:not(.custom-appearance),input[type='submit'][disabled]:not(.custom-appearance),input[type='reset'][disabled]:not(.custom-appearance),button[disabled]:not(.custom-appearance):hover,input[type='button'][disabled]:not(.custom-appearance):hover,input[type='submit'][disabled]:not(.custom-appearance):hover,input[type='reset'][disabled]:not(.custom-appearance):hover{cursor:not-allowed;-webkit-box-shadow:none;background:-webkit-linear-gradient(#fafafa,#f4f4f4 40%,#e5e5e5);border-color:#aaa;color:#888}button:not(.custom-appearance):focus,input[type='submit']:not(.custom-appearance):focus,input[type='reset']:not(.custom-appearance):focus,input[type='text']:not(.custom-appearance):focus,select:not(.custom-appearance):focus{-webkit-box-shadow:inset 0 1px 2px white,0 1px 2px rgba(0,0,0,.2),0 0 1px #c0c0c0,0 0 1px #c0c0c0,0 0 1px #c0c0c0;-webkit-transition:border-color 200ms;border-color:#4080fa;outline:0}input[type='search']:not(.custom-appearance):focus{outline-color:#4080fa}.link-button,.link-button:focus{-webkit-box-shadow:none!important;background:transparent none!important;border:none!important;color:#15c!important;cursor:pointer;font-family:inherit;margin:0;padding:0 4px!important}.link-button:hover{text-decoration:underline}.link-button:active{color:#052577!important;text-decoration:underline}
input[type='checkbox']{-webkit-box-shadow:inset 0 1px 2px white,0 1px 2px rgba(0,0,0,.2);-webkit-appearance:none;-webkit-margin-start:0;-webkit-margin-end:3px;background:-webkit-linear-gradient(#fafafa,#dcdcdc);border-radius:3px;border:1px solid #a0a0a0;display:inline-block;height:16px;margin-bottom:0;margin-top:0;position:relative;top:3px;vertical-align:baseline;width:16px}input[type='checkbox']:disabled{cursor:not-allowed;opacity:.75}input[type='checkbox']:not(:disabled):not(:active):hover{background:-webkit-linear-gradient(#fff,#e6e6e6);text-shadow:0 1px 0 rgba(255,255,255,1)}input[type='checkbox']:not(:disabled):active{-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.2);background:-webkit-linear-gradient(#f0f0f0,#bebebe);border:1px solid #808080;text-shadow:0 1px 0 rgba(255,255,255,.25)}input[type='checkbox']:checked::before{color:#808080;content:url(checkmark.png);font-size:13px;height:16px;left:2px;position:absolute}input[type='radio']{-webkit-box-shadow:inset 0 1px 2px white,0 1px 2px rgba(0,0,0,.2);-webkit-appearance:none;-webkit-margin-start:0;-webkit-margin-end:3px;-webkit-transition:border 500ms;background:-webkit-linear-gradient(#fafafa,#dcdcdc);border-radius:100%;border:1px solid #a0a0a0;display:inline-block;height:15px;margin-bottom:0;position:relative;top:3px;vertical-align:baseline;width:15px}input[type='radio']:disabled{cursor:not-allowed;opacity:.75}input[type='radio']:not(:disabled):not(:active):hover{background:-webkit-linear-gradient(#fff,#e6e6e6);text-shadow:0 1px 0 rgba(255,255,255,1)}input[type='radio']:not(:disabled):active{-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.2);background:-webkit-linear-gradient(#f0f0f0,#bebebe);border:1px solid #808080;text-shadow:0 1px 0 rgba(255,255,255,.25)}input[type='radio']:checked::before{-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5);-webkit-margin-start:4px;background:#808080;border-radius:10px;content:'';display:inline-block;font-size:13px;font-weight:400;height:5px;left:0;margin-top:4px;opacity:1;position:absolute;top:0;vertical-align:top;width:5px}html[dir='rtl'] input[type='radio']:checked::before{right:0}input[type='radio']:active:checked::before{background:#606060}.checkbox,.radio{margin:9px 0}.checkbox label,.radio label{display:-webkit-inline-box}.checkbox label input ~ span,.radio label input ~ span{-webkit-box-flex:1;-webkit-margin-start:.4em;display:block}.checkbox label input[type=checkbox],.radio label input[type=radio]{margin-top:0;top:0;vertical-align:top}input[type='checkbox']:not(.custom-appearance):focus,input[type='radio']:not(.custom-appearance):focus{-webkit-box-shadow:inset 0 1px 2px white,0 1px 2px rgba(0,0,0,.2),0 0 1px #c0c0c0,0 0 1px #c0c0c0,0 0 1px #c0c0c0;-webkit-transition:border-color 200ms;border-color:#4080fa;outline:0}label>input[type=radio] ~ span,label>input[type=checkbox] ~ span,input[type=checkbox] ~ label{color:#444}label:hover>input[type=checkbox]:disabled ~ span,label:hover>input[type=radio]:disabled ~ span,input[type=checkbox]:disabled ~ label:hover{color:#888}label:hover>input[type=checkbox]:not(:disabled) ~ span,label:hover>input[type=radio]:not(:disabled) ~ span,input[type=checkbox]:not(:disabled) ~ label:hover{color:#222}
select{-webkit-appearance:button;-webkit-border-radius:3px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-padding-end:20px;-webkit-padding-start:8px;-webkit-user-select:none;background-image:url(select.png),-webkit-linear-gradient(#fafafa,#f4f4f4 40%,#e5e5e5);background-position:center right;background-repeat:no-repeat;border:1px solid #aaa;color:#555;font-size:inherit;margin:0;padding-top:2px;padding-bottom:2px;text-overflow:ellipsis;white-space:nowrap}html[dir='rtl'] select{background-position:center left}select:disabled{cursor:not-allowed;color:graytext;background-image:url(disabled_select.png),-webkit-linear-gradient(#fefefe,#f8f8f8 40%,#e9e9e9)}select:enabled:hover{-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.2);background-image:url(select.png),-webkit-linear-gradient(#fefefe,#f8f8f8 40%,#e9e9e9);color:#333}select:enabled:active{-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);background-image:url(select.png),-webkit-linear-gradient(#f4f4f4,#efefef 40%,#dcdcdc);color:#444}

需要注意一点,这个只能在chrome下显示,所以使用前请慎重。
下载地址:chromeUI
更多精彩内容其他人还在看

CSS样式分离之再分离达到精简与重用

无论是CSS的分离还是js的分离,其主要作用之一就是精简与重用,CSS本身就代表着精简与重用,CSS样式分离,我一般指的是“以单独的CSS文件将CSS样式分离出来”,此处的重用多针对不同页面的重用,就是说,一个样式文件,可以多个页面使用,这对于一些公共样式的重构是很有
收藏 0 赞 0 分享

CSS属性behavior的语法使用说明

在进行CSS网页布局的时候,我们经遇到刷新要保留表单里内容的时候,习惯的做法使用cookie,但是那样做实在是很麻烦,css中的behavior就为我们很好的解决了这个问题。今天jb51.net就向大家介绍CSS属性behavior的语法
收藏 0 赞 0 分享

网页制作中的水平居中和垂直居中解决方法集合

 在定义网页的CSS样式的时候,我们或许并不怎么用到垂直居中。
收藏 0 赞 0 分享

最常见IE的Bug及其fix修复方法

Internet Explorer – Web程序员的毒药。在IE上开发时间中有超过60%的时间是花在和IE的bug进行搏斗,让你的开发生产率严重下降。下面是一个教程,告诉你9个IE上最常见的BUG以及如何解决它们。
收藏 0 赞 0 分享

CSS常用浏览器兼容调整小结

用CSS+DIV来写网站代码的好处显而易见,这里不多说了,但由于不同浏览器对CSS的解释不统一,造成不同浏览器下页面错位的现象十分常见……
收藏 0 赞 0 分享

css firefox火狐浏览器下的兼容性问题

css firefox火狐浏览器下的兼容性问题
收藏 0 赞 0 分享

DIV+CSS 浏览器兼容性小结

在网站设计的时候,应该注意css样式兼容不同浏览器问题,特别是对完全使用DIV CSS设计的网,就应该更注意IE6 IE7 FF对CSS样式的兼容,不然,你的网乱可能出去不想出现的效果!
收藏 0 赞 0 分享

div+css 布局常识 8问

CSSer与其他IT职位一样,在找工作的时候,都会面临着面试官提出的问题,或者给出的试卷。今天jb51.net收集了常见的8条面试题目,希望对您有所帮助。
收藏 0 赞 0 分享

CSS用四种方式实现布局

CSS用四种方式实现布局
收藏 0 赞 0 分享

css 解决表格边框不显示的问题

在 IE6 中,当表格单元格中的数据为空时,边框是不显示的,在IE8中是会显示的,怎样解决这个不兼容的问题呢。
收藏 0 赞 0 分享
查看更多