zoukankan      html  css  js  c++  java
  • 暗色CSS,适用与Stylish, IE, FF, OPERA等.

    * {
      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;
    }

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

    效果图:

  • 相关阅读:
    解决哈希(HASH)冲突的主要方法
    破解
    打工
    [JSOI2007]麻将
    [JSOI2007]建筑抢修
    [HAOI2007]上升序列
    [HAOI2007]覆盖问题
    [CQOI2017]小Q的棋盘
    [HEOI2015]兔子与樱花
    [HEOI2015]定价
  • 原文地址:https://www.cnblogs.com/horane/p/3571572.html
Copyright © 2011-2022 走看看