MediaWiki:Gadget-Twinkle.css:修订间差异
外观
创建页面,内容为“→* * Explicitly set width of TW menu so that we can use a hidden peer gadget * to add space where the TW menu would go before it loads.: .skin-vector .vector-menu-dropdown #p-twinkle { width: 3.24em; } →twinkleclose.js: a.twinkle-close-button { color: red; font-weight: bold; } a.twinkle-close-button-disabled { color: gray; } →The additional box on user skin.js and twinklepreferences.js pages: #twinkle-config-headerbox { border: 1px #f60 so…” |
(没有差异)
|
2022年12月6日 (二) 20:03的最新版本
/**
* Explicitly set width of TW menu so that we can use a hidden peer gadget
* to add space where the TW menu would go before it loads.
*/
.skin-vector .vector-menu-dropdown #p-twinkle {
width: 3.24em;
}
/* twinkleclose.js */
a.twinkle-close-button {
color: red;
font-weight: bold;
}
a.twinkle-close-button-disabled {
color: gray;
}
/* The additional box on user skin.js and twinklepreferences.js pages */
#twinkle-config-headerbox {
border: 1px #f60 solid;
background: #fed;
padding: 0.6em;
margin: 0.5em auto;
text-align: center;
}
/* twinkleoptions.js */
#twinkle-config-headerbox.config-twopt-box {
font-weight: bold;
width: 80%;
border-width: 2px;
}
/* skin-specific js */
#twinkle-config-headerbox.config-userskin-box {
width: 60%;
}
/* TWPREFS */
#twinkle-config-content input[type=checkbox] {
margin-right: 2px;
}