template:global_style.css

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
template:global_style.css [2022/10/20 14:20]
Mr_Fang
template:global_style.css [2022/10/21 08:27] (当前版本)
Mr_Fang
行 4: 行 4:
     a {     a {
       transition: all .25s,opacity .75s .5s;       transition: all .25s,opacity .75s .5s;
 +      color: #196d17;
 +    }
 +    a:hover, a:focus {
 +      color: #288123;
 +    }
 +    a.license.navbar-link {
 +      color: #a0e080;
 +    }
 +    a.license.navbar-link:focus, a.license.navbar-link:hover {
 +      color: #fff;
     }     }
     .navbar-default {     .navbar-default {
行 21: 行 31:
       color: #a0e080;       color: #a0e080;
     }     }
 +    .navbar-right .dropdown-menu { 
 +      background: #171615; 
 +      color: #fff; 
 +    } 
 +    .dropdown-menu>li>a { 
 +      color: #fff; 
 +    } 
 +    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { 
 +      color: #288123; 
 +    }
     form.search {     form.search {
       display: none;       display: none;
行 31: 行 50:
     body.default.dw-page-on-panel, body.optional.dw-page-on-panel {     body.default.dw-page-on-panel, body.optional.dw-page-on-panel {
       background: url(https://www.minecraft.net/etc.clientlibs/minecraft/clientlibs/main/resources/img/feature-content/bg-wool-light.png);       background: url(https://www.minecraft.net/etc.clientlibs/minecraft/clientlibs/main/resources/img/feature-content/bg-wool-light.png);
 +    }
 +    .label-primary {
 +      background-color: #196d17;
 +    }
 +    a.urlextern {
 +      background-image: url(https://www.minecraft.net/etc.clientlibs/minecraft/clientlibs/main/resources/img/link-arrow.svg) !important;
 +      width: 15px;
 +      height: 15px;
 +      padding-left: 22px;
 +      background-size: 15px;
 +      background-position-y: 2px;
 +    }
 +    #insitu__fn {
 +      max-width: 20em;
 +      background: url(https://www.minecraft.net/etc.clientlibs/minecraft/clientlibs/main/resources/img/feature-content/bg-wool-light.png);
 +    }
 +    li.catlist_addpage>button {
 +      background: #3b8526;
 +      -webkit-box-shadow: inset 0 2px #6bc349, inset 0 -2px #2a631c, 0 4px rgb(0 0 0 / 25%);
 +      border-radius: unset;
 +      color: #fff;
 +      padding: 0px 4px !important;
 +    }
 +    li.catlist_addpage>button:hover, li.catlist_addpage>button:focus, li.catlist_addpage>button:active {
 +      background: #4a494b;
 +      color: #fff;
 +      text-shadow: 0 -1px 0 #000;
 +      -webkit-box-shadow: inset 0 -2px #8d8e92, inset 0 2px #000;
 +      box-shadow: inset 0 -2px #8d8e92, inset 0 2px #000;
 +    }
 +    .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
 +      background: rgba(0, 0, 0, .0);
 +    }
 +    .tools.panel.panel-default.affix-top, .tools.panel.panel-default.affix {
 +      background: #3b8526;
 +      -webkit-box-shadow: inset 0 2px #6bc349, inset 0 -2px #2a631c, 0 2px rgb(0 0 0 / 25%);
 +      border-radius: unset;
 +    }
 +    .btn {
 +      background: #3b8526;
 +      -webkit-box-shadow: inset 0 2px #6bc349, inset 0 -2px #2a631c, 0 4px rgb(0 0 0 / 25%);
 +      border-radius: unset;
 +      color: #fff;
 +      border: unset;
 +    }
 +    .btn:hover, .btn:focus, .btn:active {
 +      background: #4a494b;
 +      color: #fff;
 +      text-shadow: 0 -1px 0 #000;
 +      -webkit-box-shadow: inset 0 -2px #8d8e92, inset 0 2px #000;
 +      box-shadow: inset 0 -2px #8d8e92, inset 0 2px #000;
     }     }
   </style>   </style>
 </html> </html>
  • template/global_style.css.1666246847.txt.gz
  • 最后更改: 2022/10/20 14:20
  • Mr_Fang