源码网,源码论坛,源码之家,商业源码,游戏源码下载,discuz插件,棋牌源码下载,精品源码论坛

 找回密码
 立即注册
查看: 394|回复: 21

[CSS] 从Chrome中提取出来的WebUI样式

[复制链接]

7万

主题

861

回帖

32万

积分

论坛元老

Rank: 8Rank: 8

积分
329525
发表于 2012-8-3 10:50:31 | 显示全部楼层 |阅读模式
我稍微对样式进行了点修改,button按钮增加了reset按钮的支持,当ui设置为disabled,修改鼠标默认样式为禁止点击,最后对样式进行了压缩

这套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
回复

使用道具 举报

13

主题

2万

回帖

85

积分

注册会员

Rank: 2

积分
85
发表于 2022-8-9 02:01:36 | 显示全部楼层
2222222222222222
回复 支持 反对

使用道具 举报

2

主题

2万

回帖

67

积分

注册会员

Rank: 2

积分
67
发表于 2022-8-15 19:15:29 | 显示全部楼层
刷屏刷屏刷屏
回复 支持 反对

使用道具 举报

0

主题

1万

回帖

0

积分

中级会员

Rank: 3Rank: 3

积分
0
发表于 2022-12-12 10:12:45 | 显示全部楼层
啦啦啦啦啦啦啦啦!
回复 支持 反对

使用道具 举报

0

主题

1万

回帖

0

积分

中级会员

Rank: 3Rank: 3

积分
0
发表于 2023-1-3 13:27:04 | 显示全部楼层
了乐趣了去了去了去了去了
回复 支持 反对

使用道具 举报

6

主题

2万

回帖

247

积分

中级会员

Rank: 3Rank: 3

积分
247
发表于 2023-7-29 06:55:23 | 显示全部楼层
老衲笑纳了
回复 支持 反对

使用道具 举报

2

主题

2万

回帖

473

积分

中级会员

Rank: 3Rank: 3

积分
473
发表于 2023-9-19 05:18:43 | 显示全部楼层
谢谢小Y分享
回复 支持 反对

使用道具 举报

14

主题

1万

回帖

75

积分

注册会员

Rank: 2

积分
75
发表于 2023-10-1 12:06:46 | 显示全部楼层
哦哦哦哦哦哦哦哦哦
回复 支持 反对

使用道具 举报

0

主题

2万

回帖

124

积分

注册会员

Rank: 2

积分
124
发表于 2023-11-28 13:04:21 | 显示全部楼层
hi哦和烦恼农家女
回复 支持 反对

使用道具 举报

6

主题

1万

回帖

174

积分

注册会员

Rank: 2

积分
174
发表于 2023-12-6 13:25:57 | 显示全部楼层
很不错的源码论坛
回复 支持 反对

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

手机版|小黑屋|网站地图|源码论坛 ( 海外版 )

GMT+8, 2024-11-23 22:00 , Processed in 0.075143 second(s), 26 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表