差别
这里会显示出您选择的修订版和当前版本之间的差别。
后一修订版 | 前一修订版 | ||
template:global_style.css [2022/10/20 14:10] Mr_Fang 创建 |
template:global_style.css [2022/10/21 08:27] (当前版本) Mr_Fang |
||
---|---|---|---|
行 2: | 行 2: | ||
< | < | ||
< | < | ||
+ | a { | ||
+ | transition: all .25s, | ||
+ | color: #196d17; | ||
+ | } | ||
+ | a:hover, a:focus { | ||
+ | color: #288123; | ||
+ | } | ||
+ | a.license.navbar-link { | ||
+ | color: #a0e080; | ||
+ | } | ||
+ | a.license.navbar-link: | ||
+ | color: #fff; | ||
+ | } | ||
+ | .navbar-default { | ||
+ | background-color: | ||
+ | border-color: | ||
+ | } | ||
+ | .navbar-default .navbar-brand { | ||
+ | color: #fff; | ||
+ | } | ||
+ | .navbar-default .navbar-nav> | ||
+ | color: #a0e080; | ||
+ | } | ||
+ | .navbar-default .navbar-nav> | ||
+ | color: #fff; | ||
+ | } | ||
+ | .navbar-default .navbar-brand: | ||
+ | color: #a0e080; | ||
+ | } | ||
+ | .navbar-right .dropdown-menu { | ||
+ | background: #171615; | ||
+ | color: #fff; | ||
+ | } | ||
+ | .dropdown-menu> | ||
+ | color: #fff; | ||
+ | } | ||
+ | .dropdown-menu> | ||
+ | color: #288123; | ||
+ | } | ||
+ | form.search { | ||
+ | display: none; | ||
+ | } | ||
# | # | ||
background: url(https:// | background: url(https:// | ||
行 8: | 行 50: | ||
body.default.dw-page-on-panel, | body.default.dw-page-on-panel, | ||
background: url(https:// | background: url(https:// | ||
+ | } | ||
+ | .label-primary { | ||
+ | background-color: | ||
+ | } | ||
+ | a.urlextern { | ||
+ | background-image: | ||
+ | width: 15px; | ||
+ | height: 15px; | ||
+ | padding-left: | ||
+ | background-size: | ||
+ | background-position-y: | ||
+ | } | ||
+ | #insitu__fn { | ||
+ | max-width: 20em; | ||
+ | background: url(https:// | ||
+ | } | ||
+ | li.catlist_addpage> | ||
+ | background: #3b8526; | ||
+ | -webkit-box-shadow: | ||
+ | border-radius: | ||
+ | color: #fff; | ||
+ | padding: 0px 4px !important; | ||
+ | } | ||
+ | li.catlist_addpage> | ||
+ | background: #4a494b; | ||
+ | color: #fff; | ||
+ | text-shadow: | ||
+ | -webkit-box-shadow: | ||
+ | box-shadow: inset 0 -2px #8d8e92, inset 0 2px #000; | ||
+ | } | ||
+ | .nav-pills> | ||
+ | background: rgba(0, 0, 0, .0); | ||
+ | } | ||
+ | .tools.panel.panel-default.affix-top, | ||
+ | background: #3b8526; | ||
+ | -webkit-box-shadow: | ||
+ | border-radius: | ||
+ | } | ||
+ | .btn { | ||
+ | background: #3b8526; | ||
+ | -webkit-box-shadow: | ||
+ | border-radius: | ||
+ | color: #fff; | ||
+ | border: unset; | ||
+ | } | ||
+ | .btn:hover, .btn:focus, .btn:active { | ||
+ | background: #4a494b; | ||
+ | color: #fff; | ||
+ | text-shadow: | ||
+ | -webkit-box-shadow: | ||
+ | box-shadow: inset 0 -2px #8d8e92, inset 0 2px #000; | ||
} | } | ||
</ | </ | ||
</ | </ |