首页 > Web开发 > 详细

暗色CSS,适用与Stylish, IE, FF, OPERA等.

时间:2014-02-28 09:12:47      阅读:645      评论:0      收藏:0      [点我收藏+]
bubuko.com,布布扣
* {
  font-family:"Narkisim" "Simsun" "Microsoft Yahei" !important;
  text-shadow:0px 1px 0px #000000 !important;
  color:#787878 !important;
  sfont-weight:bold !important;
  text-decoration:none !important;
  background-color:#272727 !important;
  background-image:none !important;
}
*[border] {
  border-color:#2A2A2A !important;
}
*[outline], *[outline-color], *[outline-style] {
  outline-color:#2A2A2A !important;
}
input {
  outline-style: solid !important;
  outline-width: 1px !important;
  outline-color: #3366AA !important;
}
input[type="submit"], input[type="button"], button {
  outline-style: solid !important;
  outline-width: 1px !important;
  outline-color: #3366AA !important;
  border: none !important;
}
input[type="text"] {
  outline-style: solid !important;
  outline-width: 1px !important;
  outline-color: #3366AA !important;
  border: none !important;
}
input:focus, span {
  outline-style: none !important;
  border: none !important;
}
a:link {
  color:#4477bb !important;
}
a:visited {
  color:#AA3366 !important;
  outline-style: none !important;
}
a:hover {
  color:#5588CC !important;
  text-decoration:underline !important;
}
a {
  outline-style: bottom !important;
  outline-color: #2A2A2A !important;
  outline-width: 1px !important;
}
div, table, h1, h2, h3, h4, h5, tr, td, table {
  border-color: #3A3A3A !important;
  outline-color: #3A3A3A !important;
}
img {
  opacity: 0.65 !important;
}
code {
  font-family: "Curier New" !important;
  text-decoration: none !important;
  text-shadow:0px 0px 0px #000000 !important;
}
bubuko.com,布布扣

暗色,文字阴影,跟VS2012+的深色主题有点像.可能有某些网站会有问题,需要的自行修改.

效果图:

bubuko.com,布布扣

暗色CSS,适用与Stylish, IE, FF, OPERA等.,布布扣,bubuko.com

暗色CSS,适用与Stylish, IE, FF, OPERA等.

原文:http://www.cnblogs.com/horane/p/3571572.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!