“User:Irukaza/common.css”与“User:Irukaza/common.js”:页面之间的差异

H萌娘,万物皆可H的百科全书!
< User:Irukaza(页面间差异)
跳到导航 跳到搜索
imported>=海豚=
无编辑摘要
 
imported>=海豚=
无编辑摘要
 
第1行: 第1行:
.wds-dropdown {
"use strict";
background-color:grey;
if (mw.config.get("wgCanonicalSpecialPageName") === "Recentchanges") {
border-color:grey;
window.RLQ.push(function() {
   display: inline-block;
var div = document.getElementById('mw-content-text');
   position: relative;
div.innerHTML = div.innerHTML
}
   .replace(/\<dd class\=\"mw-changeslist-legend-unpatrolled/g,'十斯蒂芬斯公发的撒地方/\<dd class\=\"mw-changeslist-legend-unpatrolled');
.wds-dropdown__content {
});
   background-color: white;
   border: 1px grey;
   border-radius: 4px;
   color: black;
   left: 50%;
   min-width: 70%;
   padding: 7px 0;
   position: absolute;
   top: 100%;
   transform: translateX(-50%);
   z-index: 1;
}
.wds-dropdown__toggle {
text-decoration: none !important;
   border-bottom: 1px dotted gray;
   cursor: pointer;
   position: relative;
}
.wds-dropdown:before {
   border: 9px solid transparent;
   border-bottom: 9px solid black;
   margin-left: -9px;
}
.wds-dropdown:after, .wds-dropdown:before {
   bottom: -1px;
   content: "";
   height: 0;
   left: 50%;
   pointer-events: none;
   position: absolute;
   width: 0;
   z-index: 2;
}
.wds-dropdown:after {
   border: 8px solid transparent;
   border-bottom: 8px solid black;
   margin-left: -8px;
}
.wds-dropdown:after, .wds-dropdown:before {
   bottom: -1px;
   content: "";
   display: none;
   height: 0;
   left: 50%;
   pointer-events: none;
   position: absolute;
   width: 0;
   z-index: 2;
}
.fandom-community-header__local-navigation .wds-dropdown__content .wds-list.wds-is-linked>li>a {
   border-radius: 3px;
   padding: 12px 6px;
}
.wds-dropdown__content .wds-list.wds-is-linked>li>a:not(.wds-button) {
   border-radius: 3px;
   cursor: pointer;
   font-weight: 400;
   padding-left: 9px;
   padding-right: 9px;
   text-decoration: none;
   transition-duration: .3s;
   transition-property: background-color,color;
}
.wds-dropdown__content .wds-list.wds-is-linked .wds-dropdown-level-2>a {
   display: flex;
   justify-content: space-between;
   padding-right: 18px;
}
.fandom-community-header__local-navigation .wds-dropdown__content .wds-list.wds-is-linked>li {
   margin: 0;
   padding: 0 12px;
   white-space: normal;
}
.wds-dropdown__content .wds-list>li {
   margin: 0 9px;
   padding-left: 9px;
   padding-right: 9px;
   white-space: nowrap;
}
.wds-dropdown__content.wds-is-not-scrollable .wds-list {
   position: relative;
}
.wds-dropdown__content .wds-list {
   padding: 0;
}
 
.fandom-community-header__local-navigation .wds-dropdown__content {
   max-width: 240px;
   padding: 12px 0;
   width: max-content;
}
.fandom-community-header__local-navigation .wds-dropdown:after, .fandom-community-header__local-navigation .wds-dropdown:before, .fandom-community-header__local-navigation .wds-dropdown__content {
   z-index: 400;
}
.wds-dropdown__content .wds-list.wds-is-linked>li>a:not(.wds-button) {
   color: #39424d;
   padding-left: 9px;
   padding-right: 9px;
   text-decoration: none;
   transition-property: background-color,color;
}
 
.wds-list.wds-is-linked>li>a {
   display: block;
   padding: 11px 0;
}
}

2021年7月16日 (五) 12:16的版本

"use strict";
if (mw.config.get("wgCanonicalSpecialPageName") === "Recentchanges") {
window.RLQ.push(function() {
var div = document.getElementById('mw-content-text');
div.innerHTML = div.innerHTML
     .replace(/\<dd class\=\"mw-changeslist-legend-unpatrolled/g,'十斯蒂芬斯公发的撒地方/\<dd class\=\"mw-changeslist-legend-unpatrolled');
});
}