|
|
| 第31行: |
第31行: |
| .mw-userlink[title="用户:QWERTY 52 38"]:hover { | | .mw-userlink[title="用户:QWERTY 52 38"]:hover { |
| transform: scale(1.25); | | transform: scale(1.25); |
| | } |
| | |
| | .mw-userlink[title="用户:坑触可"] { |
| | color: #6495ED;/* #0066FF */ |
| | font-weight: bold; |
| | text-shadow: 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef, 0 0 1px #cef; |
| | padding-left: 18px; |
| | background: url(//static.miraheze.org/nmfwikiwiki/1/1f/坑触可-YYX.png) no-repeat left center/16px; |
| } | | } |
|
| |
|
| 第44行: |
第52行: |
| .mw-userlink[title="用户:Salt"]:hover { | | .mw-userlink[title="用户:Salt"]:hover { |
| transform: scale(1.25); | | transform: scale(1.25); |
| }
| |
|
| |
| .mw-userlink.new {
| |
| outline: #fce dashed 1px;
| |
| }
| |
|
| |
| .comment-post .comment-avatar,
| |
| .comment-post .comment-user {
| |
| opacity: 1 !important;
| |
| }
| |
|
| |
| a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]) {
| |
| font-weight: bold;
| |
| position: relative;
| |
| display: inline-block;
| |
| min-height: calc(1em + 4px);
| |
| background-color: #fff2cd;
| |
| color: #fd3b7c;
| |
| font-size: 1em;
| |
| transform-origin: 50% 50%;
| |
| transition: all 0.4s ease;
| |
| }
| |
|
| |
| a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]) > * {
| |
| background-color: #fff2cd;
| |
| color: #fd3b7c;
| |
| }
| |
|
| |
| a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"])::before,
| |
| a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"])::after {
| |
| content: "";
| |
| position: absolute;
| |
| height: 2px;
| |
| width: 0;
| |
| background: #ff236c;
| |
| transition: all 0.25s ease;
| |
| }
| |
|
| |
| a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"])::before {
| |
| top: 0;
| |
| right: 0;
| |
| }
| |
|
| |
| a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"])::after {
| |
| bottom: 0;
| |
| left: 0;
| |
| }
| |
|
| |
| a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]):hover {
| |
| background: #ffe08b;
| |
| color: #ff236c;
| |
| z-index: 1;
| |
| transform: scale(1.25);
| |
| }
| |
|
| |
| a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]):hover > * {
| |
| background-color: #ffe08b;
| |
| color: #ff236c;
| |
| }
| |
|
| |
| a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]):hover::before,
| |
| a[href*="&redlink=1"]:not([title*="讨论:"]):not([title*="用户:"]):hover::after {
| |
| width: 100%;
| |
| transition: all 0.8s ease;
| |
| } | | } |